Skip to content

Commit

Permalink
images and resume updates
Browse files Browse the repository at this point in the history
  • Loading branch information
de-pesh committed Oct 7, 2024
1 parent fe49815 commit 0f5f823
Show file tree
Hide file tree
Showing 13 changed files with 5 additions and 5 deletions.
Binary file modified .DS_Store
Binary file not shown.
1 change: 0 additions & 1 deletion README.md

This file was deleted.

Binary file modified images/.DS_Store
Binary file not shown.
Binary file removed images/big-screen.png
Binary file not shown.
Binary file modified images/de.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed images/mee.jpg
Binary file not shown.
Binary file added images/mee.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/phone.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed images/work1.jpg
Binary file not shown.
Binary file removed images/work2.png
Binary file not shown.
Binary file removed images/work3.png
Binary file not shown.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ <h1>Hi, I am <span>Deepesh</span><br> </h1><br>
<div class="container">
<div class="row">
<div class="about-col1">
<img src="images/mee.jpg">
<img src="images/mee.png">
</div>
<div class="about-col2">
<h1 class="subtitle">About Me</h1>
Expand Down Expand Up @@ -220,7 +220,7 @@ <h1 class="subtitle">Contact Me</h1>
<a href="https://www.linkedin.com/in/de-pesh/"><i class="fa-brands fa-linkedin"></i></a>
<a href="https://github.com/de-pesh"><i class="fa-brands fa-github"></i></a>
</div>
<a href="https://drive.google.com/uc?export=download&id=1Jr7X0evwiZ2LTh94CTGHG3WZJBlBQ82p" download class="btn btn2">Get Resume</a>
<a href="https://drive.google.com/file/d/1rvDUUr0uKRr93C2TWJsjFYNazYJqkPKfzN7_nowcTCM/view" class="btn btn2" target="_blank">View Resume</a>
</div>
<div class="contact-right">
<form name="submit-to-google-sheet">
Expand Down
5 changes: 3 additions & 2 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ html {

body {
background-color: rgb(29, 29, 29);
color: aliceblue;
color: rgb(219, 219, 219);
z-index: -1;
}

Expand Down Expand Up @@ -162,6 +162,7 @@ nav ul li a:hover::after {
box-shadow: 5px 5px 5px #5d5d5d;
}
.about-col1 img {
background-color: #d8d8d8;
width: 100%;
border-radius: 30px;
}
Expand Down Expand Up @@ -431,7 +432,7 @@ form textarea {
width: 100%;
border: 0;
outline: none;
background: #c7c7c7;
background: rgb(219, 219, 219);
padding: 15px;
margin: 18px 0px;
font-size: large;
Expand Down

0 comments on commit 0f5f823

Please sign in to comment.