-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
77 lines (69 loc) · 1.83 KB
/
index.html
File metadata and controls
77 lines (69 loc) · 1.83 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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>Dhiran's personal site</title>
</head>
<body>
<table cellspacing='20'>
<td><img src="https://media-exp1.licdn.com/dms/image/C5103AQGVOxF2LyA5mQ/profile-displayphoto-shrink_400_400/0/1559933387005?e=1647475200&v=beta&t=Tmv1rfBQ-nv95AKeUTMZqyviw6ldDDvU_vV5_O2fNLs" alt="Dhiran profile picture"></td>
<td>
<h1>Dhiran P N B</h1>
<p>Former<em><a href="https://www.linkedin.com/in/dhiran-pnb/"> CAE engineer</a></em>,budding <strong>web developer</strong></p>
<p>CAE engineer with 2+ years of experience in FEA modelling using various tools such as
Hypermesh,Simlab,Simcenter. Also has little experince in 3D mdelling.</p>
</td>
</table>
<hr>
<h3>Education</h3>
<ul>
<li>BE - Automobile engineering from Rajalakshmi Engineering College </li>
<li>SSLC - Velammal Matricuation hr sec school</li>
<li>HSC - Velammal Matricuation hr sec school</li>
</ul>
<hr>
<h3>Work Experience</h3>
<table>
<thead>
<tr>
<th>Dates</th>
<th>Work</th>
</tr>
</thead>
<tr>
<td>2019 - 2020</td>
<td>Design Engineer at Shanthi Gears Ltd</td>
</tr>
<tr>
<td>2021 - Current</td>
<td>CAE engineer at Automotive robotics Pvt Ltd</td>
</tr>
</table>
<hr>
<h3>Skills</h3>
<table cellspacing='10'>
<tr>
<td>HTML</td>
<td>✮✮✮✮✮</td>
</tr>
<tr>
<td>CSS</td>
<td>✮✮✮✮✮</td>
</tr>
<tr>
<td>java Script</td>
<td>✮✮✮</td>
</tr>
</table>
<hr>
<h3>Intrests</h3>
<ol>
<li>Fitness</li>
<li><a href="https://www.formula1.com/">Formula 1</a></li>
</ol>
<hr>
<a href="Contact-me.html">
<h3>Contact-me</h3>
</a>
</body>
</html>