@@ -5,12 +5,36 @@ layout: default
55 <header class =" post-header" >
66 <h1 class =" post-title" >
77 {% if site .title == 'blank' %}
8- <span class =" font-weight-bold" >{{ site .first_name }}</span > {{ site .middle_name }}
9- {{ site .last_name }}
8+ <span class =" name-with-tooltip" style =" position : relative ; display : inline-block ;" >
9+ <span class =" font-weight-bold" >{{ site .first_name }}</span > {{ site .middle_name }}
10+ {{ site .last_name }}
11+ {% if site .name_note %}
12+ <span class =" tooltip-text" style ="
13+ position : absolute ;
14+ display : none ;
15+ z-index : 1 ;
16+ top : 0 ;
17+ left : 100% ;
18+ margin-left : 10px ;
19+ white-space : nowrap ;
20+ font-size : 1em ;
21+ font-weight : normal ;
22+ " >
23+ <span style =" color : inherit ;" >{{ site .name_note }}</span >
24+ <span style =" color : #6c757d ; font-style : italic ; margin-left : 8px ;" >[Kuh-yoo Huh]</span >
25+ </span >
26+ {% endif %}
27+ </span >
1028 {% else %}
1129 {{ site .title }}
1230 {% endif %}
1331 </h1 >
32+
33+ <style >
34+ .name-with-tooltip :hover .tooltip-text {
35+ display : block !important ;
36+ }
37+ </style >
1438 <p class =" desc" >{{ page .subtitle }}</p >
1539 </header >
1640
@@ -72,21 +96,6 @@ layout: default
7296 <div class =" contact-note" >{{ site .contact_note }}</div >
7397 </div >
7498 {% endif %}
75- <!-- Visitor Analytics (local only) -->
76- {% if site .visitor_map .enabled and jekyll .environment == 'development' %}
77- <div class =" visitor-analytics" style =" margin-top : 1.5rem ; text-align : center ;" >
78- <details style =" margin-top : 1rem ;" >
79- <summary style =" cursor : pointer ; font-size : 1.0rem ; color : #999 ; font-style : italic ;" >Visitor Map</summary >
80- <div id =" admin-analytics" style =" margin-top : 1rem ; opacity : 0.8 ;" >
81- <script
82- type =" text/javascript"
83- id =" mapmyvisitors"
84- src =" //mapmyvisitors.com/map.js?d=VGq-6ngx9SQOzI4uqqrGzo8741s606-66KR_dTZ9b00&cl=ffffff&w=a"
85- ></script >
86- </div >
87- </details >
88- </div >
89- {% endif %}
9099
91100 {% if site .newsletter .enabled and site .footer_fixed %}
92101 {% include scripts /newsletter .liquid center =true %}
0 commit comments