-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
37 lines (37 loc) · 1.47 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta name="viewport" charset="utf-8" content="width=device-width, initial-scale=1">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link rel="shortcut icon" href="images/favicon.ico" type="image/x-icon">
<title>Social Justice Aggregator</title>
<link rel="stylesheet" href="style.css">
<meta property="og:title" content="Social Justice Aggregator" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://emilyannemoses.github.io/social-justice/" />
<meta property="og:image" content="https://media.istockphoto.com/photos/social-justice-together-picture-id1251262510?k=6&m=1251262510&s=612x612&w=0&h=sjRf3mEWwnLLnsBpZYCKAzD9n3lZs1dJCNUFc6d6h4g=" />
</head>
<body>
<div class="card-container">
<div class="title">to help you help fellow humans.</div>
<br>
<input autocomplete="off" id="search" class="search" type="text" placeholder="Search by keyword or location">
<div id="searchTerms" class="searchTerms">
<div id="links">
<div id="columns"></div>
<div id="link"></div>
</div>
</div>
</div>
<br />
<span class="footer-span">
<footer id="custom-footer">
</footer>
</span>
<br />
</body>
<script src='scripts/footer.js'></script>
<script src='scripts/search.js'></script>
<script src='scripts/pages.js'></script>
<script src='scripts/app.js'></script>
</html>