File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed
Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 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;
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 >
Original file line number Diff line number Diff 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 >
You can’t perform that action at this time.
0 commit comments