Experience Array Data Added
This commit is contained in:
+24
-12
@@ -130,11 +130,9 @@
|
||||
<a href="<?= $_SERVER['REQUEST_SCHEME'] . '://' . $_SERVER['HTTP_HOST'] . '/about'; ?>" class="py-15 pr-60">About Me</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="#solutions" class="py-15 pr-60">
|
||||
Solutions
|
||||
<span class="link-icon inline-flex hide-if-empty right-icon">
|
||||
<i class="lqd-icn-ess icon-ion-ios-arrow-down"></i>
|
||||
</span>
|
||||
<a href="https://blog.tokslaw.com" class="py-15 pr-60">
|
||||
Blog
|
||||
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
@@ -231,11 +229,8 @@
|
||||
<a href="./page-start-hub-8-projects.html" class="py-15 pr-60">For Business</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="#solutions" class="py-15 pr-60">
|
||||
Solutions
|
||||
<span class="link-icon inline-flex hide-if-empty right-icon">
|
||||
<i class="lqd-icn-ess icon-ion-ios-arrow-down"></i>
|
||||
</span>
|
||||
<a href="https://blog.tokslaw.com" class="py-15 pr-60">
|
||||
Blog
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
@@ -255,7 +250,7 @@
|
||||
<section id="about" class="active">
|
||||
<div class="container page-title text-center">
|
||||
<h2 class="text-center">about <span>me</span></h2>
|
||||
<span class="title-head-subtitle">I develop, design and code solutions, and I love what I do.</span>
|
||||
<h5><span class="title-head-subtitle">I develop, design and code solutions, and I love what I do.</span></h5>
|
||||
</div>
|
||||
|
||||
<div class="container infos">
|
||||
@@ -291,7 +286,7 @@
|
||||
</ul>
|
||||
</div>
|
||||
<div class="col-12 resume-btn-container">
|
||||
<a href="public/assets/images/Tokunbo_Lawal_Resume.pdf" class="btn btn-resume">
|
||||
<a href="./assets/images/Tokunbo_Lawal_Resume.pdf" class="btn btn-resume">
|
||||
<span><i class="fa fa-download"></i> Download My Resume</span>
|
||||
</a>
|
||||
</div>
|
||||
@@ -302,6 +297,23 @@
|
||||
<div class="container col-12 mx-auto text-center">
|
||||
<hr class="about-section">
|
||||
</div>
|
||||
|
||||
<div>
|
||||
<h5 class="text-center"><span>Experience</span></h5>
|
||||
|
||||
<?php if (! empty($content)) { ?>
|
||||
<?php foreach($content as $item) { ?>
|
||||
<div><ul><li><?php echo $item ['title']; ?></li></ul></div>
|
||||
<div><ul> <li><?php echo $item ['company']; ?></li></ul></div>
|
||||
<div><ul><li><?php echo $item ['duration']; ?></li></ul></div>
|
||||
<div><ul><li><?php echo $item ['description']; ?></li></ul></div>
|
||||
<?php
|
||||
} ?>
|
||||
<?php } ?>
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
</section>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user