Compare commits
37 Commits
testimonia
...
rwd-footer
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
5a0c860c75 | ||
|
|
658886fe22 | ||
|
|
5e00e803bd | ||
|
|
39532aacf7 | ||
|
|
abb149b383 | ||
|
|
325a0b5e3e | ||
|
|
494bf4d2c3 | ||
|
|
59dd5095b1 | ||
|
|
d2f03f2ca6 | ||
|
|
39f6316897 | ||
|
|
eb04cb6a08 | ||
|
|
719906d227 | ||
|
|
4b5d2198d2 | ||
|
|
a290809750 | ||
|
|
a02b17a51b | ||
|
|
b60fe45d49 | ||
|
|
83763013b8 | ||
|
|
1661de16a9 | ||
|
|
1e01ceae3a | ||
|
|
dee7647f13 | ||
|
|
ac9d30253c | ||
|
|
2a10237171 | ||
|
|
f29c45d28b | ||
|
|
09d7258400 | ||
|
|
815d8ba7d3 | ||
|
|
92016ebdc5 | ||
|
|
fc4b091d2f | ||
|
|
0902ed2bc1 | ||
|
|
4bda64b9f7 | ||
|
|
4bb13d82c6 | ||
|
|
251436500c | ||
|
|
beb1929445 | ||
|
|
06c9f15746 | ||
|
|
a5bdf1fcf6 | ||
|
|
d8ff782ad9 | ||
|
|
d3eb3b7ec3 | ||
|
|
7985979bc2 |
7
src/img/navbar/sandwich.svg
Normal file
7
src/img/navbar/sandwich.svg
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 27 22" width="27" height="22">
|
||||||
|
<style>
|
||||||
|
tspan { white-space:pre }
|
||||||
|
.shp0 { fill: #333333 }
|
||||||
|
</style>
|
||||||
|
<path id="sandwich" class="shp0" d="M0,20.5c0,0.83 0.67,1.5 1.5,1.5h23c0.83,0 1.5,-0.67 1.5,-1.5c0,-0.83 -0.67,-1.5 -1.5,-1.5h-23c-0.83,0 -1.5,0.67 -1.5,1.5zM0,11.5c0,0.83 0.67,1.5 1.5,1.5h23c0.83,0 1.5,-0.67 1.5,-1.5c0,-0.83 -0.67,-1.5 -1.5,-1.5h-23c-0.83,0 -1.5,0.67 -1.5,1.5zM6,2.5c0,0.83 0.67,1.5 1.5,1.5h17c0.83,0 1.5,-0.67 1.5,-1.5c0,-0.83 -0.67,-1.5 -1.5,-1.5h-17c-0.83,0 -1.5,0.67 -1.5,1.5z" />
|
||||||
|
</svg>
|
||||||
|
After Width: | Height: | Size: 568 B |
329
src/index.html
329
src/index.html
@@ -28,14 +28,19 @@
|
|||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="wrapper" id="wrapper">
|
<div class="wrapper" id="wrapper">
|
||||||
<nav class="navbar navbar-expand-lg sticky-top">
|
<div class="navbar navbar-light navbar-expand-lg fixed-top">
|
||||||
<div class="container">
|
<div class="container navbar__content">
|
||||||
<div class="navbar__header navbar-header">
|
<div class="brand navbar__content__brand navbar-header">
|
||||||
<img class="navbar__logo" src="img/logo.svg" alt="Forkio logo">
|
<img class="brand__logo" src="img/logo.svg" alt="Forkio logo">
|
||||||
<span class="navbar__brand">Fork</span>
|
<span class="brand__name">Fork</span>
|
||||||
<span class="navbar__brand navbar__brand--emph">IO</span>
|
<span class="brand__name brand__name--emph">IO</span>
|
||||||
</div>
|
</div>
|
||||||
<ul class="navbar__body navbar-nav">
|
<button class="navbar__content__toggler navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarNavDropdown"
|
||||||
|
aria-controls="navbarNavDropdown" aria-expanded="true" aria-label="Toggle navigation">
|
||||||
|
<img src="img/navbar/sandwich.svg" alt="">
|
||||||
|
</button>
|
||||||
|
<div class="collapse navbar-collapse nav-content" id="navbarNavDropdown">
|
||||||
|
<ul class="navbar__content__body navbar-nav mr-0 ml-auto">
|
||||||
<li class="nav-item">
|
<li class="nav-item">
|
||||||
<a class="navbar__link nav-link" href="#">Overview</a>
|
<a class="navbar__link nav-link" href="#">Overview</a>
|
||||||
</li>
|
</li>
|
||||||
@@ -48,14 +53,11 @@
|
|||||||
<li class="nav-item">
|
<li class="nav-item">
|
||||||
<a class="navbar__link nav-link" href="#">Support</a>
|
<a class="navbar__link nav-link" href="#">Support</a>
|
||||||
</li>
|
</li>
|
||||||
<li class="nav-item">
|
|
||||||
<a href="#">
|
|
||||||
<button class="rounded-button rounded-button--strong">Buy now</button>
|
|
||||||
</a>
|
|
||||||
</li>
|
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
</nav>
|
<button class="navbar__content__button rounded-button rounded-button--strong">Buy now</button>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
<header class="header">
|
<header class="header">
|
||||||
<div>
|
<div>
|
||||||
@@ -64,13 +66,13 @@
|
|||||||
<p class="header__description">V. 2.8 for Mac and Windows</p>
|
<p class="header__description">V. 2.8 for Mac and Windows</p>
|
||||||
</div>
|
</div>
|
||||||
</header>
|
</header>
|
||||||
<section class="download">
|
<div class="download">
|
||||||
<a href="#" class="rounded-button rounded-button--very-strong download__rounded-button--translated">
|
<a href="#" class="rounded-button rounded-button--very-strong download__rounded-button--translated">
|
||||||
Download for free now
|
Download for free now
|
||||||
</a>
|
</a>
|
||||||
<p class="download__description">Unlimited 30-Days trial period</p>
|
<p class="download__description">Unlimited 30-Days trial period</p>
|
||||||
</section>
|
</div>
|
||||||
<section class="editor">
|
<div class="editor">
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<div class="editor__description">
|
<div class="editor__description">
|
||||||
<p class="editor__title">Revolutionary editor</p>
|
<p class="editor__title">Revolutionary editor</p>
|
||||||
@@ -103,20 +105,21 @@
|
|||||||
aria-label="Fork bartlomiej-pluta/forkio on GitHub">Fork</a>
|
aria-label="Fork bartlomiej-pluta/forkio on GitHub">Fork</a>
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</p>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</div>
|
||||||
<section class="about">
|
</div>
|
||||||
|
<div class="about">
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="about__features col-6">
|
<div class="about__features col-12 col-xl-6">
|
||||||
|
<p class="about__title about__title--desktop"><Here is what you get></p>
|
||||||
<div class="row feature">
|
<div class="row feature">
|
||||||
<div class="col-3 feature__icon">
|
<div class="col-4 col-md-3 feature__icon">
|
||||||
<img src="img/features/1.png"/>
|
<img src="img/features/1.png" alt=""/>
|
||||||
</div>
|
</div>
|
||||||
<div class="col-9">
|
<div class="col-8 col-md-9">
|
||||||
<p class="feature__title">
|
<p class="feature__title">
|
||||||
Created to Make The Web Better
|
Created to Make The Web Better
|
||||||
</p>
|
</p>
|
||||||
@@ -127,11 +130,11 @@
|
|||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="row about__feature">
|
<div class="row feature">
|
||||||
<div class="col-3 feature__icon">
|
<div class="col-4 col-md-3 feature__icon">
|
||||||
<img src="img/features/2.png"/>
|
<img src="img/features/2.png" alt=""/>
|
||||||
</div>
|
</div>
|
||||||
<div class="col-9">
|
<div class="col-8 col-md-9">
|
||||||
<p class="feature__title">
|
<p class="feature__title">
|
||||||
Incredibly Powerful Tool
|
Incredibly Powerful Tool
|
||||||
</p>
|
</p>
|
||||||
@@ -142,11 +145,11 @@
|
|||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="row about__feature">
|
<div class="row feature">
|
||||||
<div class="col-3 feature__icon">
|
<div class="col-4 col-md-3 feature__icon">
|
||||||
<img src="img/features/3.png"/>
|
<img src="img/features/3.png" alt=""/>
|
||||||
</div>
|
</div>
|
||||||
<div class="col-9">
|
<div class="col-8 col-md-9">
|
||||||
<p class="feature__title">
|
<p class="feature__title">
|
||||||
Experimental Stuff
|
Experimental Stuff
|
||||||
</p>
|
</p>
|
||||||
@@ -157,11 +160,11 @@
|
|||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="row about__feature">
|
<div class="row feature">
|
||||||
<div class="col-3 feature__icon">
|
<div class="col-4 col-md-3 feature__icon">
|
||||||
<img src="img/features/4.png"/>
|
<img src="img/features/4.png" alt=""/>
|
||||||
</div>
|
</div>
|
||||||
<div class="col-9">
|
<div class="col-8 col-md-9">
|
||||||
<p class="feature__title">
|
<p class="feature__title">
|
||||||
Created to Make The Web Better
|
Created to Make The Web Better
|
||||||
</p>
|
</p>
|
||||||
@@ -173,14 +176,14 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="about__what-you-get col-6">
|
<div class="about__what-you-get col-12 col-xl-6">
|
||||||
<p class="about__title about__title--no-wrap"><Here is what you get></p>
|
<p class="about__title about__title--no-wrap about__title--desktop-xl"><Here is what you get></p>
|
||||||
<img src="img/features/editor.png" alt="Revolutionary editor">
|
<img src="img/features/editor.png" alt="Revolutionary editor">
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</div>
|
||||||
<section class="reviews container">
|
<div class="reviews container">
|
||||||
<div class="row justify-content-center">
|
<div class="row justify-content-center">
|
||||||
<div class="reviews__content col-10">
|
<div class="reviews__content col-10">
|
||||||
<div class="review">
|
<div class="review">
|
||||||
@@ -236,25 +239,25 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</div>
|
||||||
<section class="social container">
|
<div class="social container">
|
||||||
<div class="row justify-content-center">
|
<div class="row justify-content-center">
|
||||||
<div class="social__content col-10">
|
<div class="social__content col-10">
|
||||||
<div>
|
<div class="social__github">
|
||||||
<button class="rect-button rect-button--github rect-button--fixed-width">
|
<button class="rect-button rect-button--github rect-button--fixed-width">
|
||||||
<span class="rect-button__icon fab fa-github"></span>
|
<span class="rect-button__icon fab fa-github"></span>
|
||||||
GitHub
|
GitHub
|
||||||
</button>
|
</button>
|
||||||
<p class="social__stats">7 352 Followers</p>
|
<p class="social__stats">7 352 Followers</p>
|
||||||
</div>
|
</div>
|
||||||
<div>
|
<div class="social__twitter">
|
||||||
<button class="rect-button rect-button--twitter rect-button--fixed-width">
|
<button class="rect-button rect-button--twitter rect-button--fixed-width">
|
||||||
<span class="rect-button__icon fab fa-twitter"></span>
|
<span class="rect-button__icon fab fa-twitter"></span>
|
||||||
Twitter
|
Twitter
|
||||||
</button>
|
</button>
|
||||||
<p class="social__stats">136 312 Followers</p>
|
<p class="social__stats">136 312 Followers</p>
|
||||||
</div>
|
</div>
|
||||||
<div>
|
<div class="social__facebook">
|
||||||
<button class="rect-button rect-button--facebook rect-button--fixed-width">
|
<button class="rect-button rect-button--facebook rect-button--fixed-width">
|
||||||
<span class="rect-button__icon fab fa-facebook-f"></span>
|
<span class="rect-button__icon fab fa-facebook-f"></span>
|
||||||
Facebook
|
Facebook
|
||||||
@@ -263,12 +266,12 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</div>
|
||||||
<section class="testimonials">
|
<div class="testimonials">
|
||||||
<p class="testimonials__h1">People are talking about fork</p>
|
<p class="testimonials__h1">People are talking about fork</p>
|
||||||
<div class="testimonials__content container">
|
<div class="testimonials__content container">
|
||||||
<div class="testimonials__row row">
|
<div class="testimonials__row row">
|
||||||
<div class="testimonial col-4">
|
<div class="testimonial col-12 col-xl-4">
|
||||||
<img class="testimonial__logo" src="img/testimonials/1.png" alt="Smashing Magazine">
|
<img class="testimonial__logo" src="img/testimonials/1.png" alt="Smashing Magazine">
|
||||||
<p class="testimonial__text">
|
<p class="testimonial__text">
|
||||||
Sed vestibulum scelerisque urna, eu finibus leo facilisis sit amet. Proin id dignissim
|
Sed vestibulum scelerisque urna, eu finibus leo facilisis sit amet. Proin id dignissim
|
||||||
@@ -276,14 +279,14 @@
|
|||||||
Sed varius urna et pulvinar venenatis.
|
Sed varius urna et pulvinar venenatis.
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
<div class="testimonial col-4">
|
<div class="testimonial col-12 col-xl-4">
|
||||||
<img class="testimonial__logo" src="img/testimonials/2.png" alt="Smashing Magazine">
|
<img class="testimonial__logo" src="img/testimonials/2.png" alt="Smashing Magazine">
|
||||||
<p class="testimonial__text">
|
<p class="testimonial__text">
|
||||||
Donec euismod dolor ut ultricies consequat. Vivamus urna ipsum, rhoncus molestie neque ac,
|
Donec euismod dolor ut ultricies consequat. Vivamus urna ipsum, rhoncus molestie neque ac,
|
||||||
mollis eleifend nibh.
|
mollis eleifend nibh.
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
<div class="testimonial col-4">
|
<div class="testimonial col-12 col-xl-4">
|
||||||
<img class="testimonial__logo" src="img/testimonials/3.png" alt="Smashing Magazine">
|
<img class="testimonial__logo" src="img/testimonials/3.png" alt="Smashing Magazine">
|
||||||
<p class="testimonial__text">
|
<p class="testimonial__text">
|
||||||
In efficitur in velit et tempus. Duis nec odio dapibus, suscipit erat fringilla, imperdiet
|
In efficitur in velit et tempus. Duis nec odio dapibus, suscipit erat fringilla, imperdiet
|
||||||
@@ -293,7 +296,7 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="testimonials__row row">
|
<div class="testimonials__row row">
|
||||||
<div class="testimonial col-4">
|
<div class="testimonial col-12 col-xl-4">
|
||||||
<img class="testimonial__logo" src="img/testimonials/4/1.png" alt="Smashing Magazine">
|
<img class="testimonial__logo" src="img/testimonials/4/1.png" alt="Smashing Magazine">
|
||||||
<img class="testimonial__logo" src="img/testimonials/4/2.png" alt="Smashing Magazine">
|
<img class="testimonial__logo" src="img/testimonials/4/2.png" alt="Smashing Magazine">
|
||||||
<p class="testimonial__text">
|
<p class="testimonial__text">
|
||||||
@@ -302,7 +305,7 @@
|
|||||||
Sed varius urna et pulvinar venenatis.
|
Sed varius urna et pulvinar venenatis.
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
<div class="testimonial col-4">
|
<div class="testimonial col-12 col-xl-4">
|
||||||
<img class="testimonial__logo" src="img/testimonials/5.png" alt="Smashing Magazine">
|
<img class="testimonial__logo" src="img/testimonials/5.png" alt="Smashing Magazine">
|
||||||
<p class="testimonial__text">
|
<p class="testimonial__text">
|
||||||
Praesent ut eros tristique, malesuada lectus vel, lobortis massa. Nulla faucibus lorem id
|
Praesent ut eros tristique, malesuada lectus vel, lobortis massa. Nulla faucibus lorem id
|
||||||
@@ -310,7 +313,7 @@
|
|||||||
consequat faucibus.
|
consequat faucibus.
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
<div class="testimonial col-4">
|
<div class="testimonial col-12 col-xl-4">
|
||||||
<img class="testimonial__logo" src="img/testimonials/6.png" alt="Smashing Magazine">
|
<img class="testimonial__logo" src="img/testimonials/6.png" alt="Smashing Magazine">
|
||||||
<p class="testimonial__text">
|
<p class="testimonial__text">
|
||||||
Fusce pharetra erat id odio blandit, nec
|
Fusce pharetra erat id odio blandit, nec
|
||||||
@@ -322,7 +325,227 @@
|
|||||||
<div class="testimonials__delimiter col-8"></div>
|
<div class="testimonials__delimiter col-8"></div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</div>
|
||||||
|
<div class="pricing">
|
||||||
|
<p class="pricing__title">Fork Subscription Pricing</p>
|
||||||
|
<div class="container">
|
||||||
|
<div class="row justify-content-center">
|
||||||
|
<div class="col-8 col-xl-3">
|
||||||
|
<div class="price">
|
||||||
|
<p class="price__title">Students</p>
|
||||||
|
<p class="price__value">$29</p>
|
||||||
|
<p class="price__period">Per month</p>
|
||||||
|
<hr class="price__splitter">
|
||||||
|
<p class="price__description">Personal License</p>
|
||||||
|
<a href="#" class="rounded-button price__rounded-button--purchase">
|
||||||
|
Purchase
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="col-8 col-xl-3">
|
||||||
|
<div class="price">
|
||||||
|
<p class="price__title">Professional</p>
|
||||||
|
<p class="price__value">$59</p>
|
||||||
|
<p class="price__period">Per month</p>
|
||||||
|
<hr class="price__splitter">
|
||||||
|
<p class="price__description">Professional License<br/>Email Support</p>
|
||||||
|
<a href="#" class="rounded-button price__rounded-button--purchase">
|
||||||
|
Purchase
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="col-8 col-xl-3">
|
||||||
|
<div class="price">
|
||||||
|
<p class="price__title">Agency</p>
|
||||||
|
<p class="price__value">$99</p>
|
||||||
|
<p class="price__period">Per month</p>
|
||||||
|
<hr class="price__splitter">
|
||||||
|
<p class="price__description">1-12 Team Members<br/>Phone Support</p>
|
||||||
|
<a href="#" class="rounded-button price__rounded-button--purchase">
|
||||||
|
Purchase
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="col-8 col-xl-3">
|
||||||
|
<div class="price">
|
||||||
|
<p class="price__title">Enterprise</p>
|
||||||
|
<p class="price__value">$159</p>
|
||||||
|
<p class="price__period">Per month</p>
|
||||||
|
<hr class="price__splitter">
|
||||||
|
<p class="price__description">Unlimited Team Members<br/>24/7 Phone Support</p>
|
||||||
|
<a href="#" class="rounded-button price__rounded-button--purchase">
|
||||||
|
Purchase
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="row justify-content-center">
|
||||||
|
<div class="col-10">
|
||||||
|
<p class="pricing__footer">
|
||||||
|
Duis lobortis arcu sed arcu tincidunt feugiat. Nulla nisi mauris, facilisis vitae aliquet id,
|
||||||
|
imperdiet quis
|
||||||
|
nibh. Donec eget elit eu libero tincidunt consequat nec elementum orci. Cum sociis natoque
|
||||||
|
penatibus
|
||||||
|
et
|
||||||
|
magnis dis parturient montes, nascetur ridiculus mus.
|
||||||
|
</p>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="newsletter">
|
||||||
|
<div class="container">
|
||||||
|
<div class="row justify-content-between">
|
||||||
|
<div class="col-12 col-xl-6 newsletter__title">
|
||||||
|
Subscribe to our newsletter
|
||||||
|
</div>
|
||||||
|
<div class="col-12 col-xl-6 oneline__form">
|
||||||
|
<input class="textfield oneline__form__component--growing" title="Email" placeholder="Email...">
|
||||||
|
<button class="rounded-button rounded-button--uppercase oneline__form__component--fixed"
|
||||||
|
type="submit">Subscribe
|
||||||
|
</button>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="news">
|
||||||
|
<div class="container">
|
||||||
|
<div class="row">
|
||||||
|
<div class="news__news col-12 col-sm-4">
|
||||||
|
<p class="news__title">
|
||||||
|
New in Release 2.8
|
||||||
|
</p>
|
||||||
|
<div class="news-entry">
|
||||||
|
<p class="news-entry__brief">Fully Available: Live Preview Support for Multiple Browsers</p>
|
||||||
|
<p class="news-entry__content">Morbi faucibus ante ipsum, a tincidunt libero posuere et. Etiam
|
||||||
|
tempor tortor at odio condimentum, sit amet fringilla ligula maximus. Mauris venenatis nisl
|
||||||
|
nisi, et dictum dui aliquet nec. Sed erat, nec aliquam vel, aliquam ac felis. </p>
|
||||||
|
</div>
|
||||||
|
<div class="news-entry">
|
||||||
|
<p class="news-entry__brief">Improved Support for Typing</p>
|
||||||
|
<p class="news-entry__content">Nulla purus quam, pulvinar sed ante et, feugiat maximus velit.
|
||||||
|
Donec eu elit mauris. </p>
|
||||||
|
</div>
|
||||||
|
<div class="news-entry">
|
||||||
|
<p class="news-entry__brief">Improved Stability</p>
|
||||||
|
<p class="news-entry__content">
|
||||||
|
Proin id ligula eget massa tincidunt molestie. Morbi urna lectus, molestie vel quam vel,
|
||||||
|
iaculis fermentum nunc. Morbi imperdiet, leo in interdum pretium
|
||||||
|
</p>
|
||||||
|
</div>
|
||||||
|
<button class="rect-button rect-button--small">Go to Release Log</button>
|
||||||
|
</div>
|
||||||
|
<div class="news__extensions col-12 col-sm-4">
|
||||||
|
<p class="news__title">
|
||||||
|
Popular Extensions
|
||||||
|
</p>
|
||||||
|
<div class="news-entry">
|
||||||
|
<a href="#" class="news-entry__title">Custom Themes 1.1</a>
|
||||||
|
<p class="news-entry__content">
|
||||||
|
Etiam viverra vulputate diam, pulvinar cursus augue egestas ullamcorper.
|
||||||
|
</p>
|
||||||
|
</div>
|
||||||
|
<div class="news-entry">
|
||||||
|
<a href="#" class="news-entry__title">Filter Forge</a>
|
||||||
|
<p class="news-entry__content">
|
||||||
|
Nulla purus quam, pulvinar sed et, feugiat maximus velit.
|
||||||
|
</p>
|
||||||
|
</div>
|
||||||
|
<div class="news-entry">
|
||||||
|
<a href="#" class="news-entry__title">WebZap</a>
|
||||||
|
<p class="news-entry__content">
|
||||||
|
Morbi imperdiet, leo in interdum pretium, elit eros dapibus velit, eu posuere quam diam
|
||||||
|
vitae orci. Suspendisse interdum accumsan magna vitae commodo.
|
||||||
|
</p>
|
||||||
|
</div>
|
||||||
|
<div class="news-entry">
|
||||||
|
<a href="#" class="news-entry__title">Renamy</a>
|
||||||
|
<p class="news-entry__content">
|
||||||
|
Vivamus consectetur suscipit elit, ut lacinia diam elementum et.
|
||||||
|
</p>
|
||||||
|
</div>
|
||||||
|
<button class="rect-button rect-button--small">Go to Marketplace</button>
|
||||||
|
</div>
|
||||||
|
<div class="news__blog col-12 col-sm-4">
|
||||||
|
<p class="news__title">
|
||||||
|
New From the Blog
|
||||||
|
</p>
|
||||||
|
<div class="news-entry">
|
||||||
|
<a href="#" class="news-entry__title">Morbi imperdiet, leo in interdum pretium.</a>
|
||||||
|
<p class="news-entry__content">
|
||||||
|
February 18, 2015
|
||||||
|
</p>
|
||||||
|
</div>
|
||||||
|
<div class="news-entry">
|
||||||
|
<a href="#" class="news-entry__title">Donec orci ante, porta vel nulla quis, aliquet hendrerit
|
||||||
|
leo.</a>
|
||||||
|
<p class="news-entry__content">
|
||||||
|
February 12, 2015
|
||||||
|
</p>
|
||||||
|
</div>
|
||||||
|
<div class="news-entry">
|
||||||
|
<a href="#" class="news-entry__title">Suspendisse egestas vulputate luctus.</a>
|
||||||
|
<p class="news-entry__content">
|
||||||
|
February 6, 2015
|
||||||
|
</p>
|
||||||
|
</div>
|
||||||
|
<div class="news-entry">
|
||||||
|
<a href="#" class="news-entry__title">Quisque varius ante lorem, eget pretium purus hendrerit a
|
||||||
|
egestas.</a>
|
||||||
|
<p class="news-entry__content">
|
||||||
|
February 2, 2015
|
||||||
|
</p>
|
||||||
|
</div>
|
||||||
|
<div class="news-entry">
|
||||||
|
<a href="#" class="news-entry__title">Phasellus in augue risus.</a>
|
||||||
|
<p class="news-entry__content">
|
||||||
|
January 23, 2015
|
||||||
|
</p>
|
||||||
|
</div>
|
||||||
|
<button class="rect-button rect-button--small">Go to Blog</button>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="footer">
|
||||||
|
<div class="container">
|
||||||
|
<div class="row">
|
||||||
|
<div class="footer__about col-12 col-md-4">
|
||||||
|
<div class="brand">
|
||||||
|
<img class="brand__logo" src="img/logo.svg" alt="Forkio logo">
|
||||||
|
<span class="brand__name">Fork</span>
|
||||||
|
<span class="brand__name brand__name--emph">IO</span>
|
||||||
|
</div>
|
||||||
|
<p class="footer__about__description">
|
||||||
|
Lorem ipsum dolor sit amet, feugiat delicat liberavisse id cum no quo
|
||||||
|
</p>
|
||||||
|
</div>
|
||||||
|
<div class="footer__nav col-12 col-md-2">
|
||||||
|
<p class="footer__nav__title">Navigation</p>
|
||||||
|
<ul class="footer__nav__navbar">
|
||||||
|
<li><a href="#">Home</a></li>
|
||||||
|
<li><a href="#">Overview</a></li>
|
||||||
|
<li><a href="#">About</a></li>
|
||||||
|
<li><a href="#">Buying options</a></li>
|
||||||
|
<li><a href="#">Support</a></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<div class="footer__contact col-12 col-md-3">
|
||||||
|
<p class="footer__contact__phone">347 567 78 90</p>
|
||||||
|
<p class="footer__contact__availability">Available from 12PM - 18PM</p>
|
||||||
|
<p class="footer__contact__city">New York, NY</p>
|
||||||
|
<p class="footer__contact__address">560 Judah St & 15th Ave, Apt 5<br/>San Francisco, CA, 230903</p>
|
||||||
|
</div>
|
||||||
|
<div class="footer__info col-12 col-md-3">
|
||||||
|
<p class="footer__info__title">Info</p>
|
||||||
|
<p class="footer__info__description">
|
||||||
|
Wisia enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut
|
||||||
|
aliquip ex commodo consequat. Autem vel hendrerit iriure dolor in hendrerit.
|
||||||
|
</p>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<!-- JavaScript -->
|
<!-- JavaScript -->
|
||||||
|
|||||||
@@ -1,8 +1,13 @@
|
|||||||
.about {
|
.about {
|
||||||
background-color: $background-light;
|
background-color: $background-light;
|
||||||
|
|
||||||
|
@media all and (max-width: $desktop-xl) {
|
||||||
|
.about {
|
||||||
padding: 75px 0 0 30px;
|
padding: 75px 0 0 30px;
|
||||||
height: 710px;
|
height: 710px;
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
.about__title {
|
.about__title {
|
||||||
font-family: Montserrat, sans-serif;
|
font-family: Montserrat, sans-serif;
|
||||||
@@ -13,4 +18,23 @@
|
|||||||
&--no-wrap {
|
&--no-wrap {
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
&--desktop-xl {
|
||||||
|
display: block;
|
||||||
|
}
|
||||||
|
|
||||||
|
&--desktop {
|
||||||
|
display: none;
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
|
||||||
|
@media all and (max-width: $desktop-xl) {
|
||||||
|
&--desktop-xl {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
&--desktop {
|
||||||
|
display: block;
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
22
src/scss/_brand.scss
Normal file
22
src/scss/_brand.scss
Normal file
@@ -0,0 +1,22 @@
|
|||||||
|
.brand {
|
||||||
|
display: flex;
|
||||||
|
}
|
||||||
|
|
||||||
|
.brand__logo {
|
||||||
|
height: 45px;
|
||||||
|
margin-right: 17px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.brand__name {
|
||||||
|
font-family: Lato, sans-serif;
|
||||||
|
text-transform: uppercase;
|
||||||
|
font-size: 24px;
|
||||||
|
font-weight: bold;
|
||||||
|
display: inline-flex;
|
||||||
|
align-items: center;
|
||||||
|
|
||||||
|
&--emph {
|
||||||
|
color: $primary;
|
||||||
|
font-style: normal;
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -25,6 +25,11 @@
|
|||||||
font-size: 21px;
|
font-size: 21px;
|
||||||
padding: 15px 60px;
|
padding: 15px 60px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
&--uppercase {
|
||||||
|
text-transform: uppercase;
|
||||||
|
font-weight: 500;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.rect-button {
|
.rect-button {
|
||||||
@@ -76,6 +81,20 @@
|
|||||||
&--fixed-width {
|
&--fixed-width {
|
||||||
width: 240px;
|
width: 240px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
&--small {
|
||||||
|
background-color: $background-light;
|
||||||
|
font-family: Montserrat, sans-serif;
|
||||||
|
font-weight: 500;
|
||||||
|
font-size: 14px;
|
||||||
|
color: $primary;
|
||||||
|
transition: $hover-duration;
|
||||||
|
|
||||||
|
&:hover {
|
||||||
|
background-color: darken($background-light, $hover-threshold);
|
||||||
|
transition: $hover-duration;
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.rect-button__icon {
|
.rect-button__icon {
|
||||||
|
|||||||
@@ -1,14 +1,15 @@
|
|||||||
.download {
|
.download {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.download__rounded-button--translated {
|
.download__rounded-button--translated {
|
||||||
position: absolute;
|
position: relative;
|
||||||
transform: translate(-50%, -50%);
|
bottom: 15px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.download__description {
|
.download__description {
|
||||||
padding-top: 45px;
|
padding-top: 15px;
|
||||||
font-family: Montserrat, sans-serif;
|
font-family: Montserrat, sans-serif;
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
font-weight: 500;
|
font-weight: 500;
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.feature__icon {
|
.feature__icon {
|
||||||
text-align: center;
|
text-align: left;
|
||||||
}
|
}
|
||||||
|
|
||||||
.feature__title {
|
.feature__title {
|
||||||
|
|||||||
100
src/scss/_footer.scss
Normal file
100
src/scss/_footer.scss
Normal file
@@ -0,0 +1,100 @@
|
|||||||
|
.footer {
|
||||||
|
margin-top: 65px;
|
||||||
|
padding-top: 65px;
|
||||||
|
border-top: solid 1px $background-light;
|
||||||
|
margin-bottom: 95px;
|
||||||
|
|
||||||
|
&__about {
|
||||||
|
&__description {
|
||||||
|
margin-top: 30px;
|
||||||
|
font-family: Montserrat, sans-serif;
|
||||||
|
font-size: 14px;
|
||||||
|
color: $regular-text;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
&__nav {
|
||||||
|
&__title {
|
||||||
|
font-family: Montserrat, sans-serif;
|
||||||
|
font-weight: 600;
|
||||||
|
font-size: 16px;
|
||||||
|
color: $dark-text;
|
||||||
|
}
|
||||||
|
|
||||||
|
&__navbar {
|
||||||
|
padding-left: 0;
|
||||||
|
list-style-type: none;
|
||||||
|
|
||||||
|
& > li > a {
|
||||||
|
font-family: Montserrat, sans-serif;
|
||||||
|
font-weight: 500;
|
||||||
|
font-size: 15px;
|
||||||
|
color: $primary;
|
||||||
|
text-transform: capitalize;
|
||||||
|
transition: $hover-duration;
|
||||||
|
|
||||||
|
&:hover {
|
||||||
|
color: darken($primary, $hover-threshold);
|
||||||
|
transition: $hover-duration;
|
||||||
|
text-decoration: none;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
&__contact {
|
||||||
|
&__phone {
|
||||||
|
margin-bottom: 5px;
|
||||||
|
font-family: Montserrat, sans-serif;
|
||||||
|
font-weight: bold;
|
||||||
|
font-size: 30px;
|
||||||
|
color: #3f3f3f;
|
||||||
|
}
|
||||||
|
|
||||||
|
&__availability {
|
||||||
|
font-family: Montserrat, sans-serif;
|
||||||
|
font-weight: 600;
|
||||||
|
font-size: 12px;
|
||||||
|
color: $regular-text;
|
||||||
|
text-transform: uppercase;
|
||||||
|
}
|
||||||
|
|
||||||
|
&__city {
|
||||||
|
margin-top: 20px;
|
||||||
|
font-family: Montserrat, sans-serif;
|
||||||
|
font-size: 16px;
|
||||||
|
color: $dark-text;
|
||||||
|
}
|
||||||
|
|
||||||
|
&__address {
|
||||||
|
font-family: Montserrat, sans-serif;
|
||||||
|
font-size: 14px;
|
||||||
|
color: $regular-text;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
&__info {
|
||||||
|
&__title {
|
||||||
|
font-family: Montserrat, sans-serif;
|
||||||
|
font-weight: 600;
|
||||||
|
font-size: 16px;
|
||||||
|
color: $dark-text;
|
||||||
|
}
|
||||||
|
|
||||||
|
&__description {
|
||||||
|
margin-top: 25px;
|
||||||
|
font-family: Montserrat, sans-serif;
|
||||||
|
font-size: 14px;
|
||||||
|
color: $regular-text;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
@media all and (max-width: $phone) {
|
||||||
|
&__about,
|
||||||
|
&__nav,
|
||||||
|
&__contact,
|
||||||
|
&__info {
|
||||||
|
padding: 0 30px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
32
src/scss/_form.scss
Normal file
32
src/scss/_form.scss
Normal file
@@ -0,0 +1,32 @@
|
|||||||
|
.textfield {
|
||||||
|
padding: 7px 25px;
|
||||||
|
border: none;
|
||||||
|
border-radius: 30px;
|
||||||
|
background-color: white;
|
||||||
|
color: $regular-text;
|
||||||
|
|
||||||
|
|
||||||
|
&::placeholder {
|
||||||
|
font-family: Montserrat, sans-serif;
|
||||||
|
font-size: 14px;
|
||||||
|
font-weight: 500;
|
||||||
|
color: $gray-text;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.oneline__form {
|
||||||
|
display: flex;
|
||||||
|
align-content: space-between;
|
||||||
|
align-items: center;
|
||||||
|
}
|
||||||
|
|
||||||
|
.oneline__form__component--growing {
|
||||||
|
width: 100%;
|
||||||
|
min-width: 100px;
|
||||||
|
margin: 0 10px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.oneline__form__component--fixed {
|
||||||
|
white-space: nowrap;
|
||||||
|
margin: 0 10px;
|
||||||
|
}
|
||||||
@@ -1,6 +1,6 @@
|
|||||||
.header {
|
.header {
|
||||||
background: black url(../img/header/img.png) no-repeat 50% 30% / cover;
|
background: black url(../img/header/img.png) no-repeat center 120px/ cover;
|
||||||
height: 900px;
|
height: 100vh;
|
||||||
padding-top: 110px;
|
padding-top: 110px;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -21,6 +21,13 @@
|
|||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@media all and (max-width: $phone) {
|
||||||
|
.header__subtitle {
|
||||||
|
font-size: 24px;
|
||||||
|
text-transform: capitalize;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
.header__description {
|
.header__description {
|
||||||
margin-top: 20px;
|
margin-top: 20px;
|
||||||
font-family: Montserrat, sans-serif;
|
font-family: Montserrat, sans-serif;
|
||||||
|
|||||||
@@ -1,10 +1,10 @@
|
|||||||
$shrinking-duration: 0.4s;
|
$shrinking-duration: 0.4s;
|
||||||
|
|
||||||
|
@media all and (min-width: $desktop) {
|
||||||
.navbar {
|
.navbar {
|
||||||
margin: 0 0;
|
margin: 0 0;
|
||||||
padding: 0 90px;
|
padding: 0 90px;
|
||||||
height: 100px;
|
height: 100px;
|
||||||
background-color: white;
|
|
||||||
transition: height $shrinking-duration;
|
transition: height $shrinking-duration;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -12,29 +12,31 @@ $shrinking-duration: 0.4s;
|
|||||||
height: 50px;
|
height: 50px;
|
||||||
transition: height $shrinking-duration;
|
transition: height $shrinking-duration;
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
.navbar__header {
|
.navbar {
|
||||||
|
background-color: white;
|
||||||
|
}
|
||||||
|
|
||||||
|
.navbar__content {
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: center;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.navbar__logo {
|
.navbar__content__header {
|
||||||
height: 45px;
|
order: 1;
|
||||||
margin-right: 17px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.navbar__brand {
|
.navbar__content__toggler {
|
||||||
font-family: Lato, sans-serif;
|
order: 4;
|
||||||
text-transform: uppercase;
|
border: none;
|
||||||
font-size: 24px;
|
|
||||||
font-weight: bold;
|
|
||||||
display: inline-flex;
|
|
||||||
align-items: center;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.navbar__brand--emph {
|
.navbar__content__body {
|
||||||
color: $primary;
|
order: 2;
|
||||||
font-style: normal;
|
}
|
||||||
|
|
||||||
|
.navbar__content__button {
|
||||||
|
order: 3;
|
||||||
}
|
}
|
||||||
|
|
||||||
.navbar__link {
|
.navbar__link {
|
||||||
@@ -42,9 +44,13 @@ $shrinking-duration: 0.4s;
|
|||||||
font-family: Montserrat, sans-serif;
|
font-family: Montserrat, sans-serif;
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
font-weight: bolder;
|
font-weight: bolder;
|
||||||
margin: 0 20px;
|
|
||||||
color: $primary-dark;
|
color: $primary-dark;
|
||||||
transition: $hover-duration;
|
transition: $hover-duration;
|
||||||
|
margin: 0 20px;
|
||||||
|
|
||||||
|
@media all and (max-width: $desktop-xl) {
|
||||||
|
margin: 0 5px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.navbar__link:hover {
|
.navbar__link:hover {
|
||||||
|
|||||||
57
src/scss/_news.scss
Normal file
57
src/scss/_news.scss
Normal file
@@ -0,0 +1,57 @@
|
|||||||
|
.news {
|
||||||
|
padding-top: 70px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.news__title {
|
||||||
|
margin-bottom: 50px;
|
||||||
|
font-family: Montserrat, sans-serif;
|
||||||
|
font-weight: bold;
|
||||||
|
font-size: 28px;
|
||||||
|
color: $lightgray-text;
|
||||||
|
}
|
||||||
|
|
||||||
|
.news-entry {
|
||||||
|
margin-bottom: 30px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.news-entry__brief {
|
||||||
|
font-family: Montserrat, sans-serif;
|
||||||
|
font-size: 16px;
|
||||||
|
color: $dark-text;
|
||||||
|
font-weight: 600;
|
||||||
|
}
|
||||||
|
|
||||||
|
.news-entry__title {
|
||||||
|
font-family: Montserrat, sans-serif;
|
||||||
|
font-size: 16px;
|
||||||
|
color: $primary;
|
||||||
|
font-weight: 600;
|
||||||
|
transition: $hover-duration;
|
||||||
|
|
||||||
|
&:hover {
|
||||||
|
color: darken($primary, $hover-threshold);
|
||||||
|
transition: $hover-duration;
|
||||||
|
text-decoration: none;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.news-entry__content {
|
||||||
|
margin-top: 15px;
|
||||||
|
font-family: Montserrat, sans-serif;
|
||||||
|
font-size: 13px;
|
||||||
|
color: $regular-text;
|
||||||
|
font-weight: 500;
|
||||||
|
}
|
||||||
|
|
||||||
|
@media all and (max-width: $phone) {
|
||||||
|
.news__news,
|
||||||
|
.news__extensions,
|
||||||
|
.news__blog {
|
||||||
|
padding: 0 30px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.news__extensions,
|
||||||
|
.news__blog {
|
||||||
|
margin-top: 50px;
|
||||||
|
}
|
||||||
|
}
|
||||||
18
src/scss/_newsletter.scss
Normal file
18
src/scss/_newsletter.scss
Normal file
@@ -0,0 +1,18 @@
|
|||||||
|
.newsletter {
|
||||||
|
padding: 55px 0;
|
||||||
|
background-color: #f4f4f4;
|
||||||
|
}
|
||||||
|
|
||||||
|
.newsletter__title {
|
||||||
|
font-family: Montserrat, sans-serif;
|
||||||
|
font-weight: bold;
|
||||||
|
font-size: 30px;
|
||||||
|
color: $primary-dark;
|
||||||
|
text-transform: capitalize;
|
||||||
|
text-align: center;
|
||||||
|
|
||||||
|
@media all and (max-width: $desktop-xl) {
|
||||||
|
margin-bottom: 50px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
117
src/scss/_pricing.scss
Normal file
117
src/scss/_pricing.scss
Normal file
@@ -0,0 +1,117 @@
|
|||||||
|
.pricing {
|
||||||
|
background: $background-violet url(../img/testimonials/pricing.png) no-repeat 50% 30%;
|
||||||
|
padding-top: 90px;
|
||||||
|
padding-bottom: 75px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.pricing__title {
|
||||||
|
font-family: Montserrat, sans-serif;
|
||||||
|
font-size: 48px;
|
||||||
|
font-weight: bold;
|
||||||
|
color: white;
|
||||||
|
text-transform: capitalize;
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
|
||||||
|
.price {
|
||||||
|
position: relative;
|
||||||
|
margin-top: 110px;
|
||||||
|
margin-bottom: 125px;
|
||||||
|
background-color: rgba(255, 255, 255, 0.06);
|
||||||
|
height: 450px;
|
||||||
|
transition: $hover-duration;
|
||||||
|
|
||||||
|
@media all and (max-width: $desktop-xl) {
|
||||||
|
margin-top: 7px;
|
||||||
|
margin-bottom: 7px;
|
||||||
|
}
|
||||||
|
|
||||||
|
&:hover {
|
||||||
|
@media all and (min-width: $desktop-xl) {
|
||||||
|
margin-top: 70px;
|
||||||
|
margin-bottom: 75px;
|
||||||
|
height: 530px;
|
||||||
|
}
|
||||||
|
background-color: rgba(0, 0, 0, 0.06);
|
||||||
|
transition: $hover-duration;
|
||||||
|
|
||||||
|
& > .price__title {
|
||||||
|
background-color: rgba(0, 0, 0, 0.06);
|
||||||
|
transition: $hover-duration;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.price__title {
|
||||||
|
background-color: rgba(255, 255, 255, 0.06);
|
||||||
|
font-family: Montserrat, sans-serif;
|
||||||
|
font-size: 24px;
|
||||||
|
font-weight: 500;
|
||||||
|
color: white;
|
||||||
|
text-transform: uppercase;
|
||||||
|
padding: 30px 0;
|
||||||
|
text-align: center;
|
||||||
|
transition: $hover-duration;
|
||||||
|
}
|
||||||
|
|
||||||
|
.price__value {
|
||||||
|
font-family: Montserrat, sans-serif;
|
||||||
|
font-size: 60px;
|
||||||
|
font-weight: bold;
|
||||||
|
color: white;
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
|
||||||
|
.price__period {
|
||||||
|
font-family: Montserrat, sans-serif;
|
||||||
|
font-size: 14px;
|
||||||
|
font-weight: 500;
|
||||||
|
color: white;
|
||||||
|
opacity: 0.3;
|
||||||
|
text-transform: uppercase;
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
|
||||||
|
.price__splitter {
|
||||||
|
margin: 30px auto;
|
||||||
|
color: $primary;
|
||||||
|
border: none;
|
||||||
|
width: 60px;
|
||||||
|
height: 5px;
|
||||||
|
background-color: $primary;
|
||||||
|
}
|
||||||
|
|
||||||
|
.price__description {
|
||||||
|
font-family: Montserrat, sans-serif;
|
||||||
|
font-size: 16px;
|
||||||
|
font-weight: 500;
|
||||||
|
color: white;
|
||||||
|
text-transform: capitalize;
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
|
||||||
|
.price__rounded-button--purchase {
|
||||||
|
padding-top: 10px;
|
||||||
|
padding-bottom: 10px;
|
||||||
|
background-color: rgba(255, 255, 255, 0.15);
|
||||||
|
position: absolute;
|
||||||
|
left: 0;
|
||||||
|
text-align: center;
|
||||||
|
right: 0;
|
||||||
|
bottom: 35px;
|
||||||
|
margin: auto;
|
||||||
|
display: block;
|
||||||
|
width: 80%;
|
||||||
|
font-family: Montserrat, sans-serif;
|
||||||
|
font-weight: 500;
|
||||||
|
font-size: 16px;
|
||||||
|
text-transform: uppercase;
|
||||||
|
}
|
||||||
|
|
||||||
|
.pricing__footer {
|
||||||
|
font-family: Source Sans Pro, sans-serif;
|
||||||
|
font-size: 14px;
|
||||||
|
font-weight: 300;
|
||||||
|
color: $light-text;
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
@@ -3,7 +3,11 @@
|
|||||||
padding-top: 50px;
|
padding-top: 50px;
|
||||||
padding-bottom: 80px;
|
padding-bottom: 80px;
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: space-evenly;
|
justify-content: space-between;
|
||||||
|
|
||||||
|
@media all and (max-width: $tablet) {
|
||||||
|
flex-direction: column;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.social__stats {
|
.social__stats {
|
||||||
@@ -14,3 +18,12 @@
|
|||||||
color: $regular-text;
|
color: $regular-text;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.social__github,
|
||||||
|
.social__twitter,
|
||||||
|
.social__facebook {
|
||||||
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
|
align-items: center;
|
||||||
|
justify-content: center;
|
||||||
|
}
|
||||||
@@ -1,6 +1,6 @@
|
|||||||
.testimonials {
|
.testimonials {
|
||||||
position: relative;
|
position: relative;
|
||||||
background: $background-violet url(../img/testimonials/testimonials.png) no-repeat 50% 30% / contain;
|
background: $background-violet url(../img/testimonials/testimonials.png) no-repeat 50% 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.testimonials__h1 {
|
.testimonials__h1 {
|
||||||
@@ -15,12 +15,20 @@
|
|||||||
|
|
||||||
.testimonials__row {
|
.testimonials__row {
|
||||||
padding-bottom: 100px;
|
padding-bottom: 100px;
|
||||||
|
@media all and (max-width: $desktop) {
|
||||||
|
padding: 0 10px;
|
||||||
|
margin: 0;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.testimonial {
|
.testimonial {
|
||||||
position: relative;
|
position: relative;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
min-height: 170px;
|
min-height: 170px;
|
||||||
|
|
||||||
|
@media all and (max-width: $desktop) {
|
||||||
|
margin-bottom: 50px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.testimonial__logo {
|
.testimonial__logo {
|
||||||
@@ -28,8 +36,10 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.testimonial__text {
|
.testimonial__text {
|
||||||
|
@media all and (min-width: $desktop-xl) {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
|
}
|
||||||
font-family: Source Sans Pro, sans-serif;
|
font-family: Source Sans Pro, sans-serif;
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
|
|||||||
@@ -3,6 +3,9 @@ $primary-dark: #635c73;
|
|||||||
$primary-light: #a599c8;
|
$primary-light: #a599c8;
|
||||||
$regular-text: #848e97;
|
$regular-text: #848e97;
|
||||||
$dark-text: #323232;
|
$dark-text: #323232;
|
||||||
|
$light-text: #a291a5;
|
||||||
|
$gray-text: #c8cbcf;
|
||||||
|
$lightgray-text: #d3d1da;
|
||||||
|
|
||||||
$background-light: #f4f4f4;
|
$background-light: #f4f4f4;
|
||||||
$background-violet: #4a3b4e;
|
$background-violet: #4a3b4e;
|
||||||
@@ -16,3 +19,8 @@ $hover-duration: 0.3s;
|
|||||||
$github-color: #f3f3f3;
|
$github-color: #f3f3f3;
|
||||||
$twitter-color: #26a6d1;
|
$twitter-color: #26a6d1;
|
||||||
$facebook-color: #3b5998;
|
$facebook-color: #3b5998;
|
||||||
|
|
||||||
|
$phone: 576px;
|
||||||
|
$tablet: 768px;
|
||||||
|
$desktop: 992px;
|
||||||
|
$desktop-xl: 1200px;
|
||||||
@@ -3,6 +3,7 @@
|
|||||||
@import "global";
|
@import "global";
|
||||||
@import "author";
|
@import "author";
|
||||||
@import "navbar";
|
@import "navbar";
|
||||||
|
@import "brand";
|
||||||
@import "header";
|
@import "header";
|
||||||
@import "download";
|
@import "download";
|
||||||
@import "editor";
|
@import "editor";
|
||||||
@@ -11,3 +12,8 @@
|
|||||||
@import "reviews";
|
@import "reviews";
|
||||||
@import "social";
|
@import "social";
|
||||||
@import "testimonials";
|
@import "testimonials";
|
||||||
|
@import "pricing";
|
||||||
|
@import "newsletter";
|
||||||
|
@import "form";
|
||||||
|
@import "news";
|
||||||
|
@import "footer";
|
||||||
Reference in New Issue
Block a user