Skip to content

Commit ebe0977

Browse files
authored
Replace master branch with page content via GitHub
1 parent 4829bfd commit ebe0977

File tree

10 files changed

+1217
-12
lines changed

10 files changed

+1217
-12
lines changed

images/code.png

285 Bytes
Loading

images/pattern.png

5.93 KB
Loading

images/tar.png

339 Bytes
Loading

images/top.png

218 Bytes
Loading

images/zip.png

337 Bytes
Loading

index.html

+69-12
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,83 @@
1-
<!DOCTYPE html>
2-
<html lang="en">
1+
<!doctype html>
2+
<!-- The Time Machine GitHub pages theme was designed and developed by Jon Rohan, on Feb 7, 2012. -->
3+
<!-- Follow him for fun. http://twitter.com/jonrohan. Tail his code on https://github.com/jonrohan -->
4+
<html>
35
<head>
4-
<meta charset="UTF-8">
5-
<title>Saturday Coders Amsterdam</title>
6+
<meta charset="utf-8">
7+
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
8+
9+
<link rel="stylesheet" href="stylesheets/stylesheet.css" media="screen">
10+
<link rel="stylesheet" href="stylesheets/github-dark.css">
11+
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
12+
<script type="text/javascript" src="javascripts/script.js"></script>
13+
14+
<title>Saturdaycodersamsterdam.GitHub.io</title>
15+
<meta name="description" content="Saturday Study Groups">
16+
17+
<meta name="viewport" content="width=device-width,initial-scale=1">
18+
619
</head>
20+
721
<body>
822

9-
Welcome to Amsterdam Saturday Coders Repository
23+
<div class="wrapper">
24+
<header>
25+
<h1 class="title">Saturdaycodersamsterdam.GitHub.io</h1>
26+
</header>
27+
<div id="container">
28+
<p class="tagline">Saturday Study Groups</p>
29+
<div id="main" role="main">
30+
<div class="download-bar">
31+
<div class="inner">
32+
<a href="https://github.com/SaturdayCodersAmsterdam" class="code">View Saturdaycodersamsterdam.GitHub.io on GitHub</a>
33+
</div>
34+
<span class="blc"></span><span class="trc"></span>
35+
</div>
36+
<article class="markdown-body">
37+
<h3>
38+
<a id="welcome-to-github-pages" class="anchor" href="#welcome-to-github-pages" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>Welcome to GitHub Pages.</h3>
39+
40+
<p>This automatic page generator is the easiest way to create beautiful pages for all of your projects. Author your page content here <a href="https://guides.github.com/features/mastering-markdown/">using GitHub Flavored Markdown</a>, select a template crafted by a designer, and publish. After your page is generated, you can check out the new <code>gh-pages</code> branch locally. If you’re using GitHub Desktop, simply sync your repository and you’ll see the new branch.</p>
41+
42+
<h3>
43+
<a id="designer-templates" class="anchor" href="#designer-templates" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>Designer Templates</h3>
44+
45+
<p>We’ve crafted some handsome templates for you to use. Go ahead and click 'Continue to layouts' to browse through them. You can easily go back to edit your page before publishing. After publishing your page, you can revisit the page generator and switch to another theme. Your Page content will be preserved.</p>
1046

11-
<h1>Javascript</h1>
12-
<h2>Simple Platform Game Stage 5</h2>
13-
<a href="https://github.com/SaturdayCodersAmsterdam/Platform-Game">https://github.com/SaturdayCodersAmsterdam/Platform-Game</a>
14-
<img src="Stage5.png" height="536" width="699"/></body>
47+
<h3>
48+
<a id="creating-pages-manually" class="anchor" href="#creating-pages-manually" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>Creating pages manually</h3>
1549

16-
<h1>Php</h1>
50+
<p>If you prefer to not use the automatic generator, push a branch named <code>gh-pages</code> to your repository to create a page manually. In addition to supporting regular HTML content, GitHub Pages support Jekyll, a simple, blog aware static site generator. Jekyll makes it easy to create site-wide headers and footers without having to copy them across every page. It also offers intelligent blog support and other advanced templating features.</p>
1751

52+
<h3>
53+
<a id="authors-and-contributors" class="anchor" href="#authors-and-contributors" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>Authors and Contributors</h3>
1854

19-
<h1>Python</h1>
55+
<p>You can @mention a GitHub username to generate a link to their profile. The resulting <code>&lt;a&gt;</code> element will link to the contributor’s GitHub Profile. For example: In 2007, Chris Wanstrath (<a href="https://github.com/defunkt" class="user-mention">@defunkt</a>), PJ Hyett (<a href="https://github.com/pjhyett" class="user-mention">@pjhyett</a>), and Tom Preston-Werner (<a href="https://github.com/mojombo" class="user-mention">@mojombo</a>) founded GitHub.</p>
2056

