-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
41 lines (36 loc) · 1.18 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
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta http-equiv="Content-Language" content="en">
<title>Go-Docker-Hackathon Summer2015</title>
<link rel="stylesheet" type="text/css" href="style.css" />
</head>
<body>
<div class="body">
<div class="heading">
<p>Happy coding,</p>
<p>happy hacking.</p>
</div>
<div class="info-box">
<div class="timecard">
6/6 Sat 8:00 AM ~ 6/7 Sun 12:00 PM
</div>
<div class="access">
<div class="span-row">
<span class="title">
Access
</span>
<span class="content">
<img src="images/access.png" width="240px" alt="北京市东城区东直门南大街3号国华投资大厦">
</span>
</div>
</div>
<!-- footer -->
<div class="footer">
Image Credit DevOps Reactions – <a href="http://devopsreactions.tumblr.com/post/52368854242/writing-unit-tests" target="_blank">Writing Unit Tests</a>
</div>
</div>
</div>
</body>
</html>