Skip to content

Commit fb9230e

Browse files
committed
Replace master branch with page content via GitHub
1 parent 70086b7 commit fb9230e

File tree

5 files changed

+821
-278
lines changed

5 files changed

+821
-278
lines changed

index.html

+22-278
Original file line numberDiff line numberDiff line change
@@ -2,308 +2,52 @@
22
<html lang="en-us">
33
<head>
44
<meta charset="UTF-8">
5-
<title>Cayman</title>
5+
<title>C4ev3.GitHub.io by c4ev3</title>
66
<meta name="viewport" content="width=device-width, initial-scale=1">
7-
<meta name="theme-color" content="#157878">
8-
<link rel="stylesheet" href="css/normalize.css">
7+
<link rel="stylesheet" type="text/css" href="stylesheets/normalize.css" media="screen">
98
<link href='https://fonts.googleapis.com/css?family=Open+Sans:400,700' rel='stylesheet' type='text/css'>
10-
<link rel="stylesheet" href="css/cayman.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">
1111
</head>
1212
<body>
1313
<section class="page-header">
14-
<h1 class="project-name">Cayman</h1>
15-
<h2 class="project-tagline">A responsive theme for your project on GitHub Pages</h2>
16-
<a href="#" class="btn">View on GitHub</a>
17-
<a href="#" class="btn">Download .zip</a>
18-
<a href="#" class="btn">Download .tar.gz</a>
14+
<h1 class="project-name">C4ev3.GitHub.io</h1>
15+
<h2 class="project-tagline">A responsive theme for GitHub Pages</h2>
1916
</section>
2017

2118
<section class="main-content">
22-
<p>Text can be <strong>bold</strong>, <em>italic</em>, or <del>strikethrough</del>. <a href="https://github.com">Links</a> should be blue with no underlines (unless hovered over).</p>
23-
24-
<p>There should be whitespace between paragraphs. There should be whitespace between paragraphs. There should be whitespace between paragraphs. There should be whitespace between paragraphs.</p>
25-
26-
<p>There should be whitespace between paragraphs. There should be whitespace between paragraphs. There should be whitespace between paragraphs. There should be whitespace between paragraphs.</p>
27-
28-
<blockquote>
29-
<p>There should be no margin above this first sentence.</p>
30-
31-
<p>Blockquotes should be a lighter gray with a gray border along the left side.</p>
32-
33-
<p>There should be no margin below this final sentence.</p>
34-
</blockquote>
35-
36-
<h1>
37-
<a id="user-content-header-1" class="anchor" href="#header-1" aria-hidden="true"><span class="octicon octicon-link"></span></a>Header 1</h1>
38-
39-
<p>This is a normal paragraph following a header. Bacon ipsum dolor sit amet t-bone doner shank drumstick, pork belly porchetta chuck sausage brisket ham hock rump pig. Chuck kielbasa leberkas, pork bresaola ham hock filet mignon cow shoulder short ribs biltong.</p>
40-
41-
<h2>
42-
<a id="user-content-header-2" class="anchor" href="#header-2" aria-hidden="true"><span class="octicon octicon-link"></span></a>Header 2</h2>
43-
44-
<blockquote>
45-
<p>This is a blockquote following a header. Bacon ipsum dolor sit amet t-bone doner shank drumstick, pork belly porchetta chuck sausage brisket ham hock rump pig. Chuck kielbasa leberkas, pork bresaola ham hock filet mignon cow shoulder short ribs biltong.</p>
46-
</blockquote>
47-
4819
<h3>
49-
<a id="user-content-header-3" class="anchor" href="#header-3" aria-hidden="true"><span class="octicon octicon-link"></span></a>Header 3</h3>
50-
51-
<pre><code>This is a code block following a header.</code></pre>
52-
53-
<h4>
54-
<a id="user-content-header-4" class="anchor" href="#header-4" aria-hidden="true"><span class="octicon octicon-link"></span></a>Header 4</h4>
55-
56-
<ul class="task-list">
57-
<li>This is an unordered list following a header.</li>
58-
<li>This is an unordered list following a header.</li>
59-
<li>This is an unordered list following a header.</li>
60-
</ul>
61-
62-
<h5>
63-
<a id="user-content-header-5" class="anchor" href="#header-5" aria-hidden="true"><span class="octicon octicon-link"></span></a>Header 5</h5>
64-
65-
<ol class="task-list">
66-
<li>This is an ordered list following a header.</li>
67-
<li>This is an ordered list following a header.</li>
68-
<li>This is an ordered list following a header.</li>
69-
</ol>
70-
71-
<h6>
72-
<a id="user-content-header-6" class="anchor" href="#header-6" aria-hidden="true"><span class="octicon octicon-link"></span></a>Header 6</h6>
73-
74-
<table>
75-
<thead>
76-
<tr>
77-
<th>What</th>
78-
<th>Follows</th>
79-
</tr>
80-
</thead>
81-
<tbody>
82-
<tr>
83-
<td>A table</td>
84-
<td>A header</td>
85-
</tr>
86-
<tr>
87-
<td>A table</td>
88-
<td>A header</td>
89-
</tr>
90-
<tr>
91-
<td>A table</td>
92-
<td>A header</td>
93-
</tr>
94-
</tbody>
95-
</table>
96-
97-
<hr>
98-
99-
<p>There's a horizontal rule above and below this.</p>
100-
101-
<hr>
102-
103-
<p>Here is an unordered list:</p>
104-
105-
<ul class="task-list">
106-
<li>Salt-n-Pepa</li>
107-
<li>Bel Biv DeVoe</li>
108-
<li>Kid 'N Play</li>
109-
</ul>
110-
111-
<p>And an ordered list:</p>
112-
113-
<ol class="task-list">
114-
<li>Michael Jackson</li>
115-
<li>Michael Bolton</li>
116-
<li>Michael Bublé</li>
117-
</ol>
20+
<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>
11821

