Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
divijmuthu committed Oct 4, 2024
1 parent 07b0753 commit 1c228ec
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,11 @@
<body>
<div class="homepage">
<h1>Home Page</h1>
<h1>Projects</h1>
<h1>Interests</h1>
<h1>Contact</h1>
<p>Hi! I'm Divij Muthu...welcome to my personal website!</p>
</div>
<hr>
<div class="projectspage">
<h1>Projects</h1>
<h2>Analysis and Implementation of Machine Learning Approaches to Identifying DDoS & Benign Network Traffic</h2>
<ul>
<li>Guided by a Georgia Tech Postdoc, published in UCIxGATI Science Journal: <a href="https://scienceyouth.org/web/viewer.php?id=175">Link here!</a></li>
Expand All @@ -24,6 +22,7 @@ <h2>Analysis and Implementation of Machine Learning Approaches to Identifying DD
</div>
<hr>
<div class="interestspage">
<h1>Interests</h1>
<h2>Machine Learning</h2>
<h3>Software Applications</h3>
<h3>Hardware Applications</h3>
Expand All @@ -33,5 +32,8 @@ <h4>Video Games</h4>
<h4>Music</h4>
</div>
<hr>
<div class="contactspage">
<h1>Contact</h1>
</div>
</body>
</html>

0 comments on commit 1c228ec

Please sign in to comment.