Skip to content
Merged
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
2 changes: 1 addition & 1 deletion css/main.css

Large diffs are not rendered by default.

Binary file modified css/main.css.gz
Binary file not shown.
20 changes: 14 additions & 6 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,12 @@
<div class="container">
<div class="row">
<div class="col-12 col-sm-6 offset-sm-3">
<div class="img-wrap">
<img class="logo img-fluid mx-auto d-block" alt="bootpack" src="images/logo.svg" />
</div>
<h1 class="bp-banner-title text-center"><span style="color: #7044a6">boot</span><span style="color: #1c78c0">pack</span></h1>
<h1 class="img-wrap">
<a href="https://github.io/bootpack" class="link link=logo" title="bootpack">
<img src="images/logo.svg" class="logo img-fluid mx-auto d-block" alt="bootpack" />
</a>
</h1>
<h2 class="bp-tagline sr-only">Boilerplates for webpack and bootstrap</h2>
</div>
</div>
</div>
Expand All @@ -42,9 +44,15 @@ <h1 class="bp-banner-title text-center"><span style="color: #7044a6">boot</span>
<div id="body" class="bp-body">
<div class="container">
<main id="content" class="bp-content">
<article class="entry page-entry">
<article class="bp-article">
<div class="row">

<div class="col col-primary col-12 col-sm-9 offset-sm-1 col-md-8 offset-md-2 col-lg-6 offset-lg-3">
<p class="h2"><a href="https://github.io/bootpack/bootpack" class="link primary" title="github.io/bootpack">bootpack</a></p>
<ul class="list list-primary">
<li><a href="https://github.io/bootpack/bootpack" class="link secondary" title="github.io/bootpack/bootpack">bootpack</a></li>
<li><a href="https://github.io/bootpack/bootpack-reactstrap" class="link secondary" title="github.io/bootpack/bootpack-reactstrap">bootpack-reactstrap</a></li>
</ul>
</div>
</div>
</article>
</main>
Expand Down
Binary file modified index.html.gz
Binary file not shown.
5 changes: 5 additions & 0 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "bootpack.github.io",
"version": "1.0.0",
"description": "The website for bootpack: A webpack + bootstrap boilerplate.",
"version": "1.1.0",
"description": "The website for bootpack: A webpack + bootstrap boilerplate",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
Expand Down