-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
55 lines (50 loc) · 1.91 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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>HCX95</title>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<table cellspacing="20">
<tr>
<td><img src="Images/me.png" alt="Image not found" width="180" title="Digvijay Mahamuni"></td>
<td>
<h1>Digvijay Mahamuni</h1>
<p>Student Technical Head at <strong>Drone Club RIT</strong></<p>
<p>Founder of <a href="greevolutiom.com">Greevolution.com</a></p>
<p>I am a Computer Science Technolgist, I have unusually huge amount of love for <i>Technology</<i> and <i>Motorsports</i></p>
</td>
</tr>
</table>
<hr>
<h3>About Me</h3>
<p>I am Digvijay and I am 19. Having been Curious about the things around me and my
Enthusiasm, Made me decide my future as an Engineer in the childhood itself.
Since then, Ingenious approach and out of the box thinking, have always been along
me. Being aware of the Non-Technical part of Engineering has always made me
Express my thoughts and share knowledge with others. It really build the
foundation;More over,It made me better analyse situations, A Good leader and a
listener. These were significantly supplimentary things. With high thoughts in mind,
many Inspirations in Heart and Big dreams in Eyes I look forward proceeding to my
life goals.</p>
<hr>
<h3>Projects</h3>
<p>Black Line Follower Robot </p>
<p>Self Balancing Robot</p>
<p>Simple Quadcopter</p>
<p>Twitter Bot: <a href="https://twitter.com/Horcrux95?s=20">Link to profile </a></p>
<hr>
<h3>Teaching</h3>
<ul>
<li>Quadcopter Wokshop in 2020</li>
<li>C programming workshop in 2021</li>
<li>Check Out my Blogs</li>
<ol>
<li><a href="https://www.engineeingmindsart.blogspot.com">An Engineer's Mind</a></li>
<br>
<li><a href="https://www.cswissen.blogspot.com">CS WISSEN </a></li>
</ol>
</ul>
</body>
</html>