fix styles and remove unused libs
This commit is contained in:
parent
c88d064471
commit
193a980bc2
|
@ -42,7 +42,6 @@ gulp.task('scripts', function() {
|
|||
'src/libs/modernizr/modernizr-custom.js',
|
||||
'src/libs/waypoints/waypoints.min.js',
|
||||
'src/libs/swiper/js/swiper.min.js',
|
||||
'src/libs/magnific-popup/jquery.magnific-popup.min.js'
|
||||
])
|
||||
.pipe(plumber())
|
||||
.pipe(concat('libs.min.js'))
|
||||
|
|
400
src/css/main.css
400
src/css/main.css
File diff suppressed because one or more lines are too long
|
@ -68,7 +68,7 @@
|
|||
<p>Status is a browser, messenger, and gateway to the decentralised world of Ethereum.</p>
|
||||
</div>
|
||||
<div class="status-email">
|
||||
<div class="email">
|
||||
<div class="email mc_email">
|
||||
<div class="mc_embed_signup">
|
||||
<form action="//status.us13.list-manage.com/subscribe/post?u=d0c1a0be2adff281b52e27a7f&id=09e2d9ae07" method="post" name="mc-embedded-subscribe-form" id="mc-embedded-subscribe-form" class="validate" target="_blank" novalidate>
|
||||
<div class="mc_embed_signup_scroll">
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -10,7 +10,6 @@
|
|||
/* Import Libs SASS/CSS */
|
||||
|
||||
@import "../libs/swiper/css/swiper.min";
|
||||
@import "../libs/magnific-popup/magnific-popup";
|
||||
|
||||
/* General Project Styles */
|
||||
|
||||
|
|
|
@ -104,7 +104,6 @@
|
|||
jQuery("#maitre-share-container").html(
|
||||
'<div class="footer-icons-social"><a href="#" class="footer-icon icon-github"></a><a href="#" class="footer-icon icon-twitter"></a><a href="#" class="footer-icon icon-facebook"></a></div>');
|
||||
jQuery(".gradient-text").empty();
|
||||
jQuery("#maitre-content").clone().appendTo(".gradient-text");
|
||||
if (data.response == "subscriber_created") {
|
||||
ga('send', 'event', 'Waitlist', 'Sign Up', 'Waitlist');
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue