-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
109 lines (105 loc) · 3.07 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
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>Saad personal site</title>
</head>
<body>
<table cellspacing='20'>
<tr>
<td><img src="zaid1.png" alt="Saad profile picture" style="width:200px;height:200px;"> </td>
<td> <h1>Mohd Saad</h1>
<p style="line-height:1.4;">
<em><b>Masters in technology</b> <br>
Department of <a href="https://www.nitw.ac.in/department/che/faculty/">chemical engineering</a><br>
National institute of technology,Warangal
</em>
</p></td>
</tr>
</table>
<p>I am an intern at Nit warangal working on my final year project & dissertation to get masters degree in engineering.
Having completed my bachelors in 2018, it is my only chance to get into a company through this course.My personal interest
lies in learning how to code & make awesome websites. That is one of the reason i have joined app brewery London & I am in 💙 with this course so far.
</p>
<hr size="3">
<h3>Courses & Education</h3>
<ul>
<li><b>Bachelors in technology</b>
<ul>
<li>Electronics & instrumentation</li>
</ul>
</li>
<li><b>Masters in technology</b>
<ul>
<li>Process control </li>
</ul>
</li>
<li><b>Co curricular Courses</b>
<ul>
<li> C & C++ programming </li>
<li> PLC programming & Scada </li>
<li> Matlab masterclass</li>
<li> Complete web development bootcamp </li>
</ul>
</li>
</ul>
<h3>Hobbies</h3>
<ul>
<li>Playing cricket</li>
<li><a href="https://www.youtube.com/results?search_query=ertugrul+season+1+urdu">Watching english or turking or any drama series</a></li>
<li>surfing internet for shopping </li>
</ul>
<hr>
<h3>Work experience</h3>
<table cellspacing='10'>
<tr>
<th>Dates</th>
<th>Work</th>
</tr>
<tr>
<td>2012</td>
<td>trainee at cetpa infotech pvt limited</td>
</tr>
<tr>
<td>2013-14</td>
<td>Trainee at NTPC</td>
</tr>
</table>
<hr>
<h3>Skills</h3>
<table>
<tr>
<td><table cellspacing='10'>
<tr>
<td>Web development</td>
<td>🌟🌟</td>
</tr>
<tr>
<td>Python 3</td>
<td>🌟🌟🌟</td>
</tr>
<tr>
<td>object oriented programming</td>
<td>🌟🌟</td>
</tr>
</table></td>
<td><table cellspacing='10'>
<tr>
<td>HTML</td>
<td>🌟</td>
</tr>
<tr>
<td>CSS</td>
<td>🌟🌟</td>
</tr>
<tr>
<td>javascript</td>
<td>🌟🌟</td>
</tr>
</table></td>
</tr>
</table>
<hr>
<a href="Contact-me.html">Contact me</a>
</body>
</html>