Skip to content

Commit

Permalink
Update default.html
Browse files Browse the repository at this point in the history
  • Loading branch information
TzorAL authored Jan 13, 2024
1 parent a852b68 commit 281a424
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions _layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -37,33 +37,33 @@
<h1><a href="{{ "/" | absolute_url }}">{{ site.title | default: site.github.repository_name }}</a></h1>
<img src="{{site.logo | relative_url}}" alt="Logo" />
<p>{{ site.description | default: site.github.project_tagline }}</p>
<!-- <div class="icon-container">
<div class="icon-container">
<!-- Github --> -->
<a href="https://github.com/TzorAL" style="text-decoration: none; color: black;">
<img src="https://raw.githubusercontent.com/TzorAL/AboutMe/master/images/media/github.svg" alt="GitHub">
<!-- <span>TzorAL</span> -->
<span>TzorAL</span>
</a>
<!-- OrcID -->
<a href="https://orcid.org/0009-0002-5020-4485" style="text-decoration: none; color: black;">
<img src="https://raw.githubusercontent.com/TzorAL/AboutMe/master/images/media/orcid.svg" alt="OrcID">
<!-- <span>0009-0002-5020-4485</span> -->
<span>0009-0002-5020-4485</span>
</a>
<!-- Mail -->
<a href="mailto:tzortzisalex99@gmail.com">
<img src="https://raw.githubusercontent.com/TzorAL/AboutMe/master/images/media/mail.svg" alt="Mail">
<!-- <span>tzortzisalex99@gmail.com</span> -->
<span>tzortzisalex99@gmail.com</span>
</a>
<!-- Phone -->
<a href="">
<img src="https://raw.githubusercontent.com/TzorAL/AboutMe/master/images/media/phone.svg" alt="Phone">
<!-- <span>+306980491324</span> -->
<span>+306980491324</span>
</a>
<!-- CV -->
<a href="https://raw.githubusercontent.com/TzorAL/AboutMe/master/images/cv/Curriculum_Vitae.pdf" download>
<img src="https://raw.githubusercontent.com/TzorAL/AboutMe/master/images/media/cv.svg" alt="Download CV">
<!-- <span> Alexandros M. Tzortzis </span> -->
<span> Alexandros M. Tzortzis </span>
</a>
<!-- </div> -->
</div>
</header>
<section>
{{ content }}
Expand Down

0 comments on commit 281a424

Please sign in to comment.