Skip to content

Commit 20262ba

Browse files
Merge pull request #326 from GJS2162/main
issue #329 and #330
2 parents f6d6ecd + eced18d commit 20262ba

File tree

5 files changed

+289
-204
lines changed

5 files changed

+289
-204
lines changed

dist/gaurav.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -768,7 +768,7 @@ <h2 id="timeline">Timeline</h2>
768768
</tr>
769769
<tr>
770770
<td>6</td>
771-
<td></td>
771+
<td>Did python course , DSA problems,Docker course</td>
772772
<td></td>
773773
</tr>
774774
<tr>

dist/index.html

Lines changed: 211 additions & 202 deletions
Large diffs are not rendered by default.

dist/style.css

Lines changed: 76 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,76 @@
1+
.button-21 {
2+
align-items: center;
3+
appearance: none;
4+
background-color: #3EB2FD;
5+
background-image: linear-gradient(1deg, #4F58FD, #149BF3 99%);
6+
background-size: calc(100% + 20px) calc(100% + 20px);
7+
border-radius: 100px;
8+
border-width: 0;
9+
box-shadow: none;
10+
box-sizing: border-box;
11+
color: #FFFFFF;
12+
cursor: pointer;
13+
display: inline-flex;
14+
font-family: CircularStd, sans-serif;
15+
font-size: 1rem;
16+
height: auto;
17+
justify-content: center;
18+
line-height: 1.5;
19+
padding: 6px 20px;
20+
position: relative;
21+
text-align: center;
22+
text-decoration: none;
23+
transition: background-color .2s, background-position .2s;
24+
user-select: none;
25+
-webkit-user-select: none;
26+
touch-action: manipulation;
27+
vertical-align: top;
28+
white-space: nowrap;
29+
}
30+
31+
.button-21:active,
32+
.button-21:focus {
33+
outline: none;
34+
}
35+
36+
.button-21:hover {
37+
background-position: -20px -20px;
38+
}
39+
40+
.button-21:focus:not(:active) {
41+
box-shadow: rgba(40, 170, 255, 0.25) 0 0 0 .125em;
42+
}
43+
44+
#head {
45+
font-size: 100px;
46+
color: #79B4B7;
47+
margin-bottom: 30px;
48+
}
49+
50+
#body {
51+
margin-left: 10px;
52+
margin-right: 10px;
53+
}
54+
55+
.card {
56+
background-image: linear-gradient(to right, #9d9d9d, #9d9d9d);
57+
margin: 70px;
58+
width: 350px;
59+
height: 550px;
60+
}
61+
62+
.card {
63+
opacity: 0.9;
64+
}
65+
66+
.card:hover {
67+
opacity: 1;
68+
}
69+
70+
.card-img-top {
71+
border-radius: 100%;
72+
clip-path: circle();
73+
margin-right: 20px;
74+
margin-top: 20px;
75+
margin-bottom: 20px;
76+
}

images/Gaurav-modified.png

548 KB
Loading

markdown_file/gaurav.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@
120120
|3|||
121121
|4|||
122122
|5|Did python course , DSA problems,Docker course||
123-
|6|||
123+
|6|Did python course , DSA problems,Docker course||
124124
|7|||
125125
|8|||
126126
|9|||

0 commit comments

Comments
 (0)