Skip to content

Commit

Permalink
Removed Spaces and Updated Content
Browse files Browse the repository at this point in the history
  • Loading branch information
arpitghura committed Oct 4, 2021
1 parent c69671b commit 77c8507
Show file tree
Hide file tree
Showing 8 changed files with 66 additions and 85 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Click on the edit icon on the top right ( _just before delete icon_ ). This will
If you are editing this repo later, make sure that you __fetch upstream__ to stay updated with the changes made in this repo.

### Step 4:
Inside the html file, read the comments from lines 62 to 65 to get an idea of what you need to do. <br>
Inside the html file, read the comments from lines 1682 to 1686 to get an idea of what you need to do. <br>
You can get your github profile picture's link by going to your profile, <br> right click on your dp and ```Open image in new tab``` <br>
Copy the link of the image and paste it in the code below where it says ```your github dp link here``` <br>
You can also use other arts, provided you place the correct link in the code. <br>
Expand Down
1 change: 0 additions & 1 deletion css/about.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
width: 100%;
min-height: 100vh;
background: var(--l-blue);

box-sizing: border-box;
padding: 100px 150px;
}
Expand Down
2 changes: 0 additions & 2 deletions css/footer.css
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,9 @@
width: 130px;
height: 50px;
border-radius: 30px;

display: flex;
align-items: center;
justify-content: center;

text-decoration: none;
font-size: 1.1rem;
font-weight: 600;
Expand Down
1 change: 0 additions & 1 deletion css/how.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
min-height: 80vh;
box-sizing: border-box;
padding: 100px 150px;

display: flex;
flex-direction: column;
align-items: center;
Expand Down
89 changes: 42 additions & 47 deletions css/landing.css
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
gap: 30px;
}

.landing .menu{
.landing .menu {
position: absolute;
top: 30px;
display: flex;
Expand All @@ -18,7 +18,7 @@
width: 650px;
}

.landing .menu .items{
.landing .menu .items {
padding: 10px 30px;
border-radius: 30px;
font-size: 1.1rem;
Expand All @@ -27,7 +27,7 @@
transition: color 0.3s;
}

.landing .menu .items:hover{
.landing .menu .items:hover {
color: var(--orange);
}

Expand All @@ -48,21 +48,19 @@
pointer-events: none;
}

@media (max-height: 600px){
.landing{
min-height: 140vh;
}
.landing .left,
.landing .right {
height: 90%;
}
.landing .text {
margin-top: 35%;
}

@media (max-height: 600px) {
.landing {
min-height: 140vh;
}
.landing .left,
.landing .right {
height: 90%;
}
.landing .text {
margin-top: 35%;
}
}


.landing .right {
position: absolute;
top: 50%;
Expand Down Expand Up @@ -90,89 +88,86 @@
gap: 30px;
}


/* Button common style */

.landing .fork a.btn{
.landing .fork a.btn {
color: var(--light);
background: var(--orange);
width: 250px;
height: 50px;
border-radius: 30px;

display: flex;
align-items: center;
justify-content: center;

text-decoration: none;
font-size: 1.3rem;
font-weight: 600;

transition: background-color 0.3s;
}

.landing .fork a.btn:hover{
.landing .fork a.btn:hover {
background: var(--orange-active);
}

.landing .fork img.poo{
.landing .fork img.poo {
height: 100px;
pointer-events: none;
}
.landing .fork img.poo:last-child{
.landing .fork img.poo:last-child {
transform: scaleX(-1);
}

.landing .sponsors{
.landing .sponsors {
margin-top: 20px;
display: flex;
flex-direction: column;
align-items: center;
gap: 10px;
}

.landing .sponsors .title{
.landing .sponsors .title {
font-size: 1.2rem;
font-weight: 600;
color: rgba(145,168,140);
color: rgba(145, 168, 140);
}

.landing .sponsors .logos{
.landing .sponsors .logos {
display: flex;
align-items: center;
justify-content: center;
gap: 30px;
}
.landing .sponsors .logos img{
.landing .sponsors .logos img {
height: 45px;
}


@media (max-width: 450px){
.landing{
@media (max-width: 450px) {
.landing {
min-height: 110vh;
background-image: url(../img/svg/Hacktober_poo_2.svg);
background-repeat: no-repeat;
background-position: center 80px;
background-size: 200px;
}
.landing .menu{
.landing .menu {
top: 25px;
width: 100%;
box-sizing: border-box;
padding: 0 16px;
}
.landing .menu .items{
.landing .menu .items {
padding: initial;
border-radius: 0px;
font-size: 0.9rem;
}

.landing .logo {
width: 330px;
top: 35%;
}
.landing .left, .landing .right, .landing .fork img.poo{
.landing .logo {
width: 330px;
top: 35%;
}
.landing .left,
.landing .right,
.landing .fork img.poo {
display: none;
}
.landing .text {
Expand All @@ -185,32 +180,32 @@
flex-direction: column-reverse;
gap: 20px;
}
.landing .fork img.poo:last-child{
.landing .fork img.poo:last-child {
display: block;
height: 80px;
transform: rotate(90deg);
}
.landing .sponsors{
.landing .sponsors {
margin-top: 20px;
display: flex;
flex-direction: column;
align-items: center;
gap: 10px;
}
.landing .sponsors .title{

.landing .sponsors .title {
font-size: 1rem;
font-weight: 500;
color: rgba(145,168,140);
color: rgba(145, 168, 140);
}
.landing .sponsors .logos{

.landing .sponsors .logos {
display: flex;
align-items: center;
justify-content: center;
gap: 20px;
}
.landing .sponsors .logos img{
.landing .sponsors .logos img {
height: 25px;
}
}
12 changes: 1 addition & 11 deletions css/team.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
position: relative;
width: 100%;
min-height: 50vh;

display: flex;
flex-direction: column;
align-items: center;
Expand All @@ -17,12 +16,10 @@
border-radius: 50px;
outline: none;
border: 3px solid var(--orange);

color: var(--brown);
background: var(--light);
font-size: 1rem;
font-weight: 600;

padding: 10px 15px;
width: 500px;
}
Expand Down Expand Up @@ -70,13 +67,11 @@
background: linear-gradient(to bottom, var(--orange-70) 0% 40%, var(--light) 40% 100%);
box-shadow: 0 2px 4px rgba(0,0,0,0.2);
border-radius: 15px;

display: flex;
flex-direction: column;
gap: 10px;
align-items: center;
cursor: pointer;

transition: transform 0.5s;
}
.team .card-container .card:hover {
Expand Down Expand Up @@ -108,7 +103,6 @@
font-weight: 600;
width: 85%;
line-height: 1.5rem;

margin-top: 50%;
}
.team .card-container .card .sub {
Expand All @@ -122,23 +116,19 @@
}

.team .card-container .card a.btn {
color: var(--light);
color: var(--light);
background: var(--orange);
width: 180px;
height: 50px;
border-radius: 30px;

display: flex;
align-items: center;
justify-content: center;

text-decoration: none;
font-size: 1.1rem;
font-weight: 600;

position: absolute;
bottom: 40px;

transform: translate(0,20px);
transition: background-color 0.3s;
}
Expand Down
Loading

0 comments on commit 77c8507

Please sign in to comment.