Skip to content

Commit

Permalink
Merge pull request #18 from sahil-chaudhary/Shishir1729-patch-1
Browse files Browse the repository at this point in the history
Add files via upload
  • Loading branch information
sahil-chaudhary authored Oct 8, 2023
2 parents 8883f2f + 45872e2 commit a2ad856
Show file tree
Hide file tree
Showing 4 changed files with 339 additions and 10 deletions.
117 changes: 117 additions & 0 deletions src/Contact.css
Original file line number Diff line number Diff line change
Expand Up @@ -350,6 +350,123 @@ body {
.navbar ul {
display: none;
}
.contact-section {
margin-top: 2vh;
}

.contact-row {
display: list-item;
list-style: none;
flex-wrap: wrap;
justify-content: center;
}

.contact-box {
padding-left: 22.5vw;
padding-right: 22.5vw;
padding-bottom: 3vw;
}

.contact-details {
background-color: transparent;
color: white;
padding-left: 2vw;
padding-right: 2vw;
padding-bottom: 3vw;
text-align: center;
border-radius: 3vw;
width: 45vw;
height: 45vw;
}


.detail {
margin-bottom: 2vh;
position: relative;
overflow: hidden; /* Ensure the child elements don't overflow */
}

.detail .value {
position: relative; /* Add position relative to create stacking context */
z-index: 1; /* Ensure the text appears above other elements */
font-size: 1.3vw;
font-weight: bold;
color: transparent;
}
.detail .det1{
width: 45vw;
height: 45vw;
}
.detail .det2{
width: 45vw;
height: 45vw;
}
.detail .det3{
width: 45vw;
height: 45vw;
}
.detail .det4{
width: 45vw;
height: 45vw;
}
.detail .det5{
width: 45vw;
height: 45vw;
}
.detail .det6{
width: 45vw;
height: 45vw;
}
.detail .det7{
width: 45vw;
height: 45vw;
}
.detail .det8{
width: 45vw;
height: 45vw;
}
.detail .det9{
width: 45vw;
height: 45vw;
}

.detail .det1:hover{
width: 45vw;
height: 45vw;
}
.detail .det2:hover{
width: 45vw;
height: 45vw;
}
.detail .det3:hover{
width: 45vw;
height: 45vw;
}
.detail .det4:hover{
width: 45vw;
height: 45vw;
}
.detail .det5:hover{
width: 45vw;
height: 45vw;
}
.detail .det6:hover{
width: 45vw;
height: 45vw;
}
.detail .det7:hover{
width: 45vw;
height: 45vw;
}
.detail .det8:hover{
width: 45vw;
height: 45vw;
}
.detail .det9:hover{
width: 45vw;
height: 45vw;
}


.dropdown-content {
display: none;
Expand Down
88 changes: 87 additions & 1 deletion src/culturals.css
Original file line number Diff line number Diff line change
Expand Up @@ -368,14 +368,100 @@ body {
.navbar ul {
display: none;
}

.contact-section {
margin-top: 2vh;
}

.contact-row {
display: list-item;
list-style: none;
flex-wrap: wrap;
justify-content: center;
}

.contact-box {
padding-left: 30vw;
padding-right: 30vw;
padding-bottom: 3vw;
}

.contact-details {
background-color: transparent;
color: white;
padding-left: 2vw;
padding-right: 2vw;
padding-bottom: 3vw;
text-align: center;
border-radius: 3vw;
}


.detail {
margin-bottom: 2vh;
position: relative;
overflow: hidden; /* Ensure the child elements don't overflow */
}

.detail .value {
position: relative; /* Add position relative to create stacking context */
z-index: 1; /* Ensure the text appears above other elements */
font-size: 1.3vw;
font-weight: bold;
color: transparent;
}
.dropdown-content {
display: none;
position: fixed;
top: 100%;
left: 0;
width: 100%;
}
.detail .det1{
width: 32vw;
height: 45vw;
}
.detail .det3{
width: 32vw;
height: 45vw;
}
.detail .det7{
width: 32vw;
height: 45vw;
}
.detail .det4{
width: 32vw;
height: 45vw;
}
.detail .det2{
width: 32vw;
height: 45vw;
}
.detail .det9{
width: 32vw;
height: 45vw;
}
.detail .det10{
width: 32vw;
height: 45vw;
}
.detail .det18{
width: 32vw;
height: 45vw;
}
.detail .det8{
width: 32vw;
height: 45vw;
}
.detail .det13{
width: 32vw;
height: 45vw;
}
.detail .det16{
width: 32vw;
height: 45vw;
}



.dropdown.show .dropdown-content {
display: block;
Expand Down
61 changes: 61 additions & 0 deletions src/pronites.css
Original file line number Diff line number Diff line change
Expand Up @@ -319,6 +319,67 @@ body {
.navbar ul {
display: none;
}
.contact-section {
margin-top: 2vh;
}

.contact-row {
display: list-item;
list-style: none;
flex-wrap: wrap;
justify-content: center;
}

.contact-box {
padding-left: 22.5vw;
padding-right: 22.5vw;
padding-bottom: 3vw;
}

.contact-details {
background-color: transparent;
color: white;
padding-left: 2vw;
padding-right: 2vw;
padding-bottom: 3vw;
text-align: center;
border-radius: 3vw;
}


.detail {
margin-bottom: 2vh;
position: relative;
overflow: hidden; /* Ensure the child elements don't overflow */
}

.detail .value {
position: relative; /* Add position relative to create stacking context */
z-index: 1; /* Ensure the text appears above other elements */
font-size: 1.3vw;
font-weight: bold;
color: transparent;
}
.detail .det2{
width: 45vw;
height: 45vw;
}
.detail .det3{
width: 45vw;
height: 45vw;
}
.detail .det4{
width: 45vw;
height: 45vw;
}
.detail .det5{
width: 45vw;
height: 45vw;
}
.detail .det6{
width: 45vw;
height: 45vw;
}

.dropdown-content {
display: none;
Expand Down
83 changes: 74 additions & 9 deletions src/tech.css
Original file line number Diff line number Diff line change
Expand Up @@ -223,15 +223,7 @@ body {
text-align: center;
border-radius: 15vw;
}
.detail .det12:hover{
background-image: url(../img/20.png);
background-size: cover;
width: 21vw;
height: 21vw;
text-align: center;
border-radius: 15vw;
transition: background-image 0.2s ease-in-out;
}


/* Dropdown Styles */
.dropdown {
Expand Down Expand Up @@ -309,6 +301,79 @@ body {
.navbar ul {
display: none;
}

.contact-section {
margin-top: 2vh;
}

.contact-row {
display: list-item;
flex-wrap: wrap;
justify-content: center;
}

.contact-box {
padding-left: 30vw;
padding-right: 30vw;
padding-bottom: 3vw;
}

.contact-details {
background-color: transparent;
color: white;
padding-left: 2vw;
padding-right: 2vw;
padding-bottom: 3vw;
text-align: center;
border-radius: 3vw;
}


.detail {
margin-bottom: 2vh;
position: relative;
overflow: hidden; /* Ensure the child elements don't overflow */
}

.detail .value {
position: relative; /* Add position relative to create stacking context */
z-index: 1; /* Ensure the text appears above other elements */
font-size: 1.3vw;
font-weight: bold;
color: transparent;
}
.detail .det1{
width: 32vw;
height: 45vw;
}
.detail .det2{
width: 32vw;
height: 45vw;
}
.detail .det3{
width: 32vw;
height: 45vw;
}
.detail .det4{
width: 32vw;
height: 45vw;
}
.detail .det5{
width: 32vw;
height: 45vw;
}
.detail .det6{
width: 32vw;
height: 45vw;
}
.detail .det7{
width: 32vw;
height: 45vw;
}
.detail .det8{
width: 32vw;
height: 45vw;
}

.dropdown-content {
display: none;
Expand Down

0 comments on commit a2ad856

Please sign in to comment.