-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
151 lines (145 loc) · 5.44 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
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="shortcut icon" href="images/profile-photo.png" type="image/x-icon">
<title>portfolio</title>
</head>
<body>
<section>
<table cellspacing="20">
<tr>
<td><img src="images/profile-photo.png" alt="Profile Picture"
style="width: 190px;height: 190px;"></td>
<td>
<h1>Gunjan Mishra</h1>
<p><em>A Junior Finding His Place In Tech. <br> Member <strong>@ IEEE MAIT</strong> <br>Btech
<strong>Cse'26</strong> <br> Currently learning <strong>c++</strong> and <strong>Web
Dev</strong></em></p>
<a href="ContactMe.html">Contact Me</a>
</td>
</tr>
</table>
</section>
<section>
<article>
<p>Hi, I am Gunjan, a passionate developer from India. My journey in tech began only a few months ago, but I
have
been determined to make a name for myself in this field. I am currently focusing on mastering web
development
and data structures and algorithms in C++. I believe that these are the building blocks of any
successful
developer and I am excited to see where they will take me.
<br><br>
My nearest goal is to contribute to open-source projects, as I believe that this is one of the best ways
to
give
back to the community and make a meaningful impact in the tech industry. Although I have not yet begun
my
journey in open source, I am eager to start and hope to be welcomed with open arms by the tech
community.
<br><br>
In addition to my love for coding, I also enjoy attending tech meetups and seminars. I find them to be a
great
way to stay updated on the latest trends and technologies, and also to network with like-minded
individuals.
I
also have a passion for reading books, and I enjoy expressing my thoughts and emotions through writing.
I
believe that reading and writing are essential for personal and professional growth.
<br><br>
Overall, I am excited to see where my tech journey takes me, and I am determined to make the most of
every
opportunity that comes my way. I am confident that with hard work and dedication, I will be able to
achieve
my
goals and make a meaningful impact in the tech industry. I hope to be able to share my knowledge and
experiences
with others, and to make a positive impact in the world through technology.
</p>
</article>
</section>
<hr>
<section>
<h3>Experience</h3>
<table cellspacing="20">
<thead>
<tr>
<th>Date</th>
<th>Work</th>
</tr>
</thead>
<tbody>
<tr>
<td>dec - present</td>
<td>Member @ IEEE MAIT</td>
</tr>
<tr>
<td>dec - present</td>
<td>Member @ Computer Society Of India MAIT</td>
</tr>
<tr>
<td>dec - jan</td>
<td>Campus Ambassador @ Coincent.ai</td>
</tr>
</tbody>
<tfoot>
</tfoot>
</table>
</section>
<hr>
<section>
<h3>Hobbies</h3>
<ol type="1">
<li>Coding and Exploring</li>
<li>Tech events</li>
<li>Writing</li>
<li>Traveling like a Nomad</li>
<li>Books and Podcasts</li>
<li>Researching on Random Things</li>
</ol>
</section>
<hr>
<section>
<h3>skills</h3>
<table cellspacing="20">
<tr>
<td>
<table>
<tr>
<td>html</td>
<td>⭐⭐⭐⭐</td>
</tr>
<tr>
<td>css</td>
<td>⭐⭐⭐</td>
</tr>
<tr>
<td>c/c++</td>
<td>⭐⭐⭐</td>
</tr>
</table>
</td>
<td>
<table>
<tr>
<td>Git</td>
<td>⭐⭐⭐⭐</td>
</tr>
<tr>
<td>GitHub</td>
<td>⭐⭐⭐</td>
</tr>
<tr>
<td>WordPress</td>
<td>⭐⭐⭐⭐</td>
</tr>
</table>
</td>
</tr>
</table>
</section>
</body>
</html>