-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
73 lines (61 loc) · 2.56 KB
/
index.html
File metadata and controls
73 lines (61 loc) · 2.56 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Developer Anaz (DevAnaZ) - Portfolio</title>
<meta name="description" content="Developer Anaz (DevAnaZ) portfolio showcasing projects, documentation, GitHub work, and development skills.">
<meta name="keywords" content="Developer Anaz, DevAnaZ, portfolio, web developer, GitHub, projects, coding">
<meta name="author" content="Developer Anaz">
<!-- Google Search Console Verification -->
<meta name="google-site-verification" content="jOtmtZ4JnWDhiRAAMJGOzYWF_FlTcJw2jBuxYLrOUUY" />
<!-- Monetag -->
<meta name="monetag" content="f607f195ef944959b12ef61fe42d4dad">
<link rel="stylesheet" href="styles.css">
</head>
<body>
<header>
<nav>
<div class="menu-icon" onclick="toggleMenu()">☰</div>
<ul id="nav-links">
<li><a href="#home">Home</a></li>
<li><a href="#docs">Docs</a></li>
<li><a href="#github">GitHub</a></li>
<li><a href="#about">About</a></li>
<li><a href="#sitemap">Sitemap</a></li>
<li><a href="#policy">Policy</a></li>
</ul>
</nav>
</header>
<main>
<section id="home">
<h1>Welcome to Developer Anaz's Portfolio (test)</h1>
<p>Your source for all things coding, development, and tech.</p>
</section>
<section id="docs">
<h2>Documentation</h2>
<p>Find all the necessary documents and guides here.</p>
</section>
<section id="github">
<h2>GitHub</h2>
<p>Check out my projects on <a href="https://github.com/developeranaz" target="_blank" rel="noopener noreferrer">GitHub</a>.</p>
</section>
<section id="about">
<h2>About Me</h2>
<p>My name is Anaz, and I'm a passionate developer focused on creating efficient and scalable solutions. With experience in web development, I specialize in both front-end and back-end technologies. Explore my work on <a href="https://github.com/developeranaz" target="_blank" rel="noopener noreferrer">GitHub</a> and connect with me to learn more.</p>
</section>
<section id="sitemap">
<h2>Sitemap</h2>
<p>Navigate through the site using the links above.</p>
</section>
<section id="policy">
<h2>Policy</h2>
<p>Read through the site policies to understand how this portfolio operates.</p>
</section>
</main>
<footer>
<p>Developer Anaz © 2014-2026</p>
</footer>
<script src="script.js"></script>
</body>
</html>