-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
50 lines (47 loc) · 1.21 KB
/
index.html
File metadata and controls
50 lines (47 loc) · 1.21 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
<html>
<head>
<title>
2017 Contributes
</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="css/bootstrap.min.css" rel="stylesheet">
<link rel="shortcut icon" type="image/png" href="img/favicon.png" />
<style>
.well{
background-color:black;
color:white;
font-size:25px;
}
</style>
<body>
<div id="loading"></div>
<center>
<div class="well"><img src="img/logo.png" alt="2017">
Workshop and DailyCode2017<br/>
</div>
<div class="btn-group">
<a href="daily.html" target="_blank">
<button type="button" class="btn btn-default">Daily Code</button>
</a>
<a href="#">
<button type="button" class="btn btn-primary">2017 Codes</button>
</a>
<a href="#">
<button type="button" class="btn btn-success">Tech Meetups 2017</button>
</a>
<a href="workshop.html" target="_blank">
<button type="button" class="btn btn-info">Workshops</button>
</a>
<a href="websites.html">
<button type="button" class="btn btn-warning">Websites 2017</button>
</a>
<a href="#">
<button type="button" class="btn btn-danger">Projects 2017</button>
</a>
</center><br/>
</div>
<img src="img/graph.png" class="img-thumbnail">
<script src="js/jquery.min.js"></script>
<script src="js/bootstrap.min.js"></script>
</body>
</html>