-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
76 lines (76 loc) · 3.25 KB
/
index.html
File metadata and controls
76 lines (76 loc) · 3.25 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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>M3do's site</title>
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.2.0/css/all.min.css">
<link rel="stylesheet" href="particles.css">
<script type="text/javascript" src="./index.js"></script>
</head>
<body></body>
<header>
<a href="#" class="logo">𝑀𝟥𝒹𝑜</a>
<nav class="navigation">
<a href="#Home">Home</a>
<a href="#About Me">About Me</a>
<a href="#Contact">Contact</a>
</nav>
</header>
<section class="main" id="Home">
<div>
<h2>Hello, I'm <br><span>𝑀𝟥𝒹𝑜</span></h2>
<h3>Student Front-end Developer</h3>
<a href="#About Me" class="main-btn">About Me</a>
<div class="social-icons" id="Contact">
<a href="https://discord.com/users/522901688332451845" class="dis"><i class="fa-brands fa-discord"></i></a>
<a href="https://github.com/M3do-1" class="git"><i class="fa-brands fa-github"></i></a>
<a href="https://twitter.com/m3do_18" class="tw"><i class="fa-brands fa-twitter"></i></a>
<a href="mailto:goontube2003@gmail.com?" target="_blank" class="enve"><i class="fa-solid fa-envelope"></i></a>
</div>
</div>
</section>
<!---->
<section class="About-Me" id="About Me">
<h2 class="title">About Me</h2>
<div class="content">
<div class="card">
<div class="icon">
<i class="fas fa-pen-to-square"></i>
</div>
<div class="info">
<h3>Script Writing</h3>
<p>I Just started learning fivem Scripting soon I'll be posting my projects in here.</p>
</div>
</div>
<div class="card">
<div class="icon">
<i class="fas fa-graduation-cap"></i>
</div>
<div class="info">
<h3>Studying</h3>
<p>I'm curently studying Computer Science in USA.</p>
</div>
</div>
</div>
</section>
<footer class="footer">
<p class="footer-title">Copyrights © <span>𝑀𝟥𝒹𝑜</span></p>
<div class="social-icons" id="Contact">
<a href="https://discord.com/users/522901688332451845" class="dis"><i class="fa-brands fa-discord"></i></a>
<a href="https://github.com/M3do-1" class="git"><i class="fa-brands fa-github"></i></a>
<a href="https://twitter.com/m3do_18" class="tw"><i class="fa-brands fa-twitter"></i></a>
<a href="mailto:goontube2003@gmail.com?" target="_blank" class="enve"><i class="fa-solid fa-envelope"></i></a>
</div>
</footer>
<div class="firefly"></div>
<div class="firefly"></div>
<div class="firefly"></div>
<div class="firefly"></div>
<div class="firefly"></div>
<div class="firefly"></div>
<div class="firefly"></div>
</body>
</html>