Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New Footer #151

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
92 changes: 61 additions & 31 deletions static/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -229,9 +229,7 @@
width: 80%;
}
#navigation .menu{padding-top: 25px;}
#navigation .menu ul,
#footer ul.menu,
#footer ul.social{
#navigation .menu ul{
margin-bottom: 0;
padding-left: 0;
list-style-type: none;
Expand All @@ -252,9 +250,7 @@



#navigation .menu ul li,
#footer ul.menu li,
#footer ul.social li{
#navigation .menu ul li{
position: relative;
display: inline;
padding: 0 10px;
Expand All @@ -263,8 +259,7 @@
padding: 0 15px;
}

#navigation .menu ul li a,
#footer ul.menu li a{
#navigation .menu ul li a{
text-transform: capitalize;
font-family: "Montserrat SemiBold";
font-size : 18px !important;
Expand Down Expand Up @@ -521,7 +516,12 @@
width: 70%;
}
}

/* Footer */
.footer-divider{
width: 100%;
height: 115vh;
}
#footer{
position: absolute;
z-index: 1030;
Expand Down Expand Up @@ -564,10 +564,10 @@
right: 0;
}
#footer .gotop img.baloon{
top: 0;
top: 0vh;
left: 31%;
right: 0;
width: auto;
width: 130px;
height: 25vh;
}
#footer .gotop img.baloon.fixed{
Expand Down Expand Up @@ -595,9 +595,28 @@
top: -50%;
transition: all .5s;
}
#footer .gotop img.ornament{display: none;}
#footer ul.menu,
#footer ul.social{
margin-bottom: 0;
padding-left: 0;
list-style-type: none;
text-align: center;
}
#footer ul.menu li,
#footer ul.social li{
position: relative;
display: inline;
padding: 0 10px;
}
#footer ul.menu{margin-bottom: 5%;}
#footer ul.menu li{padding: 0 30px;}
#footer ul.menu li a{font-family: "Montserrat Medium";color: #fff;}
#footer ul.menu li{padding: 0 35px;}
#footer ul.menu li a{
text-transform: capitalize;
font-family: "Montserrat Medium";
font-size : 18px !important;
color : #fff;
}
#footer a:hover,
#footer ul.menu li a:hover{color: #494949;}
#footer img.logo{width: 83%;}
Expand All @@ -616,23 +635,23 @@
width: 100%;
}
@media screen and (max-width: 846px){
.footer-divider{margin-bottom: -50vh;height: 60vh;}
#footer{
background: url('/static/img/mobile/mobile-footer.png');
background-size: 100% 100% !important;
background-position: 100% 33vh !important;
background-repeat: no-repeat !important;
background-color: transparent;
position: relative;
z-index: 1;
margin-top: -110vh;
}
#footer .secOne{padding: 25% 0 0 !important;}
#footer .secOne .col-lg-12{padding: 0;}
#footer .gotop{
width: 100%;
height: 40vh;
height: auto;
}
#footer .gotop .text{
top: 7vh;
left: 1vw;
margin: 0 auto;
top: -3vh;
left: 0;
right: 50%;
}
#footer .gotop .text p{
font-size: 12px !important;
Expand All @@ -642,22 +661,32 @@
margin-left: 20%;
width: 25%;
}
#footer .gotop img.child{
top: unset;
bottom: 10vh;
width: 25%;
}
#footer .gotop img.baloon{
top: 3vh;
left: 28%;
width: 80px;
left: 30%;
top: -10vh;
width: 20%;
height: 16vh;
}
#footer ul.menu{display: none;}
#footer .background{
#footer .gotop img.child{
position: relative;
top: unset;
bottom: unset;
left: unset;
right: unset;
width: 30%;
}
#footer .gotop img.ornament{
display: block;
position: relative;
margin: -9px 0 -2px -1px;
top: unset;
bottom: -10vh;
width: 102%;
height: 40px;
object-fit: cover;
object-position: top;
}
#footer ul.menu{display: none;}
#footer .info{padding-top: 15% !important;background-color: #f8b133;}
#footer .mobile-menu{padding: 0;}
#footer .mobile-menu li{
display: block;
Expand Down Expand Up @@ -703,6 +732,7 @@
background-color: #F8B133;
}
}

