-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathSideBar.html
More file actions
58 lines (47 loc) · 1.65 KB
/
SideBar.html
File metadata and controls
58 lines (47 loc) · 1.65 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
52
53
54
55
56
57
58
<html>
<head>
<link rel="stylesheet" type="text/css" href="css/index.css" media="screen">
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
<title> </title>
</head>
<body>
<div class="header">
<h1>Tom Narainpursat</h1>
<h4>
Modern Front End Developer
</br>
<span class='quote'>"Where ever you go that's where you are"</span>
</h4>
</div>
<div class ='space'>
<div class='nav'>
<h3>Menu</h3>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="Button.html">Button</a></li>
<li><a href="SideBar.html">Profile Card</a></li>
<li><a href="Signup.html">Signup</a></li>
<li><a href="Search.html">Search</a></li>
<li><a href="Questionairre.html">Questionaire</a></li>
<li><a href="Login.html">Login</a></li>
<li><a href="Colours.html">Colour Builder</a></li>
<li><a href="ShippingBilling.html">Shipping & Billing</a></li>
<li><a href="CreditDebitCard.html">Payment Info</a></li>
<li><a href="Calculator.html">Calculator</a></li>
<li><a href="ProductListing.html">Products</a></li>
</ul>
</div>
<div id='content'>
</div>
</div>
<div class='sidebar'>
<h4>Tom Narain<h5>
<img src="images/afroTomSb.jpg" alt="afro Tom" class="sbImg">
<p>
I'm Tom Narain from Durban, South Africa. I work in IT in the public sector. When I'm not working I like to
follow my favourite sports which are cricket, football and rugby. I don't have any spectacular achievements to write about. I once took 5
wickets for 4 runs in under 13 cricket.
</p>
</div>
</body>
</html>