aboutsummaryrefslogtreecommitdiff
path: root/views
diff options
context:
space:
mode:
authorThedro Neely <thedroneely@gmail.com>2018-12-16 11:55:30 -0500
committerThedro Neely <thedroneely@gmail.com>2018-12-16 11:55:30 -0500
commitb23c160865534c3435578760a42aa31699940a41 (patch)
tree4369172ae067662942ca241897c24ff3707433bc /views
parenteb7f308e896ad5b60a11f43ed00d8d4fe1df9fda (diff)
downloadedwinmattiacci.com-b23c160865534c3435578760a42aa31699940a41.tar.gz
edwinmattiacci.com-b23c160865534c3435578760a42aa31699940a41.tar.bz2
edwinmattiacci.com-b23c160865534c3435578760a42aa31699940a41.zip
views/index: Home page syntax changes
Diffstat (limited to 'views')
-rw-r--r--views/index.view.php17
1 files changed, 12 insertions, 5 deletions
diff --git a/views/index.view.php b/views/index.view.php
index 4e821a7..8d872fe 100644
--- a/views/index.view.php
+++ b/views/index.view.php
@@ -5,10 +5,12 @@
<div class="intro">
<h1>Edwin Mattiacci</h1>
+
<h2>one day ennui was born from uniformity - motte</h2>
+ <br>
+
<div class="playerbox">
- <br>
<div class="left">
<ul class="graphic">
<li><a href="/audio/narrative.mp3"><p>&nbsp;Narrative</p></a></li>
@@ -69,8 +71,10 @@
<div onclick="hide()" class="closeButton">&times;</div>
<div class="overlay-container">
- <h1>Demos</h1>
- <p>Nothing to see here yet! In the meantime check out my <a style="color: red;" href="https://www.youtube.com/c/EdwinMattiacci" target="blank" rel="noopener noreferrer">Youtube Channel</a></p>
+ <h1>Demos</h1>
+ <p>Nothing to see here yet! In the meantime check out my
+ <a class="link__underline" href="https://www.youtube.com/c/EdwinMattiacci" rel="noopener noreferrer">Youtube Channel</a>
+ </p>
</div>
</div>
@@ -79,14 +83,17 @@
<div onclick="hide()" class="closeButton">&times;</div>
<div class="overlay-container">
- <h1>Projects</h1>
- <p>Nothing to see here yet! In the meantime check out my <a style="color: red;" href="https://www.youtube.com/c/EdwinMattiacci" target="blank" rel="noopener noreferrer">Youtube Channel</a></p>
+ <h1>Projects</h1>
+ <p>Nothing to see here yet! In the meantime check out my
+ <a class="link__underline" href="https://www.youtube.com/c/EdwinMattiacci" rel="noopener noreferrer">Youtube Channel</a>
+ </p>
</div>
</div>
</div>
</div>
+
</main>
<?php require __DIR__ . '/partials/footer.php'; ?>