|
@@ -6,7 +6,7 @@
|
|
|
href="https://fonts.googleapis.com/css?family=Inter:wght@100;400;500;900:500,800&display=swap"
|
|
|
rel="stylesheet"
|
|
|
/>
|
|
|
- <link rel="stylesheet" type="text/css" href="https://cdn.jsdelivr.net/gh/codedgar/Puppertino@latest/dist/css/newfull.css" />
|
|
|
+ <link rel="stylesheet" type="text/css" href="../dist/css/newfull.css" />
|
|
|
<meta charset="utf-8" />
|
|
|
<meta
|
|
|
name="viewport"
|
|
@@ -45,11 +45,16 @@
|
|
|
color: var(--text_color);
|
|
|
}
|
|
|
.cta_pupper {
|
|
|
+ --background: url("landing-images/dog_background_desktop.jpg"), #000;
|
|
|
min-height: 100vh;
|
|
|
- background: url("landing-images/pupper_cta.jpg"), #000;
|
|
|
+ background: var(--background);
|
|
|
background-size: cover;
|
|
|
background-repeat: no-repeat;
|
|
|
- background-position: 50% -30%;
|
|
|
+ background-position: 50% 50%;
|
|
|
+ display: flex;
|
|
|
+ flex-flow: column;
|
|
|
+ align-items: center;
|
|
|
+ justify-content: center;
|
|
|
}
|
|
|
h1,
|
|
|
h2,
|
|
@@ -60,7 +65,6 @@
|
|
|
font-family: -apple-system, "Inter", sans-serif;
|
|
|
}
|
|
|
h1 {
|
|
|
- padding-top: 20vh;
|
|
|
padding-left: 5vw;
|
|
|
padding-right: 3vw;
|
|
|
margin-top: 0;
|
|
@@ -77,7 +81,6 @@
|
|
|
}
|
|
|
.cta_pupper p {
|
|
|
color: white;
|
|
|
- padding: 0px 10vw;
|
|
|
}
|
|
|
.cta_pupper {
|
|
|
text-align: center;
|
|
@@ -101,6 +104,7 @@
|
|
|
background-size: cover;
|
|
|
background-repeat: no-repeat;
|
|
|
background-position: center;
|
|
|
+ background-attachment: fixed;
|
|
|
padding: 15vh 3vw;
|
|
|
}
|
|
|
.container-no-pad .row {
|
|
@@ -109,7 +113,6 @@
|
|
|
.speed_h2,
|
|
|
.speed_p {
|
|
|
color: #f5f5f5;
|
|
|
- text-shadow: 0 3px 2px rgba(0, 0, 0, 0.5);
|
|
|
}
|
|
|
.speed_h2 {
|
|
|
margin-bottom: 10px;
|
|
@@ -120,6 +123,28 @@
|
|
|
.pad_5 {
|
|
|
padding: 10vh 0vw 20vh;
|
|
|
}
|
|
|
+
|
|
|
+ .pd-0{
|
|
|
+ padding: 0px;
|
|
|
+ }
|
|
|
+
|
|
|
+ .pd-5{
|
|
|
+ padding-left: 5vw;
|
|
|
+ padding-right: 5vw;
|
|
|
+ padding-bottom: 5vw;
|
|
|
+ }
|
|
|
+
|
|
|
+ .pos_sticky{
|
|
|
+ height: 100%;
|
|
|
+ position: sticky;
|
|
|
+ top: 0;
|
|
|
+ }
|
|
|
+
|
|
|
+ @media (max-width: 768px){
|
|
|
+ .cta_pupper {
|
|
|
+ --background: url("landing-images/dog_background.jpg"), #000;
|
|
|
+ }
|
|
|
+ }
|
|
|
</style>
|
|
|
<!-- Global site tag (gtag.js) - Google Analytics -->
|
|
|
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-176821843-1"></script>
|
|
@@ -133,33 +158,28 @@
|
|
|
</head>
|
|
|
<body>
|
|
|
<div class="cta_pupper">
|
|
|
- <h1>Your websites. Better.</h1>
|
|
|
<p>
|
|
|
- Separate yourself from the rest. Create something unique with
|
|
|
- <span>Puppertino</span>
|
|
|
+ Your new best friend's here.
|
|
|
</p>
|
|
|
- <a
|
|
|
- href="https://github.com/codedgar/Puppertino"
|
|
|
- class="p-btn p-prim-col p-btn-round"
|
|
|
- >Learn more</a
|
|
|
- >
|
|
|
- <a href="examples" class="p-link">Read the docs</a>
|
|
|
+ <h1>Puppertino</h1>
|
|
|
+ <div>
|
|
|
+ <a href="https://github.com/codedgar/Puppertino" class="p-btn p-prim-col p-btn-round">Learn more</a>
|
|
|
+ <a href="examples" class="p-link">Read the docs</a>
|
|
|
+ </div>
|
|
|
+
|
|
|
</div>
|
|
|
- <div class="container-no-pad pad_5" id="what">
|
|
|
- <div class="row around-xs middle-xs">
|
|
|
- <h2 class="title text_black">More than a framework</h2>
|
|
|
- <div class="col-xs-11 col-md-3" data-aos="fade-in">
|
|
|
- <img src="landing-images/apple.png" />
|
|
|
+ <div class="container-no-pad" id="what">
|
|
|
+ <div class="row">
|
|
|
+ <div class="col-xs-11 col-md-6 pd-0">
|
|
|
+ <img src="landing-images/dog_style.jpg" />
|
|
|
</div>
|
|
|
- <div class="col-xs-11 col-md-5">
|
|
|
+ <div class="col-xs-11 col-md-6 pd-5 pos_sticky">
|
|
|
+ <h2 class="text_black">It's all about <u>style</u> here.</h2>
|
|
|
<p class="text_black">
|
|
|
Puppertino is a framework designed based on the
|
|
|
<strong>Human guidelines</strong> and
|
|
|
<strong>iOS and macOS</strong> from Apple, while adding our
|
|
|
- flavor to the mix.<br /><br />
|
|
|
- That doesn't mean that it's a direct rip-off of everything you would
|
|
|
- find in the Human Guidelines. We work hard to feature components
|
|
|
- that will be necessary to build apps or websites.<br /><br />Puppertino
|
|
|
+ flavor to the mix.<br /><br />Puppertino
|
|
|
is built to work with any framework available, so if you use
|
|
|
<strong
|
|
|
>Bootstrap, Bulma, Flexbox Grid, Skeleton, or any
|
|
@@ -174,19 +194,18 @@
|
|
|
<div class="speed_boye container-no-pad">
|
|
|
<div class="row">
|
|
|
<div class="col-xs-11 col-md-offset-1 col-md-5">
|
|
|
- <h2 class="speed_h2">Focused on speed.</h2>
|
|
|
+ <h2 class="speed_h2">Your users won't see it coming.</h2>
|
|
|
<p class="speed_p">
|
|
|
- Puppertino weighs less than 50KB, making your website shine even in
|
|
|
- the worst connections.
|
|
|
+ Puppertino is designed to load extremely fast, even in the worst connections.
|
|
|
</p>
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|
|
|
|
|
|
<div class="container-no-pad pad_5">
|
|
|
- <h2 class="title text_black">Enhance your apps.</h2>
|
|
|
- <div class="row around-xs">
|
|
|
+ <div class="row around-xs middle-xs">
|
|
|
<div class="col-xs-11 col-md-5">
|
|
|
+ <h2 class=" text_black">Enhance your apps.</h2>
|
|
|
<p class="text_black">
|
|
|
If you are creating WebApps, you can use Puppertino to make your
|
|
|
apps look more like a native app without having to style a lot of
|