-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
41 lines (38 loc) · 1.72 KB
/
index.html
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
<!DOCTYPE html>
<html>
<head>
<title>My Portfolio</title>
<link rel="stylesheet" type="text/css" href="styles.css">
</head>
<body>
<header>
<div class="container">
<img src="Passport_size_photo.jpg" alt="">
<h1>Milap Makwana</h1>
<p>Web Developer</p>
</div>
</header>
<nav>
<ul>
<li><a href="projects.html">Projects</a></li>
<li><a href="skills.html">Skills</a></li>
<li><a href="contact.html">Contact Information</a></li>
<li><a href="resume.html">Resume</a></li>
</ul>
</nav>
<section id="about">
<div class="container">
<h2>About Me</h2>
<p>Hello, I'm Milap, a passionate web developer with a strong focus on creating modern and user-friendly websites. I have experience in front-end development and a good understanding of HTML, CSS, and JavaScript.</p>
<p>I enjoy turning complex problems into simple, beautiful, and intuitive designs. My goal is to deliver high-quality websites that not only meet but exceed client expectations. I constantly strive to learn and stay updated with the latest web technologies to ensure that I can provide the best solutions for my clients.</p>
<p>I believe in the power of teamwork and effective communication, which has allowed me to collaborate successfully with designers, developers, and clients.</p>
<p>If you're looking for a dedicated and skilled web developer to bring your ideas to life, feel free to get in touch with me. I would love to discuss how I can contribute to your next web project.</p>
</div>
</section>
<footer>
<div class="container">
<p>© 2023 Milap Makwana. All rights reserved.</p>
</div>
</footer>
</body>
</html>