Skip to content

Commit

Permalink
added resume
Browse files Browse the repository at this point in the history
  • Loading branch information
bhat-shubham committed Jun 23, 2024
1 parent b34afa6 commit 013e602
Show file tree
Hide file tree
Showing 13 changed files with 111 additions and 32 deletions.
Binary file added DMSans-Italic-VariableFont_opsz,wght.ttf
Binary file not shown.
Binary file added DMSans-VariableFont_opsz,wght.ttf
Binary file not shown.
Binary file added Mofijo.ttf
Binary file not shown.
Binary file added Quicksand-VariableFont_wght.ttf
Binary file not shown.
Binary file added assests/fonts/Poppins-Light.ttf
Binary file not shown.
1 change: 1 addition & 0 deletions assests/img/download-2-line.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 7 additions & 0 deletions assests/img/gmail-svgrepo-com.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions assests/img/official-gmail-icon-2020-.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added edited_final_resume 18jun2024.pdf
Binary file not shown.
7 changes: 4 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<img src="/assests/img/box-3-line.svg">
<li><a id="Projects" href="projects.html">Projects |</a></li>
<img src="/assests/img/profile-line.svg">
<li><a id="Resume" href="Resume.html">Resume</a></li>
<li><a id="Resume" href="resume.html">Resume</a></li>
<!-- <img id="arrow" src="pngwing.com.png"> -->
</ul>
</div>
Expand All @@ -37,10 +37,10 @@
<span id="w2">An Aspiring</span>
<span id="w1"> <br>
Cyber Security Engineer.</span>
<span id="w3">Know More About Me <span id="w4">Here -></span></span>
<!-- <span id="w3">Know More About Me <span id="w4">Here -></span></span> -->
</pr>
<div id="me_button">
<a href="about_me.html"><button id="about_me">About Me</button></a></div>
<!-- <a href="about_me.html"><button id="about_me">About Me</button></a></div> -->

<img id="pfp" src="/assests/img/pfp.png">
</pr>
Expand All @@ -59,6 +59,7 @@
<a href="https://discord.com/users/1092773129463550123" target="_blank"> <img id="sm_logo" src="/assests/img/discord-communication-interaction-message-network-svgrepo-com.svg"></a>
<a href="https://www.instagram.com/bhatsup.shubham" target="_blank"> <img id="sm_logo" src="/assests/img/instagram-2016-logo-svgrepo-com.svg"></a>
<a href="https://github.com/bhat-shubham" target="_blank"> <img id="sm_logo" src="/assests/img/github-svgrepo-com.svg"></a>
<a href="mailto:bhatsupshubham@gmail.com" target="_blank"> <img id="sm_logo" src="/assests/img/official-gmail-icon-2020-.svg"></a>
</div>
</div>
<pr id="text_socials">Socials!</pr>
Expand Down
36 changes: 36 additions & 0 deletions resume.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Shubham Bhat</title>
<link rel="icon" type="image/x-icon" href="/assests/img/favicon-32x32.png">
<link rel="Stylesheet" href="style.css">
</head>
<body>
<div id="navbar">
<span id="top_name"> SB </span>
<!-- <pr id="tag_line">Cyber Security & AI/ML</pr> -->
<ul class="top_items">
<img src="/assests/img/home-5-line (3).svg">
<li><a id="Home"href="index.html">Home |</a></li>
<img src="/assests/img/account-box-line.svg">
<li><a id="About" href="about_me.html">About me |</a></li>
<img src="/assests/img/box-3-line.svg">
<li><a id="Projects" href="projects.html">Projects |</a></li>
<img src="/assests/img/profile-line.svg">
<li><a id="Resume" href="resume.html">Resume</a></li>
<!-- <img id="arrow" src="pngwing.com.png"> -->
</ul>
</div>
<hr>
<div id="download_div">
<button id="down_button"><img src="/assests/img/download-2-line.svg"> <a href="edited_final_resume 18jun2024.pdf" target="_blank">Download CV</button></a>
</div>
<div id="resume_container">
<img id="resume" src="/assests/img/edited_final_resume 18jun2024.pdf.jpg">
</div>
</body>

</html>

91 changes: 62 additions & 29 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,11 @@
font-family: "minimal5";
src: url(assests/fonts/BricklayDemoRegular.ttf);
}
@font-face{
font-family: "minimal7";
src: url(/assests/fonts/BandarRegular.ttf);

}
a{
text-decoration: none;
}
Expand Down Expand Up @@ -42,36 +47,23 @@ a{
.top_items {
color: #ffff;
display: flex;
font-family: "minimal6";
font-family:"minimal7";
list-style-type:none;
text-decoration: none;
/* justify-content: right; */
font-size: 25px;
gap:0.6vw;
font-weight: 900;
gap:0.5vw;
/* font-weight: 500; */
margin-right: 0.8vw;
}
.top_items li:hover{
position:relative ;
top: 0px;
font-size: larger;
transition-duration: 0.5s;
text-decoration-line: underline;
text-decoration-color: #383B53;
text-decoration-style: wavy;
text-decoration-thickness: 2px;

}
.top_items img:hover{
position:relative ;
top: 0px;
border: none;
font-size: larger;
color: #092327;
transition-duration: 0.5s;
text-decoration-line: underline;
text-decoration-color: #383B53;
text-decoration-style: wavy;
/* text-decoration-line: underline; */
/* text-decoration-color: #383B53; */
/* text-decoration-style: wavy; */
text-decoration-thickness: 2px;

}
Expand Down Expand Up @@ -103,12 +95,6 @@ body{
display: flex;

}
#body:hover{
border-style: none;
border-radius: 0;
transition-duration: 1.5s;
}

#pfp{
position: absolute;
top: 11rem;
Expand Down Expand Up @@ -172,8 +158,8 @@ body{
/* background-color: #626267; */
transition-duration: 0.4s;
font-size: 50px;
height: 65px;
width: 14rem;
height: 60px;
width: 12rem;
border-radius: 55px;
border-color:yellow;
}
Expand Down Expand Up @@ -258,7 +244,7 @@ footer{
#text_socials{
display: flex;
margin-bottom: 30vh;
margin-left: 11.7vw;
margin-left: 14.5vw;
/* text-align: center; */
font-size: 25px;
font-family: "minimal6";
Expand Down Expand Up @@ -393,4 +379,51 @@ footer{
display: block;
}

}
}
#download_div a{
color: white;
}
#download_div{
display: flex;
justify-content: center;
align-items: center;
height: 7vh;
font-size: 10vh;
margin-top: 7vh;
}
#down_button{
font-size: 4vh;
border-radius: 15px;
padding: 5px;
width: 30vh;
border-style: solid;
border-width: 0.3px;
background-color: #4E8098;
font-family: 'Times New Roman', Times, serif;
}
#down_button:hover{
border-style: dashed;
border-width: 1px;
}
#resume_container{
margin-top: 50px;
display: flex;
justify-content: center;
align-items: center;
/* width: 98.9vw; */
height: 100%;
background-color: #0F2027;
margin-left: 50vh;
margin-right: 50vh;
}
#resume{
justify-content: center;
align-items: center;
height: 1280px;
width: 1264px;
margin-top: auto;
border-style: dashed;
border-radius: 20px;
}


0 comments on commit 013e602

Please sign in to comment.