119-
<p>And an unordered task list:</p>
22+
<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>
12023

121-
<ul class="task-list">
122-
<li class="task-list-item">
123-
<input type="checkbox" class="task-list-item-checkbox" checked="" disabled=""> Create a sample markdown document</li>
124-
<li class="task-list-item">
125-
<input type="checkbox" class="task-list-item-checkbox" checked="" disabled=""> Add task lists to it</li>
126-
<li class="task-list-item">
127-
<input type="checkbox" class="task-list-item-checkbox" disabled=""> Take a vacation</li>
128-
</ul>
24+
<h3>
25+
<a id="designer-templates" class="anchor" href="#designer-templates" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>Designer Templates</h3>
12926

130-
<p>And a "mixed" task list:</p>
27+
<p>We’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.</p>
13128

132-
<ul class="task-list">
133-
<li class="task-list-item">
134-
<input type="checkbox" class="task-list-item-checkbox" disabled=""> Steal underpants</li>
135-
<li>?</li>
136-
<li class="task-list-item">
137-
<input type="checkbox" class="task-list-item-checkbox" disabled=""> Profit!</li>
138-
</ul>
29+
<h3>
30+
<a id="creating-pages-manually" class="anchor" href="#creating-pages-manually" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>Creating pages manually</h3>
13931

140-
<p>And a nested list:</p>
32+
<p>If you prefer to not use the automatic generator, push a branch named <code>gh-pages</code> 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.</p>
14133

142-
<ul class="task-list">
143-
<li>Jackson 5
34+
<h3>
35+
<a id="authors-and-contributors" class="anchor" href="#authors-and-contributors" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>Authors and Contributors</h3>
14436

145-
<ul class="task-list">
146-
<li>Michael</li>
147-
<li>Tito</li>
148-
<li>Jackie</li>
149-
<li>Marlon</li>
150-
<li>Jermaine</li>
151-
</ul>
152-
</li>
153-
<li>TMNT
37+
<p>You can <a href="https://help.github.com/articles/basic-writing-and-formatting-syntax/#mentioning-users-and-teams" class="user-mention">@mention</a> a GitHub username to generate a link to their profile. The resulting <code>&lt;a&gt;</code> element will link to the contributor’s GitHub Profile. For example: In 2007, Chris Wanstrath (<a href="https://github.com/defunkt" class="user-mention">@defunkt</a>), PJ Hyett (<a href="https://github.com/pjhyett" class="user-mention">@pjhyett</a>), and Tom Preston-Werner (<a href="https://github.com/mojombo" class="user-mention">@mojombo</a>) founded GitHub.</p>
15438

