Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
aksakalli committed Dec 12, 2018
1 parent de3e29a commit 46fd99a
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,13 @@
<div class="header-container jumbotron">
<div class="container">
<h1>Jekyll Template for Project Websites</h1>
<p>Simple and modern design for publishing blog posts, documentation and many more things for your project.
<p>Simple and modern design for publishing blog posts, documentation and many more things about your project.
You can now clone and start to create a website for your project like this one.</p>
<p><a class="btn btn-primary btn-lg" href="{{ "/docs/home/" | prepend: site.baseurl }}" role="button">Learn more</a></p>
</div>
</div>


<div class="container">

<div class="row">
<div class="col-md-6">
<h2 class="header-light regular-pad">What is Jekyll?</h2>
Expand All @@ -31,22 +29,20 @@ <h2 class="header-light regular-pad">What is Jekyll?</h2>
<img src="img/jekyll-dark.png" alt="" class="img-responsive">
</div>
</div>

<hr>

<div class="row">
<div class="col-sm-4">
<h1 class="text-center"><i class="fa fa-pencil" aria-hidden="true"></i></h1>
<h3 class="text-center">Easy to install and publish</h3>
<p>Get started by cloning source into GitHub account of your project. Thanks to <a href="https://pages.github.com">GitHub Pages</a>,
it will be automatically compiled and published under your project's subdomain on `github.io`.
it will be automatically compiled and published under your account's (or organisation's) subdomain under <code>github.io</code>.
</p>
</div>
<div class="col-sm-4">
<h1 class="text-center"><i class="fa fa-cogs" aria-hidden="true"></i></h1>
<h3 class="text-center">Modular Styling and Templating</h3>
<p>This template uses <a href="https://github.com/twbs/bootstrap-sass">bootstrap-sass</a> along with <a href="https://bootswatch.com/">Bootwatch themes</a>.
You can change the theme or write your custom by overwriting bootstrap sass variables for a different color set, font options, etc.</p>
You can change the theme or write your custom one by overwriting bootstrap sass variables for a different color set, font options, etc.</p>
</div>
<div class="col-sm-4">
<h1 class="text-center"><i class="fa fa-code-fork" aria-hidden="true"></i></h1>
Expand All @@ -55,6 +51,4 @@ <h3 class="text-center">Git-based source control</h3>
maintaining your documentation along with the source code; publish the page when you merge to the master branch.</p>
</div>
</div>


</div>

0 comments on commit 46fd99a

Please sign in to comment.