mirror of
https://github.com/hex248/ob248.com.git
synced 2026-02-07 18:23:04 +00:00
added cv link
This commit is contained in:
@@ -115,7 +115,7 @@ const sortedTags = Array.from(allTags).sort((a, b) => a.localeCompare(b));
|
||||
class="github-icon-link flex items-center gap-1"
|
||||
title="GitHub Profile"
|
||||
>
|
||||
<Icon name="mdi:github" class="w-6 h-6" />
|
||||
<Icon name="mdi:github" class="w-5 h-5" />
|
||||
hex248
|
||||
</a>
|
||||
/ <a
|
||||
@@ -123,9 +123,19 @@ const sortedTags = Array.from(allTags).sort((a, b) => a.localeCompare(b));
|
||||
class="github-icon-link flex items-center gap-1"
|
||||
title="Email"
|
||||
>
|
||||
<Icon name="mdi:email-outline" class="w-6 h-6" />
|
||||
<Icon name="mdi:email-outline" class="w-5 h-5" />
|
||||
04oliverbryan@gmail.com
|
||||
</a>
|
||||
/ <a
|
||||
href="/cv.pdf"
|
||||
target="_blank"
|
||||
rel="noopener noreferrer"
|
||||
class="github-icon-link flex items-center gap-1"
|
||||
title="Download CV"
|
||||
>
|
||||
<Icon name="mdi:file-document-outline" class="w-5 h-5" />
|
||||
CV
|
||||
</a>
|
||||
</span>
|
||||
<ul class="list-disc ml-4 mb-2">
|
||||
<li>
|
||||
|
||||
Reference in New Issue
Block a user