Skip to content

Commit

Permalink
update column sizing globally and date
Browse files Browse the repository at this point in the history
  • Loading branch information
davidtmiller committed Jul 27, 2018
1 parent 81cd615 commit 12c8989
Show file tree
Hide file tree
Showing 17 changed files with 10 additions and 11 deletions.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion 404.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ <h2 class="mt-4 mb-0" id="postSubheading">Page Not Found!</h2>
<main class="page-section bg-white">
<div class="container-fluid px-5">
<div class="row m-0">
<div class="col-lg-8 p-0">
<div class="col-md-9 col-lg-6 p-0">

<h2>The requested page could not be found.</h2>
<p>Sorry about that, it looks like this page is missing! <a href="/">Return to home</a> to get back on track! Thanks for visitng the website!</p>
Expand Down
3 changes: 1 addition & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,7 @@ DEPENDENCIES
jekyll (~> 3.6.0)
jekyll-feed (~> 0.6)
jekyll-paginate (~> 1.1.0)
rb-fsevent (<= 0.9.4)
tzinfo-data

BUNDLED WITH
1.15.3
1.16.2
2 changes: 1 addition & 1 deletion _includes/footer.html
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
<footer class="bg-dark text-white p-5">
Copyright &copy; David Miller 2017
Copyright &copy; David Miller 2018
</footer>
2 changes: 1 addition & 1 deletion _layouts/home.html
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ <h2 class="text-white mb-0" id="pageSubheading">
<main class="post-list bg-white">
<div class="container-fluid px-5">
<div class="row m-0">
<div class="col-lg-8 p-0">
<div class="col-md-9 col-lg-6 p-0">

{% for post in site.posts limit: 5 %}

Expand Down
2 changes: 1 addition & 1 deletion _layouts/post.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<div class="post-pagination mb-5">
<div class="container-fluid px-5">
<div class="row">
<div class="col-md-9 col-lg-8">
<div class="col-md-9 col-lg-6">
<div class="row">
<div class="col-6 mr-auto text-left">
{% if page.previous.url %}
Expand Down
2 changes: 1 addition & 1 deletion _posts/2017-12-06-hello-world.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<section class="post-section">
<div class="container-fluid px-5">
<div class="row">
<div class="col-md-9 col-lg-8">
<div class="col-md-9 col-lg-6">
<h2 class="mb-5">You don't know me, but you might know my open source project <a href="https://startbootstrap.com">Start Bootstrap</a>.</h2>
<p>At the point of writing this, I've been a web designer for over nine years. It sounds crazy saying it out loud. Now if you've stumbled upon this post, you probably got here due to my affiliation with Start Bootstrap, an open source project that I created and still manage to this day. Regardless of how you ended up here, welcome!</p>
<p>Now I am not a great blogger, or writer for that matter, but this is my humble attempt at changing that. Friends and acquaintances have been telling me for the past few years that I should start sharing my thoughts and writing from time to time, so here I am after reading one too many articles about motivation and making things happen.</p>
Expand Down
2 changes: 1 addition & 1 deletion about.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<main class="page-section bg-white">
<div class="container-fluid px-5">
<div class="row m-0">
<div class="col-lg-8 p-0">
<div class="col-md-9 col-lg-6 p-0">

<h2 class="mb-5">Web Designer, Wake Surfer, Creator of Start Bootstrap</h2>
<p>I'm a web designer pixel pushing in Orlando, Florida. I've been a web designer for over nine years, starting out as a designer for the University of Central Florida.</p>
Expand Down
4 changes: 2 additions & 2 deletions posts/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<main class="post-list bg-white">
<div class="container-fluid px-5">
<div class="row m-0">
<div class="col-lg-8 p-0">
<div class="col-md-9 col-lg-6 p-0">

{% for post in paginator.posts %}

Expand All @@ -28,7 +28,7 @@ <h3>{{ post.title }}</h3>
<div class="post-pagination mb-5">
<div class="container-fluid px-5">
<div class="row">
<div class="col-md-9 col-lg-8">
<div class="col-md-9 col-lg-6">
<div class="row">
<div class="col-6 mr-auto text-left">
{% if paginator.previous_page %}
Expand Down
2 changes: 1 addition & 1 deletion projects.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<main class="page-section bg-white">
<div class="container-fluid px-5">
<div class="row m-0">
<div class="col-lg-8 p-0">
<div class="col-md-9 col-lg-6 p-0">

<h2><a href="https://startbootstrap.com">Start Bootstrap</a></h2>
<p>Forever free, open source, and easy to use templates and themes for the popular Bootstrap framework. Millions of users have visited Start Bootstrap and downloaded themes since it's creation in August 2013.</p>
Expand Down

0 comments on commit 12c8989

Please sign in to comment.