aboutsummaryrefslogtreecommitdiff
path: root/app/views/resume.view.php
diff options
context:
space:
mode:
authorThedro Neely <thedroneely@gmail.com>2019-03-02 22:01:34 -0500
committerThedro Neely <thedroneely@gmail.com>2019-03-02 22:01:34 -0500
commit6911f756eb380b325fb24b4469ef16cf9c6b529d (patch)
tree997246e8e25861e5a1a3893d82b5b32b9267ed68 /app/views/resume.view.php
parent5f3de5ca337e4379196d9ed8094b71b5a6ef5a11 (diff)
downloadthedroneely.com-6911f756eb380b325fb24b4469ef16cf9c6b529d.tar.gz
thedroneely.com-6911f756eb380b325fb24b4469ef16cf9c6b529d.tar.bz2
thedroneely.com-6911f756eb380b325fb24b4469ef16cf9c6b529d.zip
app/views/resume: Update content and remove generic container
Diffstat (limited to 'app/views/resume.view.php')
-rw-r--r--app/views/resume.view.php19
1 files changed, 12 insertions, 7 deletions
diff --git a/app/views/resume.view.php b/app/views/resume.view.php
index 6a40173..8c47ea6 100644
--- a/app/views/resume.view.php
+++ b/app/views/resume.view.php
@@ -24,8 +24,6 @@
<body class="has-background-grey-dark">
- <div class="container is-fullhd">
-
<div class="columns max__height is-gapless">
<div class="column column__background is-4">
@@ -180,9 +178,18 @@
<div class="timeline-content">
<p class="heading">How long have you been programming?</p>
<p class="is-size-7">
- For approximately 3 years. I was recently taught PHP by
- a fellow programmer however web application development is not a recent endeavor.
- I've made quite a few websites before this, but mostly in private.
+ I've been programming for a long time, too long to accurately say.
+ </p>
+ </div>
+ </div>
+
+ <div class="timeline-item">
+ <div class="timeline-marker"></div>
+ <div class="timeline-content">
+ <p class="heading">What is your preferred stack?</p>
+ <p class="is-size-7">
+ PHP 7 + PostgreSQL. Pretty decent stuff. I'm still learning
+ Vue and React. I'd like to learn Go next.
</p>
</div>
</div>
@@ -233,5 +240,3 @@
</div>
</div>
-
- </div>