-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
68 lines (50 loc) · 2.42 KB
/
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
---
---
<!DOCTYPE html>
<html lang="en-us">
{% include head.html %}
<body>
{% include sidebar.html %}
<div class="content container">
<div class="post">
<h1 class="post-title">My projects</h1>
<h3><a href = "/JS_Demo">JS - Bouncy Demo</a></h3>
<p>JS demo in progress</p>
<!--
<p>Poole is the Jekyll Butler, serving as an upstanding and effective foundation for Jekyll themes by <a
href="https://twitter.com/mdo">@mdo</a>. Poole, and every theme built on it (like Hyde here) includes the
following:</p>
<ul>
<li>Complete Jekyll setup included (layouts, config, <a href="/404">404</a>, <a href="/atom.xml">RSS feed</a>,
posts, and <a href="/about">example page</a>)</li>
<li>Mobile friendly design and development</li>
<li>Easily scalable text and component sizing with <code>rem</code> units in the CSS</li>
<li>Support for a wide gamut of HTML elements</li>
<li>Related posts (time-based, because Jekyll) below each post</li>
<li>Syntax highlighting, courtesy Pygments (the Python-based code snippet highlighter)</li>
</ul>
<h3>Hyde features</h3>
<p>In addition to the features of Poole, Hyde adds the following:</p>
<ul>
<li>Sidebar includes support for textual modules and a dynamically generated navigation with active link support
</li>
<li>Two orientations for content and sidebar, default (left sidebar) and <a
href="https://github.com/poole/hyde#reverse-layout">reverse</a> (right sidebar), available via
<code><body></code> classes
</li>
<li><a href="https://github.com/poole/hyde#themes">Eight optional color schemes</a>, available via
<code><body></code> classes
</li>
</ul>
<p><a href="https://github.com/poole/hyde#readme">Head to the readme</a> to learn more.</p>
<h3>Browser support</h3>
<p>Hyde is by preference a forward-thinking project. In addition to the latest versions of Chrome, Safari (mobile
and desktop), and Firefox, it is only compatible with Internet Explorer 9 and above.</p>
<h3>Download</h3>
<p>Hyde is developed on and hosted with GitHub. Head to the <a href="https://github.com/poole/hyde">GitHub
repository</a> for downloads, bug reports, and features requests.</p>
<p>Thanks!</p> -->
</div>
</div>
</body>
</html>