-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
32 lines (27 loc) · 1.29 KB
/
index.html
File metadata and controls
32 lines (27 loc) · 1.29 KB
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
<!DOCTYPE html>
<html>
<head>
<title>Cornell CS+Social Good</title>
<link rel="stylesheet" href="style.css">
<!-- FontAwesome embed code registered with Supreme Leader Aidan's email -->
<script src="https://use.fontawesome.com/3d98d51504.js"></script>
</head>
<body>
<div style="text-align: center">
<img src="images/logo-color.png" style="height: 640px">
<p style="font-size: 96px">
<a href="https://www.facebook.com/cornellcs4good/">
<i class="fa fa-facebook-official" aria-hidden="true"></i>
</a>
<a href="https://github.com/cornellcs4good">
<i class="fa fa-github" aria-hidden="true"></i>
</a>
</p>
</div>
<footer style="text-align: center">
<p>© 2017 Cornell CS+Social Good</p>
<p>Except as otherwise noted, this content is available under a <a rel="license" href="https://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution–ShareAlike 4.0 International License</a>.</p>
<!-- Logos and branding elements are trademarks of CS+Social Good <http://www.cs4good.com/> and are not subject to this license -->
</footer>
</body>
</html>