-
Notifications
You must be signed in to change notification settings - Fork 2
/
Combined+Pages.html
68 lines (62 loc) · 3.55 KB
/
Combined+Pages.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
<!DOCTYPE html SYSTEM "about:legacy-compat">
<html>
<head>
<meta charset="utf-8"/>
<meta content="width=device-width, initial-scale=1" name="viewport"/>
<title>foundweekends — Combined Pages</title>
<link rel="shortcut icon" href="favicon.ico"/>
<link rel="stylesheet" href="css/bootstrap.min.css" type="text/css"/>
<link rel="stylesheet" href="css/pamflet.css" type="text/css" media="screen, projection"/>
<link rel="stylesheet" href="css/pamflet-print.css" type="text/css" media="print"/>
<link rel="stylesheet" href="css/pamflet-grid.css" type="text/css" media="screen and (min-device-width: 800px), projection"/>
<link rel="stylesheet" href="css/color_scheme-redmond.css" type="text/css" media="screen, projection"/>
<link rel="stylesheet" href="css/color_scheme-github.css" type="text/css" media="screen, projection"/>
<link rel="stylesheet" href="css/color_scheme-monokai.css" type="text/css" media="screen, projection"/>
<link rel="stylesheet" href="css/pamfletheight_2em_2em.css" type="text/css" media="screen and (min-device-width: 800px), projection"/>
<script type="text/javascript" src="js/jquery.min.js"></script>
<script type="text/javascript" src="js/bootstrap.bundle.min.js"></script>
<script type="text/javascript" src="js/pamflet.js"></script>
<script type="text/javascript">
Pamflet.page.language = 'en';
</script>
<script type="text/javascript" src="js/prettify/prettify.js"></script><script type="text/javascript" src="js/prettify/lang-scala.js"></script><link type="text/css" rel="stylesheet" href="css/prettify.css"/><script type="text/javascript"><!--
window.onload=function() { prettyPrint(); };
--></script>
<link rel="stylesheet" href="css/custom.css" type="text/css" media="screen, projection"/>
</head>
<body class="color_scheme-github">
<div class="container-fluid contentswrapper h-100">
<div class="row minh-100">
<div class="col-md-4 col-xl-3 leftcolumn"> </div><div class="col-md-8 col-xs-9">
<div class="rightcolumn contents">
<div class="tocwrapper">
<div class="tocbody show" id="toc">
<h4 class="toctitle">Contents</h4>
<div><a href="#foundweekends">foundweekends</a></div><ol class="toc"> </ol></div>
</div><h1 id="foundweekends">foundweekends<a href="#foundweekends" class="header-link"><span class="header-link-content"> </span></a></h1><p>hello. foundweekends is an organization for people who like coding on the weekends.
If you want to join, or have project ideas, please come talk to us on <a href="https://gitter.im/foundweekends/foundweekends">Gitter</a>.
</p><ul><li><a href="https://www.foundweekends.org/conscript/">Conscript</a>
</li><li><a href="https://github.com/foundweekends/giter8">giter8</a>
</li><li><a href="https://github.com/foundweekends/pamflet">pamflet</a>
</li></ul><div style="height: 300px">
<br>
</div>
</div>
</div>
</div> <!-- row -->
</div>
<div class="header">
<div class="container-fluid top nav">
<div class="row justify-content-md-center w-100">
<div class="col-md-auto">
<div class="title">
<span>foundweekends</span> — Combined Pages
</div>
</div>
</div>
</div>
</div>
<div class="footer">
</div>
</body>
</html>