-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
57 lines (56 loc) · 2.61 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
<!--HEADER-->
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="https://matdombrock.github.io/styles.css">
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/showdown/1.8.6/showdown.js
"></script>
</head>
<html>
<body>
<div class="title-bar">
<div class="title-bar-inner">
<a href="https://matdombrock.github.io/"><span class="site-title"><span class="site-title-u">[</span>LAB<span class="site-title-u">_</span>ZERO<span class="site-title-u">]</span></span></a>
<div class="navigation">
<a href="https://matdombrock.github.io/index.html">Home</a>
<a href="https://matdombrock.github.io/tutorials">Tutorials</a>
<a href="http://mzero.space" target="_blank">Mathieu</a>
<a href="https://matdombrock.github.io/projects/IronSky.html">IronSky</a>
<a href="https://matdombrock.github.io/projects/rz.html">receiver_zero</a>
<a href="http://mzero.space/cli" target="_blank">Tuxearch</a>
</div>
</div>
</div>
<div class="banner">
<div><img src="https://matdombrock.github.io/img/tri.png"></div>
</div>
<div class="outer-wrap">
<div class="inner-wrap">
<div class="card">
<h2 class="title">█ WELCOME</h2>
Warning, experimental content may not be suitable for human interfacing.</br></br></br>
<div class="left"><img src="img/bot.png" class="small-img"></br></div>
I'm Mathieu Dombrock and this is the home of my personal projects. It is not my portfolio. If you are looking for that head over to <a href="http://mzero.space" target="_blank">mzero.space</a>. </br></br>
<strong>All links on this site are subject to change at any time without any redirects. Link to this site with caution.</strong>
</br>
</div>
<div class="card">
<h2 class="title">█ IN PROGRESS</h2>
<h3>Project IronSky</h3>
Modular, Minimal Shortcode Templating Engine for Static Sites & Documents.</br>
Requires no external dependencies & is invisible on the front-end :)</br>
Used to Generate this site.
</br>
<a href="https://github.com/NebulaCyberSolutions/x2y">GitHub</a> |
<a href="https://matdombrock.github.io/projects/IronSky.html">HomePage</a>
</div>
<div class="card">
<h2 class="title">█ STUFF I SAID</h2>
<a class="twitter-timeline" data-height="400" data-theme="dark" href="https://twitter.com/matdombrock?ref_src=twsrc%5Etfw">@matdombrock</a> <script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>
</div>
<!--FOOTER-->
</div><!--inner wrap-->
<div class="footer"><a href="https://github.com/matdombrock/x2y">Generated with IronSky</a></div>
</div><!--wrap-->
</body>
</html>