-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
49 lines (49 loc) · 2.28 KB
/
index.html
File metadata and controls
49 lines (49 loc) · 2.28 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Hamedullah Hamdard</title>
<link rel="stylesheet" type="text/css" href="style.css">
<script src="script.js"></script>
</head>
<body>
<header>
<div id="navBar">
<nav>
<ul>
<li style="padding-right: auto">
<a href="index.html"><img class="navIcons" src="/resources/icons/logo.png"></a>
</li><!-- should contain reviews and testimonials -->
<li>
<a href="#"><img class="navIcons" src="/resources/icons/about_me.png" alt="Find Me"></a>
</li> <!--should contain resume and skills-->
<li>
<a href="#"><img class="navIcons" src="/resources/icons/portfolio.png" alt="Portfolio"></a>
</li>
<li>
<a href="#"><img class="navIcons" src="/resources/icons/Services.png" alt="Services"></a>
</li>
<li>
<a href="#"><img class="navIcons" src="/resources/icons/Blog.png" alt="Blog"></a>
</li>
<li>
<a href="#"><img class="navIcons" src="/resources/icons/Contact_me.png" alt="Contact Me"></a>
</li>
</ul>
</nav>
</div>
</header>
<section class="introTextBox">
<img id="circularAvatar" src="/resources/icons/logo.png" alt="me">
<h3 id="introName">
Hi i'm,<br>
Hamedullah Hamdard
</h3>
<div><p id="introduction">
Highly skilled freelance graphics designer specializing in logo, brand, and various business-related designs. With a keen eye for detail and a deep understanding of visual communication, I create impactful designs that captivate audiences and effectively convey brand messages. From captivating logos to comprehensive brand guidelines, I excel in delivering visually compelling assets that resonate with target audiences. With a client-centric approach and a commitment to excellence, I bring creativity and professionalism to every project, ensuring client satisfaction and success.
</p>
</div>
</section>
<footer></footer>
</body>
</html>