Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

scrollbar removed #80

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 2 additions & 5 deletions About/aboutus.css
Original file line number Diff line number Diff line change
Expand Up @@ -17,18 +17,15 @@ a{
} */

.about-section{
width: 100vw;
/* width: 100vw; */
height: 100vh;
display: flex;
flex-direction: column;
text-align: center;
justify-content: center;
overflow: hidden;
}

.row{
width: 100%
--bs-gutter-x: 0;
}

.about-heading{
font: 700 2.8em "Oswald", sans-serif;
Expand Down
2 changes: 1 addition & 1 deletion About/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

<body>

<div class="parent-color">
<!-- <div class="parent-color"> -->
<!-- nav -->
<nav class="navbar navbar-expand-lg navbar-dark" style="background-color: #121212;">
<div class="container-fluid">
Expand Down
331 changes: 322 additions & 9 deletions Team_Page/index.html

Large diffs are not rendered by default.

126 changes: 67 additions & 59 deletions Team_Page/team.css
Original file line number Diff line number Diff line change
@@ -1,29 +1,29 @@
@import url(//fonts.googleapis.com/css?family=Montserrat:300,500);

*{
* {
color: white;
}

a{
a {
text-decoration: none;
}

ul{
ul {
margin-bottom: 0px;
}

body{
body {
background-color: #121212;
}

.fas{
.fas {
color: #000;
}

/* Sticky Button (back to top) */
#btn-back-to-top {
background-color: #fff;
border-width: 0px;
border-width: 0px;
border-radius: 100%;
position: fixed;
z-index: 1;
Expand All @@ -32,15 +32,18 @@ body{
display: none;
}

.text-p{
color: #E9DAC1;
.text-p {
color: #e9dac1;
}

.team-executive, .team-creative, .team-marketing{
.team-executive,
.team-creative,
.team-marketing {
background-color: #202020;
}

.team-mentor, .team-event{
.team-mentor,
.team-event {
background-color: #121212;
}

Expand All @@ -55,57 +58,55 @@ body{
.team ul li a:hover {
-webkit-transform: translate3d(0px, -5px, 0px);
transform: translate3d(0px, -5px, 0px);
color: #316ce8;
color: #316ce8;
}

.head{
.head {
color: white;
}
.crop{
width: 181px;
height: 181px;
justify-content: center;
padding: 6px;
overflow:hidden;
position:relative;
display: inline-block;
align-items: center;
/* margin-right: 20px;
.crop {
width: 181px;
height: 181px;
justify-content: center;
padding: 6px;
overflow: hidden;
position: relative;
display: inline-block;
align-items: center;
/* margin-right: 20px;
margin-left: 20px; */
}

.center{
.center {
/* margin: auto; */
display: flex;
justify-content: space-between;
/* padding: 20px; */
}

.cropVIP{
.cropVIP {
width: 220px;
height: 220px;
justify-content: center;
padding: 6px;
overflow:hidden;
position:relative;
display: inline-block;
align-items: center;
/* margin-right: 20px;
height: 220px;
justify-content: center;
padding: 6px;
overflow: hidden;
position: relative;
display: inline-block;
align-items: center;
/* margin-right: 20px;
margin-left: 20px; */

}
.cropCA{
.cropCA {
width: 190px;
height: 190px;
justify-content: center;
padding: 6px;
overflow:hidden;
position:relative;
display: inline-block;
align-items: center;
/* margin-right: 20px;
height: 190px;
justify-content: center;
padding: 6px;
overflow: hidden;
position: relative;
display: inline-block;
align-items: center;
/* margin-right: 20px;
margin-left: 20px; */

}

section {
Expand All @@ -114,40 +115,47 @@ section {
background-color: #202020;
}

section.team-executive{
section.team-executive {
margin-top: 3rem;
}

@media (min-width: 992px){
.col-lg-6 {
@media (min-width: 992px) {
.col-lg-6 {
flex: 0 0 auto;
width: 50%;
margin-top: -9rem;
}
}
}
@media (min-width: 1200px){
.h1, h1 {
@media (min-width: 1200px) {
.h1,
h1 {
font-size: 2.5rem;
margin-top: -3rem;
}
.row{
margin-top: -3rem;
}
}
.row {
margin-top: -3rem;
}
}

@media(max-width: 768px){
section{
@media (max-width: 768px) {
section {
margin-top: 0;
padding: 2rem;
}
section.team-executive{
section.team-executive {
margin-top: 0;
}
}

section .container{
margin-top: : 2rem;
section .container {
margin-top: 2rem;
}
section .container .row .col-lg-4{
section .container .row .col-lg-4 {
padding-top: 2rem;
}

@media (max-width: 768px) {
.prisha {
margin-top: -2rem;
}
}
Binary file added img_modified1/Ayush Singh-modified.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 2 additions & 1 deletion index.css
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ a{


.home{
width: 100vw;
/* width: 100vw; */
height: 100vh;
display: flex;
flex-direction: column;
Expand Down Expand Up @@ -219,6 +219,7 @@ a{
justify-content: center;
padding: 16px;
max-width: 70%;

}

#about-section h1{
Expand Down
Loading