This repository has been archived by the owner on Nov 5, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathAsia2015Video.html
104 lines (104 loc) · 5.27 KB
/
Asia2015Video.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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="PowerShell Conference Asia, 2015">
<meta name="keywords" content="PowerShell, Conference, Asia, 2015">
<meta name="author" content="Pixelwars">
<title>PowerShell Conference Asia - 2015</title>
<link rel="shortcut icon" href="images/ico/favicon.ico">
<link rel="apple-touch-icon" href="images/ico/apple-touch-icon.png"/>
<link rel="stylesheet" type="text/css" href="css/fonts/montserrat/montserrat.css">
<link href='http://fonts.googleapis.com/css?family=Roboto:400,400italic,700,700italic' rel='stylesheet' type='text/css'>
<link rel="stylesheet" type="text/css" href="css/bootstrap.min.css">
<link rel="stylesheet" type="text/css" href="css/fonts/fontello/css/fontello.css">
<link rel="stylesheet" type="text/css" href="js/jquery.uniform/uniform.default.css">
<link rel="stylesheet" type="text/css" href="js/jquery.fluidbox/fluidbox.css">
<link rel="stylesheet" type="text/css" href="js/owl-carousel/owl.carousel.css">
<link rel="stylesheet" type="text/css" href="js/photo-swipe/photoswipe.css">
<link rel="stylesheet" type="text/css" href="js/photo-swipe/default-skin/default-skin.css">
<link rel="stylesheet" type="text/css" href="js/jquery.magnific-popup/magnific-popup.css">
<link rel="stylesheet" type="text/css" href="js/slippry/slippry.css">
<link rel="stylesheet" type="text/css" href="css/main.css">
<link rel="stylesheet" type="text/css" href="css/768.css">
<link rel="stylesheet" type="text/css" href="css/992.css">
<script src="js/jquery-1.11.2.min.js"></script>
<script src="js/jquery-migrate-1.2.1.min.js"></script>
<script src="js/modernizr.min.js"></script>
</head>
<body>
<div id="page" class="hfeed site">
<header id="masthead" class="site-header" role="banner">
<div class="site-logo">
<h1 class="site-title">
<a href="index.html" rel="home">
<img src="images/site/logo.jpg" alt="logo">
</a>
</h1>
</div>
<nav id="primary-navigation" class="site-navigation primary-navigation" role="navigation">
<a class="menu-toggle"><span class="lines"></span></a>
<div class="nav-menu">
<ul>
<li><a href="index.html">HOME</a></li>
<li><a href="">PAST EVENTS</a>
<ul>
<li><a href="Asia2015.html">Singapore 2015</a></li>
</ul>
</li>
<li><a href="">UPCOMING EVENTS</a>
<ul>
<li><a href="PSConf2016.html">PSConf 2016</a></li>
</ul>
</li>
</ul>
</div>
</nav>
</header>
<div id="main" class="site-main">
<div id="primary" class="content-area">
<div id="content" class="site-content" role="main"> <!-- layout-full -->
<div class="layout-full"> <!-- .gallery-single -->
<div class="gallery-single">
<header class="entry-header">
<h1 class="entry-title">COMING SOON</h1>
</header>
</div>
</div>
</div>
</div>
</div>
<footer id="colophon" class="site-footer" role="contentinfo">
<div class="layout-medium">
<div class="footer-social">
<ul class="social">
<li><a class="facebook" href="https://www.facebook.com/psconfasia"></a></li>
<li><a class="twitter" href="https://twitter.com/PSConfAsia"></a></li>
</ul>
</div>
<div class="site-info">
<p>Copyright © 2015 PowerShell Conference Asia</p>
</div>
</div>
</footer>
</div>
<script src="js/fastclick.js"></script>
<script src="js/jquery.fitvids.js"></script>
<script src="js/jquery.validate.min.js"></script>
<script src="js/jquery.uniform/jquery.uniform.min.js"></script>
<script src="js/imagesloaded.pkgd.min.js"></script>
<script src="js/jquery.fluidbox/jquery.fluidbox.min.js"></script>
<script src="js/owl-carousel/owl.carousel.min.js"></script>
<script src="js/socialstream.jquery.js"></script>
<script src="js/jquery.collagePlus/jquery.collagePlus.min.js"></script>
<script src="js/photo-swipe/photoswipe.min.js"></script>
<script src="js/photo-swipe/photoswipe-ui-default.min.js"></script>
<script src="js/photo-swipe/photoswipe-run.js"></script>
<script src="js/jquery.gridrotator.js"></script>
<script src="js/slippry/slippry.min.js"></script>
<script src="js/jquery.magnific-popup/jquery.magnific-popup.min.js"></script>
<script src="js/masonry.pkgd.min.js"></script>
<script src="js/main.js"></script>
</body>
</html>