-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b34afa6
commit 013e602
Showing
13 changed files
with
111 additions
and
32 deletions.
There are no files selected for viewing
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
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.
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.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters