Skip to content

Commit

Permalink
update index.html - new section
Browse files Browse the repository at this point in the history
  • Loading branch information
rohan-pandeyy committed Apr 18, 2024
1 parent 0e0dd6c commit ba230f9
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 1 deletion.
1 change: 1 addition & 0 deletions assets/layered-waves.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,12 @@ <h4>Lane + Object Detection</h4>
</div>
</div>
</section>

<div class="spacer layer1"></div>

<section class="contact">

</section>
<script src="script.js"></script>
</body>
</html>
20 changes: 19 additions & 1 deletion styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ header nav:hover > a:not(:hover):not(.active) {

.how-to-use {
padding: 10vh 0;
background: linear-gradient(to top, #27252f 40%, #4c4a4b);;
background: linear-gradient(to top, #221d32, #4c4a4b);;
color: white;
position: relative;
}
Expand Down Expand Up @@ -340,4 +340,22 @@ input:checked + label .description {
}
.card[for="c4"] {
background-image: url('./assets/how-it-works/img4.jpeg');
}

.spacer {
aspect-ratio: 960/300;
width: 100%;
background-repeat: no-repeat;
background-position: center;
background-size: cover;
background-color: #B9929F;
}

.layer1 {
background-image: url('./assets/layered-waves.svg');
}

.contact {
padding: 10vh 0;
background-color: #B9929F;
}

0 comments on commit ba230f9

Please sign in to comment.