Skip to content

Commit ae76412

Browse files
adds GH icon link
1 parent 50ef3cd commit ae76412

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

apps/observability-app/public/index.html

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,11 @@
1919
margin-bottom: 1rem;
2020
color: var(--text-primary, #333);
2121
}
22+
.profile-header {
23+
display: flex;
24+
justify-content: space-between;
25+
align-items: center;
26+
}
2227
.profile-header a {
2328
color: var(--link-color, #0969da);
2429
text-decoration: none;
@@ -93,6 +98,9 @@
9398
<div class="profile-container">
9499
<div class="profile-header">
95100
<a href="https://roussev.com">/root</a>
101+
<a href="https://github.com/nextinterfaces/roussev.com" target="_blank" rel="noopener">
102+
<img src="https://cdn.jsdelivr.net/gh/devicons/devicon/icons/github/github-original.svg" class="link-icon" alt="GitHub">
103+
</a>
96104
</div>
97105

98106
<h2>Tools</h2>

apps/website-app/public/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ <h1>Hi, I'm Atanas 👋</h1>
3030

3131
<section class="profile-content">
3232
<p>This <a href="https://github.com/nextinterfaces/roussev.com" target="_blank">site</a> runs on a tiny 2gb kubernetes VM provisioned by Terraform</p>
33-
<p> and <a href="https://app.roussev.com/">monitored</a> with Grafana, Prometheus, Otel and Jaeger</p>
33+
<p>and <a href="https://app.roussev.com/">monitored</a> with Grafana, Prometheus, Otel and Jaeger.</p>
3434

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

0 commit comments

Comments
 (0)