Skip to content

Commit e5436c1

Browse files
committed
Create gh-pages branch via GitHub
1 parent 72c8d74 commit e5436c1

12 files changed

+1218
-108
lines changed

images/body-bg.jpg

2.23 KB
Loading

images/download-button.png

26.5 KB
Loading

images/github-button.png

1.51 KB
Loading

images/header-bg.jpg

9.24 KB
Loading

images/highlight-bg.jpg

30.3 KB
Loading

images/sidebar-bg.jpg

2.22 KB
Loading

index.html

+43-38
Original file line numberDiff line numberDiff line change
@@ -1,45 +1,35 @@
1-
<!doctype html>
1+
<!DOCTYPE html>
22
<html>
33
<head>
4-
<meta charset="utf-8">
4+
<meta charset='utf-8'>
55
<meta http-equiv="X-UA-Compatible" content="chrome=1">
6-
<title>Wiki knowledge by vicky002</title>
7-
<link rel="stylesheet" href="stylesheets/styles.css">
8-
<link rel="stylesheet" href="stylesheets/pygment_trac.css">
9-
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
10-
<script src="javascripts/respond.js"></script>
6+
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
7+
<link href='https://fonts.googleapis.com/css?family=Architects+Daughter' rel='stylesheet' type='text/css'>
8+
<link rel="stylesheet" type="text/css" href="stylesheets/stylesheet.css" media="screen">
9+
<link rel="stylesheet" type="text/css" href="stylesheets/pygment_trac.css" media="screen">
10+
<link rel="stylesheet" type="text/css" href="stylesheets/print.css" media="print">
11+
1112
<!--[if lt IE 9]>
12-
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
13-
<![endif]-->
14-
<!--[if lt IE 8]>
15-
<link rel="stylesheet" href="stylesheets/ie.css">
13+
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
1614
<![endif]-->
17-
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
1815

16+
<title>AlgoWiki - Best Sources at one Place! by vicky002</title>
1917
</head>
18+
2019
<body>
21-
<div id="header">
22-
<nav>
23-
<li class="fork"><a href="https://github.com/vicky002/Wiki_Knowledge">View On GitHub</a></li>
24-
<li class="downloads"><a href="https://github.com/vicky002/Wiki_Knowledge/zipball/master">ZIP</a></li>
25-
<li class="downloads"><a href="https://github.com/vicky002/Wiki_Knowledge/tarball/master">TAR</a></li>
26-
<li class="title">DOWNLOADS</li>
27-
</nav>
28-
</div><!-- end header -->
29-
30-
<div class="wrapper">
31-
32-
<section>
33-
<div id="title">
34-
<h1>Wiki knowledge</h1>
35-
<p>Repository which contains all the links and resources on different topics of Computer Science</p>
36-
<hr>
37-
<span class="credits left">Project maintained by <a href="https://github.com/vicky002">vicky002</a></span>
38-
<span class="credits right">Hosted on GitHub Pages &mdash; Theme by <a href="https://twitter.com/michigangraham">mattgraham</a></span>
39-
</div>
40-
41-
<h1>
42-
<a id="wiki_knowledge" class="anchor" href="#wiki_knowledge" aria-hidden="true"><span class="octicon octicon-link"></span></a>Wiki_Knowledge</h1>
20+
<header>
21+
<div class="inner">
22+
<h1>AlgoWiki - Best Sources at one Place!</h1>
23+
<h2>Repository which contains all the links and resources on different topics of Computer Science</h2>
24+
<a href="https://github.com/vicky002/AlgoWiki" class="button"><small>View project on</small> GitHub</a>
25+
</div>
26+
</header>
27+
28+
<div id="content-wrapper">
29+
<div class="inner clearfix">
30+
<section id="main-content">
31+
<h1>
32+
<a id="algowiki" class="anchor" href="#algowiki" aria-hidden="true"><span class="octicon octicon-link"></span></a>AlgoWiki</h1>
4333

4434
<p>On Internet, There is a lot of knowledge on different topics scarred over different sources. Most of the knowledge is either online on the web or with the people as human knowledge. I want to create this repository as a platform to bind this scarred peice of knowledge at one place! </p>
4535

@@ -95,11 +85,26 @@ <h1>
9585
<p>There are many topics, you can contribute to it, create topics add resources to it!
9686
Contact me - <a href="mailto:[email protected]">[email protected]</a>
9787
Connect me on fb - fb.com/blackhat002</p>
98-
</section>
88+
</section>
9989

