Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

#329 and #330 resolved #337

Open
wants to merge 6 commits into
base: main
Choose a base branch
from
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
2 changes: 1 addition & 1 deletion dist/gaurav.html
Original file line number Diff line number Diff line change
Expand Up @@ -768,7 +768,7 @@ <h2 id="timeline">Timeline</h2>
</tr>
<tr>
<td>6</td>
<td></td>
<td>Did python course , DSA problems,Docker course</td>
<td></td>
</tr>
<tr>
Expand Down
414 changes: 212 additions & 202 deletions dist/index.html

Large diffs are not rendered by default.

76 changes: 76 additions & 0 deletions dist/style.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,76 @@
.button-21 {
align-items: center;
appearance: none;
background-color: #3EB2FD;
background-image: linear-gradient(1deg, #4F58FD, #149BF3 99%);
background-size: calc(100% + 20px) calc(100% + 20px);
border-radius: 100px;
border-width: 0;
box-shadow: none;
box-sizing: border-box;
color: #FFFFFF;
cursor: pointer;
display: inline-flex;
font-family: CircularStd, sans-serif;
font-size: 1rem;
height: auto;
justify-content: center;
line-height: 1.5;
padding: 6px 20px;
position: relative;
text-align: center;
text-decoration: none;
transition: background-color .2s, background-position .2s;
user-select: none;
-webkit-user-select: none;
touch-action: manipulation;
vertical-align: top;
white-space: nowrap;
}

.button-21:active,
.button-21:focus {
outline: none;
}

.button-21:hover {
background-position: -20px -20px;
}

.button-21:focus:not(:active) {
box-shadow: rgba(40, 170, 255, 0.25) 0 0 0 .125em;
}

#head {
font-size: 100px;
color: #79B4B7;
margin-bottom: 30px;
}

#body {
margin-left: 10px;
margin-right: 10px;
}

.card {
background-image: linear-gradient(to right, #9d9d9d, #9d9d9d);
margin: 70px;
width: 350px;
height: 550px;
}

.card {
opacity: 0.9;
}

.card:hover {
opacity: 1;
}

.card-img-top {
border-radius: 100%;
clip-path: circle();
margin-right: 20px;
margin-top: 20px;
margin-bottom: 20px;
}
Binary file added images/Gaurav-modified.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: 1 addition & 1 deletion markdown_file/gaurav.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@
|3|||
|4|||
|5|Did python course , DSA problems,Docker course||
|6|||
|6|Did python course , DSA problems,Docker course||
|7|||
|8|||
|9|||
Expand Down