Skip to content

Commit f9270e3

Browse files
Bikram GoleBikram Gole
authored andcommitted
Move direct handles into About identity snapshot
1 parent e31143a commit f9270e3

2 files changed

Lines changed: 10 additions & 13 deletions

File tree

about.html

Lines changed: 2 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,8 @@ <h2>Identity Snapshot 🧬</h2>
7878
<article class="glass-card tilt"><h3>Base</h3><p>Gongabu, KTM, Nepal</p></article>
7979
<article class="glass-card tilt"><h3>Distro</h3><p>Arch + Hyprland</p></article>
8080
<article class="glass-card tilt"><h3>Goal</h3><p>Become an AI Engineer</p></article>
81+
<article class="glass-card tilt"><h3>Discord</h3><p><a href="https://discord.com/users/1471849836931190945" target="_blank" rel="noopener noreferrer">discord.com/users/1471849836931190945</a></p></article>
82+
<article class="glass-card tilt"><h3>SimpleX</h3><p><a href="https://smp11.simplex.im/a#7qVOPQjQgiF604MqanxuUMWq4Az0hTu2io_AraQwyBU" target="_blank" rel="noopener noreferrer">smp11.simplex.im/a#7qVOPQjQgiF604MqanxuUMWq4Az0hTu2io_AraQwyBU</a></p></article>
8183
<article class="glass-card tilt"><h3>Relationship Status</h3><p>Complicated (with code and deadlines).</p></article>
8284
</div>
8385
</section>
@@ -102,19 +104,6 @@ <h2>AI + Influence Stack 🤖</h2>
102104
</div>
103105
</section>
104106

105-
<section class="panel reveal delay-3 skew-left">
106-
<h2>Direct Handles 📡</h2>
107-
<div class="contact-list tilt-zone">
108-
<a class="contact-item tilt" href="https://discord.com/users/1471849836931190945" target="_blank" rel="noopener noreferrer">
109-
<h3>Discord</h3>
110-
<p>discord.com/users/1471849836931190945</p>
111-
</a>
112-
<a class="contact-item tilt" href="https://smp11.simplex.im/a#7qVOPQjQgiF604MqanxuUMWq4Az0hTu2io_AraQwyBU" target="_blank" rel="noopener noreferrer">
113-
<h3>SimpleX</h3>
114-
<p>smp11.simplex.im/a#7qVOPQjQgiF604MqanxuUMWq4Az0hTu2io_AraQwyBU</p>
115-
</a>
116-
</div>
117-
</section>
118107
</main>
119108

120109
<footer class="site-footer">

styles.css

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -847,6 +847,14 @@ a {
847847
color: var(--blue-2);
848848
}
849849

850+
.glass-card a,
851+
.favorite-card a,
852+
.fact-card a,
853+
.repo-card a,
854+
.contact-item a {
855+
overflow-wrap: anywhere;
856+
}
857+
850858
.chips {
851859
margin-top: 0.45rem;
852860
display: flex;

0 commit comments

Comments
 (0)