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
mwnargund committed Jun 9, 2014
1 parent 1cbaf5c commit dee1e12
Show file tree
Hide file tree
Showing 5 changed files with 187 additions and 395 deletions.
Binary file added images/bkg.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 modified images/blacktocat.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
67 changes: 18 additions & 49 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,48 +3,30 @@
<head>
<meta charset='utf-8'>
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<meta name="viewport" content="width=640" />

<link rel="stylesheet" href="stylesheets/core.css" media="screen"/>
<link rel="stylesheet" href="stylesheets/mobile.css" media="handheld, only screen and (max-device-width:640px)"/>
<link rel="stylesheet" href="stylesheets/pygment_trac.css"/>

<script type="text/javascript" src="javascripts/modernizr.js"></script>
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
<script type="text/javascript" src="javascripts/headsmart.min.js"></script>
<script type="text/javascript">
$(document).ready(function () {
$('#main_content').headsmart()
})
</script>

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

<title>Mysore.python.org.in by MysorePythonUserGroup</title>
</head>

<body>
<a id="forkme_banner" href="https://github.com/MysorePythonUserGroup/mysore.python.org.in">View on GitHub</a>
<div class="shell">

<header>
<span class="ribbon-outer">
<span class="ribbon-inner">
<h1>Mysore.python.org.in</h1>
<h2>Mysore Python Users Group Website content</h2>
</span>
<span class="left-tail"></span>
<span class="right-tail"></span>
</span>
</header>

<section id="downloads">
<span class="inner">
<a href="https://github.com/MysorePythonUserGroup/mysore.python.org.in/zipball/master" class="zip"><em>download</em> .ZIP</a><a href="https://github.com/MysorePythonUserGroup/mysore.python.org.in/tarball/master" class="tgz"><em>download</em> .TGZ</a>
</span>
</section>

<header>
<div class="container">
<h1>Mysore.python.org.in</h1>
<h2>Mysore Python Users Group Website content</h2>

<span class="banner-fix"></span>

<section id="downloads">
<a href="https://github.com/MysorePythonUserGroup/mysore.python.org.in/zipball/master" class="btn">Download as .zip</a>
<a href="https://github.com/MysorePythonUserGroup/mysore.python.org.in/tarball/master" class="btn">Download as .tar.gz</a>
<a href="https://github.com/MysorePythonUserGroup/mysore.python.org.in" class="btn btn-github"><span class="icon"></span>View on GitHub</a>
</section>
</div>
</header>

<div class="container">
<section id="main_content">
<h3>
<a name="welcome-to-github-pages" class="anchor" href="#welcome-to-github-pages"><span class="octicon octicon-link"></span></a>Welcome to GitHub Pages.</h3>
Expand Down Expand Up @@ -78,21 +60,8 @@ <h3>

<p>Having trouble with Pages? Check out the documentation at <a href="http://help.github.com/pages">http://help.github.com/pages</a> or contact <a href="mailto:support@github.com">support@github.com</a> and we’ll help you sort it out.</p>
</section>

<footer>
<span class="ribbon-outer">
<span class="ribbon-inner">
<p>this project by <a href="https://github.com/MysorePythonUserGroup">MysorePythonUserGroup</a> can be found on <a href="https://github.com/MysorePythonUserGroup/mysore.python.org.in">GitHub</a></p>
</span>
<span class="left-tail"></span>
<span class="right-tail"></span>
</span>
<p>Generated with <a href="http://pages.github.com">GitHub Pages</a> using Merlot</p>
<span class="octocat"></span>
</footer>

</div>


</body>
</html>
</html>
3 changes: 1 addition & 2 deletions stylesheets/pygment_trac.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
.highlight { background: #ffffff; }
.highlight .c { color: #999988; font-style: italic } /* Comment */
.highlight .err { color: #a61717; background-color: #e3d2d2 } /* Error */
.highlight .k { font-weight: bold } /* Keyword */
Expand Down Expand Up @@ -35,7 +34,7 @@
.highlight .ne { color: #990000; font-weight: bold } /* Name.Exception */
.highlight .nf { color: #990000; font-weight: bold } /* Name.Function */
.highlight .nn { color: #555555 } /* Name.Namespace */
.highlight .nt { color: #000080 } /* Name.Tag */
.highlight .nt { color: #CBDFFF } /* Name.Tag */
.highlight .nv { color: #008080 } /* Name.Variable */
.highlight .ow { font-weight: bold } /* Operator.Word */
.highlight .w { color: #bbbbbb } /* Text.Whitespace */
Expand Down
Loading

0 comments on commit dee1e12

Please sign in to comment.