Skip to content

Commit

Permalink
Merge pull request #2 from chinnuu05/revert-1-main
Browse files Browse the repository at this point in the history
Revert "polishes a few items."
  • Loading branch information
chinnuu05 authored Oct 17, 2023
2 parents ba8761d + ed3be00 commit a727480
Showing 1 changed file with 33 additions and 43 deletions.
76 changes: 33 additions & 43 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -168,37 +168,12 @@

</style>

<style>
#heroBackground{
height: 100dvh;
/* Works great in firefox, and safari. Webkit needs to catch up */
width: calc((50 * round(down, 100%/50,1px)) + 1px);
max-width: 1801px;
}
#callToAction{
height: calc((50px * 6) + 1px);
max-width: 1801px;
margin: 0 auto;
margin-bottom: 1rem;
width: calc((50 * round(down, 100%/50,1px)) + 1px);
}
@media screen and (max-width:580px) {
footer > div {
height: 100vh;
padding: 0 2rem;
}

}
</style>




<div id="heroBackground" style="background:
linear-gradient(180deg, #FFF0 0%, #FFFF 100%) 0 0/100dvw 100dvh,
conic-gradient(from 90deg at 1px 1px,#0000 90deg,#d9e5fa 0) 0 0/50px 50px;
"
class="single-slider slider-height1 d-flex align-items-center container-wrapper margin-adjuster">
<div style="background:
linear-gradient(180deg, #FFF0 0%, #FFFF 100%) 0 0/100dvw 100dvh,
conic-gradient(from 90deg at 1px 1px,#0000 90deg,#d9e5fa 0) 0 0/50px 50px;" class="single-slider slider-height1 d-flex align-items-center container-wrapper margin-adjuster">
<div class="container">
<div class="row align-items-center">
<div class="col-xl-6 col-lg-6 col-md-6 col-sm-12 col-12 d-flex align-items-center">
Expand Down Expand Up @@ -365,6 +340,23 @@ <h3 class="f-700 pb-30">Fully Customizable</h3>
<h3 class="f-700 pb-30">Easy To Install & Use</h3>
<p>Create a Notion integration, enter your Notion API key, and your all set <br/><br/>Customize settings like transparency, background, and color with an easy-to-use interface</p>
</div><!-- /title -->

















</div><!-- /feature-content -->
</div><!-- /col -->
<div class="col-xl-6 col-lg-6 col-md-12 col-sm-12 col-12">
Expand Down Expand Up @@ -590,13 +582,9 @@ <h6 class="mb-0">
<!-- faq-area-end -->

<div class="container-fluid mt-5">
<div style="
background:
linear-gradient(180deg, #FFF0 0%, #FFFF 100%) 0 0/100dvw 100dvh,
conic-gradient(from 90deg at 1px 1px,#0000 90deg,#d9e5fa 0) 0 0/50px 50px;
"
id="callToAction"
class="text-center shadow-lg">
<div style="background:
linear-gradient(180deg, #FFF0 0%, #FFFF 100%) 0 0/100dvw 100dvh,
conic-gradient(from 90deg at 1px 1px,#0000 90deg,#d9e5fa 0) 0 0/50px 50px;" class="text-center shadow-lg">
<div class="p-5">
<img alt="Notion Gadgets Logo" src="static/imgs/cube.png">
<h5 class="mt-3">Ready to spice up your desktop with Notion?</h5>
Expand All @@ -621,9 +609,9 @@ <h5 class="mt-3">Ready to spice up your desktop with Notion?</h5>
<div class="footer-area primary-bg pt-200">
<div class="footer-top pb-55">
<div class="container">
<div class="row" style="justify-content: space-between;">
<div class="row">

<div class="col-xl-2 col-lg-2 col-md-3 col-sm-6 col-12" >
<div class="col-xl-2 offset-xl-1 col-lg-2 col-md-3 col-sm-6 col-12">
<div class="footer-widget f-info pb-30 ml-40 pr-20 mt-25">
<h6 class="text-capitalize f-700 mb-22">Website</h6>
<ul class="footer-info">
Expand All @@ -634,22 +622,24 @@ <h6 class="text-capitalize f-700 mb-22">Website</h6>
<a href="#pricing" class="position-relative d-inline-block mb-2">Buy</a>
</li>






</ul>
</div>
</div><!-- /col -->
<div class="col-xl-2 col-lg-2 col-md-3 col-sm-6 col-12">
<div class="footer-widget f-info pb-30 ml-40 pr-20 mt-25">
<h6 class="text-capitalize f-700 mb-22">Support</h6>
<ul class="footer-info" style="width: max-content;">
<ul class="footer-info">
<li>
<a href="#faq" class="position-relative d-inline-block mb-2">FAQ</a>
</li>
<li>

<a href="mailto:[email protected]">
<i class="far fa-envelope"></i>
[email protected]
</a>
<span class="f-icon mr-20 mt-1"><i class="far fa-envelope"></i></span>
<a href="mailto:[email protected]">[email protected]</a>
</li>
</ul>
</div>
Expand Down

0 comments on commit a727480

Please sign in to comment.