Skip to content

Commit

Permalink
2023 changes
Browse files Browse the repository at this point in the history
  • Loading branch information
JDKamalakar authored Nov 6, 2023
1 parent 3048c11 commit 48a7d42
Show file tree
Hide file tree
Showing 2 changed files with 91 additions and 15 deletions.
9 changes: 9 additions & 0 deletions Hobbies.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<h1>My Hobies</h1>
<ol>
<li><a href="https://myanimelist.net/animelist/JD-Dark_Phoenix">Watching Anime</a></li>
<li><a href="https://www.youtube.com/watch?v=56nVa-QN32A">Playing Games</a></li>
<li><a href="">Reading Manga</a></li>
<li><a href="">Learning New Stuff</a></li>
<li><a href="https://youtube.com/@jdtechlinked4222?si=46qmaWQJjmXuqmaX">Making Videos</a></li>
</ol>
<hr>
97 changes: 82 additions & 15 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,29 +16,35 @@
</td>
<td>
<h1>Jayraj Kamalakar</h1>
<p><em><strong>Student at Parul University</strong></em></p>
<p>I am an Android & Web Developer. I love watching Anime & reading Manga.</p>
<p><em><strong>Currently Free-Lancing</strong></em></p>
<p>I am an Android & Web Developer.</p>
</td>
</tr>
</table>

<!-- "hr" tag is used to add horizontal line in the site it's an self closing tag similar to break tag-->
<hr>

<h3>Education</h3>
<ul>
<li>Degree in Computer Science & Engineering from Parul University</li>
<li>Dimploma in Mechanical Engineering from Parul Ploytechnic Institute</li>
<li>10<sup>th</sup> Std from Savhu Vasvani Vidhaya Mandir</li>
</ul>
<hr>

<h3>My Hobies</h3>
<ol>
<li><a href="https://myanimelist.net/animelist/JD-Dark_Phoenix">Watching Anime</a></li>
<li><a href="https://www.youtube.com/watch?v=56nVa-QN32A">Playing Games</a></li>
<li><a href="">Reading Manga</a></li>
<li><a href="">Learning New Stuff</a></li>
</ol>
<table cellspacing="10">
<tr>
<td>Year/td>
<td>Certification Name</td>
</tr>
<tr>
<td>2020 -- 2023</td>
<td>B.Tech in Computer Science & Engineering</td>
</tr>
<tr>
<td>2015 -- 2020</td>
<td>Diploma in Mechanical Engineering</td>
</tr>
<tr>
<td>2015</td>
<td>10th GSEB</td>
</tr>
</table>
<hr>

<!--We can use Nested Tables(Table tag Inside Table tag) to get 2 Tables Side-By-Side-->
Expand All @@ -59,6 +65,25 @@ <h3>Skills</h3>
</table>
<hr>

<h3>Work Experience</h3>
<table cellspacing="10">
<thead>
<th>Year</th>
<th>Company</th>
<th>Time Span</th>
<th>Position</th>
</thead>

<tbody>
<tr>
<td>2023</td>
<td>Office Beacon</td>
<td>6 - Months</td>
<td>CSR</td>
</tr>
</tbody>
<hr>

<h3>Internship</h3>
<table cellspacing="10">
<thead>
Expand All @@ -79,9 +104,51 @@ <h3>Internship</h3>

</table>
<hr>

<h3>Extra-Curucular Certification</h3>
<table cellspacing="10">
<thead>
<th>Year</th>
<th>Certification</th>
<th>Mode</th>
</thead>

<tbody>
<tr>
<td>2023</td>
<td>Web Development</td>
<td>Udemy</td>
</tr>
<tr>
<td>2022</td>
<td>Android Development</td>
<td>Parul University</td>
</tr>

<tr>
<td>2019</td>
<td>Computer Aided Designing</td>
<td>Prathana Institute</td>
</tr>

<tr>
<td>2018</td>
<td>Car Designing</td>
<td>Parul University</td>
</tr>
</tbody>

</table>
<hr>

<a href="./Hobbies.html">My Hobbies</a>
<a href="./About.html">About Me</a>
<a href="./Contact.html">Contact Me</a>

</body>

<footer>
<p>© 2023 Jayraj</p>
</footer>

</html>

0 comments on commit 48a7d42

Please sign in to comment.