-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnew-index.html
97 lines (70 loc) · 4.28 KB
/
new-index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
<!doctype html>
<html lang="en-US">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<!-- Begin Jekyll SEO tag v2.4.0 -->
<title>Welcome to GitHub Pages | zyborg.github.io</title>
<meta name="generator" content="Jekyll v3.7.3" />
<meta property="og:title" content="Welcome to GitHub Pages" />
<meta property="og:locale" content="en_US" />
<meta name="description" content="Public web site for Zyborg OSS projects" />
<meta property="og:description" content="Public web site for Zyborg OSS projects" />
<link rel="canonical" href="http://zyborg.org/" />
<meta property="og:url" content="http://zyborg.org/" />
<meta property="og:site_name" content="zyborg.github.io" />
<script type="application/ld+json">
{"name":"zyborg.github.io","description":"Public web site for Zyborg OSS projects","@type":"WebSite","url":"http://zyborg.org/","headline":"Welcome to GitHub Pages","@context":"http://schema.org"}</script>
<!-- End Jekyll SEO tag -->
<link rel="stylesheet" href="/assets/css/style.css?v=0d903b008dfede0a92f9a7a37b67023266086234">
<script src="https://code.jquery.com/jquery-3.3.0.min.js" integrity="sha256-RTQy8VOmNlT6b2PIRur37p6JEBZUE7o8wPgMvu18MC4=" crossorigin="anonymous"></script>
<script src="/assets/js/main.js"></script>
<!--[if lt IE 9]>
<script src="https://cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.3/html5shiv.min.js" integrity="sha256-3Jy/GbSLrg0o9y5Z5n1uw0qxZECH7C6OQpVBgNFYa0g=" crossorigin="anonymous"></script>
<![endif]-->
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
</head>
<body>
<header>
<h1>zyborg.github.io</h1>
<p>Public web site for Zyborg OSS projects</p>
</header>
<div id="banner">
<span id="logo"></span>
<a href="https://github.com/zyborg/zyborg.github.io" class="button fork"><strong>View On GitHub</strong></a>
</div><!-- end banner -->
<div class="wrapper">
<nav>
<ul></ul>
</nav>
<section>
<h2 id="welcome-to-github-pages">Welcome to GitHub Pages</h2>
<p>You can use the <a href="https://github.com/zyborg/zyborg.github.io/edit/master/index.md">editor on GitHub</a> to maintain and preview the content for your website in Markdown files.</p>
<p>Whenever you commit to this repository, GitHub Pages will run <a href="https://jekyllrb.com/">Jekyll</a> to rebuild the pages in your site, from the content in your Markdown files.</p>
<h3 id="markdown">Markdown</h3>
<p>Markdown is a lightweight and easy-to-use syntax for styling your writing. It includes conventions for</p>
<div class="language-markdown highlighter-rouge"><div class="highlight"><pre class="highlight"><code>Syntax highlighted code block
<span class="gh"># Header 1</span>
<span class="gu">## Header 2</span>
<span class="gu">### Header 3</span>
<span class="p">
-</span> Bulleted
<span class="p">-</span> List
<span class="p">
1.</span> Numbered
<span class="p">2.</span> List
<span class="gs">**Bold**</span> and _Italic_ and <span class="sb">`Code`</span> text
<span class="p">[</span><span class="nv">Link</span><span class="p">](</span><span class="sx">url</span><span class="p">)</span> and !<span class="p">[</span><span class="nv">Image</span><span class="p">](</span><span class="sx">src</span><span class="p">)</span>
</code></pre></div></div>
<p>For more details see <a href="https://guides.github.com/features/mastering-markdown/">GitHub Flavored Markdown</a>.</p>
<h3 id="jekyll-themes">Jekyll Themes</h3>
<p>Your Pages site will use the layout and styles from the Jekyll theme you have selected in your <a href="https://github.com/zyborg/zyborg.github.io/settings">repository settings</a>. The name of this theme is saved in the Jekyll <code class="highlighter-rouge">_config.yml</code> configuration file.</p>
<h3 id="support-or-contact">Support or Contact</h3>
<p>Having trouble with Pages? Check out our <a href="https://help.github.com/categories/github-pages-basics/">documentation</a> or <a href="https://github.com/contact">contact support</a> and we’ll help you sort it out.</p>
</section>
<footer>
<p><small>Hosted on GitHub Pages — Theme by <a href="https://twitter.com/michigangraham">mattgraham</a></small></p>
</footer>
</div>
</body>
</html>