-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
60 lines (53 loc) · 2.54 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=
initial-scale=1.0">
<title>Document</title>
</head>
<body style = "background-color:white">
<table>
<tr>
<td><p><img src = "dxc.JPG" alt ="A photo of Cheptoyek Bill" width = "350" height = "350"></p></td>
<td><h1>I am <strong><font size="+5" color ="red">CHEPTOYEK BILL</font></strong></h1>
<P>A first year Software engineering student at Makerere University,Uganda.<br>Am so passionate about technology and what goood it has got to offer to the human race.<br>Though also worried about the untalked of neagtive side effects it comes.</p></td>
</tr>
</table>
<hr>
<h2>CONTACT INFORMATION</h2>
<table>
<tr>
<td><p><img src = "gmail.png" alt ="gmail logo" width ="50" height = "50"></p></td>
<td><p><a href = "mailto:[email protected]">[email protected]</a></p></td>
</tr>
</table>
<table>
<tr>
<td><p><img src="whatsapp.png" alt ="whatsapp logo" width ="50" height = "50"></p></td>
<td><p><a href = "https://www.whatsapp.com/">WHATSAP NUMBER</a>@0751507155</p></td>
</tr>
</table>
<table>
<tr>
<td><p><img src ="w.png" alt ="facebook logo" width ="50" height ="50"></p></td>
<td><p><a href = "https://www.facebook.com/">FACEBOOK.COM</a>@Trojan Bill</p></td>
</tr>
</table>
<p><a href="hobbies.html"><strong>MY HOBBIES AND INTERESTS</strong></a></p>
<h3>SEND FEEDBACK</h3>
<form action="mailto:[email protected]" method="post" enctype="text/plain">
<label>Name:</label>
<input type="text" name="Name" value="letters">letters<br>
<label>Email:</label>
<input type="email" name="Email" value="alphanumeric">alphanumeric<br>
<label>Message:</label><br>
<textarea name="yourMessage" rows="10" cols="30"></textarea><br>
<input type="submit" name="">
</form>
</body>
</html>