-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
53 lines (49 loc) · 1.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
52
53
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Delhi Open Hardware Group</title>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css">
<link href="main.css" rel="stylesheet">
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div class="container">
<div class="starter-template">
<h1>Delhi Open Hardware Group</h1>
<p class="lead">A group to collaborate and share knowledge on open source electronics and embedded systems.</p>
</div>
</div>
<div class="container meet-info">
<div class="row">
<div class="text-center">Next Meet: <b>TBD</b> @ <a href="#google-map">TBD</a></div>
</div>
</div>
<div class="container">
<div class="row text-center">
<div class="col-md-4">
<a href="https://groups.google.com/forum/#!forum/delhi-open-hardware" role="button">
Mailing List <i class="glyphicon glyphicon-link"></i>
</a>
</div>
<div class="col-md-4">
<a href="https://www.facebook.com/groups/1465452037014616/" role="button">
Facebook <i class="glyphicon glyphicon-link"></i>
</a>
</div>
<div class="col-md-4">
<a href="http://github.com/delhi-oshw" role="button">
Github <i class="glyphicon glyphicon-link"></i>
</a>
</div>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/js/bootstrap.min.js"></script>
</body>
</html>