-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
100 lines (92 loc) · 4.73 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
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
89
90
91
92
93
94
95
96
97
98
99
100
<!DOCTYPE html>
<html lang="en">
<head>
<title>Portfolio</title>
<link rel="stylesheet" href="index.css">
</head>
<style>
</style>
<body>
<section id="home">
<center>
<div class="image1">
<img src="Component 1.png" alt="">
</div>
</center>
<div class="first">
<h2 style="visibility: visible;">
HELLO! I'M NGOGA AIMABLE - GRAPHIC<br> DESIGNER,ILLUSTRATOR & ART DIRECTOR.
</h2></div>
<div class="abatu"><p style="visibility: visible;">based in Kigali, Rwanda.</p></div>
<button class="btn1"><a href="#about" style="text-decoration: none;color: white;">About Me</a></button>
</section>
<div class="first_page" id="about">
<div class="navbar">
<div class="navbar-brand">NGOGA</div>
<a href="#">HOME</a>
<a href="#about">ABOUT</a>
<a href="#services">SERVICES</a>
<a href="#resume">RESUME</a>
<a href="#portfolio">PORTFOLIO</a>
<a href="#faq">FAQ</a>
<a href="#client">CLIENT</a>
<a href="#contact">CONTACT</a>
</div>
</div>
<div>
<button class="btn3">About Me</a></button>
<div class="header">
<h3 >Know Me More</h3>
</div>
<div class="namediv">
<span class="me">Hi,I'm <span class="name">NGOGA Aimable</span></span>
</div>
<div class="text">
<p class="text-5">I'm a designer & developer with a passion for web design.
I enjoy<br> developing simple, clean and slick websites that provide real value to <br> the end user.
Thousands of clients have procured exceptional results<br> while working with me.
Delivering work within time and budget which<br> meets client’s requirements is our moto.</p>
<div class="wow22">
<h3 class="wow"><span class="wowspan">22</span><br>
<span class="years">years of <span class="experience">experience</span> </span>
</h3>
<div class="circle"></div>
</div>
</div>
</div>
</div>
</div>
<div class="flex-container">
<div><p class="text1">Name:</p><p class="texts">NGOGA Aimable</p></div>
<div><p class="text2">Email:</p><a class="dark" href="[email protected]">[email protected]</a></div>
<div><p class="text3">Date of birth:</p><p class="date">02.November.2022</p></div>
<div><p class="text4">From:</p><p class="place">Kigali, Rwanda.</p></div>
</div>
<section id="services" >
<div class="container">
<div>
<div><button class="next0">What I Do?</button><p class="next">How I can help your next project</p>
</div>
<div class="aimable">
<div><h3 class="ui">Graphic Design</h3><p class="simply">Lorem Ipsum is simply dummy<br> text of the printing and typesetting<br> industry. Lorem Ipsum has been the industry’s standard dummy text. </p>
</div>
<div><h3 class="ui">Web Design</h3><p class="simply">Lorem Ipsum is simply dummy<br> text of the printing and typesetting <br>industry. Lorem Ipsum has been the industry’s standard dummy text. </p>
</h3>
</div>
<div><h3 class="ui">UI/UX Desig</h3><p class="simply">Lorem Ipsum is simply dummy<br> text of the printing and typesetting <br>industry. Lorem Ipsum has been the industry’s standard dummy text. </p>
</h3>
</div>
</div>
<div class="row2">
<div> <h3 class="app">App Design & Develop</h3><p class="simply">Lorem Ipsum is simply dummy<br> text of the printing and typesetting<br> industry. Lorem Ipsum has been the industry’s standard dummy text.</p>
</div>
<div> <h3 class="app">Business Analysis</h3><p class="simply">Lorem Ipsum is simply dummy <br> text of the printing and typesetting <br>industry. Lorem Ipsum has been the industry’s standard dummy text. </p>
</div>
<div><h3 class="app">SEO Marketing</h3><p class="simply">Lorem Ipsum is simply dummy<br> text of the printing and typesetting <br>industry. Lorem Ipsum has been the industry’s standard dummy text. </p>
</div>
</div>
</div>
</div>
</section>
</body>
</html>