-
Notifications
You must be signed in to change notification settings - Fork 40
/
Copy pathindex.html
55 lines (54 loc) · 2.21 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Work From Cafe</title>
<link href='http://fonts.googleapis.com/css?family=Open+Sans:400italic,600italic,300,400,600&subset=latin-ext' rel='stylesheet' type='text/css'>
<link rel="stylesheet" type="text/css" href="static/css/style.css">
<link rel="icon" type="image/png" href="static/images/favicon.png"/>
</head>
<body>
<div id="main">
<div class="ribbon">
<a href="https://github.com/kaaes/work_from_cafe">
<img src="https://s3.amazonaws.com/github/ribbons/forkme_right_red_aa0000.png" alt="Fork me on GitHub">
</a>
</div>
<div id="content" class="site">
<div id="header">
<h1 id="page-title"><a href=http://kaaes.github.com/work_from_cafe/>Work From Cafe</a></h1>
<em id="github-path">kaaes / <span>work_from_cafe</span></em>
<em class="claim">
A reference for people working remotely who don’t want to sit at home.<br />
A list of places friendly to social oriented geeks.
And it's on GitHub. Love it already?
</em>
</div>
<div id="intro">
<p class="list-title">Most important criteria:</p>
<ul id="criteria-list">
<li>good WiFi</li>
<li>accessible sockets</li>
<li>comfortable seats</li>
<li>friendly service</li>
<li>decent coffee!</li>
<li>and food</li>
<li>convenient opening hours</li>
</ul>
<p id="rules"><strong>RULES:</strong> All places listed were tested and proven to be geek and work friendly</p>
<p>If you want to contribute to the list just <a href="https://github.com/kaaes/work_from_cafe" title="Come on, working from cafes makes coding even more social!">fork it on GitHub</a>. <br />
Any accepted pull request is published immediately and you are a community hero.</p>
<a id="list-link" href="#list" title="To top of the list">To top of the list</a>
</div>
<div id="list">
{{ content }}
</div>
<p id="html5">HTML5 valid</p>
<p id="humans"><a href="humans.txt">humans.txt</a></p>
</div>
</div>
<script src="js/mustache.js"></script>
<script src="js/build.js"></script>
</body>
</html>