-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.html
53 lines (52 loc) · 2.43 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<link rel="stylesheet" href="about.css">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>About us
</title>
</head>
<body>
<main>
<div class="about">
<h1>About</h1>
<p class="intro">Welcome to my project!<br> My name is <a href="https://mizeromaxime.com/">Mizero Maxime</a></p>
<p class="intro-sub">
And I'm a web developer with over 5 years
of experience in frontend development and some knowledge in backend development. I specialize in
designing and developing websites that are not only visually stunning but also user-friendly and
responsive.
</p>
<p>
My goal is to help my clients achieve their digital goals by creating websites that accurately represent
their brand and cater to their target audience. Whether you're a small business owner, a startup, or a
large corporation, I can provide you with the web development services you need to succeed in the online
world.
What sets me apart from other web developers is my unique style. I don't just follow the latest trends
or copy what's already been done. Instead, I take the time to understand my clients' vision and create
custom designs that are tailored to their needs. I believe that a website should not only look great but
also be functional, intuitive, and easy to use.
</p>
<p>
If you're interested in working with me, please don't hesitate to contact me at <a href="/contact.html">[email protected]</a> or
via phone at +250780439884. I'm excited to hear about your project and help you bring your vision to
life. Thank you for considering me for your web development needs!
</p>
<ul class="circles">
<li></li>
<li></li>
<li></li>
<li></li>
<li></li>
<li></li>
<li></li>
<li></li>
<li></li>
<li></li>
</ul>
</div>
</main>
</body>
</html>