Skip to content

Commit

Permalink
compress images and remove background on mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
jhowdenSA committed Jan 9, 2024
1 parent 5d73f89 commit 13505f7
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -852,6 +852,11 @@ footer .copyright a{


/* Hero section */


.hero {
background: none;
}
.hero .caption{
margin-left: 0;
}
Expand Down
Binary file modified img/hero.jpg
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 img/hero1.jpg
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 img/iphone.png
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 img/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<link rel="stylesheet" type="text/css" href="css/main.css"/>


<script type="text/javascript" src="js/jquery.js"></script>
<script type="text/javascript" src="js/jquery.js defer"></script>
<script type="text/javascript" src="js/ajaxchimp.js" async></script>

<script type="text/javascript" src="js/owl.carousel.min.js" async></script>
Expand Down

0 comments on commit 13505f7

Please sign in to comment.