-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
51 lines (46 loc) · 1.53 KB
/
index.html
File metadata and controls
51 lines (46 loc) · 1.53 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Muhammad S.A. Iqbal | Digital Creator</title>
<link
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css"
rel="stylesheet"
/>
<!-- Favicon -->
<link rel="icon" type="image/png" href="./assets/images/favicon.ico" />
<link href="./assets/styles.css" rel="stylesheet" />
</head>
<body>
<div class="scroll-indicator"></div>
<canvas id="particles-canvas"></canvas>
<section id="home" class="hero">
<div class="floating-element"><i class="fas fa-code"></i></div>
<div class="floating-element"><i class="fas fa-laptop-code"></i></div>
<div class="floating-element"><i class="fas fa-mobile-alt"></i></div>
<div class="hero-content">
<h1>Muhammad S.A. Iqbal</h1>
<p class="subtitle">
Fueled by Curiosity, Powered by
<span class="typing-text" id="typing-text">Developer</span>
</p>
<div class="hero-buttons">
<a
href="https://mqs.vercel.app"
target="_blank"
class="btn btn-primary"
>View on Web</a
>
<a
href="https://mqs.vercel.app/pages/contact.html"
target="_blank"
class="btn btn-secondary"
>Get In Touch</a
>
</div>
</div>
</section>
<script src="./assets/script.js"></script>
</body>
</html>