-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
33 lines (31 loc) · 1.11 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Social Media Manager</title>
</head>
<body>
<header>
<h1>Welcome to my personal website. I am a Social media manager with 4 years of expereince</h1>
<nav>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="about.html">About</a></li>
<li><a href="services.html">Services</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
</nav>
</header>
<main>
<section>
<h2>Welcome!</h2>
<p>Welcome to my website! As a social media manager, I help individuals and businesses establish and maintain a strong presence on social media platforms.</p>
<p>Explore the services I offer and feel free to get in touch with me if you have any questions or inquiries.</p>
</section>
</main>
<footer>
<p>© 2024 Social Media Manager</p>
</footer>
</body>
</html>