mirror of
https://github.com/hex248/ob248.com.git
synced 2026-02-07 18:23:04 +00:00
improved "Skills" and added photography link
This commit is contained in:
@@ -73,6 +73,20 @@ const projects: ProjectMetadata[] = Object.values(
|
|||||||
---
|
---
|
||||||
|
|
||||||
<style>
|
<style>
|
||||||
|
.inline-link {
|
||||||
|
text-decoration: none;
|
||||||
|
border-bottom: 1px solid var(--ayu-blue-500);
|
||||||
|
color: var(--ayu-blue-500);
|
||||||
|
transition:
|
||||||
|
color 0.1s,
|
||||||
|
border-color 0.1s;
|
||||||
|
margin-bottom: 16px;
|
||||||
|
}
|
||||||
|
.inline-link:hover {
|
||||||
|
color: var(--ayu-blue-600);
|
||||||
|
border-color: var(--ayu-blue-600);
|
||||||
|
}
|
||||||
|
|
||||||
.github-icon-link {
|
.github-icon-link {
|
||||||
color: var(--ayu-accent);
|
color: var(--ayu-accent);
|
||||||
transition: color 0.2s ease;
|
transition: color 0.2s ease;
|
||||||
@@ -118,12 +132,17 @@ const projects: ProjectMetadata[] = Object.values(
|
|||||||
1 year in industry as a Junior Software Developer
|
1 year in industry as a Junior Software Developer
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<span class="text-ayu-blue-500 font-500">Skills: </span>React,
|
<span class="text-ayu-blue-500 font-500">Skills: </span>Web
|
||||||
TypeScript, Pixel-Art
|
Development, Game Development, Python, JavaScript, TypeScript
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<span class="text-ayu-red-500 font-500">Hobbies: </span>Music,
|
<span class="text-ayu-red-500 font-500">Hobbies: </span>Music,
|
||||||
Travel, Badminton
|
Travel, Badminton, <a
|
||||||
|
href="https://photos.oliverbryan.com"
|
||||||
|
target="_blank"
|
||||||
|
rel="noopener noreferrer"
|
||||||
|
class="inline-link">Photography</a
|
||||||
|
>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<span class="text-ayu-blue-500 font-500">Age: </span>
|
<span class="text-ayu-blue-500 font-500">Age: </span>
|
||||||
|
|||||||
Reference in New Issue
Block a user