-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
50 lines (43 loc) · 2.27 KB
/
index.html
File metadata and controls
50 lines (43 loc) · 2.27 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
<!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">
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.9.1/font/bootstrap-icons.css">
<title>DarkCode</title>
</head>
<body>
<a href="https://linktr.ee/AyanArshad" target="_blank"><i class="bi bi-box-arrow-up-right"></i><strong>Click For Social Connections</strong></a>
<!--------------------Code by Darkcode_github---------------------->
<!-- ======= Home Section ======= -->
<section id="home" class="d-flex flex-column justify-content-center">
<div class="container" data-aos="zoom-in" data-aos-delay="100">
<h1>(AA)</h1>
<p>I'm <span class="typed"
data-typed-items="Graphics Designer, Web Developer <b>(Programmer)</b> , Security Expert, IT Expert ,"></span>
</p>
<div class="social-links">
<a href="https://www.youtube.com/AAAyanArshad" target="_blank" rel="noopener no" class="youtube"><i
class="bx bxl-youtube"></i></a>
<a href="https://www.facebook.com/M.AAAyanArshad" target="_blank" rel="noopener no" class="Facebook"><i
class="bx bxl-facebook"></i></a>
<a href="https://twitter.com/AAAyanArshad113" target="_blank" rel="noopener no" class="Twitter"><i
class="bx bxl-twitter"></i></a>
<a href="http://instagram.com/aaayanarshad" target="_blank" rel="noopener no" class="instagram"><i
class="bx bxl-instagram"></i></a>
<a href="https://www.behance.net/ayanarshad" target="_blank" rel="noopener no" class="behance"><i
class="bx bxl-behance"></i></a>
<a href="https://www.linkedin.com/in/aaayanarshad/" target="_blank" rel="noopener no" class="linkedin"><i
class="bx bxl-linkedin"></i></a>
<a href="https://www.pinterest.com/aaayanarshad/" target="_blank" rel="noopener no" class="pinterest"><i
class="bx bxl-pinterest"></i></a>
sometime testing github
</div>
</div>
</section><!-- End Home -->
<!-------Copy by (AA)-Portfolio For maintain------>
<!--------------------------------------End------------------------------->
</body>
</html>