-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
56 lines (54 loc) · 1.97 KB
/
about.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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>About</title>
</head>
<body>
<header>
<nav>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="about.html">About</a></li>
<li><a href="contact.html">Contact Us</a></li>
</ul>
</nav>
</header>
<!--About me section start-->
<section class="about">
<div class="main">
<!-- <img src="images/reeds.jpg.jpg" alt="my picture" /> -->
<div class="about-text">
<h2>About Me</h2>
<h5>Fullstack, Content Marketing Specialist & Virtual Assistant</h5>
<p>
I’m a Fullstack Developer, Content Marketing, Specialist and a
Virtual Assistant.
</p>
<p>
As a Fullstack Developer, i can provide clean code and pixel perfect
design. I can also make your website more interactive with web
animations.
</p>
<p>
As a Content Marketing Specialist, i develop engaging content for
blogs, articles, product descriptions, and social media. I can also
create content for the company websites, analyze website traffic,
implement ways to optimize website performance, and create videos,
articles, and images. I also design and distribute newsletters for
email marketing campaigns.
</p>
<p>
As a Virtual Assistant, the purpose of my role is to help executives
and stakeholders achieve their goals. I do this by efficiently
managing all the fine details of their schedule, along with
administrative and office management processes.
</p>
<button type="button">Let's Talk</button>
</div>
</div>
</section>
</body>
</html>