Skip to content

Commit 8f30bbb

Browse files
more good
1 parent fc50f40 commit 8f30bbb

File tree

1 file changed

+62
-49
lines changed

1 file changed

+62
-49
lines changed

index.html

Lines changed: 62 additions & 49 deletions
Original file line numberDiff line numberDiff line change
@@ -4,57 +4,70 @@
44
<meta charset="UTF-8">
55
<meta name="viewport" content="width=device-width, initial-scale=1.0">
66

7+
<title>Developer Anaz (DevAnaZ) - Portfolio</title>
8+
<meta name="description" content="Developer Anaz (DevAnaZ) portfolio showcasing projects, documentation, GitHub work, and development skills.">
9+
<meta name="keywords" content="Developer Anaz, DevAnaZ, portfolio, web developer, GitHub, projects, coding">
10+
<meta name="author" content="Developer Anaz">
11+
12+
<!-- Google Search Console Verification -->
713
<meta name="google-site-verification" content="jOtmtZ4JnWDhiRAAMJGOzYWF_FlTcJw2jBuxYLrOUUY" />
814

9-
<meta name="monetag" content="f607f195ef944959b12ef61fe42d4dad">
10-
<meta charset="UTF-8">
11-
<meta name="viewport" content="width=device-width, initial-scale=1.0">
12-
<title>Developer Anaz (DevAnaZ) - Portfolio</title>
13-
<link rel="stylesheet" href="styles.css">
15+
<!-- Monetag -->
16+
<meta name="monetag" content="f607f195ef944959b12ef61fe42d4dad">
17+
18+
<link rel="stylesheet" href="styles.css">
1419
</head>
1520
<body>
16-
<header>
17-
<nav>
18-
<div class="menu-icon" onclick="toggleMenu()">&#9776;</div>
19-
<ul id="nav-links">
20-
<li><a href="#home">Home</a></li>
21-
<li><a href="#docs">Docs</a></li>
22-
<li><a href="#github">GitHub</a></li>
23-
<li><a href="#about">About</a></li>
24-
<li><a href="#sitemap">Sitemap</a></li>
25-
<li><a href="#policy">Policy</a></li>
26-
</ul>
27-
</nav>
28-
</header>
29-
<main>
30-
<section id="home">
31-
<h1>Welcome to Developer Anaz's Portfolio</h1>
32-
<p>Your source for all things coding, development, and tech.</p>
33-
</section>
34-
<section id="docs">
35-
<h2>Documentation</h2>
36-
<p>Find all the necessary documents and guides here.</p>
37-
</section>
38-
<section id="github">
39-
<h2>GitHub</h2>
40-
<p>Check out my projects on <a href="https://github.com/developeranaz">GitHub</a>.</p>
41-
</section>
42-
<section id="about">
43-
<h2>About Me</h2>
44-
<p>My name is Anaz and I'm a passionate developer with a focus on creating efficient and scalable solutions. With years of experience in web development, I specialize in front-end and back-end development. Check out my work on <a href="https://github.com/developeranaz">GitHub</a> and connect with me to learn more.</p>
45-
</section>
46-
<section id="sitemap">
47-
<h2>Sitemap</h2>
48-
<p>Navigate through the site using the links provided.</p>
49-
</section>
50-
<section id="policy">
51-
<h2>Policy</h2>
52-
<p>Read through our policies to understand how we operate.</p>
53-
</section>
54-
</main>
55-
<footer>
56-
<p>Developer Anaz &copy; 2014-2025</p>
57-
</footer>
58-
<script src="script.js"></script>
21+
<header>
22+
<nav>
23+
<div class="menu-icon" onclick="toggleMenu()">&#9776;</div>
24+
<ul id="nav-links">
25+
<li><a href="#home">Home</a></li>
26+
<li><a href="#docs">Docs</a></li>
27+
<li><a href="#github">GitHub</a></li>
28+
<li><a href="#about">About</a></li>
29+
<li><a href="#sitemap">Sitemap</a></li>
30+
<li><a href="#policy">Policy</a></li>
31+
</ul>
32+
</nav>
33+
</header>
34+
35+
<main>
36+
<section id="home">
37+
<h1>Welcome to Developer Anaz's Portfolio</h1>
38+
<p>Your source for all things coding, development, and tech.</p>
39+
</section>
40+
41+
<section id="docs">
42+
<h2>Documentation</h2>
43+
<p>Find all the necessary documents and guides here.</p>
44+
</section>
45+
46+
<section id="github">
47+
<h2>GitHub</h2>
48+
<p>Check out my projects on <a href="https://github.com/developeranaz" target="_blank" rel="noopener noreferrer">GitHub</a>.</p>
49+
</section>
50+
51+
<section id="about">
52+
<h2>About Me</h2>
53+
<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>
54+
</section>
55+
56+
<section id="sitemap">
57+
<h2>Sitemap</h2>
58+
<p>Navigate through the site using the links above.</p>
59+
</section>
60+
61+
<section id="policy">
62+
<h2>Policy</h2>
63+
<p>Read through the site policies to understand how this portfolio operates.</p>
64+
</section>
65+
</main>
66+
67+
<footer>
68+
<p>Developer Anaz &copy; 2014-2026</p>
69+
</footer>
70+
71+
<script src="script.js"></script>
5972
</body>
60-
</html>
73+
</html>

0 commit comments

Comments
 (0)