-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
27 lines (26 loc) · 1.05 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
<!doctype html>
<html class="no-js" lang="">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title></title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="index.css">
</head>
<body>
<div class="body">
<div class="wrapper hero">
<div class="nav">
<li><a href="mailto:[email protected]" target="_top">CONTACT US</a></li>
</div>
<div class="wrapper header">
<img src="images/gatherscript-black.svg" class="logo" alt="GatherScript">
<p>We empower communities that prioritize inclusivity, transparency, and people over business through mentorship and finances for technology gatherings around the world.</p>
</div>
</div>
<div class="wrapper footer">
<p>GatherScript, Inc. is a Registered 501c3 Non-Profit Organization.</p>
</div>
</body>
</html>