Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Basic Updates #20

Closed
wants to merge 10 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,9 @@
# To generate Gemfile.lock -> use: $ bundle install
# If unknown encoding name CP720 Error occured -> use: $ chcp.com 1252
Gemfile.lock

# Local Site Directories
_site/
.sass-cache/
.jekyll-cache/
.jekyll-metadata
2 changes: 2 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
source 'https://rubygems.org'
gem 'github-pages', group: :jekyll_plugins
12 changes: 8 additions & 4 deletions _config.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,16 @@
# Site settings
title:
email:
title: Creative
description: > # this means to ignore newlines until "baseurl:"
Lorem ipsum dolor sit amet, consectetur adipiscing elit,
sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.
baseurl: "" # the subpath of your site, e.g. /blog/
url: "" # the base hostname & protocol for your site

twitter_username:
github_username:
# Author Info
name: #First-Name Last-Name
email: [email protected]
twitter_username: volnyio
github_username: volny

# Build settings
markdown: kramdown
4 changes: 2 additions & 2 deletions _includes/call-to-action.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<section class="bg-primary" id="about">
<div class="container">
<div class="row">
<div class="col-lg-8 col-lg-offset-2 text-center">
<div class="row justify-content-center">
<div class="col-lg-8 text-center">
<h2 class="section-heading">We've got what you need!</h2>
<hr class="light">
<p class="text-faded">Start Bootstrap has everything you need to get your new website up and running in no time! All of the templates and themes on Start Bootstrap are open source, free to download, and easy to use. No strings attached!</p>
Expand Down
42 changes: 22 additions & 20 deletions _includes/contact.html
Original file line number Diff line number Diff line change
@@ -1,29 +1,31 @@
<section id="contact">
<div class="container">
<div class="row">
<div class="col-lg-8 col-lg-offset-2 text-center">
<div class="row justify-content-center">
<div class="col-lg-8 text-center">
<h2 class="section-heading">Let's Get In Touch!</h2>
<hr class="primary">
<p>Ready to start your next project with us? That's great! Give us a call or send us an email and we will get back to you as soon as possible!</p>
</div>
<div class="col-lg-2 col-lg-offset-2 text-center">
<a href="https://twitter.com/{{ site.twitter_username }}">
<i class="fa fa-twitter fa-3x wow bounceIn" data-wow-delay=".1s"></i>
<p>{{ site.twitter_username }}</p>
</a>
</div>
<div class="col-lg-2 col-lg-offset-1 text-center">
<a href="mailto:{{ site.email }}">
<i class="fa fa-envelope-o fa-3x wow bounceIn" data-wow-delay=".1s"></i>
<p>{{ site.email }}</p>
</a>
</div>
<div class="col-lg-2 col-lg-offset-1 text-center">
<a href="https://github.com/{{ site.github_username }}">
<i class="fa fa-github fa-3x wow bounceIn" data-wow-delay=".1s"></i>
<p>{{ site.github_username }}</p>
</a>
</div>
<div class="row justify-content-center">
<div class="col-lg-2 text-center">
<a href="https://twitter.com/{{ site.twitter_username }}">
<i class="fab fa-twitter fa-4x wow bounceIn" data-wow-delay=".1s"></i>
<p class="author-info">{{ site.twitter_username }}</p>
</a>
</div>
<div class="col-lg-2 text-center">
<a href="mailto:{{ site.email }}">
<i class="fas fa-envelope fa-4x wow bounceIn" data-wow-delay=".1s"></i>
<p class="author-info">{{ site.email }}</p>
</a>
</div>
<div class="col-lg-2 text-center">
<a href="https://github.com/{{ site.github_username }}">
<i class="fab fa-github fa-4x wow bounceIn" data-wow-delay=".1s"></i>
<p class="author-info">{{ site.github_username }}</p>
</a>
</div>
</div>

</div>
</section>
20 changes: 12 additions & 8 deletions _includes/head.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,22 @@
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="">
<meta name="author" content="">
<meta name="description" content="{{ site.description }}">
<meta name="author" content="{{ site.name }}">

<title>Creative - Start Bootstrap Theme</title>
<title>{{ site.title }}</title>
<link rel="shortcut icon" type="image/x-icon" href="favicon.png">

<!-- Bootstrap Core CSS -->
<link rel="stylesheet" href="css/bootstrap.min.css" type="text/css">
<!-- Bootstrap Core CSS CDN-->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">

