aboutsummaryrefslogtreecommitdiff
path: root/views
diff options
context:
space:
mode:
authorThedro Neely <thedroneely@gmail.com>2018-11-22 00:52:36 -0500
committerThedro Neely <thedroneely@gmail.com>2018-11-22 00:52:36 -0500
commit4e9fc775cd4e7c204b83a697948ca3780e215b4e (patch)
treee1e94b34d5ab01a6d3981caf299e356333fb7e04 /views
parenta5144c285ac030e812d76fe62d2075f7e607118a (diff)
downloadedwinmattiacci.com-4e9fc775cd4e7c204b83a697948ca3780e215b4e.tar.gz
edwinmattiacci.com-4e9fc775cd4e7c204b83a697948ca3780e215b4e.tar.bz2
edwinmattiacci.com-4e9fc775cd4e7c204b83a697948ca3780e215b4e.zip
public/fonts: Remove ionicons and replace with SVG variant
Diffstat (limited to 'views')
-rw-r--r--views/index.view.php8
1 files changed, 4 insertions, 4 deletions
diff --git a/views/index.view.php b/views/index.view.php
index da7a676..4e821a7 100644
--- a/views/index.view.php
+++ b/views/index.view.php
@@ -27,7 +27,7 @@
<a onclick="showFaq()" href="#">
<span class="frame">
- <i class="ion icon ion-md-list-box"></i>
+ <?php echo file_get_contents($_SERVER['DOCUMENT_ROOT'] . '/fonts/ionicons/md-list-box.svg'); ?>
<br>
<p class="frame-info">FAQ</p>
</span>
@@ -35,15 +35,15 @@
<a onclick="showDemo()" href="#">
<span class="frame">
- <i class="ion icon ion-md-microphone"></i>
+ <?php echo file_get_contents($_SERVER['DOCUMENT_ROOT'] . '/fonts/ionicons/md-microphone.svg'); ?>
<br>
<p class="frame-info">Demos</p>
- </span>
+ </span>
</a>
<a onclick="showProjects()" href="#">
<span class="frame">
- <i class="ion icon ion-md-filing"></i>
+ <?php echo file_get_contents($_SERVER['DOCUMENT_ROOT'] . '/fonts/ionicons/md-filing.svg'); ?>
<br>
<p class="frame-info">Projects</p>
</span>