-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
executable file
·126 lines (116 loc) · 6.17 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
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
<!doctype html>
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7" lang="en"> <![endif]-->
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8" lang="en"> <![endif]-->
<!--[if IE 8]> <html class="no-js lt-ie9" lang="en"> <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js" lang="en"> <!--<![endif]-->
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>HELL Labs - Renovating Innovation!</title>
<meta name="description" content="A collective of like minded people who are really passionate about computers and technology. We love to invent, create and innovate stuffs that we find challenging and those that matter.">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="apple-touch-icon" href="apple-touch-icon.png">
<link rel="shortcut icon" type="image/png" href="favicon.png">
<link rel="stylesheet" href="css/normalize.min.css">
<link rel="stylesheet" href="css/main.css">
<link rel="stylesheet" href="css/off.css">
<link rel="stylesheet" href="css/jquery.maximage.css" type="text/css" media="screen">
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,700,700i" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Droid+Sans+Mono" rel="stylesheet">
<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet" integrity="sha384-wvfXpqpZZVQGK6TAh5PVlGOfQNHSoD2xbE+QkPxCAFlNEevoEH3Sl0sibVcOQVnN" crossorigin="anonymous">
<script src="js/vendor/modernizr-2.8.3-respond-1.4.2.min.js"></script>
<script src="js/vendor/off.min.js"></script>
</head>
<body>
<!--[if lt IE 8]>
<p class="browserupgrade">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 class="back-image">
<img src="img/slides/s0.jpg" alt="slide1">
<img src="img/slides/s1.jpg" alt="slide2">
<img src="img/slides/s2.jpg" alt="slide3">
<img src="img/slides/s3.jpg" alt="slide4">
<img src="img/slides/s4.jpg" alt="slide5">
<img src="img/slides/s5.jpg" alt="slide6">
</div>
<div class="wrapper">
<div class="header">
<figure class="logo">
<img src="img/logo.svg" alt="HELL Labs logo">
</figure>
</div>
<div class="main-container">
<div class="main">
<article>
<header id="feature-type">
<h1>Fixing <span class="feature-text"></span></h1>
<h1><em>one bit at a time</em></h1>
</header>
<p>We are a group of passionate/zealous nerds and techno-freaks who are trying to seek solutions to the environmental and societal issues with the help of technology.
We also try to motivate people to switch to <strong>the right technology for the right thing</strong>. We innovate tech for the same cause, among the other cool stuffs that we do.
Do remember to <a href="#" class="front-a">checkout our projects</a>.
</p>
<p>
We're also in search of active volunteers and interested members to reach us if you're interested, you should <a href="#" class="front-a">reach out to us here</a>.
</p>
<button>read more</button>
</article>
</div> <!-- #main -->
</div> <!-- #main-container -->
<div class="footer-menu">
<div class="footwrapper">
<figure class="footer-logo">
<img src="img/text-logo.svg" alt="HELL Labs logo">
</figure>
<nav>
<ul>
<li><a href="#">about</a></li>
<li><a href="#">projects</a></li>
<li><a href="#">team</a></li>
<li><a href="#">join us</a></li>
<li><a href="#">fun</a></li>
<li><a href="#">contact</a></li>
</ul>
</nav>
<div id="myNav" class="overlay">
<a href="javascript:void(0)" class="closebtn" onclick="closeNav()">×</a>
<div class="overlay-content">
<a href="#">About</a>
<a href="#">Projects</a>
<a href="#">team</a>
<a href="#">join</a>
<a href="#">fun</a>
<a href="#">contact</a>
</div>
</div>
<span class="mobile-menu" onclick="openNav()" aria-hidden="true"><i class="fa fa-bars" aria-hidden="true"> </i>
</span>
</div>
</div>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script>
<script>window.jQuery || document.write('<script src="js/vendor/jquery-1.11.2.min.js"><\/script>')</script>
<script src="js/plugins.js"></script>
<script src="js/typed.js"></script>
<script>
function openNav() {
document.getElementById("myNav").style.width = "100%";
}
function closeNav() {
document.getElementById("myNav").style.width = "0%";
}
</script>
<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','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-102449154-1', 'auto');
ga('send', 'pageview');
</script>
<script src="js/vendor/jquery.cycle.all.js" type="text/javascript"></script>
<script src="js/vendor/jquery.easing.1.3.js" type="text/javascript"></script>
<script src="js/vendor/jquery.maximage.min.js" type="text/javascript"></script>
<script src="js/main.js"></script>
</body>
</html>