Skip to content

Commit

Permalink
Create gh-pages branch via GitHub
Browse files Browse the repository at this point in the history
  • Loading branch information
vicky002 committed Nov 27, 2014
1 parent 72c8d74 commit e5436c1
Show file tree
Hide file tree
Showing 12 changed files with 1,218 additions and 108 deletions.
Binary file added images/body-bg.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/download-button.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/github-button.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/header-bg.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/highlight-bg.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/sidebar-bg.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
81 changes: 43 additions & 38 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,45 +1,35 @@
<!doctype html>
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta charset='utf-8'>
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<title>Wiki knowledge by vicky002</title>
<link rel="stylesheet" href="stylesheets/styles.css">
<link rel="stylesheet" href="stylesheets/pygment_trac.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
<script src="javascripts/respond.js"></script>
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<link href='https://fonts.googleapis.com/css?family=Architects+Daughter' rel='stylesheet' type='text/css'>
<link rel="stylesheet" type="text/css" href="stylesheets/stylesheet.css" media="screen">
<link rel="stylesheet" type="text/css" href="stylesheets/pygment_trac.css" media="screen">
<link rel="stylesheet" type="text/css" href="stylesheets/print.css" media="print">

<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<!--[if lt IE 8]>
<link rel="stylesheet" href="stylesheets/ie.css">
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">

<title>AlgoWiki - Best Sources at one Place! by vicky002</title>
</head>

<body>
<div id="header">
<nav>
<li class="fork"><a href="https://github.com/vicky002/Wiki_Knowledge">View On GitHub</a></li>
<li class="downloads"><a href="https://github.com/vicky002/Wiki_Knowledge/zipball/master">ZIP</a></li>
<li class="downloads"><a href="https://github.com/vicky002/Wiki_Knowledge/tarball/master">TAR</a></li>
<li class="title">DOWNLOADS</li>
</nav>
</div><!-- end header -->

<div class="wrapper">

<section>
<div id="title">
<h1>Wiki knowledge</h1>
<p>Repository which contains all the links and resources on different topics of Computer Science</p>
<hr>
<span class="credits left">Project maintained by <a href="https://github.com/vicky002">vicky002</a></span>
<span class="credits right">Hosted on GitHub Pages &mdash; Theme by <a href="https://twitter.com/michigangraham">mattgraham</a></span>
</div>

<h1>
<a id="wiki_knowledge" class="anchor" href="#wiki_knowledge" aria-hidden="true"><span class="octicon octicon-link"></span></a>Wiki_Knowledge</h1>
<header>
<div class="inner">
<h1>AlgoWiki - Best Sources at one Place!</h1>
<h2>Repository which contains all the links and resources on different topics of Computer Science</h2>
<a href="https://github.com/vicky002/AlgoWiki" class="button"><small>View project on</small> GitHub</a>
</div>
</header>

<div id="content-wrapper">
<div class="inner clearfix">
<section id="main-content">
<h1>
<a id="algowiki" class="anchor" href="#algowiki" aria-hidden="true"><span class="octicon octicon-link"></span></a>AlgoWiki</h1>

<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>

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

<aside id="sidebar">
<a href="https://github.com/vicky002/AlgoWiki/zipball/master" class="button">
<small>Download</small>
.zip file
</a>
<a href="https://github.com/vicky002/AlgoWiki/tarball/master" class="button">
<small>Download</small>
.tar.gz file
</a>

<p class="repo-owner"><a href="https://github.com/vicky002/AlgoWiki"></a> is maintained by <a href="https://github.com/vicky002">vicky002</a>.</p>

<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>
</aside>
</div>
</div>
<!--[if !IE]><script>fixScale(document);</script><![endif]-->
<script type="text/javascript">

<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
Expand All @@ -111,4 +116,4 @@ <h1>
</script>

</body>
</html>
</html>
1 change: 1 addition & 0 deletions javascripts/main.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
console.log('This would be the main JS file.');
2 changes: 1 addition & 1 deletion params.json
Original file line number Diff line number Diff line change
@@ -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."}
{"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."}
226 changes: 226 additions & 0 deletions stylesheets/print.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,226 @@
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
display: block;
}
body {
line-height: 1;
}
ol, ul {
list-style: none;
}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
body {
font-size: 13px;
line-height: 1.5;
font-family: 'Helvetica Neue', Helvetica, Arial, serif;
color: #000;
}

a {
color: #d5000d;
font-weight: bold;
}

header {
padding-top: 35px;
padding-bottom: 10px;
}

header h1 {
font-weight: bold;
letter-spacing: -1px;
font-size: 48px;
color: #303030;
line-height: 1.2;
}

header h2 {
letter-spacing: -1px;
font-size: 24px;
color: #aaa;
font-weight: normal;
line-height: 1.3;
}
#downloads {
display: none;
}
#main_content {
padding-top: 20px;
}

code, pre {
font-family: Monaco, "Bitstream Vera Sans Mono", "Lucida Console", Terminal;
color: #222;
margin-bottom: 30px;
font-size: 12px;
}

code {
padding: 0 3px;
}

pre {
border: solid 1px #ddd;
padding: 20px;
overflow: auto;
}
pre code {
padding: 0;
}

ul, ol, dl {
margin-bottom: 20px;
}


/* COMMON STYLES */

table {
width: 100%;
border: 1px solid #ebebeb;
}

th {
font-weight: 500;
}

td {
border: 1px solid #ebebeb;
text-align: center;
font-weight: 300;
}

form {
background: #f2f2f2;
padding: 20px;

}


/* GENERAL ELEMENT TYPE STYLES */

h1 {
font-size: 2.8em;
}

h2 {
font-size: 22px;
font-weight: bold;
color: #303030;
margin-bottom: 8px;
}

h3 {
color: #d5000d;
font-size: 18px;
font-weight: bold;
margin-bottom: 8px;
}

h4 {
font-size: 16px;
color: #303030;
font-weight: bold;
}

h5 {
font-size: 1em;
color: #303030;
}

h6 {
font-size: .8em;
color: #303030;
}

p {
font-weight: 300;
margin-bottom: 20px;
}

a {
text-decoration: none;
}

p a {
font-weight: 400;
}

blockquote {
font-size: 1.6em;
border-left: 10px solid #e9e9e9;
margin-bottom: 20px;
padding: 0 0 0 30px;
}

ul li {
list-style: disc inside;
padding-left: 20px;
}

ol li {
list-style: decimal inside;
padding-left: 3px;
}

dl dd {
font-style: italic;
font-weight: 100;
}

footer {
margin-top: 40px;
padding-top: 20px;
padding-bottom: 30px;
font-size: 13px;
color: #aaa;
}

footer a {
color: #666;
}

/* MISC */
.clearfix:after {
clear: both;
content: '.';
display: block;
visibility: hidden;
height: 0;
}

.clearfix {display: inline-block;}
* html .clearfix {height: 1%;}
.clearfix {display: block;}
Loading

0 comments on commit e5436c1

Please sign in to comment.