This repository has been archived by the owner on Jan 20, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
info.html
42 lines (42 loc) · 2 KB
/
info.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>AldessSc</title>
<link rel="stylesheet" href="style.css">
<link rel="icon" type="image/x-icon" href="./img/logo.png">
<meta name="description" content="Hello :D It's me AldessSc">
<meta property="og:image" content="/img/logo.png">
<meta content="#ffffff" data-react-helmet="true" name="theme-color">
<link href='https://unpkg.com/[email protected]/css/boxicons.min.css' rel='stylesheet'>
<link href="https://unpkg.com/[email protected]/dist/aos.css" rel="stylesheet">
<script src="https://unpkg.com/[email protected]/dist/aos.js"></script>
</head>
<body>
<div class="navbar">
<img src="img/logo.png" alt="aldesslogo" onclick="location.href = './'">
<div onclick="location.href = 'tim.html'" class="navelem icon">
<i class="bx bx-grid-alt"></i>
</div>
<div onclick="location.href = 'info.html'" class="navelem icon">
<i class="bx bxs-info-circle"></i>
</div>
<br>
<div onclick="window.open('https://github.com/AldessScratch')" class=" navelem">
<i class="bx bxl-github"></i>
</div>
<div onclick="window.open('https://discord.com/users/1001220536619249665')" class="navelem">
<i class="bx bxl-discord-alt"></i>
</div>
</div>
<div class="home">
<h2 data-aos="zoom-in">About me <i class="bx bx-info-circle"></i></h2>
<p data-aos="fade-up">Hey, it's me Aldess, I'm a french teenager and I love coding and drawing in my free time. I learnt html and css 2 years ago then js gradually. I'm a mod @ Soar Client and a dev @ Aetherium Client</p>
<img data-aos="zoom-out" class="skillicons" src="https://skillicons.dev/icons?i=html,css,js,discord,netlify,github,replit,vscode,cloudflare&perline=3" alt="skillicons">
</div>
<script>
AOS.init();
</script>
</body>
</html>