-
Notifications
You must be signed in to change notification settings - Fork 7
/
index.html
78 lines (60 loc) · 4.06 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
69
70
71
72
73
74
75
76
77
78
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Simply Docs Demo | Home</title>
<meta name="description" content="A showcase of Simply Docs by MarketingPipeline built using Simple.CSS">
<link rel="stylesheet" href="./assets/style.css">
<link rel="icon" href="./assets/images/favicon.png">
<link rel="apple-touch-icon" href="./assets/images/favicon.png">
<!-- Facebook integration -->
<meta property="og:title" content="Simply Docs Demo">
<meta property="og:image" content="./assets/images/OG_image.png">
<meta property="og:url" content="https://marketingpipeline.github.io/Simply-Docs/">
<meta property="og:type" content="article">
<meta property="og:site_name" content="Simple.css">
<meta property="og:description" content="A Simply Docs / Blog Template built using Simple.css.">
<!-- Twitter integration -->
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="Simply Docs | Demo">
<meta name="twitter:image" content="./assets/images/OG_image.png">
<meta name="twitter:url" content="https://marketingpipeline.github.io/Simply-Docs/">
<meta name="twitter:description" content="A Simply Docs / Blog Template built using Simple.css">
<script src="https://cdn.jsdelivr.net/npm/[email protected]/prism.min.js"></script>
</head>
<header>
<nav>
<a href="/Simply-Docs/">Home</a>
<a href="/Simply-Docs/pages/documentation">Docs</a>
<a href="https://github.com/MarketingPipeline/Simply-Docs/archive/refs/heads/main.zip">Download</a>
<a href="/Simply-Docs/pages/news">News</a>
<a href="https://github.com/MarketingPipeline/Simply-Docs"><svg class="icon" viewBox="0 0 32 32"><path d="M16 0.395c-8.836 0-16 7.163-16 16 0 7.069 4.585 13.067 10.942 15.182 0.8 0.148 1.094-0.347 1.094-0.77 0-0.381-0.015-1.642-0.022-2.979-4.452 0.968-5.391-1.888-5.391-1.888-0.728-1.849-1.776-2.341-1.776-2.341-1.452-0.993 0.11-0.973 0.11-0.973 1.606 0.113 2.452 1.649 2.452 1.649 1.427 2.446 3.743 1.739 4.656 1.33 0.143-1.034 0.558-1.74 1.016-2.14-3.554-0.404-7.29-1.777-7.29-7.907 0-1.747 0.625-3.174 1.649-4.295-0.166-0.403-0.714-2.030 0.155-4.234 0 0 1.344-0.43 4.401 1.64 1.276-0.355 2.645-0.532 4.005-0.539 1.359 0.006 2.729 0.184 4.008 0.539 3.054-2.070 4.395-1.64 4.395-1.64 0.871 2.204 0.323 3.831 0.157 4.234 1.026 1.12 1.647 2.548 1.647 4.295 0 6.145-3.743 7.498-7.306 7.895 0.574 0.497 1.085 1.47 1.085 2.963 0 2.141-0.019 3.864-0.019 4.391 0 0.426 0.288 0.925 1.099 0.768 6.354-2.118 10.933-8.113 10.933-15.18 0-8.837-7.164-16-16-16z"></path></svg>Github</a>
</nav>
<h1>Simply Docs</h1>
<p>A Free Documentation / Blog Template built using Simple.css</p>
</header>
<main>
<h2>Simply Docs / Blog</h2>
<p>A clean, easy to edit free HTML template that you can use for a personal blog or for documentation purposes for your next project! Some cool features about this template include the following:</p>
<ul>
<li>An amazing looking <code>blog / documentation</code> template.</li>
<li>Ready to host on Github Pages!</li>
<li>Automagic flipping to dark mode.</li>
<li>Fully responsive.</li>
<li>Make changes using only standard HTML elements!</li>
<li>Easy to edit!</li>
<li style="color:blue;">Apply your own CSS style with ease!</li>
<li>Super lightweight & <strong>fast</strong>.</li>
<a href="/Simply-Docs/pages/documentation#syntax_highlighting"><li>Syntax highlighting (Click to find out more)</li>
</a>
<a href="/Simply-Docs/pages/documentation#markdown_example"><li>Markdown Support! (Click to find out more)</li>
</a>
</ul>
</main>
<a href="https://github.com/MarketingPipeline/Simply-Docs/archive/refs/heads/main.zip"><button>Download This Template</button></a>
<footer>
<p>Simply Docs was created by <a href="https://github.com/MarketingPipeline/">Marketing Pipeline</a> and is licensed under the MIT license.</p>
<small>© 2014 Some company name</small>
<address>[email protected]</address>
</footer>
<script src="https://cdn.jsdelivr.net/gh/MarketingPipeline/Markdown-Tag/markdown-tag.js"></script>