155-
<ul class="task-list">
156-
<li>Leonardo</li>
157-
<li>Michelangelo</li>
158-
<li>Donatello</li>
159-
<li>Raphael</li>
160-
</ul>
161-
</li>
162-
</ul>
39+
<h3>
40+
<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>
16341

164-
<p>Definition lists can be used with HTML syntax. Definition terms are bold and italic.</p>
165-
166-
<dl>
167-
<dt>Name</dt>
168-
<dd>Godzilla</dd>
169-
<dt>Born</dt>
170-
<dd>1952</dd>
171-
<dt>Birthplace</dt>
172-
<dd>Japan</dd>
173-
<dt>Color</dt>
174-
<dd>Green</dd>
175-
</dl>
176-
177-
<hr>
178-
179-
<p>Tables should have bold headings and alternating shaded rows.</p>
180-
181-
<table>
182-
<thead>
183-
<tr>
184-
<th>Artist</th>
185-
<th>Album</th>
186-
<th>Year</th>
187-
</tr>
188-
</thead>
189-
<tbody>
190-
<tr>
191-
<td>Michael Jackson</td>
192-
<td>Thriller</td>
193-
<td>1982</td>
194-
</tr>
195-
<tr>
196-
<td>Prince</td>
197-
<td>Purple Rain</td>
198-
<td>1984</td>
199-
</tr>
200-
<tr>
201-
<td>Beastie Boys</td>
202-
<td>License to Ill</td>
203-
<td>1986</td>
204-
</tr>
205-
</tbody>
206-
</table>
207-
208-
<p>If a table is too wide, it should condense down and/or scroll horizontally.</p>
209-
210-
<table>
211-
<thead>
212-
<tr>
213-
<th>Artist</th>
214-
<th>Album</th>
215-
<th>Year</th>
216-
<th>Label</th>
217-
<th>Awards</th>
218-
<th>Songs</th>
219-
</tr>
220-
</thead>
221-
<tbody>
222-
<tr>
223-
<td>Michael Jackson</td>
224-
<td>Thriller</td>
225-
<td>1982</td>
226-
<td>Epic Records</td>
227-
<td>Grammy Award for Album of the Year, American Music Award for Favorite Pop/Rock Album, American Music Award for Favorite Soul/R&amp;B Album, Brit Award for Best Selling Album, Grammy Award for Best Engineered Album, Non-Classical</td>
228-
<td>Wanna Be Startin' Somethin', Baby Be Mine, The Girl Is Mine, Thriller, Beat It, Billie Jean, Human Nature, P.Y.T. (Pretty Young Thing), The Lady in My Life</td>
229-
</tr>
230-
<tr>
231-
<td>Prince</td>
232-
<td>Purple Rain</td>
233-
<td>1984</td>
234-
<td>Warner Brothers Records</td>
235-
<td>Grammy Award for Best Score Soundtrack for Visual Media, American Music Award for Favorite Pop/Rock Album, American Music Award for Favorite Soul/R&amp;B Album, Brit Award for Best Soundtrack/Cast Recording, Grammy Award for Best Rock Performance by a Duo or Group with Vocal</td>
236-
<td>Let's Go Crazy, Take Me With U, The Beautiful Ones, Computer Blue, Darling Nikki, When Doves Cry, I Would Die 4 U, Baby I'm a Star, Purple Rain</td>
237-
</tr>
238-
<tr>
239-
<td>Beastie Boys</td>
240-
<td>License to Ill</td>
241-
<td>1986</td>
242-
<td>Mercury Records</td>
243-
<td>noawardsbutthistablecelliswide</td>
244-
<td>Rhymin &amp; Stealin, The New Style, She's Crafty, Posse in Effect, Slow Ride, Girls, (You Gotta) Fight for Your Right, No Sleep Till Brooklyn, Paul Revere, Hold It Now, Hit It, Brass Monkey, Slow and Low, Time to Get Ill</td>
245-
</tr>
246-
</tbody>
247-
</table>
248-
249-
<hr>
250-
251-
<p>Code snippets like <code>var foo = "bar";</code> can be shown inline.</p>
252-
253-
<p>Also, <code>this should vertically align</code> <del><code>with this</code></del> <del>and this</del>.</p>
254-
255-
<p>Code can also be shown in a block element.</p>
256-
257-
<pre><code>var foo = "bar";
258-
</code></pre>
259-
260-
<p>Code can also use syntax highlighting.</p>
261-
262-
<div class="highlight highlight-Javascript"><pre><span class="pl-k">var</span> foo <span class="pl-k">=</span> <span class="pl-s"><span class="pl-pds">"</span>bar<span class="pl-pds">"</span></span>;</pre></div>
263-
264-
<pre><code>Long, single-line code blocks should not wrap. They should horizontally scroll if they are too long. This line should be long enough to demonstrate this.</code></pre>
265-
266-
<div class="highlight highlight-Javascript"><pre><span class="pl-k">var</span> foo <span class="pl-k">=</span> <span class="pl-s"><span class="pl-pds">"</span>The same thing is true for code with syntax highlighting. A single line of code should horizontally scroll if it is really long.<span class="pl-pds">"</span></span>;</pre></div>
267-
268-
<p>Inline code inside table cells should still be distinguishable.</p>
269-
270-
<table>
271-
<thead>
272-
<tr>
273-
<th>Language</th>
274-
<th>Code</th>
275-
</tr>
276-
</thead>
277-
<tbody>
278-
<tr>
279-
<td>Javascript</td>
280-
<td><code>var foo = "bar";</code></td>
281-
</tr>
282-
<tr>
283-
<td>Ruby</td>
284-
<td><code>foo = "bar"</code></td>
285-
</tr>
286-
</tbody>
287-
</table>
288-
289-
<hr>
290-
291-
<p>Small images should be shown at their actual size.</p>
292-
293-
<p><a href="https://camo.githubusercontent.com/16a9d5241f679b6429fc0597f10816dd2665bbb2/687474703a2f2f706c6163656b697474656e2e636f6d2f672f3330302f3230302f" target="_blank"><img src="https://camo.githubusercontent.com/16a9d5241f679b6429fc0597f10816dd2665bbb2/687474703a2f2f706c6163656b697474656e2e636f6d2f672f3330302f3230302f" alt="" data-canonical-src="https://placekitten.com/g/300/200/" style="max-width:100%;"></a></p>
294-
295-
<p>Large images should always scale down and fit in the content container.</p>
296-
297-
<p><a href="https://camo.githubusercontent.com/afe46418285497605cf4f6376b75f8c818658fb1/687474703a2f2f706c6163656b697474656e2e636f6d2f672f313230302f3830302f" target="_blank"><img src="https://camo.githubusercontent.com/afe46418285497605cf4f6376b75f8c818658fb1/687474703a2f2f706c6163656b697474656e2e636f6d2f672f313230302f3830302f" alt="" data-canonical-src="https://placekitten.com/g/1200/800/" style="max-width:100%;"></a></p>
298-
299-
<pre><code>This is the final element on the page and there should be no margin below this.</code></pre>
42+
<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>
30043

30144
<footer class="site-footer">
302-
<span class="site-footer-owner"><a href="https://github.com/jasonlong/cayman-theme">Cayman</a> is maintained by <a href="https://github.com/jasonlong">jasonlong</a>.</span>
45+
30346
<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>
30447
</footer>
30548

30649
</section>
30750

51+
30852
</body>
30953
</html>

params.json

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"name": "C4ev3.GitHub.io",
3+
"tagline": "A responsive theme for GitHub Pages",
4+
"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",
5+
"note": "Don't delete this file! It's used internally to help with page regeneration."
6+
}

0 commit comments

Comments
 (0)