-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
179 lines (170 loc) · 5.89 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
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
<!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" />
<link rel="stylesheet" href="CSS/style.css" />
<title>Portfolio</title>
</head>
<body>
<div class="navbar">
<h3>Velma</h3>
<div class="tabs">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="/#aboutme">About me</a></li>
<li><a href="/#head">Projects</a></li>
<li><a href="/#contacts">Contact us</a></li>
</ul>
</div>
</div>
<div class="description">
<img src="images/istockphoto-1010593510-612x612.jpg" alt="Velma" />
<p>
My name is Velma,student of Moringa School,currently studying software
<br />
develpment Lorem ipsum dolor sit amet consectetur adipisicing elit.
Aspernatur ratione <br />
reprehenderit necessitatibus illum sed alias deserunt quidem <br />
repellendus ullam id.
</p>
</div>
<div class="aboutme" id="aboutme">
<h2>About Me</h2>
<p>
Lorem ipsum dolor sit amet consectetur, adipisicing elit. Facilis ex
autem dolor, ut veniam, enim velit hic dicta <br />
necessitatibus repellat incidunt beatae nemo eligendi, vel ducimus. Ab
harum inventore <br />
explicabo. Iure eaque perferendis, reiciendis maxime sed quasi libero
quas est soluta quia architecto quis <br />
praesentium consequuntur ipsa. Provident aspernatur eum, ut corrupti hic
architecto sunt voluptatum <br />
explicabo inventore dolorem earum veniam perspiciatis dolor et ex
perferendis odio veritatis animi <br />
quibusdam nemo eos, quidem deserunt optio facere. Magni dolore at, velit
consequatur ea ipsum quas suscipit <br />
dolorum quod nostrum ab neque. Amet itaque, dolor quas maiores aliquid
earum ex magnam expedita.
</p>
<h2>Technical skills</h2>
<p>These are some of the skills I posses.</p>
<div class="skills">
<div class="skill1">
<div class="html">
<h3>HTML/CSS</h3>
<p>
I use HTML to creat my web page structure <br />
and CSS for styling my webpage
</p>
</div>
<div class="javascript">
<h3>Javascript</h3>
<p>
I use Javascript to make <br />
my webpages interactive
</p>
</div>
</div>
<div class="skill2">
<div class="bootstrap">
<h3>Bootstrap</h3>
<p>
I use Bootstrap to add <br />
responsiveness to my website
</p>
</div>
<div class="design">
<h3>UI/UX design</h3>
<p>
I use tools like figma and miro <br />
to design my websites
</p>
</div>
</div>
</div>
</div>
<div class="head" id="head">
<h3>Projects</h3>
<p>These are some of the projects that I have worked on.</p>
</div>
<div class="projects" id="projects">
<div class="group1">
<div class="project1">
<h3>Cookie Recipe</h3>
<p>
This is a recipe for baking cookies Lorem <br />
ipsum dolor, sit amet consectetur adipisicing elit <br />
Unde, sint.
</p>
<button class="btn">
<a href="https://github.com/VelmaAkoch/cookie-recipe"
>View project</a
>
</button>
</div>
<div class="project2">
<h3>My first website</h3>
<p>
This was my first website tha I worked on <br />
Lorem ipsum dolor sit amet consectetur adipisicing elit. <br />
Inventore suscipit nihil neque rem optio corporis.
</p>
<button class="btn">
<a
href="https://github.com/VelmaAkoch/my-first-webpage-repository.git"
>View project</a
>
</button>
</div>
</div>
<div class="group2">
<div class="project3">
<h3>Introduction to HTML</h3>
<p>
This is my introduction to html project Lorem ipsum dolor, <br />
sit amet consectetur adipisicing elit. Laudantium <br />
consectetur rerum eaque!
</p>
<button class="btn">
<a href="https://github.com/VelmaAkoch/intro-to-html"
>View project</a
>
</button>
</div>
<div class="project4">
<h3>Hello world</h3>
<p>
This is my hello world project Lorem ipsum dolor, <br />
sit amet consectetur adipisicing elit. Laudantium <br />
consectetur rerum eaque!
</p>
<button class="btn">
<a href="https://github.com/VelmaAkoch/hello-world.html.git"
>View project</a
>
</button>
</div>
</div>
</div>
<div class="contacts" id="contacts">
<h3>Get in touch with us</h3>
<form action="#">
<label for="fname">First Name</label><br>
<input type="text" name="fname" class="text" id="fname" required><br>
<label for="sname">Second Name</label><br>
<input type="text" name="sname" class="text" id="sname" required><br>
<label for="email">Email</label><br>
<input type="email" name="email" class="text" id="email" required><br>
<input type="text" name="message" class="text" id="message" req><br>
<button type="submit" value="Submit" class="btn">Submit</button>
</form>
</div>
<div class="copyright">
<p>
copyright 2022. Velma Mukanga All Rights Reserved.
</p>
</div>
</body>
</html>