-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
274 lines (256 loc) · 10.2 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
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="style.css">
<title>My Website</title>
</head>
<body>
<!-- Header -->
<section id="header">
<div class="header container">
<div class="nav-bar">
<div class="brand">
<a href="#hero">
<h2><span>G</span><span>M</span></h2>
<!-- <img src="./img/Ram.png" width="5" height="5"> -->
</a>
</div>
<div class="nav-list">
<div class="hamburger">
<div class="bar"></div>
</div>
<ul>
<li><a href="#hero" data-after="Home">Home</a></li>
<li><a href="#about" data-after="About">About</a></li>
<li><a href="#skills" data-after="Skills">Skills</a></li>
<li><a href="#projects" data-after="Projects">Projects</a></li>
<li><a href="#contact" data-after="Contact">Contact</a></li>
</ul>
</div>
</div>
</div>
</section>
<!-- End Header -->
<!-- Hero Section -->
<section id="hero">
<div class="hero container">
<div>
<h1>Hello, <span></span></h1>
<h1>My Name is <span></span></h1>
<h1>Gavin Masese<span></span></h1>
<a href="#about" type="button" class="cta">Portfolio</a>
</div>
</div>
</section>
<!-- End Hero Section -->
<!-- About Section -->
<section id="about">
<div class="about container">
<div class="col-left">
<div class="about-img">
<img src="./img/gavin.jpg" alt="img">
</div>
</div>
<div class="col-right">
<h1 class="section-title">About <span>me</span></h1>
<h2>Web Developer</h2>
<p>
Hi! My name is Gavin Masese, a student at Meru university currently taking bachelor in computer science. <br>
I am currently interested in web and mobile app development <br>
Current obbesseions are The weeknd and playing pubg mobile
</p>
<a href="/portfolio.pdf" class="cta">Download Resume</a>
</div>
</div>
</section>
<!-- End About Section -->
<!-- Skills Section -->
<section id="skills">
<div class="skill container">
<div class="skill-top">
<h1 class="section-title"><span>Skills</span></h1>
<!--p>Lorem ipsum dolor sit amet consectetur, adipisicing elit. Ipsum deleniti maiores pariatur assumenda quas
magni et, doloribus quod voluptate quasi molestiae magnam officiis dolorum, dolor provident atque molestias
voluptatum explicabo!</p -->
</div>
<div class="skill-bottom">
<div class="skill-item">
<!-- div class="icon"><img src="https://img.icons8.com/bubbles/100/000000/services.png" /></div -->
<h2>Web Design</h2>
<!-- p>
A web designer is responsible for creating the design and layout of a website or web pages.
It and can mean working on a brand new website or updating an already existing site. Their role is different to web developers,
who specialise in making web designs a reality or writing code that dictates how different parts of the website fit together.
</p -->
</div>
<div class="skill-item">
<!--div class="icon"><img src="https://img.icons8.com/bubbles/100/000000/services.png" /></div -->
<h2>Mobile App development </h2>
<!-- p >
</p-->
</div>
<div class="skill-item">
<!--div class="icon"><img src="https://img.icons8.com/bubbles/100/000000/services.png" /></div -->
<h2>Technical writing</h2>
<!-- p >
</p-->
</div>
<div class="skill-item">
<!--div class="icon"><img src="https://img.icons8.com/bubbles/100/000000/services.png" /></div -->
<h2>Database management</h2>
<!-- p >
</p-->
</div>
<div class="skill-item">
<!-- div class="icon"><img src="https://img.icons8.com/bubbles/100/000000/services.png" /></div -->
<h2>Customer Relationship management </h2>
<!-- p>
Lorem ipsum dolor sit amet consectetur adipisicing elit. Corporis debitis rerum, magni voluptatem sed
architecto placeat beatae tenetur officia quod</p-->
</div>
</div>
</div>
</section>
<!-- End Skills Section -->
<!--Projects Section-->
<section id="projects">
<div class="projects container">
<div class="projects-header">
<h1 class="section-title">Recent <span>Projects</span></h1>
</div>
<div class="all-projects">
<div class="project-item">
<div class="project-info">
<h1>Project 1</h1>
<h2>Personal portfolio</h2>
<p>
a personal portfolio keeps track of progress being made by an individual and also tests ones skill. It might not be useful during an interview
but it doesn't hurt to have one up your sleeve!
<br>
<a href="https://gavinmasese.github.io" color="yellow" >Live Demo</a>
</p>
</div>
<div class="project-img">
<img src="./img/img-1.png" alt="img">
</div>
</div>
<div class="project-item">
<div class="project-info">
<h1>Project 2</h1>
<h2>Online food Ordering System</h2>
<p>
Online food ordering system is an online store that allows a user to chose a restaurant near him/her and order food thet is required.
restaurants within a region can also register to offer locals their services
</p>
</div>
<div class="project-img">
<img src="./img/img-1.png" alt="img">
</div>
</div>
<div class="project-item">
<div class="project-info">
<h1>Project 3</h1>
<h2>Crime Management System</h2>
<p>Lorem, ipsum dolor sit amet consectetur adipisicing elit. Ad, iusto cupiditate voluptatum impedit unde
rem ipsa distinctio illum quae mollitia ut, accusantium eius odio ducimus illo neque atque libero non sunt
harum? Ipsum repellat animi, fugit architecto voluptatum odit et!</p>
</div>
<div class="project-img">
<img src="./img/img-1.png" alt="img">
</div>
</div>
<div class="project-item">
<div class="project-info">
<h1>Project 4</h1>
<h2> Minesweeper</h2>
<p>
If you flag all of the mines touching a number, chording on the number opens the remaining squares. However if you place the correct number
of flags on the wrong squares chording will explode the mines.<br>
The three difficulty levels are <i>beginner</i>, <i>intermediate</i> and <i>expert</i>. <br>
The game ends when all the safe squares are opened
</p>
</div>
<div class="project-img">
<img src="./img/img-1.png" alt="img">
</div>
</div>
<!-- div class="project-item">
<div class="project-info">
<h1>Project 5</h1>
<h2>Coding is Love</h2>
<p>Lorem, ipsum dolor sit amet consectetur adipisicing elit. Ad, iusto cupiditate voluptatum impedit unde
rem ipsa distinctio illum quae mollitia ut, accusantium eius odio ducimus illo neque atque libero non sunt
harum? Ipsum repellat animi, fugit architecto voluptatum odit et!</p>
</div>
<div class="project-img">
<img src="./img/img-1.png" alt="img">
</div-->
</div>
</div>
</div>
</section>
<!--End Projects Section -->
<!-- Contact Section -->
<section id="contact">
<div class="contact container">
<div>
<h1 class="section-title">Contact <span>info</span></h1>
</div>
<div class="contact-items">
<div class="contact-item">
<div class="icon"><img src="https://img.icons8.com/bubbles/100/000000/phone.png" /></div>
<div class="contact-info">
<h1>Phone</h1>
<h2>+254 741 477 507</h2>
<h2>+254 798 403 489</h2>
</div>
</div>
<div class="contact-item">
<div class="icon"><img src="https://img.icons8.com/bubbles/100/000000/new-post.png" /></div>
<div class="contact-info">
<h1>Email</h1>
<h2>gavinmasese911@gmail.com</h2>
<h2>gavinmasese@gmail.com</h2>
</div>
</div>
<div class="contact-item">
<div class="icon"><img src="https://img.icons8.com/bubbles/100/000000/map-marker.png" /></div>
<div class="contact-info">
<h1>Address</h1>
<h2>Nairobi , Kenya</h2>
</div>
</div>
</div>
</div>
</section>
<!-- End Contact Section -->
<!-- Footer -->
<section id="footer">
<div class="footer container">
<div class="brand">
<h1><span>G</span>avin <span>M</span>asese</h1>
</div>
<h2>Come say Hi sometime</h2>
<div class="social-icon">
<div class="social-item">
<a href="https://www.linkedin.com/in/xenomorph-xx121/"><img src="./gif/linkedin.gif" /></a>
</div>
<div class="social-item">
<a href="https://www.instagram.com/sqn._x/"><img src="./gif/instagram.gif" /></a>
</div>
<div class="social-item">
<a href="https://twitter.com/Gavinmasese"><img src="./gif/twitter.gif" /></a>
</div>
<div class="social-item">
<a href="https://github.com/gavinmasese"><img src="./gif/github.gif" /></a>
</div>
</div>
<p align="center">Copyright © 2022 Gavin. All rights reserved</p>
</div>
</section>
<!-- End Footer -->
<script src="./app.js"></script>
</body>
</html>