forked from kaaes/work_from_cafe
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdefault.html
52 lines (51 loc) · 2.64 KB
/
default.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
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<title>Work From Cafe - {{ page.title }}</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://assets1.github.com/img/e6bef7a091f5f3138b8cd40bc3e114258dd68ddf?repo=&url=http%3A%2F%2Fs3.amazonaws.com%2Fgithub%2Fribbons%2Fforkme_right_red_aa0000.png&path://d3nwyuy0nl342s.cloudfront.net/img/c641758e06304bc53ae7f633269018169e7e5851/687474703a2f2f73332e616d617a6f6e6177732e636f6d2f6769746875622f726962626f6e732f666f726b6d655f6c6566745f77686974655f6666666666662e706e6://d3nwyuy0nl342s.cloudfront.net/img/71eeaab9d563c2b3c590319b398dd35683265e85/687474703a2f2f73332e616d617a6f6e6177732e636f6d2f6769746875622f726962626f6e732f666f726b6d655f72696768745f677261795f3664366436642e706e6" alt="Fork me on GitHub">
</a>
</div>
<div id="content" class="site">
<div id="header">
<h1 id="page-title"><a href="{{ page.project }}{{ page.url }}">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>
</body>
</html>