57+
<h3>
58+
<a id="support-or-contact" class="anchor" href="#support-or-contact" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>Support or Contact</h3>
2159

60+
<p>Having trouble with Pages? Check out our <a href="https://help.github.com/pages">documentation</a> or <a href="https://github.com/contact">contact support</a> and we’ll help you sort it out.</p>
61+
</article>
62+
</div>
63+
</div>
64+
<footer>
65+
<div class="owner">
2266

67+
<p><a href="https://github.com/SaturdayCodersAmsterdam" class="avatar"><img src="https://avatars2.githubusercontent.com/u/19236649?v=3&amp;s=60" width="48" height="48"></a>View <a href="https://github.com/SaturdayCodersAmsterdam">SaturdayCodersAmsterdam</a> on <a href="https://www.github.com">GitHub</a></p>
2368

69+
</div>
70+
<div class="creds">
71+
<small>This page generated using <a href="https://pages.github.com/">GitHub Pages</a><br>theme by <a href="https://twitter.com/jonrohan/">Jon Rohan</a></small>
72+
</div>
73+
</footer>
74+
</div>
75+
<div class="current-section">
76+
<a href="#top">Scroll to top</a>
77+
<a href="https://github.com/SaturdayCodersAmsterdam/SaturdayCodersAmsterdam.github.io/tarball/master" class="tar">tar</a><a href="https://github.com/SaturdayCodersAmsterdam/SaturdayCodersAmsterdam.github.io/zipball/master" class="zip">zip</a><a href="" class="code">source code</a>
78+
<p class="name"></p>
79+
</div>
2480

81+
2582
</body>
26-
</html>
83+
</html>

javascripts/script.js

+52
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,52 @@
1+
(function($) {
2+
$(document).ready(function(){
3+
4+
// putting lines by the pre blocks
5+
$("pre").each(function(){
6+
var pre = $(this).text().split("\n");
7+
var lines = new Array(pre.length+1);
8+
for(var i = 0; i < pre.length; i++) {
9+
var wrap = Math.floor(pre[i].split("").length / 70)
10+
if (pre[i]==""&&i==pre.length-1) {
11+
lines.splice(i, 1);
12+
} else {
13+
lines[i] = i+1;
14+
for(var j = 0; j < wrap; j++) {
15+
lines[i] += "\n";
16+
}
17+
}
18+
}
19+
$(this).before("<pre class='lines'>" + lines.join("\n") + "</pre>");
20+
});
21+
22+
var headings = [];
23+
24+
var collectHeaders = function(){
25+
headings.push({"top":$(this).offset().top - 15,"text":$(this).text()});
26+
}
27+
28+
if($(".markdown-body h1").length > 1) $(".markdown-body h1").each(collectHeaders)
29+
else if($(".markdown-body h2").length > 1) $(".markdown-body h2").each(collectHeaders)
30+
else if($(".markdown-body h3").length > 1) $(".markdown-body h3").each(collectHeaders)
31+
32+
$(window).scroll(function(){
33+
if(headings.length==0) return true;
34+
var scrolltop = $(window).scrollTop() || 0;
35+
if(headings[0] && scrolltop < headings[0].top) {
36+
$(".current-section").css({"opacity":0,"visibility":"hidden"});
37+
return false;
38+
}
39+
$(".current-section").css({"opacity":1,"visibility":"visible"});
40+
for(var i in headings) {
41+
if(scrolltop >= headings[i].top) {
42+
$(".current-section .name").text(headings[i].text);
43+
}
44+
}
45+
});
46+
47+
$(".current-section a").click(function(){
48+
$(window).scrollTop(0);
49+
return false;
50+
})
51+
});
52+
})(jQuery)

params.json

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"name": "Saturdaycodersamsterdam.GitHub.io",
3+
"tagline": "Saturday Study Groups",
4+
"body": "### Welcome to GitHub Pages.\r\nThis automatic page generator is the easiest way to create beautiful pages for all of your projects. Author your page content here [using GitHub Flavored Markdown](https://guides.github.com/features/mastering-markdown/), select a template crafted by a designer, and publish. After your page is generated, you can check out the new `gh-pages` branch locally. If you’re using GitHub Desktop, simply sync your repository and you’ll see the new branch.\r\n\r\n### Designer Templates\r\nWe’ve crafted some handsome templates for you to use. Go ahead and click 'Continue to layouts' to browse through them. You can easily go back to edit your page before publishing. After publishing your page, you can revisit the page generator and switch to another theme. Your Page content will be preserved.\r\n\r\n### Creating pages manually\r\nIf you prefer to not use the automatic generator, push a branch named `gh-pages` to your repository to create a page manually. In addition to supporting regular HTML content, GitHub Pages support Jekyll, a simple, blog aware static site generator. Jekyll makes it easy to create site-wide headers and footers without having to copy them across every page. It also offers intelligent blog support and other advanced templating features.\r\n\r\n### Authors and Contributors\r\nYou can @mention a GitHub username to generate a link to their profile. The resulting `<a>` element will link to the contributor’s GitHub Profile. For example: In 2007, Chris Wanstrath (@defunkt), PJ Hyett (@pjhyett), and Tom Preston-Werner (@mojombo) founded GitHub.\r\n\r\n### Support or Contact\r\nHaving trouble with Pages? Check out our [documentation](https://help.github.com/pages) or [contact support](https://github.com/contact) and we’ll help you sort it out.\r\n",
5+
"note": "Don't delete this file! It's used internally to help with page regeneration."
6+
}

