Skip to content

Commit 4a56d0f

Browse files
authored
Replace master branch with page content via GitHub
1 parent 7750265 commit 4a56d0f

File tree

5 files changed

+521
-1
lines changed

5 files changed

+521
-1
lines changed

index.html

Lines changed: 49 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,49 @@
1-
Prograpedia, Inc.
1+
<!doctype html>
2+
<html>
3+
<head>
4+
<meta charset="utf-8">
5+
<meta http-equiv="X-UA-Compatible" content="chrome=1">
6+
<title>Prograpedia.GitHub.io by prograpedia</title>
7+
8+
<link rel="stylesheet" href="stylesheets/styles.css">
9+
<link rel="stylesheet" href="stylesheets/github-light.css">
10+
<meta name="viewport" content="width=device-width">
11+
<!--[if lt IE 9]>
12+
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
13+
<![endif]-->
14+
</head>
15+
<body>
16+
<div class="wrapper">
17+
<header>
18+
<h1>Prograpedia.GitHub.io</h1>
19+
<p>Prograpedia Repo</p>
20+
21+
22+
<p class="view"><a href="https://github.com/prograpedia">View My GitHub Profile</a></p>
23+
24+
</header>
25+
<section>
26+
<h3>
27+
<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>
28+
<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>
29+
<h3>
30+
<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>
31+
<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>
32+
<h3>
33+
<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>
34+
<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>
35+
<h3>
36+
<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>
37+
<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 class="user-mention" data-hovercard-type="user" data-hovercard-url="/users/defunkt/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/defunkt">@defunkt</a>), PJ Hyett (<a class="user-mention" data-hovercard-type="user" data-hovercard-url="/users/pjhyett/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/pjhyett">@pjhyett</a>), and Tom Preston-Werner (<a class="user-mention" data-hovercard-type="user" data-hovercard-url="/users/mojombo/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/mojombo">@mojombo</a>) founded GitHub.</p>
38+
<h3>
39+
<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>
40+
<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>
41+
</section>
42+
<footer>
43+
<p><small>Hosted on GitHub Pages &mdash; Theme by <a href="https://github.com/orderedlist">orderedlist</a></small></p>
44+
</footer>
45+
</div>
46+
<script src="javascripts/scale.fix.js"></script>
47+
48+
</body>
49+
</html>

javascripts/scale.fix.js

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
var metas = document.getElementsByTagName('meta');
2+
var i;
3+
if (navigator.userAgent.match(/iPhone/i)) {
4+
for (i=0; i<metas.length; i++) {
5+
if (metas[i].name == "viewport") {
6+
metas[i].content = "width=device-width, minimum-scale=1.0, maximum-scale=1.0";
7+
}
8+
}
9+
document.addEventListener("gesturestart", gestureStart, false);
10+
}
11+
function gestureStart() {
12+
for (i=0; i<metas.length; i++) {
13+
if (metas[i].name == "viewport") {
14+
metas[i].content = "width=device-width, minimum-scale=0.25, maximum-scale=1.6";
15+
}
16+
}
17+
}

params.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{"name":"Prograpedia.GitHub.io","tagline":"Prograpedia Repo","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","note":"Don't delete this file! It's used internally to help with page regeneration."}

stylesheets/github-light.css