90+
<aside id="sidebar">
91+
<a href="https://github.com/vicky002/AlgoWiki/zipball/master" class="button">
92+
<small>Download</small>
93+
.zip file
94+
</a>
95+
<a href="https://github.com/vicky002/AlgoWiki/tarball/master" class="button">
96+
<small>Download</small>
97+
.tar.gz file
98+
</a>
99+
100+
<p class="repo-owner"><a href="https://github.com/vicky002/AlgoWiki"></a> is maintained by <a href="https://github.com/vicky002">vicky002</a>.</p>
101+
102+
<p>This page was generated by <a href="https://pages.github.com">GitHub Pages</a> using the Architect theme by <a href="https://twitter.com/jasonlong">Jason Long</a>.</p>
103+
</aside>
104+
</div>
100105
</div>
101-
<!--[if !IE]><script>fixScale(document);</script><![endif]-->
102-
<script type="text/javascript">
106+
107+
<script type="text/javascript">
103108
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
104109
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
105110
</script>
@@ -111,4 +116,4 @@ <h1>
111116
</script>
112117

113118
</body>
114-
</html>
119+
</html>

javascripts/main.js

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
console.log('This would be the main JS file.');

params.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"name":"Wiki knowledge","tagline":"Repository which contains all the links and resources on different topics of Computer Science","body":"Wiki_Knowledge\r\n==============\r\n\r\nOn Internet, There is a lot of knowledge on different topics scarred over different sources. Most of the knowledge is either online on the web or with the people as human knowledge. I want to create this repository as a platform to bind this scarred peice of knowledge at one place! \r\n\r\nHow to Contribute\r\n==================\r\n1. You can Add links of different sources on different topics\r\n2. You can also create topics and add diffrent resources to it.\r\n3. Make sure that links that you provide should be related to the topic!\r\n\r\nTopics\r\n======\r\n- Algorithms\r\n- Operating System\r\n- Web Languages\r\n - Html\r\n - Javascipt\r\n - JQuery\r\n - php, etc!\r\n- Programming Language \r\n - C\r\n - C++\r\n - Java\r\n - Ruby\r\n - Python\r\n - Haskell\r\n - pascal\r\n- Machine Learning\r\n- Artificial Intelligence\r\n- Discrete Mathematics\r\n - Number Theory\r\n - Graph Theory\r\n - Combinatorics\r\n - Game Theory etc!\r\n\r\nThere are many topics, you can contribute to it, create topics add resources to it!\r\nContact me - [email protected] \r\nConnect me on fb - fb.com/blackhat002","google":"UA-45497633-6","note":"Don't delete this file! It's used internally to help with page regeneration."}
1+
{"name":"AlgoWiki - Best Sources at one Place!","tagline":"Repository which contains all the links and resources on different topics of Computer Science","body":"AlgoWiki\r\n==============\r\n\r\nOn Internet, There is a lot of knowledge on different topics scarred over different sources. Most of the knowledge is either online on the web or with the people as human knowledge. I want to create this repository as a platform to bind this scarred peice of knowledge at one place! \r\n\r\nHow to Contribute\r\n==================\r\n1. You can Add links of different sources on different topics\r\n2. You can also create topics and add diffrent resources to it.\r\n3. Make sure that links that you provide should be related to the topic!\r\n\r\nTopics\r\n======\r\n- Algorithms\r\n- Operating System\r\n- Web Languages\r\n - Html\r\n - Javascipt\r\n - JQuery\r\n - php, etc!\r\n- Programming Language \r\n - C\r\n - C++\r\n - Java\r\n - Ruby\r\n - Python\r\n - Haskell\r\n - pascal\r\n- Machine Learning\r\n- Artificial Intelligence\r\n- Discrete Mathematics\r\n - Number Theory\r\n - Graph Theory\r\n - Combinatorics\r\n - Game Theory etc!\r\n\r\nThere are many topics, you can contribute to it, create topics add resources to it!\r\nContact me - [email protected] \r\nConnect me on fb - fb.com/blackhat002","google":"UA-45497633-6","note":"Don't delete this file! It's used internally to help with page regeneration."}

stylesheets/print.css

