-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
51 lines (46 loc) · 2.81 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
41
42
43
44
45
46
47
48
49
50
51
<!DOCTYPE html>
<html lang="en">
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Spark the Cause</title>
<link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/css/bootstrap.min.css" rel="stylesheet">
<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="/assets/css/style.css">
<link rel="icon" href="/assets/img/favicons/favicon-32.png" sizes="32x32">
<link rel="icon" href="/assets/img/favicons/favicon-96.png" sizes="96x96">
<link rel="apple-touch-icon-precomposed" href="/assets/img/favicons/apple-touch-icon-precomposed.png">
<meta name="apple-mobile-web-app-title" content="Spark">
<meta name="msapplication-TileColor" content="#FFFFFF">
<meta name="msapplication-TileImage" content="/assets/img/favicons/mstile-144.png">
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-62459951-1', 'auto');
ga('send', 'pageview');
</script>
</head>
<body>
<div class="section-top-wrapper">
<!-- <img src="./assets/img/logo.png"> -->
<div class="section-hero">
<div id="social" class="section section-social">
<div class="container">
<div class="row row-pad">
<div class="col-xs-12">
<a href="https://www.facebook.com/SparkTheCause" target="_blank"><i class="fa fa-facebook-square fa-4x"></i></a>
<!-- <a href="https://twitter.com/sparkthecause" target="_blank"><i class="fa fa-twitter-square fa-4x"></i></a> -->
<a href="https://instagram.com/sparkthecause" target="_blank"><i class="fa fa-instagram fa-4x"></i></a>
<br class="visible-xs">
<!-- <a href="https://github.com/sparkthecause" target="_blank"><i class="fa fa-github-square fa-4x"></i></a> -->
<!-- <a href="http://blog.sparkthecause.com" target="_blank"><i class="fa fa-rss-square fa-4x"></i></a> -->
<a href="mailto:hello@sparkthecause.com"><i class="fa fa-envelope-square fa-4x"></i></a>
</div>
</div>
</div>
</div>
</div>
</div>
</body>
</html>