-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
50 lines (42 loc) · 2.07 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="yasserbdj96 - Personal Web Page.">
<title>yasserbdj96 | Homepage</title>
<script type="text/javascript" src="./src/js/include.js"></script>
<script src="./src/js/index.js" defer></script>
<link rel="icon" href="https://avatars.githubusercontent.com/u/24677945?v=4">
<link rel="manifest" href="./manifest.webmanifest">
<script>include("./src/css/css.css","css");</script>
<script>include("./src/js/js.js","js");</script>
</head>
<body class="bg-paper flex flex-col min-h-screen" onload="read_json()">
<main class="flex-grow mx-auto text-center">
<!--avatar-->
<section class="py-16">
<div class="relative mx-auto w-24">
<img class="w-24 h-24 rounded-full object-cover shadow-2xl" src="https://avatars.githubusercontent.com/u/24677945?v=4" alt="yasserbdj96">
<span class="absolute top-1 right-0 w-6 h-6 bg-green-600 border-2 border-white rounded-full group transition-width hover:w-16 duration-700">
<div class="invisible group-hover:visible transition-visibility delay-75 text-white align-text-top text-center text-sm">
Offline</div>
</span>
</div>
<div class="animate-pulse pt-4 font-bold text-2xl">Boudjada Yasser (yasserbdj96)</div>
<div class="pt-6 font-mono">all posts <a href="#yasserbdj96">#yasserbdj96</a> ,all views my own.</div>
<div class="pt-6 font-mono">I will be back soon... :)</div>
</section>
<!--projects-->
<!--section id="projects" class="flex justify-center space-x-3 group"> hiiii11</section-->
<!--links-->
<section id="links" class="flex justify-center space-x-3 group"></section>
</main>
<!--footer-->
<footer class="mx-auto">
<p class="mb-3 text-gray-400 text-sm font-serif">
Copyright © 2008->Present, yasserbdj96.
</p>
</footer>
</body></html>