Skip to content

Commit bafd448

Browse files
author
Belovolk
committed
Initial update
0 parents  commit bafd448

File tree

89 files changed

+74150
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

89 files changed

+74150
-0
lines changed

Diff for: .browserslistrc

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# https://github.com/browserslist/browserslist#readme
2+
3+
>= 1%
4+
last 1 major version
5+
not dead
6+
Chrome >= 60
7+
Firefox >= 60
8+
Edge >= 15.15063
9+
Explorer 11
10+
iOS >= 10
11+
Safari >= 10
12+
Android >= 6
13+
not ExplorerMobile <= 11

Diff for: .gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
node_modules

Diff for: .travis.yml

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
language: node_js
2+
git:
3+
depth: 3
4+
node_js:
5+
- "node"
6+
install: npm install
7+
script:
8+
- npm test
9+
- gulp
10+
cache:
11+
directories:
12+
- node_modules
13+
notifications:
14+
email: false

Diff for: LICENSE

+21
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
The MIT License (MIT)
2+
3+
Copyright (c) 2013-2020 Start Bootstrap LLC
4+
5+
Permission is hereby granted, free of charge, to any person obtaining a copy
6+
of this software and associated documentation files (the "Software"), to deal
7+
in the Software without restriction, including without limitation the rights
8+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9+
copies of the Software, and to permit persons to whom the Software is
10+
furnished to do so, subject to the following conditions:
11+
12+
The above copyright notice and this permission notice shall be included in
13+
all copies or substantial portions of the Software.
14+
15+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
21+
THE SOFTWARE.

Diff for: README.md

