-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.html
88 lines (83 loc) · 4.55 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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
<!DOCTYPE html>
<head>
<link rel="stylesheet" href="index.css">
<link rel="stylesheet" href="about.css">
<script src="https://kit.fontawesome.com/a2ae6297fc.js" crossorigin="anonymous"></script>
<title>Gallary</title>
</head>
<body data-nav="false" id="B">
<main id="0">
<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>
<nav>
<div id="nav-links">
<a class="nav-link" href="/index.html">
<h2 class="nav-link-label rubik-font">Home</h2>
<img class="nav-link-image"
src="https://images.unsplash.com/photo-1666091863721-54331a5db52d?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=987&q=80" />
</a>
<a class="nav-link" href="/work.html">
<h2 class="nav-link-label rubik-font">Work</h2>
<img class="nav-link-image"
src="https://images.unsplash.com/photo-1666055642230-1595470b98fd?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=995&q=80" />
</a>
<a class="nav-link" href="/about.html">
<h2 class="nav-link-label rubik-font">About</h2>
<img class="nav-link-image"
src="https://images.unsplash.com/photo-1666005487638-61f45819c975?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=987&q=80" />
</a>
<a class="nav-link" href="/contact.html">
<h2 class="nav-link-label rubik-font">Contact</h2>
<img class="nav-link-image"
src="https://images.unsplash.com/photo-1665910407771-bc84ad45676b?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=776&q=80" />
</a>
<a class="nav-link" href="#">
<h2 class="nav-link-label rubik-font">Join Us</h2>
<img class="nav-link-image"
src="https://images.unsplash.com/photo-1553356084-58ef4a67b2a7?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=987&q=80" />
</a>
</div>
</nav>
<button id="nav-toggle" type="button" onclick="toggleNav()">
<i class="fa-solid fa-bars " id="menu"></i>
<i class="fa-solid fa-xmark cross" id="close"></i>
</button>
<script src="index.js"></script>
</body>
</html>