+226
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,226 @@
1+
html, body, div, span, applet, object, iframe,
2+
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
3+
a, abbr, acronym, address, big, cite, code,
4+
del, dfn, em, img, ins, kbd, q, s, samp,
5+
small, strike, strong, sub, sup, tt, var,
6+
b, u, i, center,
7+
dl, dt, dd, ol, ul, li,
8+
fieldset, form, label, legend,
9+
table, caption, tbody, tfoot, thead, tr, th, td,
10+
article, aside, canvas, details, embed,
11+
figure, figcaption, footer, header, hgroup,
12+
menu, nav, output, ruby, section, summary,
13+
time, mark, audio, video {
14+
margin: 0;
15+
padding: 0;
16+
border: 0;
17+
font-size: 100%;
18+
font: inherit;
19+
vertical-align: baseline;
20+
}
21+
/* HTML5 display-role reset for older browsers */
22+
article, aside, details, figcaption, figure,
23+
footer, header, hgroup, menu, nav, section {
24+
display: block;
25+
}
26+
body {
27+
line-height: 1;
28+
}
29+
ol, ul {
30+
list-style: none;
31+
}
32+
blockquote, q {
33+
quotes: none;
34+
}
35+
blockquote:before, blockquote:after,
36+
q:before, q:after {
37+
content: '';
38+
content: none;
39+
}
40+
table {
41+
border-collapse: collapse;
42+
border-spacing: 0;
43+
}
44+
body {
45+
font-size: 13px;
46+
line-height: 1.5;
47+
font-family: 'Helvetica Neue', Helvetica, Arial, serif;
48+
color: #000;
49+
}
50+
51+
a {
52+
color: #d5000d;
53+
font-weight: bold;
54+
}
55+
56+
header {
57+
padding-top: 35px;
58+
padding-bottom: 10px;
59+
}
60+
61+
header h1 {
62+
font-weight: bold;
63+
letter-spacing: -1px;
64+
font-size: 48px;
65+
color: #303030;
66+
line-height: 1.2;
67+
}
68+
69+
header h2 {
70+
letter-spacing: -1px;
71+
font-size: 24px;
72+
color: #aaa;
73+
font-weight: normal;
74+
line-height: 1.3;
75+
}
76+
#downloads {
77+
display: none;
78+
}
79+
#main_content {
80+
padding-top: 20px;
81+
}
82+
83+
code, pre {
84+
font-family: Monaco, "Bitstream Vera Sans Mono", "Lucida Console", Terminal;
85+
color: #222;
86+
margin-bottom: 30px;
87+
font-size: 12px;
88+
}
89+
90+
code {
91+
padding: 0 3px;
92+
}
93+
94+
pre {
95+
border: solid 1px #ddd;
96+
padding: 20px;
97+
overflow: auto;
98+
}
99+
pre code {
100+
padding: 0;
101+
}
102+
103+
ul, ol, dl {
104+
margin-bottom: 20px;
105+
}
106+
107+
108+
/* COMMON STYLES */
109+
110+
table {
111+
width: 100%;
112+
border: 1px solid #ebebeb;
113+
}
114+
115+
th {
116+
font-weight: 500;
117+
}
118+
119+
td {
120+
border: 1px solid #ebebeb;
121+
text-align: center;
122+
font-weight: 300;
123+
}
124+
125+
form {
126+
background: #f2f2f2;
127+
padding: 20px;
128+
129+
}
130+
131+
132+
/* GENERAL ELEMENT TYPE STYLES */
133+
134+
h1 {
135+
font-size: 2.8em;
136+
}
137+
138+
h2 {
139+
font-size: 22px;
140+
font-weight: bold;
141+
color: #303030;
142+
margin-bottom: 8px;
143+
}
144+
145+
h3 {
146+
color: #d5000d;
147+
font-size: 18px;
148+
font-weight: bold;
149+
margin-bottom: 8px;
150+
}
151+
152+
h4 {
153+
font-size: 16px;
154+
color: #303030;
155+
font-weight: bold;
156+
}
157+
158+
h5 {
159+
font-size: 1em;
160+
color: #303030;
161+
}
162+
163+
h6 {
164+
font-size: .8em;
165+
color: #303030;
166+
}
167+
168+
p {
169+
font-weight: 300;
170+
margin-bottom: 20px;
171+
}
172+
173+
a {
174+
text-decoration: none;
175+
}
176+
177+
p a {
178+
font-weight: 400;
179+
}
180+
181+
blockquote {
182+
font-size: 1.6em;
183+
border-left: 10px solid #e9e9e9;
184+
margin-bottom: 20px;
185+
padding: 0 0 0 30px;
186+
}
187+
188+
ul li {
189+
list-style: disc inside;
190+
padding-left: 20px;
191+
}
192+
193+
ol li {
194+
list-style: decimal inside;
195+
padding-left: 3px;
196+
}
197+
198+
dl dd {
199+
font-style: italic;
200+
font-weight: 100;
201+
}
202+
203+
footer {
204+
margin-top: 40px;
205+
padding-top: 20px;
206+
padding-bottom: 30px;
207+
font-size: 13px;
208+
color: #aaa;
209+
}
210+
211+
footer a {
212+
color: #666;
213+
}
214+
215+
/* MISC */
216+
.clearfix:after {
217+
clear: both;
218+
content: '.';
219+
display: block;
220+
visibility: hidden;
221+
height: 0;
222+
}
223+
224+
.clearfix {display: inline-block;}
225+
* html .clearfix {height: 1%;}
226+
.clearfix {display: block;}

0 commit comments

Comments
 (0)