File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2929 </ div >
3030 < div class ="flex flex-col gap-2 items-center justify-center w-full ">
3131 < h1 > Daniel Ho</ h1 >
32- < div class ="social -links ">
32+ < div class ="contact -links ">
3333 < a href ="https://x.com/donutdho " target ="_blank ">
3434 < img class ="media-icon " src ="icons/media/x.svg " alt ="X " />
3535 </ a >
@@ -46,9 +46,10 @@ <h1>Daniel Ho</h1>
4646 < a href ="https://medium.com/@donutdaniel/ " target ="_blank ">
4747 < img class ="media-icon " src ="icons/media/medium.svg " alt ="Medium " />
4848 </ a >
49- < a href ="mailto:danielho54@gmail.com ">
50- < img class ="media-icon " src ="icons/media/email.svg " alt ="Email " />
51- </ a >
49+ < span class ="contact-separator "> |</ span >
50+ < a href ="mailto:danielho54@gmail.com " class ="email-link "
51+ > danielho54@gmail.com</ a
52+ >
5253 </ div >
5354 < div class ="flex flex-col text-left bio " style ="width: 80% ">
5455 < p >
Original file line number Diff line number Diff line change 101101 height : 18px ;
102102 filter : var (--icon-filter );
103103 transition : filter 0.3s ease;
104+ vertical-align : middle;
105+ display : flex;
104106}
105107
106108.bio {
148150.social-links {
149151 display : flex;
150152 gap : 16px ;
151- margin : 0.25rem 0 0.25 rem 0 ;
153+ margin-bottom : 0.25rem ;
152154}
153155
154156/* Work items */
@@ -247,3 +249,40 @@ li {
247249 display : block;
248250 filter : none;
249251}
252+
253+ /* Email link under name */
254+ .email-link {
255+ font-size : 0.9rem ;
256+ color : var (--job-description-color );
257+ display : flex;
258+ align-items : center;
259+ }
260+
261+ /* Contact and social links */
262+ .contact-links {
263+ display : flex;
264+ align-items : center;
265+ gap : 16px ;
266+ margin : 0.25rem 0 0.5rem 0 ;
267+ }
268+
269+ .contact-separator {
270+ color : var (--border-color );
271+ margin : 0 4px ;
272+ }
273+
274+ /* Media icons */
275+ .media-icon {
276+ width : 18px ;
277+ height : 18px ;
278+ filter : var (--icon-filter );
279+ transition : filter 0.3s ease;
280+ vertical-align : middle;
281+ display : flex;
282+ }
283+
284+ /* Icon links */
285+ .contact-links a {
286+ display : flex;
287+ align-items : center;
288+ }
You can’t perform that action at this time.
0 commit comments