Lines changed: 130 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,130 @@
1+
/*!
2+
* GitHub Light v0.4.1
3+
* Copyright (c) 2012 - 2017 GitHub, Inc.
4+
* Licensed under MIT (https://github.com/primer/github-syntax-theme-generator/blob/master/LICENSE)
5+
*/
6+
7+
.pl-c /* comment, punctuation.definition.comment, string.comment */ {
8+
color: #6a737d;
9+
}
10+
11+
.pl-c1 /* constant, entity.name.constant, variable.other.constant, variable.language, support, meta.property-name, support.constant, support.variable, meta.module-reference, markup.raw, meta.diff.header, meta.output */,
12+
.pl-s .pl-v /* string variable */ {
13+
color: #005cc5;
14+
}
15+
16+
.pl-e /* entity */,
17+
.pl-en /* entity.name */ {
18+
color: #6f42c1;
19+
}
20+
21+
.pl-smi /* variable.parameter.function, storage.modifier.package, storage.modifier.import, storage.type.java, variable.other */,
22+
.pl-s .pl-s1 /* string source */ {
23+
color: #24292e;
24+
}
25+
26+
.pl-ent /* entity.name.tag, markup.quote */ {
27+
color: #22863a;
28+
}
29+
30+
.pl-k /* keyword, storage, storage.type */ {
31+
color: #d73a49;
32+
}
33+
34+
.pl-s /* string */,
35+
.pl-pds /* punctuation.definition.string, source.regexp, string.regexp.character-class */,
36+
.pl-s .pl-pse .pl-s1 /* string punctuation.section.embedded source */,
37+
.pl-sr /* string.regexp */,
38+
.pl-sr .pl-cce /* string.regexp constant.character.escape */,
39+
.pl-sr .pl-sre /* string.regexp source.ruby.embedded */,
40+
.pl-sr .pl-sra /* string.regexp string.regexp.arbitrary-repitition */ {
41+
color: #032f62;
42+
}
43+
44+
.pl-v /* variable */,
45+
.pl-smw /* sublimelinter.mark.warning */ {
46+
color: #e36209;
47+
}
48+
49+
.pl-bu /* invalid.broken, invalid.deprecated, invalid.unimplemented, message.error, brackethighlighter.unmatched, sublimelinter.mark.error */ {
50+
color: #b31d28;
51+
}
52+
53+
.pl-ii /* invalid.illegal */ {
54+
color: #fafbfc;
55+
background-color: #b31d28;
56+
}
57+
58+
.pl-c2 /* carriage-return */ {
59+
color: #fafbfc;
60+
background-color: #d73a49;
61+
}
62+
63+
.pl-c2::before /* carriage-return */ {
64+
content: "^M";
65+
}
66+
67+
.pl-sr .pl-cce /* string.regexp constant.character.escape */ {
68+
font-weight: bold;
69+
color: #22863a;
70+
}
71+
72+
.pl-ml /* markup.list */ {
73+
color: #735c0f;
74+
}
75+
76+
.pl-mh /* markup.heading */,
77+
.pl-mh .pl-en /* markup.heading entity.name */,
78+
.pl-ms /* meta.separator */ {
79+
font-weight: bold;
80+
color: #005cc5;
81+
}
82+
83+
.pl-mi /* markup.italic */ {
84+
font-style: italic;
85+
color: #24292e;
86+
}
87+
88+
.pl-mb /* markup.bold */ {
89+
font-weight: bold;
90+
color: #24292e;
91+
}
92+
93+
.pl-md /* markup.deleted, meta.diff.header.from-file, punctuation.definition.deleted */ {
94+
color: #b31d28;
95+
background-color: #ffeef0;
96+
}
97+
98+
.pl-mi1 /* markup.inserted, meta.diff.header.to-file, punctuation.definition.inserted */ {
99+
color: #22863a;
100+
background-color: #f0fff4;
101+
}
102+
103+
.pl-mc /* markup.changed, punctuation.definition.changed */ {
104+
color: #e36209;
105+
background-color: #ffebda;
106+
}
107+
108+
.pl-mi2 /* markup.ignored, markup.untracked */ {
109+
color: #f6f8fa;
110+
background-color: #005cc5;
111+
}
112+
113+
.pl-mdr /* meta.diff.range */ {
114+
font-weight: bold;
115+
color: #6f42c1;
116+
}
117+
118+
.pl-ba /* brackethighlighter.tag, brackethighlighter.curly, brackethighlighter.round, brackethighlighter.square, brackethighlighter.angle, brackethighlighter.quote */ {
119+
color: #586069;
120+
}
121+
122+
.pl-sg /* sublimelinter.gutter-mark */ {
123+
color: #959da5;
124+
}
125+
126+
.pl-corl /* constant.other.reference.link, string.other.link */ {
127+
text-decoration: underline;
128+
color: #032f62;
129+
}
130+

0 commit comments

Comments
 (0)