aboutsummaryrefslogtreecommitdiff
path: root/app/views/index.view.php
diff options
context:
space:
mode:
authorThedro Neely <thedroneely@gmail.com>2018-11-18 19:30:50 -0500
committerThedro Neely <thedroneely@gmail.com>2018-11-18 19:30:50 -0500
commitb820ce28c79ef42bf8976b258f50486ae81931f8 (patch)
tree23c33591e33be71aa511ffc3e2112d5103f80e4f /app/views/index.view.php
parent1d224d3920190bdc4e7bc708cc91a67c064f4388 (diff)
downloadthedroneely.com-b820ce28c79ef42bf8976b258f50486ae81931f8.tar.gz
thedroneely.com-b820ce28c79ef42bf8976b258f50486ae81931f8.tar.bz2
thedroneely.com-b820ce28c79ef42bf8976b258f50486ae81931f8.zip
app/views: General site design update and refresh
Let website be more minimal with white background Add home page image
Diffstat (limited to 'app/views/index.view.php')
-rw-r--r--app/views/index.view.php79
1 files changed, 21 insertions, 58 deletions
diff --git a/app/views/index.view.php b/app/views/index.view.php
index f6e2f15..2068415 100644
--- a/app/views/index.view.php
+++ b/app/views/index.view.php
@@ -2,17 +2,17 @@
<body>
- <section class="section hero" itemscope itemtype="http://schema.org/HomePage">
- <div class="hero-head">
+<?php require __DIR__ . '/partials/navigator.php'; ?>
- <?php require __DIR__ . '/partials/navigator.php'; ?>
+ <section class="section hero" itemscope itemtype="http://schema.org/HomePage">
- </div>
<div class="hero-body">
<div class="container">
<div class="columns is-centered">
<div class="column is-8">
+ <br>
+
<h1 class="title has-text-weight-normal">
<span>
Web
@@ -23,25 +23,30 @@
</h1>
<h2 class="subtitle has-text-grey-dark has-text-weight-normal">
- Thedro Neely
+ In it for the long haul
</h2>
+ <img alt="Mountains" width="960" height="480" src="/images/mountains.jpg">
+
<div class="content">
+ <br>
+
<p class="has-text-left has-text-black line__height">
- My name is Thedro (tee-dro) &mdash; a web developer and self-taught
- <a href="https://en.wikipedia.org/wiki/Linux">linux and unix-like</a>
- system administrator.
+ My name is Thedro (<span class="has-text-grey">tee-dro</span>) &mdash;
+ a web developer and self-taught
+ <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 small part of the web. Here you'll find things I've
+ Welcome to my corner of the web. Here you'll find things I've
worked on as well as other interesting discoveries.
</p>
</div>
<div class="columns">
+
<div class="column">
- <h3 class="heading has-text-black is-marginless is-size-5">
+ <h3 class="has-text-dark is-marginless is-size-5">
Recent Posts
</h3>
@@ -62,12 +67,12 @@
<br>
- <li><a class="front__frame" href="post/">More posts<span class="icon">➤</span></a></li>
+ <li><a class="front__frame" href="post/">More posts <span class="icon">➤</span></a></li>
</ul>
</div>
<div class="column">
- <h3 class="heading has-text-black is-marginless is-size-5">
+ <h3 class="has-text-dark is-marginless is-size-5">
Recent Projects
</h3>
@@ -88,58 +93,16 @@
<br>
- <li><a class="front__frame" href="project/">More projects<span class="icon">➤</span></a></li>
+ <li><a class="front__frame" href="project/">More projects <span class="icon">➤</span></a></li>
</ul>
</div>
- </div>
-
- <!-- <div>
- <img width="200" src="/images/valley.png">
- </div> -->
-
- </div>
-
- <!-- <div class="column is-4 has-text-left">
-
- <div class="tabs is-boxed" style="margin-bottom: 0;">
- <ul>
- <li class="is-active">
- <a>
- <span class="is-size-7">Activity</span>
- </a>
- </li>
- <li>
- <a style="background-color: #fff; color: #999; border: 0;">
- <span class="is-size-7">Status</span>
- </a>
- </li>
- </ul>
</div>
-
- <div style="background-color: #f2f2f2; padding: 10px;border: 1px solid #dbdbdb; min-height: 350px;">
-
- <div class="card">
- <header class="card-header">
- <p class="card-header-title is-size-7">
- Last Github Commit
- </p>
- <a href="#" class="card-header-icon" aria-label="more options">
- </a>
- </header>
- <div class="card-content" style="padding: 0.5rem;">
- <div class="content is-size-7">
- Lorem ipsum dolor sit amet, consectetur adipiscing elit. Phasellus nec iaculis mauris.
- </div>
- </div>
- </div>
-
- </div>
-
- </div> -->
-
+ </div>
</div>
</div>
</div>
+</section>
+<section>
<?php require __DIR__ . '/partials/footer.php'; ?>