+69
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,69 @@
1+
# [Start Bootstrap - Coming Soon](https://startbootstrap.com/themes/coming-soon/)
2+
3+
[Coming Soon](https://startbootstrap.com/themes/coming-soon/) is a simple coming soon theme for [Bootstrap](https://getbootstrap.com/) created by [Start Bootstrap](https://startbootstrap.com/). This theme features a background video with a mobile background image fallback.
4+
5+
## Preview
6+
7+
[![Coming Soon Preview](https://startbootstrap.com/assets/img/screenshots/themes/coming-soon.png)](https://startbootstrap.github.io/startbootstrap-coming-soon/)
8+
9+
**[View Live Preview](https://startbootstrap.github.io/startbootstrap-coming-soon/)**
10+
11+
## Status
12+
13+
[![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](https://raw.githubusercontent.com/StartBootstrap/startbootstrap-coming-soon/master/LICENSE)
14+
[![npm version](https://img.shields.io/npm/v/startbootstrap-coming-soon.svg)](https://www.npmjs.com/package/startbootstrap-coming-soon)
15+
[![Build Status](https://travis-ci.org/StartBootstrap/startbootstrap-coming-soon.svg?branch=master)](https://travis-ci.org/StartBootstrap/startbootstrap-coming-soon)
16+
[![dependencies Status](https://david-dm.org/StartBootstrap/startbootstrap-coming-soon/status.svg)](https://david-dm.org/StartBootstrap/startbootstrap-coming-soon)
17+
[![devDependencies Status](https://david-dm.org/StartBootstrap/startbootstrap-coming-soon/dev-status.svg)](https://david-dm.org/StartBootstrap/startbootstrap-coming-soon?type=dev)
18+
19+
## Download and Installation
20+
21+
To begin using this template, choose one of the following options to get started:
22+
23+
* [Download the latest release on Start Bootstrap](https://startbootstrap.com/themes/coming-soon/)
24+
* Install via npm: `npm i startbootstrap-coming-soon`
25+
* Clone the repo: `git clone https://github.com/StartBootstrap/startbootstrap-coming-soon.git`
26+
* [Fork, Clone, or Download on GitHub](https://github.com/StartBootstrap/startbootstrap-coming-soon)
27+
28+
## Usage
29+
30+
### Basic Usage
31+
32+
After downloading, simply edit the HTML and CSS files included with the template in your favorite text editor to make changes. These are the only files you need to worry about, you can ignore everything else! To preview the changes you make to the code, you can open the `index.html` file in your web browser.
33+
34+
### Advanced Usage
35+
36+
After installation, run `npm install` and then run `npm start` which will open up a preview of the template in your default browser, watch for changes to core template files, and live reload the browser when changes are saved. You can view the `gulpfile.js` to see which tasks are included with the dev environment.
37+
38+
#### Gulp Tasks
39+
40+
* `gulp` the default task that builds everything
41+
* `gulp watch` browserSync opens the project in your default browser and live reloads when changes are made
42+
* `gulp css` compiles SCSS files into CSS and minifies the compiled CSS
43+
* `gulp js` minifies the themes JS file
44+
* `gulp vendor` copies dependencies from node_modules to the vendor directory
45+
46+
You must have npm installed globally in order to use this build environment.
47+
48+
## Bugs and Issues
49+
50+
Have a bug or an issue with this template? [Open a new issue](https://github.com/StartBootstrap/startbootstrap-coming-soon/issues) here on GitHub or leave a comment on the [template overview page at Start Bootstrap](https://startbootstrap.com/themes/coming-soon/).
51+
52+
## About
53+
54+
Start Bootstrap is an open source library of free Bootstrap templates and themes. All of the free templates and themes on Start Bootstrap are released under the MIT license, which means you can use them for any purpose, even for commercial projects.
55+
56+
* <https://startbootstrap.com>
57+
* <https://twitter.com/SBootstrap>
58+
59+
Start Bootstrap was created by and is maintained by **[David Miller](http://davidmiller.io/)**.
60+
61+
* <http://davidmiller.io>
62+
* <https://twitter.com/davidmillerskt>
63+
* <https://github.com/davidtmiller>
64+
65+
Start Bootstrap is based on the [Bootstrap](https://getbootstrap.com/) framework created by [Mark Otto](https://twitter.com/mdo) and [Jacob Thorton](https://twitter.com/fat).
66+
67+
## Copyright and License
68+
69+
Copyright 2013-2020 Start Bootstrap LLC. Code released under the [MIT](https://github.com/StartBootstrap/startbootstrap-coming-soon/blob/gh-pages/LICENSE) license.

Diff for: css/coming-soon.css

+208
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,208 @@
1+
/*!
2+
* Start Bootstrap - Coming Soon v5.0.8 (https://startbootstrap.com/themes/coming-soon)
3+
* Copyright 2013-2020 Start Bootstrap
4+
* Licensed under MIT (https://github.com/StartBootstrap/startbootstrap-coming-soon/blob/master/LICENSE)
5+
*/
6+
7+
html {
8+
height: 100%;
9+
}
10+
11+
body {
12+
height: 100%;
13+
min-height: 35rem;
14+
position: relative;
15+
font-family: 'Source Sans Pro';
16+
font-weight: 300;
17+
}
18+
19+
h1,
20+
h2,
21+
h3,
22+
h4,
23+
h5,
24+
h6 {
25+
font-family: 'Merriweather';
26+
font-weight: 700;
27+
}
28+
29+
video {
30+
position: fixed;
31+
top: 50%;
32+
left: 50%;
33+
min-width: 100%;
34+
min-height: 100%;
35+
width: auto;
36+
height: auto;
37+
transform: translateX(-50%) translateY(-50%);
38+
z-index: 0;
39+
}
40+
41+
@media (pointer: coarse) and (hover: none) {
42+
body {
43+
background: url("../img/bg-mobile-fallback.jpg") #002E66 no-repeat center center scroll;
44+
background-size: cover;
45+
}
46+
body video {
47+
display: none;
48+
}
49+
}
50+
51+
.overlay {
52+
position: absolute;
53+
top: 0;
54+
left: 0;
55+
height: 100%;
56+
width: 100%;
57+
background-color: #f0131633;
58+
opacity: 0.7;
59+
z-index: 1;
60+
}
61+
62+
.masthead {
63+
position: relative;
64+
overflow: hidden;
65+
padding-bottom: 3rem;
66+
z-index: 2;
67+
}
68+
69+
.masthead .masthead-bg {
70+
position: absolute;
71+
top: 0;
72+
bottom: 0;
73+
right: 0;
74+
left: 0;
75+
width: 100%;
76+
min-height: 35rem;
77+
height: 100%;
78+
background-color: rgba(0, 46, 102, 0.8);
79+
transform: skewY(4deg);
80+
transform-origin: bottom right;
81+
}
82+
83+
.masthead .masthead-content h1 {
84+
font-size: 2.5rem;
85+
}
86+
87+
.masthead .masthead-content p {
88+
font-size: 1.2rem;
89+
}
90+
91+
.masthead .masthead-content p strong {
92+
font-weight: 700;
93+
}
94+
95+
.masthead .masthead-content .input-group-newsletter input {
96+
height: auto;
97+
font-size: 1rem;
98+
padding: 1rem;
99+
}
100+
101+
.masthead .masthead-content .input-group-newsletter button {
102+
font-size: 0.8rem;
103+
font-weight: 700;
104+
text-transform: uppercase;
105+
letter-spacing: 1px;
106+
padding: 1rem;
107+
}
108+
109+
@media (min-width: 768px) {
110+
.masthead {
111+
height: 100%;
112+
min-height: 0;
113+
width: 40.5rem;
114+
padding-bottom: 0;
115+
}
116+
.masthead .masthead-bg {
117+
min-height: 0;
118+
transform: skewX(-8deg);
119+
transform-origin: top right;
120+
}
121+
.masthead .masthead-content {
122+
padding-left: 3rem;
123+
padding-right: 10rem;
124+
}
125+
.masthead .masthead-content h1 {
126+
font-size: 3.5rem;
127+
}
128+
.masthead .masthead-content p {
129+
font-size: 1.3rem;
130+
}
131+
}
132+
133+
.social-icons {
134+
position: absolute;
135+
margin-bottom: 2rem;
136+
width: 100%;
137+
z-index: 2;
138+
}
139+
140+
.social-icons ul {
141+
margin-top: 2rem;
142+
width: 100%;
143+
text-align: center;
144+
}
145+
146+
.social-icons ul > li {
147+
margin-left: 1rem;
148+
margin-right: 1rem;
149+
display: inline-block;
150+
}
151+
152+
.social-icons ul > li > a {
153+
display: block;
154+
color: white;
155+
background-color: rgba(0, 46, 102, 0.8);
156+
border-radius: 100%;
157+
font-size: 2rem;
158+
line-height: 4rem;
159+
height: 4rem;
160+
width: 4rem;
161+
}
162+
163+
@media (min-width: 768px) {
164+
.social-icons {
165+
margin: 0;
166+
position: absolute;
167+
right: 2.5rem;
168+
bottom: 2rem;
169+
width: auto;
170+
}
171+
.social-icons ul {
172+
margin-top: 0;
173+
width: auto;
174+
}
175+
.social-icons ul > li {
176+
display: block;
177+
margin-left: 0;
178+
margin-right: 0;
179+
margin-bottom: 2rem;
180+
}
181+
.social-icons ul > li:last-child {
182+
margin-bottom: 0;
183+
}
184+
.social-icons ul > li > a {
185+
transition: all 0.2s ease-in-out;
186+
font-size: 2rem;
187+
line-height: 4rem;
188+
height: 4rem;
189+
width: 4rem;
190+
}
191+
.social-icons ul > li > a:hover {
192+
background-color: #002E66;
193+
}
194+
}
195+
196+
.btn-secondary {
197+
background-color: #f00000;
198+
border-color: #f00000;
199+
}
200+
201+
.btn-secondary:active, .btn-secondary:focus, .btn-secondary:hover {
202+
background-color: #ba7c37 !important;
203+
border-color: #ba7c37 !important;
204+
}
205+
206+
.input {
207+
font-weight: 300 !important;
208+
}

Diff for: css/coming-soon.min.css

+5
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)