Skip to content

Commit

Permalink
Merge pull request #326 from GJS2162/main
Browse files Browse the repository at this point in the history
issue #329 and #330
  • Loading branch information
akshatcoder-hash authored Apr 21, 2023
2 parents f6d6ecd + eced18d commit 20262ba
Show file tree
Hide file tree
Showing 5 changed files with 289 additions and 204 deletions.
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
413 changes: 211 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

0 comments on commit 20262ba

Please sign in to comment.