Skip to content

Commit dfe618f

Browse files
icons GH and Linkin
1 parent ec3e6fc commit dfe618f

File tree

2 files changed

+14
-3
lines changed

2 files changed

+14
-3
lines changed

apps/website-app/public/index.html

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,14 @@ <h1>Hi, I'm Atanas 👋</h1>
2424

2525
<p>I live in Vancouver, Canada.</p>
2626

27-
<p>Linkedin: <a href="https://linkedin.com/in/aroussev" target="_blank">in/aroussev</a></p>
28-
<p>GitHub: <a href="https://github.com/nextinterfaces" target="_blank">nextinterfaces</a></p>
27+
<p><a href="https://linkedin.com/in/aroussev" target="_blank" aria-label="LinkedIn">
28+
<img class="icon-blue" src="https://cdn.jsdelivr.net/npm/simple-icons@latest/icons/linkedin.svg" alt="LinkedIn" width="20" height="20"></a> &nbsp; &nbsp; <a href="https://github.com/nextinterfaces" target="_blank" aria-label="GitHub">
29+
<img class="icon-blue" src="https://cdn.jsdelivr.net/npm/simple-icons@latest/icons/github.svg" alt="GitHub" width="20" height="20">
30+
</a></p>
2931
</article>
3032

3133
<section class="profile-content">
32-
<p>This <a href="https://app.roussev.com/">site</a> runs on a tiny 2gb kubernetes VM provisioned by Terraform and monitored using Grafana, Prometheus, Otel and Jaeger. It has some cool services running behind the scenes.</p>
34+
<p>This <a href="https://app.roussev.com/">site</a> runs on a tiny 2gb kubernetes VM provisioned by Terraform and monitored using Grafana, Prometheus, Otel and Jaeger. It has some cool services running behind the scenes too.</p>
3335

3436
<p>Few things I’ve built, none of which should be taken seriously or ready for use:</p>
3537
<p><a href="https://nextinterfaces.com/b/" target="_blank">NEXT</a> - Java framework for building native-looking HTML5 mobile apps</p>

apps/website-app/public/styles.css

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,15 @@ body {
9696
text-decoration: underline;
9797
}
9898

99+
.icon-blue {
100+
filter: brightness(0) saturate(100%) invert(27%) sepia(94%) saturate(2158%) hue-rotate(195deg) brightness(94%) contrast(95%);
101+
transition: filter 0.15s ease;
102+
}
103+
104+
a:hover .icon-blue {
105+
filter: brightness(0) saturate(100%) invert(40%) sepia(89%) saturate(1465%) hue-rotate(190deg) brightness(98%) contrast(98%);
106+
}
107+
99108
/* Pinned Section */
100109
.pinned-section {
101110
margin-top: 32px;

0 commit comments

Comments
 (0)