-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
90 lines (86 loc) · 2 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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>Joel's Personal Site</title>
<link rel="stylesheet" href="css/styles.css">
</head>
<body>
<table cellspacing="20">
<tr>
<td><img src="joe.png" alt="Joel Image"></td>
<td>
<h1>Joel Joseph George</h1>
<p><em><strong>Developer</strong> of this webpage</em></p>
<p>You can find me on <a href="https://www.linkedin.com/in/joel-joseph-george">Joel Joseph George</a> </p>
<p>Just an mechanical engineer now studying webpage Developer course</p>
</td>
</tr>
</table>
<hr>
<h3>Education</h3>
<ul>
<li>Plus Two from Holy Trinity Vidyabhavan</li>
<li>B-Tech from Carmel College of Engineering and Technology</li>
</ul>
<hr>
<h3>Workshops Attended</h3>
<table cellspacing="10">
<thead>
<tr>
<th>Topic</th>
<th>Duration</th>
</tr>
</thead>
<tr>
<td>Augmented Reality and Virtual Reality</td>
<td>07 March 2020 – 08 March 2020.</td>
</tr>
<tr>
<td>Solidworks, 3D Printing & ALM</td>
<td>30 April 2022 – 1 May 2022</td>
</tr>
</table>
<hr>
<h3>Skills</h3>
<table cellspacing="10">
<tr>
<td>
<table>
<tr>
<td>Python</td>
<td>⭐⭐⭐</td>
</tr>
<tr>
<td>SolidEdge</td>
<td>⭐⭐⭐</td>
</tr>
</table>
</td>
<td>
<table>
<tr>
<td>Adobe Photoshop</td>
<td>⭐⭐⭐⭐</td>
</tr>
<tr>
<td>Photography</td>
<td>⭐⭐⭐⭐⭐</td>
</tr>
</table>
</td>
</tr>
</table>
<hr>
<h3>Hobbies</h3>
<ol>
<li>Reading</li>
<li>Gaming</li>
<li>Photography</li>
</ol>
<hr>
<h3>Contact Me</h3>
<a href="contact-me.html">Click Here</a>
<hr>
</body>
</html>