-
Notifications
You must be signed in to change notification settings - Fork 0
/
work.html
58 lines (55 loc) · 2.43 KB
/
work.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Maker Party Cochin</title>
<link rel="icon" type="image/png" href="img/MakerPartyLogo.png">
<link href='http://fonts.googleapis.com/css?family=Open+Sans:400,700,300,600' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="css/mediaquery.css">
<script type="text/javascript" src="js/jquery.js"></script>
<script type="text/javascript" src="js/masonry.js"></script>
<script type="text/javascript" src="js/style.js"></script>
</head>
<body>
<header>
<h1 title="Web Maker Cochin"><a href="#intro"><img class="img-responsive center-block" src="img/MakerPartyLogo.png" alt="HDLive 2012"></a></h1>
<nav>
<div class="wrapper">
<span id="toggle">Menu</span>
<ul class="pull-left upper text-left">
<li><a href="#intro" title="Welcome" class="intro-nav">Welcome</a>
</li>
<li><a href="#speakers-top" title="Speakers" class="speakers-nav">Speakers</a>
</li>
<li><a href="#venue-top" title="Venue" class="venue-nav">Venue</a>
</li>
</ul>
<ul class="pull-right upper text-right">
<li><a href="#schedule" title="Schedule" class="schedule-nav">Schedule</a>
</li>
<li><a href="#partners" title="Partners" class="partners-nav">Partners</a>
</li>
<li><a href="#about" title="About" class="about-nav">About</a>
</li>
</ul>
</div>
</nav>
</header>
<section class="landing screen-width">
<div class="container-fluid">
<div class="row coverpic">
<div class="col-md-6 col-md-offset-3 date text-center">
Sept 14-19
</div>
</div>
<div class="row webmakermotorow">
<div class="col-xs-10 col-xs-offset-1 col-md-8 col-md-offset-2 webmakermoto text-center">
<span>The web is becoming the world's second language, and a vital 21st century skill - as important as reading, writing and arithmetic.</span>
</div>
</div>
</div>
</section>
</body>
</html>