<!-- Bootstrap Grid CSS-->
<link rel="stylesheet" href="css/bootstrap-grid.css" type="text/css">

<!-- Custom Fonts -->
<link href='https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Merriweather:400,300,300italic,400italic,700,700italic,900,900italic' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="font-awesome/css/font-awesome.min.css" type="text/css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Open+Sans:600,700" type="text/css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Merriweather:400" type="text/css">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.6.3/css/all.css" integrity="sha384-UHRtZLI+pbxtHCWp1t77Bi1L4ZtiqrqD80Kn4Z8NTSRyMA2Fd33n5dQ8lWUE00s/" crossorigin="anonymous">

<!-- Plugin CSS -->
<link rel="stylesheet" href="css/animate.min.css" type="text/css">
Expand Down
2 changes: 1 addition & 1 deletion _includes/nav.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand page-scroll" href="#page-top">Start Bootstrap</a>
<a class="navbar-brand page-scroll" href="#page-top">{{ site.title }}</a>
</div>

<!-- Collect the nav links, forms, and other content for toggling -->
Expand Down
4 changes: 2 additions & 2 deletions _includes/scripts.html
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<!-- jQuery -->
<script src="js/jquery.js"></script>

<!-- Bootstrap Core JavaScript -->
<script src="js/bootstrap.min.js"></script>
<!-- Bootstrap Core JavaScript CDN-->
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa" crossorigin="anonymous"></script>

<!-- Plugin JavaScript -->
<script src="js/jquery.easing.min.js"></script>
Expand Down
10 changes: 5 additions & 5 deletions _includes/services.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,31 +8,31 @@ <h2 class="section-heading">At Your Service</h2>
</div>
</div>
<div class="container">
<div class="row">
<div class="row justify-content-center">
<div class="col-lg-3 col-md-6 text-center">
<div class="service-box">
<i class="fa fa-4x fa-diamond wow bounceIn text-primary"></i>
<i class="far fa-gem fa-4x wow bounceIn text-primary"></i>
<h3>Sturdy Templates</h3>
<p class="text-muted">Our templates are updated regularly so they don't break.</p>
</div>
</div>
<div class="col-lg-3 col-md-6 text-center">
<div class="service-box">
<i class="fa fa-4x fa-paper-plane wow bounceIn text-primary" data-wow-delay=".1s"></i>
<i class="fas fa-paper-plane fa-4x wow bounceIn text-primary" data-wow-delay=".1s"></i>
<h3>Ready to Ship</h3>
<p class="text-muted">You can use this theme as is, or you can make changes!</p>
</div>
</div>
<div class="col-lg-3 col-md-6 text-center">
<div class="service-box">
<i class="fa fa-4x fa-newspaper-o wow bounceIn text-primary" data-wow-delay=".2s"></i>
<i class="far fa-newspaper fa-4x wow bounceIn text-primary" data-wow-delay=".2s"></i>
<h3>Up to Date</h3>
<p class="text-muted">We update dependencies to keep things fresh.</p>
</div>
</div>
<div class="col-lg-3 col-md-6 text-center">
<div class="service-box">
<i class="fa fa-4x fa-heart wow bounceIn text-primary" data-wow-delay=".3s"></i>
<i class="fas fa-heart fa-4x wow bounceIn text-primary" data-wow-delay=".3s"></i>
<h3>Made with Love</h3>
<p class="text-muted">You have to make your websites with love these days!</p>
</div>
Expand Down
11 changes: 10 additions & 1 deletion _sass/_base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -316,11 +316,20 @@ header {
}

// Contact
#contact .fa {
#contact .fas {
color: $theme-dark;
font-size: 4em;
}

#contact .fab {
color: $theme-dark;
font-size: 4em;
}

.author-info {
font-size: 14px;
}

// Extras
// -- Highlight Color Customization
::-moz-selection {
Expand Down
5 changes: 3 additions & 2 deletions _sass/_mixins.scss
Original file line number Diff line number Diff line change
Expand Up @@ -57,10 +57,11 @@

@mixin sans-serif-font()
{
font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
font-family: 'Open Sans', sans-serif;
font-weight: 600;
}

@mixin serif-font()
{
font-family: 'Merriweather', 'Helvetica Neue', Arial, sans-serif;
font-family: 'Merriweather', serif;
}
Loading