-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
51 lines (48 loc) · 1.54 KB
/
Copy pathindex.html
File metadata and controls
51 lines (48 loc) · 1.54 KB
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
<!DOCTYPE html>
<html>
<head>
<title>My first portfolio</title>
<link href="css/styles.css" rel=" stylesheet" type="text/css" />
</head>
<body>
<h1><strong>Josphat Mwangi</strong> ( <em>Jopa</em>)</h1>
<img src="images/JOPA.jpeg" alt="A photo of myself" width="120" />
<div class="important">
<p>
Jopa! How am known more as, instead of my real names - Josphat Mwangi.
Young technology enthusiast who’s more than excited to learn more from
Moringa School!
</p>
<p>
I am currently doing software development at Moringa school. The program
will run for 20 weeks; 5 weeks for prep and 15 weeks for core.
</p>
<p>
I Completed my high school education in 2019 in Koelel high school where
I scored a B plain.
</p>
<p>
My primary education was amazing where I scored 353 marks at Naivasha
boys boarding primary school.
</p>
<p>
My dream is to be able to solve World problems through technology as a
software engineer.
</p>
<p>
I love watching and playing rugby but mainly I fancy Tech documentaries
that inspire my dream of becoming a software engineer!
</p>
<h2 class="intro">Projects list</h2>
<ul>
<li>
media-queries https://github.com/josphat-mwangi/media-queries.git
</li>
<li>
my-first-webpage
https://github.com/josphat-mwangi/my-first-webpage.git
</li>
</ul>
</div>
</body>
</html>