-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
98 lines (93 loc) · 3.71 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
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" lang="" xml:lang="">
<head>
<meta charset="utf-8" />
<meta name="generator" content="pandoc" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes" />
<title>🚀 GhostMonkeyFPS - Github – Welcome to my Github pages site</title>
<style>
code{white-space: pre-wrap;}
span.smallcaps{font-variant: small-caps;}
span.underline{text-decoration: underline;}
div.column{display: inline-block; vertical-align: top; width: 50%;}
div.hanging-indent{margin-left: 1.5em; text-indent: -1.5em;}
ul.task-list{list-style: none;}
.display.math{display: block; text-align: center; margin: 0.5rem auto;}
</style>
<link rel="stylesheet" href="app.css" />
<script src="app.js"></script>
<!--[if lt IE 9]>
<script src="//cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.3/html5shiv-printshiv.min.js"></script>
<![endif]-->
</head>
<body>
<div class="bg-black min-vh-100">
<div class="container pt-5">
<h1 class="text-white text-center typewriter">Hello world</h1>
<div class="content text-white pt-5">
<header id="title-block-header">
<h1 class="title">Welcome to my Github pages site</h1>
</header>
<p>This page is written for use as personal wiki and
blog. It provides static content using: gulp, pandoc
and markdown. Its not perfect but it gets the job
done.</p>
<p>Feel free to use this as a template or as a
personal wiki yourself.</p>
<p>The sourcecode can be found at the
<i class="fa-solid fa-code"></i> or <a
href="https://github.com/GhostMonkeyFPS/GhostMonkeyFPS.github.io/tree/source">here</a>.</p>
<p><br /></p>
<h3 id="table-of-contents">Table of Contents</h3>
<ol type="1">
<li>Personal wiki
<ol type="1">
<li>Programming languages
<ol type="1">
<li><a
href="programmingLanguages/csharp.html">C#</a></li>
<li>PHP</li>
<li>JAVA</li>
<li>SHELL<br />
</li>
</ol></li>
<li>DevOps
<ol type="1">
<li>Docker</li>
<li>Docker-compose</li>
<li>Deployer (PHP)</li>
</ol></li>
<li>Tools.
<ol type="1">
<li>FFMPEG</li>
</ol></li>
</ol></li>
<li>Blog</li>
</ol>
</div>
</div>
<div class="container fixed-bottom">
<footer class="d-flex flex-wrap justify-content-between align-items-center py-3 my-4 border-top border-light">
<div class="col-md-4 d-flex align-items-center">
<a href="https://github.com/GhostMonkeyFPS" class="mb-3 me-2 mb-md-0 text-white text-decoration-none lh-1">
<i class="fa-brands fa-github"></i>
</a>
<span class="text-white"><span class="date">-</span> GhostMonkeyFPS</span>
</div>
<ul class="nav col-md-4 justify-content-end list-unstyled d-flex">
<li class="ms-3">
<a class="text-white" href="#">
<i class="fa-solid fa-computer"></i>
</a>
</li>
<li class="ms-3">
<a class="text-white" href="https://github.com/GhostMonkeyFPS/GhostMonkeyFPS.github.io/tree/source">
<i class="fa-solid fa-code"></i>
</a>
</li>
</ul>
</footer>
</div>
</div>
</body>
</html>