-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
98 lines (89 loc) · 4.13 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 html5>
<html>
<head>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-30G2HTXJYB"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'G-30G2HTXJYB');
</script>
<!--Meta tags -->
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
<meta name="description" content="Personal github page of EDEMESSI 'nairolf32' Florian" />
<meta name="author" content="EDEMESSI Florian" />
<meta name="keywords" content="EDEMESSI, Florian, nairolf32, nair0lf32, edemessi florian">
<title>EDEMESSI Florian nair0lf32</title>
<!-- Open Graph -->
<meta property="og:title" content="EDEMESSI Florian (nair0lf32)" />
<meta property="og:type" content="website" />
<meta property="og:url" content="http://nair0lf32.github.io/" />
<meta property="og:description" content="Personal github page of EDEMESSI 'nairolf32' Florian">
<meta property="og:site_name" content="nair0lf32">
<meta property="og:image" itemprop="image primaryImageOfPage"
content="https://raw.githubusercontent.com/nair0lf32/nair0lf32.github.io/main/assets/img/og-nair0lf32.png" />
<!-- OG for twitter -->
<meta name="twitter:card" content="summary">
<meta name="twitter:domain" content="http://nair0lf32.github.io">
<meta name="twitter:title" property="og:title" itemprop="name" content="EDEMESSI Florian (nair0lf32)">
<meta name="twitter:description" property="og:description" itemprop="description"
content="Personal github page of EDEMESSI 'nairolf32' Florian">
<!-- Favicon-->
<link rel="icon" type="image/x-icon" href="/assets/favicon.ico" />
<!-- Core style -->
<link rel="stylesheet" href="css/style.css">
</head>
<body id="light">
<header>
<h1> Website index</h1>
<nav>
<ul class="menu">
<li><a href="https://nairolf32.com">Main website</a></li>
<li>-</li>
<li><a href="#about">About</a></li>
<li>-</li>
<li><a href="#index">Index</a></li>
<li>-</li>
<li><a href="#" id="switch">Dark Mode</a></li>
</ul>
</nav>
</header>
<div>
<img class="logo" src="/assets/img/portfolio/self.png" alt="edemessi florian nairolf32 nair0lf32" />
<p class="about" id="about"> Hi! I am EDEMESSI Florian (nair0lf32). Welcome to my github index!
<br> As a "web developper", I create multiple websites (mostly personnal projects for learning or just for
fun) and host them on various platforms, like github pages. For the sake of content organization, I
decided to make a website that links to some of my websites, and call it my main index.
<br> This website is very simple and basic, with no heavy fancy frameworks or glittery effects...Just good
old plain html/css/javascript.
<br> You can get all that in the other "web apps" I am creating and all the trash I have been spreading
throughout my learning journey. Just follow the links.
</p>
</div>
<!-- On my github pages -->
<ul class="index" id="index">
<li> <a href="https://nair0lf32.github.io">index(root)</a></li>
<ul>
<h2> Projects: </h2>
<li>
<a href="https://nair0lf32.github.io/website">Old website</a>
</li>
<li>
<a href="https://nair0lf32.github.io/blog">My blog</a>
</li>
<li>
<a href="https://nair0lf32.github.io/portfolio">My portfolio</a>
</li>
<li>
<a href="https://nair0lf32.github.io/zer0ne">zer0ne</a>
</li>
<li>
<a href="https://nair0lf32.github.io/MedicalCheatSheets">MedicalCheatSheets</a>
</li>
</ul>
<!-- Core script -->
<script type="text/javascript" src="/js/script.js"></script>
</body>
</html>