-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
55 lines (47 loc) · 1.87 KB
/
index.html
File metadata and controls
55 lines (47 loc) · 1.87 KB
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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="author" content="Matiboux" />
<link rel="icon" type="image/png" href="assets/favicon.png" />
<link rel="stylesheet" type="text/css" href="https://use.fontawesome.com/releases/v5.1.0/css/all.css" integrity="sha384-lKuwvrZot6UHsBSfcMvOkWwlCMgc0TaWr+30HWe3a4ltaBwTZhyTEggF5tJv8tbt" crossorigin="anonymous" />
<link rel="stylesheet" type="text/css" href="css/style.css" />
<title>Matiboux › Open-Source</title>
</head>
<body>
<header id="header">
<div class="title">
<img id="avatar" src="default-avatar.png" />
<h1><a href="https://github.com/matiboux/">Matiboux</a></h1>
</div>
<p>Hello World. :3</p>
</header>
<div id="main">
<ul class="settings">
<li class="btn" id="toggleArchives"><i class="fas fa-archive fa-fw"></i> Toggle Archives</li>
<li class="btn" id="toggleForks"><i class="fas fa-code-branch fa-fw"></i> Toggle Forks</li>
<li class="select">
<select id="selectLanguages">
<option value="All languages">All languages</option>
</select>
</li>
</ul>
<section id="matiboux">
<h2>Public projects on <a href="https://github.com/matiboux/">@matiboux</a></h2>
</section>
</div>
<footer id="footer">
<section>
<ul>
<li><i class="fab fa-github fa-fw"></i> <a href="https://github.com/matiboux/matiboux.github.io">Open-Source Repository</a></li>
<li><i class="fas fa-globe fa-fw"></i> Check out <a href="https://matiboux.com/">my website</a></li>
</ul>
</section>
<section>Built with love. <i class="fas fa-heart fa-fw" style="color: #c04040"></i></section>
</footer>
<script src="https://code.jquery.com/jquery-3.4.1.min.js" integrity="sha256-CSXorXvZcTkaix6Yvo6HppcZGetbYMGWSFlBw8HfCJo=" crossorigin="anonymous"></script>
<script src="js/linkheaderparser.js"></script>
<script src="js/script.js"></script>
</body>
</html>