-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcontact.html
More file actions
132 lines (115 loc) · 7.27 KB
/
contact.html
File metadata and controls
132 lines (115 loc) · 7.27 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
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
127
128
129
130
131
132
<!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>Contact-HELLLabs</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 class="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="wrapper">
<div class="header">
<figure class="logo clearfix">
<img id="c1" src="img/logo.svg" alt="HELL Labs logo">
</figure>
</div>
<div class="main-container mc1" >
<div class="main clearfix"
<article>
<header>
<div class="c2">
<h1> know about us.</h1>
</div>
</header>
<div class="c3">
<p>In a somewhat related way I was trying to add
a somewhat related way I was try
a somewhat related way I was try
ba somewhat related way I was try
a somewhat related way I was try</p>
</div>
<div class="c4">
<p> In a somewhat related way I was trying to add a remote tracking branch to an existing branch, but did not have access to that remote repository on the system where I wanted to add that remote tracking branch on (because I frequently export a copy of this repo via sneakernet to another system that has the access to push to that remote).ot have access to that remote repository on the system whereave access to that remote repository on the system where I wanted to add that remote tracking branch on (because I t remote tracking branch on (because I frequently exportave access to that remote repository on the system where I wanted to add that remote tracking branch on (because I t remote tracking branch on (because I frequently exportave access to that remote repository on the system where I wanted to add that remote tracking branch on (because I t remote tracking branch on (because I frequently exportave access to that remote repository on the system where I wanted to add that remote tracking branch on (because I t remote tracking branch on (because I frequently exportave access to that remote repository on the system where I wanted to add that remote tracking branch on (because I t remote tracking branch on (because I frequently export I wanted to add that remote tracking branch on (because I t remote tracking branch on (because I frequently export a copy of this repo via sneakernet to another system that has the access to push to that remote). I found that there was no way to force adding a remote branch. </p>
</div>
<div class="cbtn">
<button class="cbtn1">Submit</button>
<button class="cbtn2">Reset</button>
</div>
</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 class="clearfix">
<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>