Skip to content

Commit

Permalink
hero bg update
Browse files Browse the repository at this point in the history
  • Loading branch information
cleemit committed Oct 4, 2022
1 parent f0e6603 commit 3a47e2d
Show file tree
Hide file tree
Showing 10 changed files with 12 additions and 5 deletions.
Binary file added .DS_Store
Binary file not shown.
Binary file modified assets/.DS_Store
Binary file not shown.
10 changes: 5 additions & 5 deletions assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ h6 {
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation
* Desktop Navigation
*/
.navbar {
padding: 0;
Expand Down Expand Up @@ -316,7 +316,7 @@ h6 {
}

/**
* Mobile Navigation
* Mobile Navigation
*/
.mobile-nav-toggle {
color: #fff;
Expand Down Expand Up @@ -431,7 +431,7 @@ h6 {
#hero {
width: 100%;
height: calc(100vh - 110px);
background: url("../img/hero-bg.jpg") top center;
background: url("../img/hero-bg.gif") top center;
background-size: cover;
position: relative;
}
Expand Down Expand Up @@ -746,7 +746,7 @@ section {
# Cta
--------------------------------------------------------------*/
.cta {
background: linear-gradient(rgba(2, 2, 2, 0.5), rgba(0, 0, 0, 0.5)), url("../img/cta-bg.jpg") fixed center center;
background: linear-gradient(rgba(2, 2, 2, 0.5), rgba(0, 0, 0, 0.5)), url("../img/cta-bg.gif") fixed center center;
background-size: cover;
padding: 120px 0;
}
Expand Down Expand Up @@ -1449,4 +1449,4 @@ section {
#footer .footer-top .footer-info {
margin: -20px 0 30px 0;
}
}
}
Binary file modified assets/img/.DS_Store
Binary file not shown.
Binary file added assets/img/cta-bg.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/img/cta-bg1.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/img/hero-bg.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/img/hero-bg1.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/img/hero-bg3.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 7 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,15 @@ <h1>Decentralized Society<br>
<h2>A Multi-PI Multi-Year Research Program at the MIT Media Lab</h2>
<a href="https://forms.gle/qyP8g5jHixpvxNkx6" class="btn-get-started scrollto">Sign-up for future updates</a>
</div>

</section><!-- End Hero -->







<main id="main">

<!-- ======= About Section ======= -->
Expand Down

0 comments on commit 3a47e2d

Please sign in to comment.