-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
executable file
·37 lines (34 loc) · 1.82 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">
<head>
<title>Code for Sri Lanka</title>
<link rel="shortcut icon" type="image/jpg" href="favicon.ico"/>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<link rel="stylesheet" href="assets/css/main.css" />
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-139382284-1"></script>
</head>
<body class="is-preload">
<header id="header">
<h1>Code for Sri Lanka </h1>
<p>Our Coding For Us!<br />
We are a civic group, bridging technology and government <br />
with the ambition of making a better Sri Lanka.</p>
</header>
<footer id="footer">
<p><a href="https://github.com/codeforsrilanka" target="_blank">Contribute on Github</a></p>
<ul class="icons">
<li><a href="https://www.facebook.com/codeforsl/" target="_blank" class="icon brands fa-facebook"><span class="label">Twitter</span></a></li>
<li><a href="https://twitter.com/codeforsrilanka" target="_blank" class="icon brands fa-twitter"><span class="label">Twitter</span></a></li>
<li><a href="https://www.linkedin.com/company/codeforsrilanka" target="_blank" class="icon brands fa-linkedin"><span class="label">LinkedIn</span></a></li>
<li><a href="https://www.youtube.com/channel/UC3uipVoKQdFW7gYLloI1pcQ" target="_blank" class="icon brands fa-youtube"><span class="label">Youtube</span></a></li>
<li><a href="mailto:[email protected]" class="icon fa-envelope"><span class="label">Email</span></a></li>
</ul>
<ul class="copyright">
<li>© Code for Sri Lanka</li> <li class="fas fa-heart"style="color:red;"></li>
</ul>
</footer>
<script src="assets/js/main.js"></script>
</body>
</html>