-
Notifications
You must be signed in to change notification settings - Fork 0
/
index_temp.html
63 lines (52 loc) · 2.67 KB
/
index_temp.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
59
60
61
62
63
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<!--[if IE]><meta http-equiv="X-UA-Compatible" content="IE=edge"><![endif]-->
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0" />
<title>Kranky Geek WebRTC Event</title>
<meta name="description" content="Kranky Geek WebRTC Show">
<meta name="keywords" content="webrtc, webrtc event">
<meta name="author" content="Chris Koehncke">
<link rel="shortcut icon" href="assets/img/favicon.ico">
<link href='http://fonts.googleapis.com/css?family=Ubuntu:700' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Roboto:100,300,700' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="http://www.krankygeek.com/assets/css/bootstrap.min.css" type="text/css" media="all" />
<link rel="stylesheet" href="http://www.krankygeek.com/assets/css/animate.css" type="text/css" media="all" />
<link rel="stylesheet" href="http://www.krankygeek.com/assets/css/font-awesome.min.css" type="text/css" media="all" />
<link rel="stylesheet" href="http://www.krankygeek.com/assets/css/font-lineicons.css" type="text/css" media="all" />
<link rel="stylesheet" href="http://www.krankygeek.com/assets/css/jquery.fancybox.css" type="text/css" media="all" />
<link rel="stylesheet" href="http://www.krankygeek.com/assets/css/style-bloggreen.min.css" id="mainstyle" type="text/css" media="all" />
<link rel="stylesheet" type="text/css" href="http://www.krankygeek.com/assets/css/circular-countdown.css"/>
<!--[if lt IE 9]>
<script src="assets/js/html5.js"></script>
<script src="assets/js/respond.min.js"></script>
<![endif]-->
<script type="text/javascript">
<!--
if (screen.width <= 640) {
window.location = "http://krankygeek.com/mobile";
}
//-->
</script>
</head>
<body id="index">
<!-- Preloader -->
<!-- Hero Section -->
<section id="hero" class="light">
<div class="container">
<div class="home-bg">
<div class="hero-content text-center ">
<div class="hero-small">
<hr /><span><span class="fa fa-calendar"></span>September 11, 2015 11:00 am <div class="sep"></div><span class="fa fa-map-marker"></span>San Francisco, CA</span><hr />
</div>
<div class="hero-big">Kranky Geek WebRTC Show</div>
<div class="hero-normal"><strong>WebRTC</strong> for web developers. Our 2nd year!</div>
<div class="hero-normal">Registration opening soon</div>
</div>
</div>
</div>
</section>
<!-- End Hero Section -->
</body>
</html>