Last active
June 9, 2020 18:39
-
-
Save liyasthomas/5d94131bca59978dc2dd1b49771d3fc8 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<meta name="theme-color" content="#ffffff"> | |
<meta property="og:title" content="De-Coding The Passion Project"> | |
<meta property="og:description" content="If you don't do something that's your passion, then you'll abandon it half way."> | |
<meta property="og:image" content="https://cdn.launchaco.com/images/93cc4914-2ce0-401a-8433-bd7b6a1f7bb3.png"> | |
<meta property="og:url" content="https://passionproject.launchaco.com"> | |
<meta property="twitter:image" content="https://cdn.launchaco.com/images/93cc4914-2ce0-401a-8433-bd7b6a1f7bb3.png"> | |
<meta name="twitter:card" content="summary_large_image"> | |
<meta name="twitter:creator" content="@liyasthomas"> | |
<meta property="og:site_name" content="De-Coding The Passion Project"> | |
<meta name="twitter:image:alt" content="De-Coding The Passion Project"> | |
<meta name="twitter:site" content="@liyasthomas"> | |
<meta property="twitter:title" content="De-Coding The Passion Project"> | |
<meta property="twitter:description" content="If you don't do something that's your passion, then you'll abandon it half way."> | |
<style> | |
#visual-dreamer { | |
display: none !important; | |
} | |
.heading { | |
letter-spacing: -2px; | |
font-size: 400%; | |
line-height: 1.15; | |
text-align: left; | |
} | |
.subheading { | |
font-weight: bold; | |
text-align: left; | |
font-size: 28px; | |
line-height: 1.5; | |
} | |
h3 { | |
font-size: 24px !important; | |
line-height: 1.5; | |
} | |
.paragraph { | |
font-weight: bold; | |
} | |
.container { | |
margin: 0 auto; | |
max-width: 1020px; | |
} | |
.section { | |
padding: 64px 0; | |
} | |
.header { | |
padding: 20px 0; | |
} | |
.button { | |
display: inline-flex; | |
align-items: center; | |
justify-content: center; | |
font-weight: bold; | |
font-size: 24px; | |
padding: 16px 24px; | |
box-shadow: 16px 16px #171313; | |
border: 4px solid #fff; | |
background-image: linear-gradient(45deg, #00bcdd 0%, #ff00ff 100%); | |
white-space: normal !important; | |
transition: all .2s ease-in-out; | |
} | |
img { | |
border-radius: 3px; | |
box-shadow: 16px 16px #171313; | |
border: 4px solid #fff; | |
} | |
.text-center, .mobile-text-center { | |
text-align: left !important; | |
} | |
.center-horizontal { | |
align-items: flex-start; | |
} | |
.nav-link { | |
font-size: 16px; | |
font-weight: bold; | |
transition: all .2s ease-in-out; | |
} | |
footer .nav-link { | |
margin: 0; | |
font-size: 24px; | |
font-weight: bold; | |
} | |
input { | |
font-weight: bold; | |
font-size: 24px !important; | |
} | |
.mailchimp { | |
padding: 16px; | |
} | |
.container-sml { | |
max-width: 640px !important; | |
} | |
::placeholder { | |
text-transform: lowercase; | |
} | |
@media (max-width: 820px) { | |
.main-menu:target .nav-link { | |
text-align: left !important; | |
margin: 16px 20px !important; | |
font-size: 24px !important; | |
color: #171313 !important; | |
} | |
.main-menu .menu-close { | |
right: 26px !important; | |
top: 24px !important; | |
} | |
} | |
@media screen and (max-width: 460px) | |
.button { | |
max-width: 100% !important; | |
width: auto !important; | |
} | |
} | |
</style> | |
<script type="text/javascript" src="https://gumroad.com/js/gumroad.js"></script> | |
<script> | |
window.onload = function () { | |
} | |
</script> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment