aboutsummaryrefslogtreecommitdiff
path: root/app/views/index.view.php
diff options
context:
space:
mode:
authorThedro Neely <thedroneely@gmail.com>2019-02-24 20:20:23 -0500
committerThedro Neely <thedroneely@gmail.com>2019-02-24 20:20:23 -0500
commit77a705b55f08e6ad5f8acd83320520f7e269e80e (patch)
treed5ecb17442d746eff3f69a150ccd48c64a11537a /app/views/index.view.php
parent6783137b179f6c49b26976c8416ff5d60779a0a6 (diff)
downloadthedroneely.com-77a705b55f08e6ad5f8acd83320520f7e269e80e.tar.gz
thedroneely.com-77a705b55f08e6ad5f8acd83320520f7e269e80e.tar.bz2
thedroneely.com-77a705b55f08e6ad5f8acd83320520f7e269e80e.zip
app/views/index: Front page adjustments
Diffstat (limited to 'app/views/index.view.php')
-rw-r--r--app/views/index.view.php11
1 files changed, 3 insertions, 8 deletions
diff --git a/app/views/index.view.php b/app/views/index.view.php
index 3e6cd37..bff5b9c 100644
--- a/app/views/index.view.php
+++ b/app/views/index.view.php
@@ -4,14 +4,11 @@
<?php require __DIR__ . '/partials/navigator.php'; ?>
- <section class="section hero" itemscope itemtype="http://schema.org/HomePage">
+ <section class="section" itemscope itemtype="http://schema.org/HomePage">
- <div class="hero-body">
<div class="container">
<div class="columns is-centered">
- <div class="column is-8">
-
- <br>
+ <div class="column is-7">
<h1 class="title has-text-weight-normal">
<span>
@@ -34,8 +31,7 @@
<p class="has-text-left has-text-black line__height">
My name is Thedro (<span class="has-text-grey-dark">tee-dro</span>) &mdash;
- a web developer and self-taught
- <a href="https://en.wikipedia.org/wiki/Linux">linux and unix-like</a>
+ a web developer and <a href="https://en.wikipedia.org/wiki/Linux">linux and unix-like</a>
system administrator.
There are many different tools and programming languages I've come across.
Welcome to my corner of the web. Here you'll find things I've
@@ -94,7 +90,6 @@
</div>
</div>
</div>
- </div>
</section>