Skip to content

Commit 1670717

Browse files
authored
📦 - Updates
1 parent f086155 commit 1670717

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

index.html

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ <h2 class="containerTitle">
139139

140140
<span>🤔 You can find out my skills and my latest projects bellow. Let's check it out.</span>
141141

142-
<span>📝 Check out my <a href="./assets/docs/curriulum-vitae-english.pdf" target="_blank">Curriculum Vitae</a>.</span>
142+
<span>📝 Check out my <a href="https://csfelix.vercel.app" target="_blank">Blog</a> and <a href="./assets/docs/curriulum-vitae-english.pdf" target="_blank">Curriculum Vitae</a>.</span>
143143

144144
<br />
145145

@@ -418,13 +418,13 @@ <h2 class="containerTitle">
418418
<br /><br />
419419

420420
<!--
421-
**********
422-
** Blog **
423-
**********
421+
****************
422+
** Dashboards **
423+
****************
424424
-->
425-
<div id="blogBtn" class="projectBtn">
426-
<img src="./assets/icons/debian.png" alt="Blog Logo" />
427-
<span>Blog</span>
425+
<div id="dashboardBtn" class="projectBtn">
426+
<img src="./assets/icons/dashboard.png" alt="Dashboards Logo" />
427+
<span>Dashboards</span>
428428
</div>
429429

430430
<br /><br />
@@ -798,26 +798,26 @@ <h2 class="containerTitle">
798798

799799
</div>
800800

801-
<!-- Blog -->
802-
<div id="blogModal" class="modal">
801+
<!-- Dashboards -->
802+
<div id="dashboardModal" class="modal">
803803

804804
<div class="modalContent">
805805

806806
<!-- close button -->
807-
<span id="blogClose" class="close">&times;</span>
807+
<span id="dashboardClose" class="close">&times;</span>
808808

809809
<!-- title -->
810810
<div class="modalTitle">
811-
<img src="./assets/icons/debian.png" alt="Blog Logo" />
811+
<img src="./assets/icons/dashboard.png" alt="Dashboards Logo" />
812812
&nbsp
813-
<span>Blog</span>
813+
<span>Dashboards</span>
814814
</div>
815815

816816
<br />
817817

818818
<!-- items -->
819819
<div class="modalItems">
820-
<img id="blogModalSticker" alt="Hey There" />
820+
<img id="dashboardModalSticker" alt="Hey There" />
821821
&nbsp
822822
<span>Coming soon on March 2023...</span>
823823
</div>

0 commit comments

Comments
 (0)