stylesheets/github-dark.css

+124
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,124 @@
1+
/*
2+
The MIT License (MIT)
3+
4+
Copyright (c) 2016 GitHub, Inc.
5+
6+
Permission is hereby granted, free of charge, to any person obtaining a copy
7+
of this software and associated documentation files (the "Software"), to deal
8+
in the Software without restriction, including without limitation the rights
9+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
10+
copies of the Software, and to permit persons to whom the Software is
11+
furnished to do so, subject to the following conditions:
12+
13+
The above copyright notice and this permission notice shall be included in all
14+
copies or substantial portions of the Software.
15+
16+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
17+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
18+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
19+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
20+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
21+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
22+
SOFTWARE.
23+
24+
*/
25+
26+
.pl-c /* comment */ {
27+
color: #969896;
28+
}
29+
30+
.pl-c1 /* constant, variable.other.constant, support, meta.property-name, support.constant, support.variable, meta.module-reference, markup.raw, meta.diff.header */,
31+
.pl-s .pl-v /* string variable */ {
32+
color: #0099cd;
33+
}
34+
35+
.pl-e /* entity */,
36+
.pl-en /* entity.name */ {
37+
color: #9774cb;
38+
}
39+
40+
.pl-smi /* variable.parameter.function, storage.modifier.package, storage.modifier.import, storage.type.java, variable.other */,
41+
.pl-s .pl-s1 /* string source */ {
42+
color: #ddd;
43+
}
44+
45+
.pl-ent /* entity.name.tag */ {
46+
color: #7bcc72;
47+
}
48+
49+
.pl-k /* keyword, storage, storage.type */ {
50+
color: #cc2372;
51+
}
52+
53+
.pl-s /* string */,
54+
.pl-pds /* punctuation.definition.string, string.regexp.character-class */,
55+
.pl-s .pl-pse .pl-s1 /* string punctuation.section.embedded source */,
56+
.pl-sr /* string.regexp */,
57+
.pl-sr .pl-cce /* string.regexp constant.character.escape */,
58+
.pl-sr .pl-sre /* string.regexp source.ruby.embedded */,
59+
.pl-sr .pl-sra /* string.regexp string.regexp.arbitrary-repitition */ {
60+
color: #3c66e2;
61+
}
62+
63+
.pl-v /* variable */ {
64+
color: #fb8764;
65+
}
66+
67+
.pl-id /* invalid.deprecated */ {
68+
color: #e63525;
69+
}
70+
71+
.pl-ii /* invalid.illegal */ {
72+
color: #f8f8f8;
73+
background-color: #e63525;
74+
}
75+
76+
.pl-sr .pl-cce /* string.regexp constant.character.escape */ {
77+
font-weight: bold;
78+
color: #7bcc72;
79+
}
80+
81+
.pl-ml /* markup.list */ {
82+
color: #c26b2b;
83+
}
84+
85+
.pl-mh /* markup.heading */,
86+
.pl-mh .pl-en /* markup.heading entity.name */,
87+
.pl-ms /* meta.separator */ {
88+
font-weight: bold;
89+
color: #264ec5;
90+
}
91+
92+
.pl-mq /* markup.quote */ {
93+
color: #00acac;
94+
}
95+
96+
.pl-mi /* markup.italic */ {
97+
font-style: italic;
98+
color: #ddd;
99+
}
100+
101+
.pl-mb /* markup.bold */ {
102+
font-weight: bold;
103+
color: #ddd;
104+
}
105+
106+
.pl-md /* markup.deleted, meta.diff.header.from-file */ {
107+
color: #bd2c00;
108+
background-color: #ffecec;
109+
}
110+
111+
.pl-mi1 /* markup.inserted, meta.diff.header.to-file */ {
112+
color: #55a532;
113+
background-color: #eaffea;
114+
}
115+
116+
.pl-mdr /* meta.diff.range */ {
117+
font-weight: bold;
118+
color: #9774cb;
119+
}
120+
121+
.pl-mo /* meta.output */ {
122+
color: #264ec5;
123+
}
124+

0 commit comments

Comments
 (0)