Skip to content

Commit

Permalink
Merge branch 'master' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
davidtmiller authored May 20, 2020
2 parents fb3c5ae + b7643be commit 6f7c268
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 13 deletions.
7 changes: 4 additions & 3 deletions dist/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
<meta name="description" content="" />
<meta name="author" content="" />
<title>Creative - Start Bootstrap Theme</title>
<!-- Favicon-->
<link rel="icon" type="image/x-icon" href="assets/img/favicon.ico" />
<!-- Font Awesome icons (free version)-->
<script src="https://use.fontawesome.com/releases/v5.13.0/js/all.js" crossorigin="anonymous"></script>
Expand Down Expand Up @@ -47,7 +48,7 @@ <h1 class="text-uppercase text-white font-weight-bold">Your Favorite Source of F
</div>
</div>
</header>
<!-- About section-->
<!-- About-->
<section class="page-section bg-primary" id="about">
<div class="container">
<div class="row justify-content-center">
Expand All @@ -60,7 +61,7 @@ <h2 class="text-white mt-0">We've got what you need!</h2>
</div>
</div>
</section>
<!-- Services section-->
<!-- Services-->
<section class="page-section" id="services">
<div class="container">
<h2 class="text-center mt-0">At Your Service</h2>
Expand Down Expand Up @@ -165,7 +166,7 @@ <h2 class="mb-4">Free Download at Start Bootstrap!</h2>
<a class="btn btn-light btn-xl" href="https://startbootstrap.com/themes/creative/">Download Now!</a>
</div>
</section>
<!-- Contact section-->
<!-- Contact-->
<section class="page-section" id="contact">
<div class="container">
<div class="row justify-content-center">
Expand Down
14 changes: 8 additions & 6 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 6 additions & 4 deletions src/pug/index.pug
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,15 @@ doctype html
html(lang='en')

head

meta(charset='utf-8')
meta(name='viewport', content='width=device-width, initial-scale=1, shrink-to-fit=no')
meta(name='description', content='')
meta(name='author', content='')

title Creative - Start Bootstrap Theme

// Favicon
link(rel='icon', type='image/x-icon', href='assets/img/favicon.ico')

// Font Awesome icons (free version)
Expand Down Expand Up @@ -55,7 +57,7 @@ html(lang='en')
| Start Bootstrap can help you build better websites using the Bootstrap framework! Just download a theme and start customizing, no strings attached!
a.btn.btn-primary.btn-xl.js-scroll-trigger(href='#about') Find Out More

// About section
// About
section#about.page-section.bg-primary
.container
.row.justify-content-center
Expand All @@ -66,7 +68,7 @@ html(lang='en')
| Start Bootstrap has everything you need to get your new website up and running in no time! Choose one of our open source, free to download, and easy to use themes! No strings attached!
a.btn.btn-light.btn-xl.js-scroll-trigger(href='#services') Get Started!

// Services section
// Services
section#services.page-section
.container
h2.text-center.mt-0 At Your Service
Expand Down Expand Up @@ -146,13 +148,13 @@ html(lang='en')
.project-name
| Project Name

// Call to action section
// Call to action
section.page-section.bg-dark.text-white
.container.text-center
h2.mb-4 Free Download at Start Bootstrap!
a.btn.btn-light.btn-xl(href='https://startbootstrap.com/themes/creative/') Download Now!

// Contact section
// Contact
section#contact.page-section
.container
.row.justify-content-center
Expand Down

0 comments on commit 6f7c268

Please sign in to comment.