Skip to content

Commit

Permalink
references fix
Browse files Browse the repository at this point in the history
  • Loading branch information
UPSxACE committed Apr 1, 2022
1 parent 7a3e15b commit 5b9375f
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion header.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<title>Eduardo Botelho</title>

<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.css" rel="stylesheet">
<link href="<?php echo get_template_directory_uri(); ?>/style.css" rel="stylesheet">
<link href="<?php echo get_template_directory_uri(); ?>/style.css?version=4.0" rel="stylesheet">
<script>
function switchTab(tabID, contactID) {
var tab = document.getElementById(tabID)
Expand Down
20 changes: 10 additions & 10 deletions index.php
Original file line number Diff line number Diff line change
Expand Up @@ -628,7 +628,7 @@
data-bs-toggle="modal"
data-bs-target="#exampleModal"
data-bs-title="Quarry manager platform, Yii2 back-end"
data-bs-picture="img/project5Medium.jpg"
data-bs-picture="<?php echo get_template_directory_uri(); ?>/img/project5Medium.jpg"
data-bs-project-name="Quarry Manager [Stage 2/3]"
data-bs-project-language="Portuguese"
data-bs-project-tech="Yii2"
Expand All @@ -638,7 +638,7 @@
>
<div class="card" style="width: 90%;">
<h5 class="card-title">Quarry manager platform, Yii2 back-end</h5>
<img src="img/project5Small.jpg" class="card-img-top" alt="...">
<img src="<?php echo get_template_directory_uri(); ?>/img/project5Small.jpg" class="card-img-top" alt="...">
<div class="card-body">
<div class="info d-flex justify-content-between">
<span class="status">In Progress</span><span class="line"> | </span><span class="dateStart">21st March, 2021</span>
Expand All @@ -652,7 +652,7 @@
data-bs-toggle="modal"
data-bs-target="#exampleModal"
data-bs-title="Quarry manager platform, static version"
data-bs-picture="img/project4Medium.png"
data-bs-picture="<?php echo get_template_directory_uri(); ?>/img/project4Medium.png"
data-bs-project-name="Quarry Manager [Stage 1/3]"
data-bs-project-language="Portuguese"
data-bs-project-tech="Bootstrap 4, Html5, CSS3, JavaScript"
Expand All @@ -662,7 +662,7 @@
>
<div class="card" style="width: 90%;">
<h5 class="card-title">Quarry manager platform, static version</h5>
<img src="img/project4Small.png" class="card-img-top" alt="...">
<img src="<?php echo get_template_directory_uri(); ?>/img/project4Small.png" class="card-img-top" alt="...">
<div class="card-body">
<div class="info d-flex justify-content-between">
<span class="status">In Progress</span><span class="line"> | </span><span class="dateStart">30th October, 2021</span>
Expand All @@ -676,7 +676,7 @@
data-bs-toggle="modal"
data-bs-target="#exampleModal"
data-bs-title="Personal Website (Wordpress Version)"
data-bs-picture="img/project3Medium.png"
data-bs-picture="<?php echo get_template_directory_uri(); ?>/img/project3Medium.png"
data-bs-project-name="Personal Website (Static)"
data-bs-project-language="Portuguese"
data-bs-project-tech="Wordpress, HTML5, CSS3, Bootstrap 5"
Expand All @@ -686,7 +686,7 @@
>
<div class="card" style="width: 90%;">
<h5 class="card-title">Personal website (Wordpress version)</h5>
<img src="img/project3Small.png" class="card-img-top" alt="...">
<img src="<?php echo get_template_directory_uri(); ?>/img/project3Small.png" class="card-img-top" alt="...">
<div class="card-body">
<div class="info d-flex justify-content-between">
<span class="status">In Progress</span><span class="line"> | </span><span class="dateStart">4th January, 2022</span>
Expand All @@ -700,7 +700,7 @@
data-bs-toggle="modal"
data-bs-target="#exampleModal"
data-bs-title="Personal Website (Static Version)"
data-bs-picture="img/project2Medium.png"
data-bs-picture="<?php echo get_template_directory_uri(); ?>/img/project2Medium.png"
data-bs-project-name="Personal Website (Static)"
data-bs-project-language="Portuguese"
data-bs-project-tech="HTML5, CSS3, Bootstrap 5"
Expand All @@ -710,7 +710,7 @@
>
<div class="card" style="width: 90%;">
<h5 class="card-title">Personal website (static version)</h5>
<img src="img/project2Small.png" class="card-img-top" alt="...">
<img src="<?php echo get_template_directory_uri(); ?>/img/project2Small.png" class="card-img-top" alt="...">
<div class="card-body">
<div class="info d-flex justify-content-between">
<span class="status">In Progress</span><span class="line"> | </span><span class="dateStart">1st January, 2021</span>
Expand All @@ -724,7 +724,7 @@
data-bs-toggle="modal"
data-bs-target="#exampleModal"
data-bs-title="Bragança 3D render, using Lumion"
data-bs-picture="img/project1Medium.jpg"
data-bs-picture="<?php echo get_template_directory_uri(); ?>/img/project1Medium.jpg"
data-bs-project-name="Av. Sá Carneiro (Bragança) 3D Modelling"
data-bs-project-language="Portuguese"
data-bs-project-tech="AutoCAD, ArchiCAD, Adobe Premiere, Lumion"
Expand All @@ -734,7 +734,7 @@
>
<div class="card" style="width: 90%;">
<h5 class="card-title">Bragança 3D modelling and render, using Lumion</h5>
<img src="img/project1Small.jpg" class="card-img-top" alt="...">
<img src="<?php echo get_template_directory_uri(); ?>/img/project1Small.jpg" class="card-img-top" alt="...">
<div class="card-body">
<div class="info d-flex justify-content-between">
<span class="status">Done</span><span class="line"> | </span><span class="dateStart">1st January, 2021</span>
Expand Down

0 comments on commit 5b9375f

Please sign in to comment.