diff --git a/dist/gaurav.html b/dist/gaurav.html index 669fb7c..c36714f 100644 --- a/dist/gaurav.html +++ b/dist/gaurav.html @@ -768,7 +768,7 @@

Timeline

6 - +Did python course , DSA problems,Docker course diff --git a/dist/index.html b/dist/index.html index 3504768..493731d 100644 --- a/dist/index.html +++ b/dist/index.html @@ -1,242 +1,252 @@ + + - + Progress of Members - + - + + + +
-
-

Progress Tracker

-
-
-
- ... -
-
Akshat Sharma
-

FOSSC MEMBER

-

(YOUR INTRO HERE)

-
-
+
+

Progress Tracker

+
+
+
+
+ ... +
+ + + +
+
Akshat Sharma
+

FOSSC MEMBER

+

(YOUR INTRO HERE)

+
+ +
+
+
-
-
-
-
- -
-
Kanishk Pachauri
-

FOSSC MEMBER

-

(YOUR INTRO HERE)

-
-
+
+
+
+ ... +
+
+
Kanishk Pachauri
+

FOSSC MEMBER

+

(YOUR INTRO HERE)

+
+ +
+
+
-
-
-
-
- ... -
-
Yash Varshney
-

FOSSC MEMBER

-

(YOUR INTRO HERE)

-
-
+
+
+
+ ... +
+
+
Yash Varshney
+

FOSSC MEMBER

+

(YOUR INTRO HERE)

+
+ +
+
+
-
-
-
-
- ... -
-
Ayush Maurya
-

FOSSC MEMBER

-

(YOUR INTRO HERE)

-
-
+
+
+
+ ... +
+
+
Ayush Maurya
+

FOSSC MEMBER

+

(YOUR INTRO HERE)

+
+ +
+
+
-
-
-
-
- ... -
-
Gaurav Ji Srivastava
-

FOSSC MEMBER

-

(YOUR INTRO HERE)

-
-
+
+
+
+ ... +
+ +
+
Gaurav Ji Srivastava
+

FOSSC MEMBER

+

(YOUR INTRO HERE)

+
+ +
+
+
-
-
-
-
- ... -
-
Harshit Rai
-

FOSSC MEMBER

-

(YOUR INTRO HERE)

-
-
+
+ +
+ ... +
+
Harshit Rai
+

FOSSC MEMBER

+

(YOUR INTRO HERE)

+
+ +
+
+
-
-
-
-
- ... -
-
Rahul Shoundic
-

FOSSC MEMBER

-

(YOUR INTRO HERE)

-
-
+
+ +
+ ... +
+
Rahul Shoundic
+

FOSSC MEMBER

+

(YOUR INTRO HERE)

+
+ +
+
+
-
-
-
-
- ... -
-
Mayank
-

FOSSC MEMBER

-

(YOUR INTRO HERE)

-
-
+
+
+ ... +
+
Mayank
+

FOSSC MEMBER

+

(YOUR INTRO HERE)

+
+ +
+
+
-
-
-
-
- ... -
-
Arpit Pal
-

FOSSC MEMBER

-

(YOUR INTRO HERE)

-
-
+
+
+ ... +
+
Arpit Pal
+

FOSSC MEMBER

+

(YOUR INTRO HERE)

+
+ +
+
+
-
-
-
-
- ... -
-
Aditya Bansal
-

FOSSC MEMBER

-

(YOUR INTRO HERE)

-
-
+
+
+ ... +
+
Aditya Bansal
+

FOSSC MEMBER

+

(YOUR INTRO HERE)

+
+ +
+
+
-
-
-
-
- ... -
-
Satyendra singh
-

FOSC MEMBER

-

(YOUR INTRO HERE)

-
-
+
+
+ ... +
+
Satyendra singh
+

FOSC MEMBER

+

(YOUR INTRO HERE)

+
+ +
+
+
-
-
-
-
- ... -
-
Sambhrant tiwari
-

FOSSC MEMBER

-

(YOUR INTRO HERE)

-
-
+
+
+ ... +
+
Sambhrant tiwari
+

FOSSC MEMBER

+

(YOUR INTRO HERE)

+
+ +
+
+
-
-
-
-
- ... -
-
Ujjwal Soni
-

FOSSC MEMBER

-

(YOUR INTRO HERE)

-
-
+
+
+ ... +
+
Ujjwal Soni
+

FOSSC MEMBER

+

(YOUR INTRO HERE)

+
+ +
+
+
-
-
-
-
- ... -
-
Prashant Rai
-

FOSSC MEMBER

-

(YOUR INTRO HERE)

-
-
+
+
+ ... +
+
Prashant Rai
+

FOSSC MEMBER

+

(YOUR INTRO HERE)

+
+ +
+
+
-
-
-
+
+ - + \ No newline at end of file diff --git a/dist/style.css b/dist/style.css new file mode 100644 index 0000000..d72a3fc --- /dev/null +++ b/dist/style.css @@ -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; +} \ No newline at end of file diff --git a/images/Gaurav-modified.png b/images/Gaurav-modified.png new file mode 100644 index 0000000..fc9d2f6 Binary files /dev/null and b/images/Gaurav-modified.png differ diff --git a/markdown_file/gaurav.md b/markdown_file/gaurav.md index cb29e62..04cab58 100644 --- a/markdown_file/gaurav.md +++ b/markdown_file/gaurav.md @@ -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|||