Added iOS bookmark icon. Ran html through tidy.
After Width: | Height: | Size: 36 KiB |
After Width: | Height: | Size: 9.5 KiB |
After Width: | Height: | Size: 10 KiB |
After Width: | Height: | Size: 13 KiB |
After Width: | Height: | Size: 13 KiB |
After Width: | Height: | Size: 4.2 KiB |
After Width: | Height: | Size: 5.5 KiB |
After Width: | Height: | Size: 6.0 KiB |
Before Width: | Height: | Size: 47 KiB |
136
index.html
|
@ -1,83 +1,81 @@
|
|||
<!DOCTYPE HTML>
|
||||
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN">
|
||||
<html>
|
||||
<head>
|
||||
<title>Level2</title>
|
||||
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
||||
<link rel="stylesheet" href="css/bootstrap.min.css" />
|
||||
<link rel="stylesheet" href="css/climacons-font.css" />
|
||||
<link rel="stylesheet" href="css/level2.css" />
|
||||
<meta name="viewport" content="initial-scale=1">
|
||||
<meta name="apple-mobile-web-app-capable" content="yes">
|
||||
</head>
|
||||
<body>
|
||||
<div class="container-fluid">
|
||||
|
||||
<div class="row">
|
||||
<div class="col-sm-12 col-md-4 logo">
|
||||
<head>
|
||||
<title>
|
||||
Level2
|
||||
</title>
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="initial-scale=1">
|
||||
<meta name="description" content="Level2 Hackerspace Status">
|
||||
<meta name="author" content="@syn2cat">
|
||||
<link rel="stylesheet" href="css/bootstrap.min.css" type="text/css">
|
||||
<link rel="stylesheet" href="css/climacons-font.css" type="text/css">
|
||||
<link rel="stylesheet" href="css/level2.css" type="text/css">
|
||||
<meta name="viewport" content="initial-scale=1">
|
||||
<!-- Run in full-screen mode. -->
|
||||
<meta name="apple-mobile-web-app-capable" content="yes">
|
||||
<!-- Customize home screen title. -->
|
||||
<meta name="apple-mobile-web-app-title" content="Level2 Hackerspace">
|
||||
<!-- Icons -->
|
||||
<!-- iOS 7 iPad (retina) -->
|
||||
<link href="images/logo_ios57.png" sizes="152x152" rel="apple-touch-icon">
|
||||
<!-- iOS 6 iPad (retina) -->
|
||||
<link href="images/logo_ios144.png" sizes="144x144" rel="apple-touch-icon">
|
||||
<!-- iOS 7 iPhone (retina) -->
|
||||
<link href="images/logo_ios120.png" sizes="120x120" rel="apple-touch-icon">
|
||||
<!-- iOS 6 iPhone (retina) -->
|
||||
<link href="images/logo_ios114.png" sizes="114x114" rel="apple-touch-icon">
|
||||
<!-- iOS 7 iPad -->
|
||||
<link href="images/logo_ios76.png" sizes="76x76" rel="apple-touch-icon">
|
||||
<!-- iOS 6 iPad -->
|
||||
<link href="images/logo_ios72.png" sizes="72x72" rel="apple-touch-icon">
|
||||
<!-- iOS 6 iPhone -->
|
||||
<link href="images/logo_ios57.png" sizes="57x57" rel="apple-touch-icon">
|
||||
</head>
|
||||
<body>
|
||||
<div class="container-fluid">
|
||||
<div class="row">
|
||||
<div class="col-sm-12 col-md-4 logo">
|
||||
<div class="row">
|
||||
<div class="col-xs-6">
|
||||
<img src='http://level2.lu/img/logo.png'/>
|
||||
<img src='images/logo.png'>
|
||||
</div>
|
||||
<div class="col-xs-6">
|
||||
Level2
|
||||
<div class="hackers"></div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="col-sm-6 col-md-4">
|
||||
<div class="panel status">
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="col-sm-6 col-md-4 datetime">
|
||||
<h1 class="time"></h1>
|
||||
<h3 class="date"></h3>
|
||||
<span class="weatherIcon">
|
||||
<span class="currentTemp"></span>
|
||||
</span>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
<div class="row">
|
||||
<div class="col-sm-6 col-md-3 events">
|
||||
</div>
|
||||
|
||||
<div class="col-sm-6 col-md-3 busses">
|
||||
</div>
|
||||
|
||||
<div class="clearfix visible-sm-block">
|
||||
<div class="col-sm-6 col-md-4">
|
||||
<div class="panel status"></div>
|
||||
</div>
|
||||
|
||||
<div class="col-sm-6 col-md-3 cfl">
|
||||
</div>
|
||||
|
||||
<div class="col-sm-6 col-md-3 news">
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
<div class="col-sm-6 col-md-4 datetime">
|
||||
<h1 class="time"></h1>
|
||||
<h3 class="date"></h3>
|
||||
</div>
|
||||
</div>
|
||||
<div class="row">
|
||||
<div class="col-sm-6 col-md-3 events"></div>
|
||||
<div class="col-sm-6 col-md-3 busses"></div>
|
||||
<div class="clearfix visible-sm-block"></div>
|
||||
<div class="col-sm-6 col-md-3 cfl"></div>
|
||||
<div class="col-sm-6 col-md-3 news"></div>
|
||||
</div>
|
||||
</div><!-- end of fluid contianer -->
|
||||
<script src="js/jquery.min.js" type="text/javascript"></script>
|
||||
<script src="js/moment.min.js" type="text/javascript"></script>
|
||||
<script src="js/moment-timezone-with-data.js" type="text/javascript"></script>
|
||||
<script src="js/moment.tz.min.js" type="text/javascript"></script>
|
||||
<script src="js/level2.js" type="text/javascript"></script>
|
||||
<script type="text/javascript">
|
||||
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
|
||||
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
|
||||
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
|
||||
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
|
||||
|
||||
<script src="js/jquery.min.js"></script>
|
||||
<script src="js/moment.min.js"></script>
|
||||
<script src="js/moment-timezone-with-data.js"></script>
|
||||
<script src="js/moment.tz.min.js"></script>
|
||||
<script src="js/level2.js"></script>
|
||||
|
||||
<script>
|
||||
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
|
||||
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
|
||||
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
|
||||
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
|
||||
|
||||
ga('create', 'UA-30971852-8', 'auto');
|
||||
ga('send', 'pageview');
|
||||
|
||||
</script>
|
||||
|
||||
</body>
|
||||
ga('create', 'UA-30971852-8', 'auto');
|
||||
ga('send', 'pageview');
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
|
|