Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added Projects/VenkatReddybathuni/Portfolio.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions Projects/VenkatReddybathuni/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Hi! This is Reddybathuni Venkat.
My roll no is 22110220
72 changes: 72 additions & 0 deletions Projects/VenkatReddybathuni/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,72 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Venkat Reddybathuni</title>
<script type="module">
import tailwindcss from 'https://cdn.skypack.dev/pin/tailwindcss@v3.1.8-diwqGRTxzuOsx0Oh1GvI/mode=imports/optimized/tailwindcss.js';
</script>
<script src="https://cdn.tailwindcss.com"></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.1/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-4bw+/aepP/YC94hEpVNVgiZdgIC5+VKNBQNGCHeKRQN+PtmoHDEXuppvnDJzQIu9" crossorigin="anonymous">
<style>
h1{
display: flex;
font-family: 'Qwitcher Grypen', cursive;
}
.nav-item>a{
font-family: 'Sofia Pro', sans-serif;
color: black;
margin-right: 30px;

}
.nav-item>a:hover{
font-family: 'Sofia Pro', sans-serif;
color: black;
background-color:#dbd9eb;
}
.portfolioimg{
border: 1px solid;
padding: 10px;
box-shadow: 5px 10px;
margin-top: 30px;
}
</style>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Qwitcher+Grypen:wght@700&display=swap" rel="stylesheet">
</head>
<body>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.1/dist/js/bootstrap.bundle.min.js" integrity="sha384-HwwvtgBNo3bZJJLYd8oVXjrBZt8cqVSpeBNS5n7C8IVInixGAoxmnlMuBnhbgrkm" crossorigin="anonymous"></script>
</body>
<nav class="navbar bg-body-tertiary">
<div class="container-fluid">
<a class="navbar-brand"; href="#"></a>
<ul class="nav nav-underline justify-content-end">
<li class="nav-item">
<a class="nav-link active fs-3" aria-current="page" href="#projects">Projects</a>
</li>
<li class="nav-item">
<a class="nav-link fs-3" href="#contact">Contact</a>
</li>
</ul>
</div>
</nav>

<h1 style="font-size:7rem;"><div style="background-color:#dbd9eb; padding:0; margin-bottom:50px;">Venkat <br>Reddy</div><br>bathuni</h1>
<div><p style="line-height: 1.3em; font-weight: 350; width:80%;opacity: 1; font-size:2.5rem;">Hi, I am Venkat! I'm a Student. I am a second year Undergrad at IIT Gandhinagar! My current intrests lie in exploring various fields in Compute science and I am currently more inclined towards ML and AI</p>
</div>
<div id="projects" style="margin:50px;">
<h2 style="display:inline; margin-bottom:50px; font-size: 3.5rem;"><div style="display: inline;background-color:#dbd9eb">#Projec</div>ts</h2>
<img class="portfolioimg" src="./Portfolio.png" alt="First portfolio project">
<p class="fs-1" style="line-height: 1.3em; font-weight: 350; width:80%; opacity: 1; display:flex; justify-content:center; margin-top:30px">Nothing much for now but that's not forever!</p>
<h2 style="display:inline; margin-bottom:50px; font-size: 3.5rem;"><div style="display: inline;background-color:#dbd9eb">#Contac</div>ts</h2>
<br>
<div id="contact" style="height:100px;margin-top:40px; width:60%">
<p style="display:inline; font-size: 2rem;">Gmail: <a style="font-size: 2rem;" href = "mailto: reddybathuni.venkat@iitgn.ac.in"><div style="display: inline; font-size: 2rem;background-color:#dbd9eb">reddybathuni.venkat</div>@iitgn.ac.in</a></p>
<p style="font-size: 2rem;">Linkedin: <a style="background-color:#dbd9eb" href="https://www.linkedin.com/in/reddybathuni-venkat-158364261/">Reddybathuni Venkat</a></p>
<p style="font-size: 2rem;">Github: <a style="background-color:#dbd9eb" href="https://github.com/VenkatReddybathuni">VenkatReddybathuni</a></p>
</div>
</div>
</body>
</html>