Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
ashu1069 committed Sep 14, 2024
1 parent 1a445c5 commit 7187d9b
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 68 deletions.
67 changes: 0 additions & 67 deletions docs/links.md

This file was deleted.

31 changes: 30 additions & 1 deletion index.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
---
title: About
layout: home
---

# Welcome to My Portfolio

<img src="/assets/DP1.jpg" alt="Profile Picture" style="width: 200px; border-radius: 50%; display: block; margin: 0 auto;">

Hi! I am Ashutosh Kumar, a master's student of Artificial Intelligence at Rochester Institute of Technology, NY, USA.
Expand All @@ -12,3 +13,31 @@ My primary interests are Computer Vision, Deep learning, and Operations Research
This summer, I worked on a data fusion algorithm for a global vaccine prioritization model at Rochester Institute of Technology, NY, USA in collaboration with the Bill & Melinda Gates Foundation.

Outside academia, I am a huge fan of cricket. I love to read books, write poetry and play cricket and badminton.

<style>
.social-links {
display: flex;
justify-content: center;
flex-wrap: wrap;
margin-top: 30px;
}
.social-link {
margin: 0 10px 10px;
text-decoration: none;
color: #333;
font-weight: bold;
transition: color 0.3s ease;
}
.social-link:hover {
color: #0056b3;
}
</style>

<div class="social-links">
<a href="/assets/Resume_Ashutosh_Kumar.pdf" class="social-link" target="_blank">Resume</a>
<a href="https://scholar.google.com/citations?hl=en&authuser=1&user=4iXjBjoAAAAJ" class="social-link" target="_blank">Google Scholar</a>
<a href="https://twitter.com/ashu_1069" class="social-link" target="_blank">Twitter</a>
<a href="https://github.com/ashu1069" class="social-link" target="_blank">GitHub</a>
<a href="https://medium.com/@ashu1069" class="social-link" target="_blank">Medium</a>
<a href="https://www.linkedin.com/in/ashutoshkumar1069/" class="social-link" target="_blank">LinkedIn</a>
</div>

0 comments on commit 7187d9b

Please sign in to comment.