Skip to content

Commit

Permalink
Added some minor improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
AshutoshDash1999 committed Nov 17, 2020
1 parent 63ff309 commit a159de4
Show file tree
Hide file tree
Showing 9 changed files with 80 additions and 20 deletions.
9 changes: 5 additions & 4 deletions Website/ZeWIT-Landing Page/aboutUs.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,13 @@
<!-- fonts -->
<link href="https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@500&family=Roboto:wght@400&display=swap" rel="stylesheet">

<link rel="icon" href="assets/media/zewit-favicon.png" type="image/png">

</head>

<body>
<!-- navbar starts here -->
<nav class="navbar navbar-expand-lg navbar-light bg-light">

<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarNav"
aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
Expand Down Expand Up @@ -51,7 +52,7 @@
</nav>
<!-- navbar ends here -->

<div id="main" class="scroll-container">
<div id="main" class="scroll-container content">
<section>
<h3>Why ZeW - IT ?</h3>
<p>
Expand Down Expand Up @@ -89,9 +90,9 @@ <h3>Advantages of ZeW - IT</h3>

</div>

<footer class="container-fluid">
<!-- <footer class="container-fluid">
<p>FOOTER FOOTER FOOTER</p>
</footer>
</footer> -->

<script src="assets/js/full-page-scroll.min.js"></script>
<script type="text/javascript">
Expand Down
21 changes: 16 additions & 5 deletions Website/ZeWIT-Landing Page/assets/css/aboutUs.css
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ h3{
}
@media only screen and (max-width: 767px){
h3 {
font-size:25px;
font-size:20px;
}
p {
font-size: 19px;
font-size: 15px;
}
}
/* navbar css starts here */
Expand All @@ -27,7 +27,9 @@ h3{
}

.navbar{
position: static;
position: absolute;
width: 100%;
z-index: 1000;
}

.nav-item{
Expand Down Expand Up @@ -65,8 +67,17 @@ h3{
/* navbar css ends here*/

section{
margin: 30px auto;
padding: 0px 125px;
justify-content: center;
align-items: center;
height: 100%;
margin: 0px auto;
padding: 135px;
}

@media only screen and (max-width: 767px){
section{
padding: 120px 29px;
}
}

/* footer css starts here */
Expand Down
60 changes: 54 additions & 6 deletions Website/ZeWIT-Landing Page/assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@
}

/* navbar css starts here */
.navbar{
position: fixed;
width: 100%;
z-index: 1000;
}

.bg-light{
background-color: #ffffff!important;
}
Expand Down Expand Up @@ -43,6 +49,11 @@
/* navbar css ends here*/

/* hero content css starts here */
.hero-content{
height: 100vh;
padding-top: 100px;
}

#green-leaf-on-hero-content{
height: 70vh;
z-index: -10;
Expand Down Expand Up @@ -72,7 +83,7 @@

/* our-mission css starts here */
.our-mission{
height: 120vh;
height: 100%;
background-size: cover;
padding-top: 10vh;
background: linear-gradient(90.16deg, #4E82AA 26.31%, #172941 99.87%);
Expand Down Expand Up @@ -111,15 +122,24 @@

@media only screen and (max-width: 600px) {
.card{
height: 2px;
}
margin-top: 35px;
text-align: center;
}
.card-img-top{

}
.card-body{

}
}

/* our-mission css ends here */

/* locate-nearest-bin css starts here */
.locate-nearest-bin{

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

.bullet-point{
Expand Down Expand Up @@ -148,6 +168,9 @@
background-color: #f2f2f2;
width: 100%;
text-align: center;
display: flex;
justify-content: center;
align-items: center;
}

.abra-kadabra p{
Expand All @@ -158,6 +181,18 @@
#abraka-dabra-img{
height: 50vh;
border-radius: 0.75rem;
width: 100%;
}

@media only screen and (max-width: 767px) {
#abraka-dabra-img {
height: 25vh;
text-align: center;
}

.abra-kadabra .row{
flex-direction: column-reverse;
}
}

/* abra-kadabra css ends here */
Expand All @@ -166,9 +201,22 @@
.get-rewarded{
margin: 0;
text-align: center;
width: 100%;
display: flex;
justify-content: center;
align-items: center;
}
#get-rewarded-img{
height: 70vh;
width: 100%;
}

@media only screen and (max-width: 767px) {
#get-rewarded-img {
height: 25vh;
text-align: center;
}

}
/* get-rewarded css ends here */

Expand All @@ -186,11 +234,11 @@

/* land-1 css starts here */
.land-1{

width: 100%;
}

#land-img{
height: 150vh;
width: 100%;
}
/* land-1 css ends here */

Expand Down
Binary file modified Website/ZeWIT-Landing Page/assets/media/abra_kadabra.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Website/ZeWIT-Landing Page/assets/media/get_rewarded.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Website/ZeWIT-Landing Page/assets/media/locate_nearest_bin.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 5 additions & 5 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@
<!-- fonts -->
<link href="https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@500&display=swap" rel="stylesheet">

<link rel="icon" href="Website/ZeWIT-Landing Page/assets/media/zewit-favicon.png" type="image/png">

</head>

<body>
Expand Down Expand Up @@ -72,8 +74,6 @@ <h1 class="display-1">ZeW-IT</h1>

<!-- our mission -->
<div class="container-fluid our-mission">
<br>
<img id="blue-leaf-in-our-mission" src="Website/ZeWIT-Landing Page/assets/media/blue_leaf.png" alt="">
<br>
<div class="row">
<div class="our-mission-text">
Expand All @@ -86,23 +86,23 @@ <h2 class="display-2">OUR MISSION</h2>
</div>
<div class="col-md-11">
<div class="row">
<div class="col-md-4">
<div class="col-md-4 col-sm-12">
<div class="card card-1" style="width: 18rem;">
<img src="./Website/ZeWIT-Landing Page/assets/media/jasmin-sessler-CIItgnBEOgw-unsplash.jpeg" class="card-img-top" alt="card-img">
<div class="card-body">
<p class="card-text">Some quick example text to build on the card title and make up the bulk of the card's content.</p>
</div>
</div>
</div>
<div class="col-md-4">
<div class="col-md-4 col-sm-12">
<div class="card card-2" style="width: 18rem;">
<img src="./Website/ZeWIT-Landing Page/assets/media/cartoon-illustration-cactus-is-happy-holding-up-golden-trophy_.jpeg" class="card-img-top" alt="card-img">
<div class="card-body">
<p class="card-text">Some quick example text to build on the card title and make up the bulk of the card's content.</p>
</div>
</div>
</div>
<div class="col-md-4">
<div class="col-md-4 col-sm-12">
<div class="card card-3" style="width: 18rem;">
<img src="./Website/ZeWIT-Landing Page/assets/media/alfonso-navarro-qph7tJfcDys-unsplash.jpeg" class="card-img-top" alt="card-img">
<div class="card-body">
Expand Down

0 comments on commit a159de4

Please sign in to comment.