forked from danswick/LuminDashboard
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
82 lines (59 loc) · 4.03 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8"> <!-- Character encoding for the HTML document. -->
<meta http-equiv="X-UA-Compatible" content="IE=edge"> <!-- Tells Internet Explorer it should use the latest, or edge, version of the IE rendering environment. -->
<title>Delta Lumin</title>
<meta name="description" content="Landing page for DeltaLumin"><!-- Description, often used as 'snippet' by search engines. -->
<meta name="viewport" content="width=device-width, initial-scale=1"> <!-- Will make sure your site scales properly for mobile http://goo.gl/teFgfK-->
<link rel="shortcut icon" type="image/ico" href="images/favicon.ico" /> <!-- Site icon that appears next to the title in tab -->
<link href='http://fonts.googleapis.com/css?family=Open+Sans:400italic,400,600,800,300' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Raleway:900,300' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="css/normalize.css"> <!-- Normalize.css makes browsers render all elements more consistently and in line with modern standards http://goo.gl/2trj5P-->
<link rel="stylesheet" href="css/main.css">
</head>
<body>
<!--[if lt IE 7]>
<p class="browsehappy">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> to improve your experience.</p>
<![endif]-->
<div id="page" class="shadow">
<header>
<nav>
<a href="index.html" class="current-link">HOME</a>
<a href="about/index.html">ABOUT</a>
<a href="user-portal/index.html">DASHBOARD</a>
</nav>
<h1>DELTA<span id="lumin">LUMIN</span></h1>
<h4>Helping you make smarter decisions about energy use.</h4>
</header>
<div id="content">
<img src="images/banner-image.png" alt="homepage hero image">
<h3>Interested in participating?</h3>
<p>Take our survey to see if you are eligible to participate.</p>
<p><a href="https://docs.google.com/a/delta-institute.org/forms/d/1k0Mxvsi7e_2-bdygJ1N4fCPo2_qIvuueTIdOUrJGTjU/viewform" target="_blank" alt="Delta Lumin Survey" id="survey-button">TAKE OUR SURVEY</a></p>
<h3>Questions?</h3>
<p>Contact us! 1-312-487-1087 - <a href="mailto:[email protected]">[email protected]</a></p>
<p>DeltaLumin is a project of the Delta Institute with support from the Illinois Science and Energy Innovation Foundation, developed in partnership with IDEO. DeltaLumin works with trusted community partner, Faith in Place. DeltaLumin is not affiliated with any utility supplier or service providers.</p>
</div>
<footer>
<hr>
<p><em>In partnership with:</em></p>
<div id="logos">
<a href="http://www.iseif.org/" alt="Illinois Science and Energy Innovation Foundation" target="_blank"><img src="images/ISEIF-logo.png" alt="ISEIF logo"></a>
<a href="http://www.ideo.com/" alt="IDEO" target="_blank"><img src="images/ideo-logo.png" alt="IDEO logo"></a>
<a href="http://delta-institute.org/" alt="Delta Institute" target="_blank"><img src="images/delta-logo.png" alt="Delta logo"></a>
<a href="http://www.faithinplace.org/" alt="Faith in Place" target="_blank"><img src="images/fip-logo.png" alt="faith in place logo"></a>
</div>
<p>1-312-487-1087 - <a href="mailto:[email protected]">[email protected]</a></p>
</footer>
</div>
<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-19653615-3', 'auto');
ga('send', 'pageview');
</script>
</body>
</html>