-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
328 lines (282 loc) · 16.9 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
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<meta name="description" content="Hopson Gausi personal website, web developer">
<meta name="keywords" content="Hopson Gausi, hopgausi, Web developer">
<meta name="author" content="Hopson Gausi">
<title>Hopson Gausi</title>
<!-- Bootstrap CSS-->
<link rel="stylesheet" href="./css/bootstrap.min.css">
<!--Font-awesome icons-->
<link rel="stylesheet" href="./css/all.min.css">
<!-- Custom CSS-->
<link rel="stylesheet" href="./css/style.css">
</head>
<body data-spy="scroll" data-target=".primary-nav" data-offset="50">
<!-- MAIN HEADER SECTION-->
<header id="main-header">
<div class="row m-0">
<div class="col-3 bg-danger">
<nav class="primary-nav navbar-expand-md">
<div class="logo text-center py-5">
<h1><a class="text-light" href="index.html">HOPGAUSI</a></h1>
</div>
<!-- nav links -->
<div class="text-center d-flex flex-column">
<a class="nav-item nav-link active" href="index.html">Home</a>
<a class="nav-item nav-link" href="#about">about</a>
<a class="nav-item nav-link" href="#portifolio">portifolio</a>
<a class="nav-item nav-link" href="#blog">blog</a>
<a class="nav-item nav-link" href="#contact">contact</a>
</div>
<!--##end nav links ##-->
<!--social icons-->
<div class="my-5 mx-3 text-center social-icon">
<a class=" px-2 " href="https://twitter.com/hopgausi" target="_blank"><span><i class="fab fa-twitter "></i></span></a>
<a class="px-2 " href="https://www.facebook.com/hopgausi/" target="_blank"><span><i class="fab fa-facebook-f "></i></span></a>
<a class="px-2 " href="https://github.com/hopgausi" target="_blank"><span><i class="fab fa-github "></i></span></a>
<a class="px-2 " href="https://www.linkedin.com/in/hopgausi" target="_blank"><span><i class="fab fa-linkedin "></i></span></a>
</div>
<!--End social icons-->
</nav>
</div>
</div>
<button class="tog" type="button"><span><i class="fas fa-bars fa-1x"></i></span></button>
</header>
<!--##################### END MAIN HEADER SECTION ##############################-->
<!-- THE MAIN SECTION-->
<main class="main">
<div class="row m-0">
<div class="col-md-9 offset-md-3 px-0">
<!--branding sectiLorem ipsum Lorem ipsum dolor sit amet consectetur adipisicing elit.dolor sit amet consectetur adipisicing elit. Ut aliquidLorem ipsum dolor sit amet consectetur adipisicing elit.dolor sit amet consecteturon-->
<section id="branding">
<div class="brand">
<div class="my-desc text-center">
<div class="my-img"></div>
<h1 class="my-name text-white text-uppercase">Hopson Gausi</h1>
<h5 class="my-title text-white">I am a <span id="type"></span></h5>
</div>
</div>
</section>
<!--## end branding section ##-->
<!-- about section -->
<section id="about" class="m-5">
<div class="text-center ">
<div>
<h1 class="title">About</h1>
</div>
<div class="container-fluid mt-5">
<div class="row mr-auto">
<div class="col-sm-3 col-md-6">
<img src="./img/hopgausi.jpeg" alt="Hopson Gausi" class="img-fluid">
</div>
<div class="col-sm-9 col-md-6 my-5">
<h4 class="text-uppercase">About me</h4>
<p>Hello, My name is <strong>Hopson Gausi</strong>. I am a Web Developer and Data Science enthusiast who specializes in developing web apps and websites as well as doing web scraping and data analysis. I can help you with
all of your data needs including data collection, data wrangling/munging/cleaning, and preparing it for any analysis in your project.
</p>
<div class="mt-4 float-left">
<a href="#contact" class="btn btn-danger mx-2" role="button">Hire Me</a>
<a href="#" class="btn btn-danger mx-2" role="button">CV</a>
</div>
</div>
</div>
<div class="container-fluid my-5">
<div class="row mr-auto">
<div class="col-sm-3 col-md-6">
<h5 class="text-uppercase"><i>My skills</i></h5>
<p>I am well experienced with various technologies, frameworks and programming languages. Programming languages include Python and JavaScript where's frameworks include Django and Bootstrap.
</p>
<h4 class="text-uppercase">technologies</h4>
<div class="pt-2">
<div class="skills d-flex flex-row justify-content-between">
<p>git</p>
<span>50%</span>
</div>
<div class="progress py-0" style="height:5px">
<div class="progress-bar " style="width:50%;"></div>
</div>
</div>
</div>
<div class="skills col-sm-9 col-md-6 my-3">
<h4 class="text-uppercase">Languages</h4>
<div class="pt-2">
<div class=" d-flex flex-row justify-content-between">
<p>HTML</p>
<span>80%</span>
</div>
<div class="progress py-0" style="height:5px">
<div class="progress-bar " style="width:80%;"></div>
</div>
</div>
<div class="pt-2">
<div class=" d-flex flex-row justify-content-between">
<p>CSS</p>
<span>80%</span>
</div>
<div class="progress py-0" style="height:5px">
<div class="progress-bar " style="width:80%;"></div>
</div>
</div>
<div class="pt-2">
<div class=" d-flex flex-row justify-content-between">
<p>JavaScript</p>
<span>50%</span>
</div>
<div class="progress" style="height:5px">
<div class="progress-bar " style="width:50%;"></div>
</div>
</div>
<div class="pt-2">
<div class=" d-flex flex-row justify-content-between">
<p>Python</p>
<span>80%</span>
</div>
<div class="progress py-0" style="height:5px">
<div class="progress-bar " style="width:80%;"></div>
</div>
</div>
<div class="pt-2">
<div class=" d-flex flex-row justify-content-between">
<p>sql</p>
<span>50%</span>
</div>
<div class="progress py-0" style="height:5px">
<div class="progress-bar " style="width:50%;"></div>
</div>
</div>
<h4 class="text-uppercase mt-3">Frameworks</h4>
<div class="pt-2">
<div class=" d-flex flex-row justify-content-between">
<p>Django</p>
<span>50%</span>
</div>
<div class="progress py-0" style="height:5px">
<div class="progress-bar " style="width:50%;"></div>
</div>
</div>
<div class="pt-2">
<div class=" d-flex flex-row justify-content-between">
<p>bootstrap</p>
<span>80%</span>
</div>
<div class="progress py-0" style="height:5px">
<div class="progress-bar " style="width:80%;"></div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- ### end about section ###-->
<!-- portifolio section -->
<section id="portifolio" class="m-5">
<div class="text-center">
<div>
<h1 class="title">Portifolio</h1>
</div>
<div class="container mt-5">
<h4 class="text-uppercase"><span id="overlay"></span></h4>
<div class="row mr-auto">
<div class="col-sm-6 mt-2">
<div class="card border-0">
<img class="card-img-top img-fluid port-card-img" src="./img/Screenshot from 2020-07-14 17-51-39.png" alt="Card image">
<div class="overlay">
<div class="text-over">
<a href="#" class="btn btn-sm btn-danger m-2">Check Full Details</a>
</div>
</div>
</div>
</div>
<div class="col-sm-6 mt-2">
<div class="card border-0">
<img class="card-img-top img-fluid port-card-img" src="./img/Screenshot from 2020-07-14 17-51-39.png" alt="Card image">
<div class="overlay">
<div class="text-over">
<a href="#" class="btn btn-sm btn-danger m-2">Check Full Details</a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- ### end portifolio section ###-->
<!-- blog section -->
<section id="blog" class="m-5">
<div class="text-center">
<div>
<h1 class="title">blog</h1>
</div>
<div class="container mt-5">
<h4 class="text-uppercase text-left">Latest From Blog</h4>
<p class="text-right mt-0"><a href="">View All Posts</a></p>
<div class="row mr-auto">
<div class="col-sm-4 mt-2">
<div class="card border-0 shadow-sm">
<img class="card-img-top img-fluid post-img" src="./img/fbpic.jpg" alt="Card image" style="width:100%">
<div class="card-body">
<h4 class="card-title font-weight-bold text-l">Lorem ipsum dolor sit amet consectetur adipisicing elit. Ut aliquid</h4>
<h4 class="card-title">Hopson Gausi | July 18, 2020</h4>
<hr>
<a href="#" class="btn btn-primary">Read More</a>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- ### end blog section ###-->
<!-- contact section -->
<section id="contact" class="my-5 ">
<div class="container ">
<div class="text-center ">
<div>
<h1 class="title ">CONTACT</h1>
</div>
<form>
<div class="form-group ">
<input type="text " class="form-control " name="subject " placeholder="Your name ">
</div>
<div class="form-group ">
<input type="email " class="form-control " name="username " placeholder="Your Email ">
</div>
<div class="form-group ">
<input type="text " class="form-control " name="subject " placeholder="Subject ">
</div>
<div class="form-group ">
<textarea class="form-control " rows="5 " placeholder="Message "></textarea>
</div>
<button type="submit " class="btn btn-primary ">Submit</button>
</form>
</div>
</div>
</section>
<!-- ###end contact section ###-->
<hr style="border: 1px solid;">
<section id="footer">
<footer>
<p class=" text-center">©2020 hopgausi, All Rights Reserved.</p>
</footer>
</section>
</div>
</div>
</main>
<!--#################### THE MAIN SECTION #######################-->
<!-- Jquery js-->
<script src="./js/jquery/jquery-3.5.1.js "></script>
<!-- Bootstrap js-->
<script src="./js/bootstrap.min.js "></script>
<!-- Typed js-->
<script src="./js/typed.min.js "></script>
<!-- Custom js-->
<script src="./js/index.js "></script>
</body>
</html>