summaryrefslogtreecommitdiff
path: root/_posts
diff options
context:
space:
mode:
authorBen Burwell <ben@benburwell.com>2015-08-11 22:57:07 -0400
committerBen Burwell <ben@benburwell.com>2015-08-11 22:57:07 -0400
commit1f7cff4d0b8d65a31487c07a0d9a9fc52b202679 (patch)
treeea4f6b9a1dfaf11b8f6b74842a056b4bfa0aba8e /_posts
parentb3967c83cbdba7f44c2ecef09d3e80801106ac81 (diff)
Reformat some posts for new styles
Diffstat (limited to '_posts')
-rw-r--r--_posts/2015-03-28-reset-forgotten-password-on-luks-encrypted-ubuntu.markdown2
-rw-r--r--_posts/2015-03-29-visualizing-congress-with-d3.markdown2
2 files changed, 2 insertions, 2 deletions
diff --git a/_posts/2015-03-28-reset-forgotten-password-on-luks-encrypted-ubuntu.markdown b/_posts/2015-03-28-reset-forgotten-password-on-luks-encrypted-ubuntu.markdown
index 5348e94..7837969 100644
--- a/_posts/2015-03-28-reset-forgotten-password-on-luks-encrypted-ubuntu.markdown
+++ b/_posts/2015-03-28-reset-forgotten-password-on-luks-encrypted-ubuntu.markdown
@@ -20,7 +20,7 @@ I needed to reset my account password. Normally, with physical access to a machi
My second approach was to boot into single user mode by editing the GRUB command script.
-<div class="center"><a href="/assets/images/ubuntu-grub.png"><img src="/assets/images/ubuntu-grub.png" alt="Ubuntu's GRUB menu"></a></div>
+<div class="text-center"><a href="/assets/images/ubuntu-grub.png"><img src="/assets/images/ubuntu-grub.png" alt="Ubuntu's GRUB menu"></a></div>
By going down to the recovery mode option and hitting <kbd>e</kbd>, you can edit the GRUB commands. By adding <code>init=/bin/bash</code> at the end of the line beginning with <code>linux</code> that specifies the boot image, you can specify an initial shell to use. Then I hit <kbd>F10</kbd> to boot.
diff --git a/_posts/2015-03-29-visualizing-congress-with-d3.markdown b/_posts/2015-03-29-visualizing-congress-with-d3.markdown
index e27377d..18e7bb8 100644
--- a/_posts/2015-03-29-visualizing-congress-with-d3.markdown
+++ b/_posts/2015-03-29-visualizing-congress-with-d3.markdown
@@ -18,7 +18,7 @@ date: 2015-03-29 00:00:00
I've been wanting to learn [D3.js](http://d3js.org/) for a while now, so I decided to create some visualizations of the United States Congress, inspired by Neil deGrasse Tyson:
-<div class="center">
+<div class="text-center">
<img alt="What profession do all of these senators and congressmen have?" src="/assets/images/vis_ndgt0.jpg">
<img alt="Law, law, law, law, business man, law, law, law..." src="/assets/images/vis_ndgt1.jpg"><br>
<img alt="Where are the scientists? Where are the engineers? Where's the rest of... life?" src="/assets/images/vis_ndgt2.jpg"><br>