-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
93 lines (81 loc) · 2.62 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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>Chas' personal site</title>
</head>
<body>
<!-- To have the desc along side photo, we need to add a table -->
<table cellspacing="20">
<tr>
<td><img src="https://media-exp1.licdn.com/dms/image/C4E03AQElBg6-1W0_Tg/profile-displayphoto-shrink_200_200/0?e=1609977600&v=beta&t=keQMMbRWyBaNyTXTKE0CTUzFAFFabFePOm7BqWSF-LU" alt=""></td>
<!--<img src="C:\Users\chasc\OneDrive\Documents\000WebDevelopment Angela Yu\Web Development\HTML Personal Site\images\DriverLicence.jpeg" alt=""> -->
<td><h1>Chas Chand</h1>
<p><em>Home Worker <strong><a href="https://www.linkedin.com/in/chas-charanjit-chand-b5767258/">LinkedIn Page</a></strong>.</em></p>
</em></p>
<p>I am a home worker as it is a good past time</p></td>
</tr>
</table>
</table>
<!-- <img src="https://media-exp1.licdn.com/dms/image/C4E03AQElBg6-1W0_Tg/profile-displayphoto-shrink_200_200/0?e=1609977600&v=beta&t=keQMMbRWyBaNyTXTKE0CTUzFAFFabFePOm7BqWSF-LU" alt="">
<img src="C:\Users\chasc\OneDrive\Documents\000WebDevelopment Angela Yu\Web Development\HTML Personal Site\images\DriverLicence.jpeg" alt="">
<h1>Chas Chand</h1>
<p><em>Home Worker <strong><a href="https://www.linkedin.com/in/chas-charanjit-chand-b5767258/">LinkedIn Page</a></strong>.</em></p>
</em></p>
<p>I am a home worker as it is a good past time</p> -->
<hr> <!-- Horizontal Rule -->
<h3>Education, Courses Attended/Attending</h3>
<ul>
<li>Java Devlopment</li>
<li><a href="www.youtube.com">Web Development</a></li>
<li>Computer Studies Degree</li>
<ul>
<li>Programming</li>
<li>Quantitive Analysis</li>
</ul>
</ul>
<hr>
<h3>Work Experience</h3>
<!--<p>2014 to 2020 Senior Project Manager</p> -->
<!--<p>2007 Project Manager</p> -->
<table cellspacing="10">
<thead>
<tr>
<th>Dates</th>
<th>Work</th>
</tr>
</thead>
<tr>
<td>2014-2020</td>
<td>Senior Project Manager</td>
</tr>
<tr>
<td>2010</td>
<td>Project Manager</td>
</tr>
</table>
<hr>
<h3>Skills</h3>
<table cellspacing="10">
<thead>
<tr>
</tr>
</thead>
<tr>
<td>IOS Programming </td>
<td>**** </td>
<td>VBA Programming</td>
<td>*****</td>
</tr>
<tr>
<td>Java</td>
<td>**</td>
<td>Web Dev</td>
<td>***</td>
</tr>
</table>
<hr>
<a href="hobbies.html">My Hobbies</a><br>
<a href="mycontact.html">My Contact</a>
</body>
</html>