-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
40 lines (35 loc) · 1.73 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
38
39
40
<!DOCTYPE html>
<html lang="en">
<head>
<title>No Silence | Black Lives Matter</title>
<meta name="viewport" content="width=device-width">
<meta name="Description" content="Project created created as an accessible resource to aid the black community.">
<meta name="image" property="og:image" content="https://imgur.com/qeM6zwy">
<link href="https://fonts.googleapis.com/css2?family=Open+Sans&family=Varela+Round&display=swap" rel="stylesheet">
<link rel="stylesheet" href="landing.css">
<!-- <script type="text/javascript" src="search.js"></script> -->
</head>
<body id="homepage">
<div class="flex-container wrapper">
<div>
<h1>No Silence</h1>
<div class="row">
<div class="column">
<a href="home.html"><button>Action Items</button></a>
<a href="mhealth.html"><button>Mental Health</button></a>
<a href="bbiz.html"><button>Black-owned Businesses</button></a>
<a href="arts.html"><button>Arts</button></a>
</div>
<div class="column">
<a href="online.html"><button>Online</button></a>
<a href="orgs.html"><button>Organizations</button></a>
<a href="endsars.html"><button>#EndSARS</button></a>
<a href="other.html"><button>Other</button></a>
</div>
</div>
</div>
<!-- <div class="container">
</div> -->
</div>
</body>
</html>