Skip to content

Commit

Permalink
modify file
Browse files Browse the repository at this point in the history
  • Loading branch information
sai14karthik committed Jan 3, 2024
1 parent 8784231 commit 281ded2
Showing 1 changed file with 30 additions and 1 deletion.
31 changes: 30 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,16 @@
<div id="wrapper" class="fade-in">

<div id="intro">
<div class="top-links">
<a href="index.html">Home</a>
<a href="https://docs.google.com/document/d/1jp1tkztnAMaTa-32Eis4o1quevKUMjI5Xh2oY4xTsWE/edit?usp=sharing">Resume</a>
<a href="#">Projects</a>
<a href="certifications.html">Certifications</a>
<a href="publications.html">Publications</a>
<a href="blogs.html">Blogs</a>
<a href="#">About</a>
</div>

<h1>Sai Karthik </h1>
<h2>Portfolio</h2>
<p>Computer Science undergrad specializing in Artificial Intelligence and Machine Learning at SRM University, AP. Currently, I am actively seeking internship opportunities in the role of Data Analyst</p>
Expand All @@ -25,6 +35,7 @@ <h2>Portfolio</h2>

<header id="header">
<a href="https://docs.google.com/document/d/1jp1tkztnAMaTa-32Eis4o1quevKUMjI5Xh2oY4xTsWE/edit?usp=sharing" class="logo">Resume</a>

</header>

<!-- Nav -->
Expand Down Expand Up @@ -187,4 +198,22 @@ <h3>Social</h3>
<script src="assets/js/main.js"></script>

</body>
</html>
</html>
<style>
.top-links {
position: fixed;
top: 0;
right: 0;
padding: 1em;
display: flex;
gap: 20px;
}

.top-links a {
color: #ffffff;
text-decoration: none;
font-size: 20px;
border: none;
outline: none;
}
</style>

0 comments on commit 281ded2

Please sign in to comment.