-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathportfolio.html
49 lines (39 loc) · 1.67 KB
/
portfolio.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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Breakout 2 Portfolio</title>
</head>
<body>
<h1>Portfolio</h1>
<p>
<h2>Mark Ndagu</h2>
<img src="M.jpg" width="200px" height="200px" alt="profile1">
<ul>
<li>Mang'u High School</li>
<li>Software Engineer</li>
</ul>
<a href="" ><img src="mail_2.png" width="50px" height="50px" alt="mail1"> </a>
<a href="https://github.com/MNdagu" target="_blank"><img src="github.png" width="40px" height="40px" alt="gith3"> </a>
</p>
<p>
<h2>Robin Were</h2>
<img src="R.jpg" width="200px" height="200px" alt="profile2">
<ul>
<li>Karura School</li>
<li>Software Engineer</li>
</ul>
<a href="" ><img src="mail_2.png" width="50px" height="50px" alt="mail2" href=""></a>
<a href="https://github.com/kacha930" target="_blank"><img src="github.png" width="40px" height="40px" alt="gith3"></a>
</p>
<p>
<h2>Muhsin Dauod</h2>
<img src="MD.jpg" width="200px" height="200px" alt="profile3">
<ul>
<li>Nairobi School</li>
<li>Software Engineer</li>
</ul>
<a href="" ><img src="mail_2.png" width="50px" height="50px" alt="mail3" href=""></a>
<a href="https://github.com/musin2" target="_blank"><img src="github.png" width="40px" height="40px" alt="gith3"></a>
</p>
</body>
</html>