/* Home Page */
/* Section Banner */
.home-banner{
Expand Down
Binary file added static/img/01-home/home-image-15-02.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.
2 changes: 1 addition & 1 deletion static/js/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ $(document).ready(function(){
$('#navigation').fadeIn();
}
// Ornament hide show on scroll and resize
if ($(this).scrollTop() > 2100) {
if ($(this).scrollTop() > 2800) {
$('.home-banner-ornament').addClass('fadeOutLeft');
$('.home-banner-ornament').removeClass('fadeInLeft');
} else {
Expand Down
2 changes: 1 addition & 1 deletion templates/accounts/account.html
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ <h3 class="mb-lg-10"><span>Edit</span> Profile</h3>
</div>
</div>
</div>
<div class="w-lg-100p h-lg-115vh bg-lightgrey"></div>
<div class="footer-divider bg-lightgrey"></div>
</div>


Expand Down
2 changes: 1 addition & 1 deletion templates/accounts/auth/change_password.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@ <h3 class="mb-lg-2p">Change Password</h3>
</div>
</div>
</div>
<div class="w-lg-100p h-lg-115vh bg-lightgrey"></div>
<div class="footer-divider bg-lightgrey"></div>
</div>
{% endblock content %}
2 changes: 1 addition & 1 deletion templates/accounts/auth/login.html
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ <h2 class="text-center mb-lg-10p"><span>Login</span></h2>
<img class="background d-lg-block d-lg-none" src="{% static 'img/login-background-mobile-04.png' %}" />
</div>
</div>
<div class="w-lg-100p h-lg-100vh" style="background: #d7f6ff;"></div>
<div class="footer-divider" style="background: #d7f6ff;"></div>
</div>

{% endblock %}
2 changes: 1 addition & 1 deletion templates/accounts/auth/password_reset.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@ <h3 class="mb-lg-2p">Password Reset</h3>
</div>
</div>
</div>
<div class="w-lg-100p h-lg-115vh bg-lightgrey"></div>
<div class="footer-divider bg-lightgrey"></div>
</div>
{% endblock content %}
2 changes: 1 addition & 1 deletion templates/accounts/auth/password_reset_complete.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
Your password has been set.
</div>
<a href="{% url 'login' %}">Sign In Here</a>
<div class="w-lg-100p h-lg-100vh"></div>
<div class="footer-divider"></div>
{% endblock content %}
2 changes: 1 addition & 1 deletion templates/accounts/auth/password_reset_confirm.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@
</div>
</form>
</div>
<div class="w-lg-100p h-lg-100vh"></div>
<div class="footer-divider"></div>
{% endblock content %}
2 changes: 1 addition & 1 deletion templates/accounts/auth/password_reset_done.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
<div class="container-fluid pos-rel pt-lg-15p pb-lg-25p pl-lg-10p pr-lg-10p">
An email has been sent with instructions to reset your password
</div>
<div class="w-lg-100p h-lg-100vh"></div>
<div class="footer-divider"></div>
{% endblock content %}
2 changes: 1 addition & 1 deletion templates/accounts/auth/register.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ <h2 class="text-center mb-lg-10p"><span>Sign Up</span></h2>
<img class="background d-none d-lg-none" src="{% static 'img/signup-background-mobile-02.png' %}" />
</div>
</div>
<div class="w-lg-100p h-lg-100vh" style="background: #fffad9;"></div>
<div class="footer-divider" style="background: #fffad9;"></div>
</div>

{% endblock %}
2 changes: 1 addition & 1 deletion templates/accounts/guests.html
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,7 @@ <h5>You don't have any guests, yet. Please consider to complete this <a href="{%
{# <!-- End Templates -->#}
</div>
</div>
<div class="w-lg-100p h-lg-100vh bg-lightgrey"></div>
<div class="footer-divider bg-lightgrey"></div>
</div>

{% endblock %}
2 changes: 1 addition & 1 deletion templates/accounts/guests_detail.html
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ <h3 class="mb-lg-2p">Gift</h3>
</div>
</div>
</div>
<div class="w-lg-100p h-lg-115vh bg-lightgrey"></div>
<div class="footer-divider bg-lightgrey"></div>
</div>

{% endblock %}
2 changes: 1 addition & 1 deletion templates/accounts/invitations.html
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ <h3 class="mb-lg-2p">My Invitation</h3>
</div>
</div>
</div>
<div class="w-lg-100p h-lg-115vh bg-lightgrey"></div>
<div class="footer-divider bg-lightgrey"></div>
</div>

{% endblock %}
2 changes: 1 addition & 1 deletion templates/rsvp/birthday/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,6 @@ <h5 class="font-white mr-lg-15">Scroll down</h5>

</div>
</div>
<div class="w-lg-100p h-lg-115vh"></div>
<div class="footer-divider"></div>
</div>
{% endblock %}
2 changes: 1 addition & 1 deletion templates/rsvp/event/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ <h5 class="font-white mr-lg-15">Scroll down</h5>

</div>
</div>
<div class="w-lg-100p h-lg-115vh"></div>
<div class="footer-divider"></div>
</div>

{% endblock %}
2 changes: 1 addition & 1 deletion templates/rsvp/free.html
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ <h5 class="font-white mr-lg-15">Scroll down</h5>
{#</div>#}
</div>
</div>
<div class="w-lg-100p h-lg-115vh"></div>
<div class="footer-divider"></div>
</div>

{% endblock %}
2 changes: 1 addition & 1 deletion templates/rsvp/landing.html
Original file line number Diff line number Diff line change
Expand Up @@ -161,5 +161,5 @@ <h3 class="mb-lg-30">Don’t Worry, <span>We Hear You</span></h3>
<img class="img-fluid landing-suggest-image2 d-none d-lg-block" src="https://res.cloudinary.com/dtvdvurhh/image/upload/v1611134798/reservasidulu/img/static/temp/templates-landing-image-11_ejicfm.png" alt="reservasidulu" />
<img class="img-fluid landing-suggest-image2 d-lg-none" src="https://res.cloudinary.com/dtvdvurhh/image/upload/v1611135463/reservasidulu/img/static/temp/templates-landing-image-11-mobile-05-03_olrnlm.png" alt="reservasidulu" />
</div>
<div class="w-lg-100p h-lg-115vh"></div>
<div class="footer-divider"></div>
{% endblock %}
2 changes: 1 addition & 1 deletion templates/rsvp/wedding/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ <h5 class="font-white mr-lg-15">Scroll down</h5>

</div>
</div>
<div class="w-lg-100p h-lg-115vh"></div>
<div class="footer-divider"></div>
</div>

{% endblock %}
2 changes: 1 addition & 1 deletion templates/shared/about.html
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ <h4 class="mt-lg-5p"><b>{{ x.section2 | safe }}</b></h4>
</div>
</div>
</div>
<div class="w-lg-100p h-lg-115vh"></div>
<div class="footer-divider"></div>
</div>

{% endblock %}
4 changes: 2 additions & 2 deletions templates/shared/contact.html
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ <h3 class="mb-lg-30 pl-lg-3p pl-m-0 font-white"><span>Call Us Or Whatsapp</span>
<img class="background d-block d-lg-none" src="{% static 'img/mobile/mobile-contact-03.png' %}">
</div>
</div>
<div class="w-lg-100p h-lg-115vh"></div>
<div class="footer-divider"></div>
</div>

{% comment %}
Expand Down Expand Up @@ -94,7 +94,7 @@ <h1>{{ title }}</h1>
</div>
</div>
</div>
<div class="w-lg-100p h-lg-100vh"></div>
<div class="footer-divider"></div>
{% endcomment %}


Expand Down
2 changes: 1 addition & 1 deletion templates/shared/faq.html
Original file line number Diff line number Diff line change
Expand Up @@ -543,7 +543,7 @@ <h3 class="mb-lg-5p title slideanim">Help</h3>
</div>
</div>
</div>
<div class="w-lg-100p h-lg-115vh"></div>
<div class="footer-divider"></div>
</div>

{% endblock %}
6 changes: 3 additions & 3 deletions templates/shared/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,17 @@
<!-- Footer -->
<footer id="footer">
<div class="pos-rel">
<div class="container-fluid pt-lg-30 pl-lg-5p pr-lg-5p">
<div class="container-fluid pt-lg-30 pl-lg-5p pr-lg-5p secOne">
<div class="row">
<div class="col-lg-12 text-center">
<div class="gotop">
<div class="text">
<p>Click the boy to<br/>go back to the top</p>
<img src="{% static 'img/footer-arrow.png' %}">
</div>
{#<img class="text" src="{% static 'img/gotop-02.png' %}">#}
<a id="back-top" href="#top" style="">
<img class="child" src="{% static 'img/gotop-03.png' %}">
<img class="ornament" src="{% static 'img/mobile/mobile-footer.png' %}">
</a>
<img class="baloon" src="{% static 'img/gotop-04.png' %}">
</div>
Expand All @@ -34,7 +34,7 @@
</div>
</div>
</div>
<div class="container-fluid pl-lg-5p pr-lg-5p pl-m-10p pr-m-10p">
<div class="container-fluid info pl-lg-5p pr-lg-5p pl-m-10p pr-m-10p">
<div class="row">
<div class="col-lg-3 mb-lg-5p mb-m-15p">
<a href="{% url 'home' %}"><img class="img-fluid logo" src="{% static 'img/logo-white.png' %}" alt="reservasidulu"></a>
Expand Down
Loading