Skip to content

Commit 0de33d0

Browse files
authored
Replace master branch with page content via GitHub
1 parent 342ec74 commit 0de33d0

File tree

8 files changed

+444
-249
lines changed

8 files changed

+444
-249
lines changed

images/bg_hr.png

78 Bytes
Loading

images/blacktocat.png

463 Bytes
Loading

images/icon_download.png

216 Bytes
Loading

images/sprite_download.png

14.5 KB
Loading

index.html

Lines changed: 33 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,33 @@
11
<!DOCTYPE html>
2-
<html lang="en-us">
2+
<html>
3+
34
<head>
4-
<meta charset="UTF-8">
5-
<title>Olambdao.GitHub.io by olambdao</title>
6-
<meta name="viewport" content="width=device-width, initial-scale=1">
7-
<link rel="stylesheet" type="text/css" href="stylesheets/normalize.css" media="screen">
8-
<link href='https://fonts.googleapis.com/css?family=Open+Sans:400,700' rel='stylesheet' type='text/css'>
9-
<link rel="stylesheet" type="text/css" href="stylesheets/stylesheet.css" media="screen">
10-
<link rel="stylesheet" type="text/css" href="stylesheets/github-light.css" media="screen">
5+
<meta charset='utf-8'>
6+
<meta http-equiv="X-UA-Compatible" content="chrome=1">
7+
<meta name="description" content="olambdao : olambdao">
8+
9+
<link rel="stylesheet" type="text/css" media="screen" href="stylesheets/stylesheet.css">
10+
11+
<title>olambdao</title>
1112
</head>
13+
1214
<body>
13-
<section class="page-header">
14-
<h1 class="project-name">Olambdao.GitHub.io</h1>
15-
<h2 class="project-tagline">olambdao</h2>
16-
</section>
1715

18-
<section class="main-content">
19-
<h3>
16+
<!-- HEADER -->
17+
<div id="header_wrap" class="outer">
18+
<header class="inner">
19+
<a id="forkme_banner" href="https://github.com/olambdao">View on GitHub</a>
20+
21+
<h1 id="project_title">olambdao</h1>
22+
<h2 id="project_tagline">olambdao</h2>
23+
24+
</header>
25+
</div>
26+
27+
<!-- MAIN CONTENT -->
28+
<div id="main_content_wrap" class="outer">
29+
<section id="main_content" class="inner">
30+
<h3>
2031
<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>
2132

2233
<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>
@@ -40,14 +51,17 @@ <h3>
4051
<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>
4152

4253
<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>
54+
</section>
55+
</div>
4356

44-
<footer class="site-footer">
45-
46-
<span class="site-footer-credits">This page was generated by <a href="https://pages.github.com">GitHub Pages</a> using the <a href="https://github.com/jasonlong/cayman-theme">Cayman theme</a> by <a href="https://twitter.com/jasonlong">Jason Long</a>.</span>
57+
<!-- FOOTER -->
58+
<div id="footer_wrap" class="outer">
59+
<footer class="inner">
60+
<p>Published with <a href="https://pages.github.com">GitHub Pages</a></p>
4761
</footer>
62+
</div>
4863

49-
</section>
64+
5065

51-
5266
</body>
5367
</html>

javascripts/main.js

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

params.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "Olambdao.GitHub.io",
2+
"name": "olambdao",
33
"tagline": "olambdao",
44
"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",
55
"note": "Don't delete this file! It's used internally to help with page regeneration."

0 commit comments

Comments
 (0)