55 < meta charset ="UTF-8 " />
66 < meta name ="viewport " content ="width=device-width, initial-scale=1.0 " />
77 < title > Computational Cancer Biology & Epigenomics Lab</ title >
8- < link href ="https://fonts.googleapis.com/css2?family=Inter :wght@400;600& display=swap " rel ="stylesheet " / >
8+ < link href ="https://fonts.googleapis.com/css2?family=Poppins :wght@400;700&family=Lato:wght@400;700& display=swap " rel ="stylesheet ">
99 < style >
1010 * {
1111 margin : 0 ;
1414 }
1515
1616 body {
17- font-family : 'Inter ' , sans-serif;
17+ font-family : 'Lato ' , sans-serif;
1818 line-height : 1.6 ;
1919 background-color : # f9f9f9 ;
20- color : # 222 ;
20+ color : # 333 ;
21+ }
22+
23+ h1 , h2 , h3 {
24+ font-family : 'Poppins' , sans-serif;
25+ color : # 0056b3 ;
2126 }
2227
2328 header {
7681 box-shadow : 0 4px 8px rgba (0 , 0 , 0 , 0.1 );
7782 }
7883
84+ .separator {
85+ text-align : center;
86+ margin : 40px 0 ;
87+ }
88+
89+ .separator ::before {
90+ content : '❧ ❧ ❧' ;
91+ font-size : 1.5em ;
92+ color : # bbb ;
93+ }
94+
7995 footer {
8096 background-color : # 003366 ;
8197 color : white;
@@ -121,21 +137,39 @@ <h2>Research Focus</h2>
121137 </ div >
122138 </ section >
123139
140+ < div class ="separator "> </ div >
141+
124142 < section id ="team ">
125143 < h2 > Our Team</ h2 >
126- < p > Team members from KU Leuven and DKFZ. Photos and links can be added here.</ p >
144+ < ul >
145+ < li > Pavlo Lutsik – Principal Investigator</ li >
146+ < li > Sergii Mamedov – PhD Student</ li >
147+ < li > Shih-Ting Chiu – PhD Student</ li >
148+ < li > Yichen Meng – PhD Student</ li >
149+ < li > Sheng-Yang Hsiao – PhD Student</ li >
150+ < li > Florian Gruber – Collaborator</ li >
151+ </ ul >
127152 </ section >
128153
154+ < div class ="separator "> </ div >
155+
129156 < section id ="software ">
130157 < h2 > Software Tools</ h2 >
131158 < div class ="card-grid ">
132- < div class ="card "> MeDeCom, MethylBERT</ div >
133- < div class ="card "> RnBeads, methrix, AmpliconDesign</ div >
134- < div class ="card "> scMAUI, epiCHAOS</ div >
135- < div class ="card "> workflUX, figeno</ div >
159+ < div class ="card "> MeDeCom</ div >
160+ < div class ="card "> MethylBERT</ div >
161+ < div class ="card "> RnBeads</ div >
162+ < div class ="card "> methrix</ div >
163+ < div class ="card "> AmpliconDesign</ div >
164+ < div class ="card "> scMAUI</ div >
165+ < div class ="card "> epiCHAOS</ div >
166+ < div class ="card "> workflUX</ div >
167+ < div class ="card "> figeno</ div >
136168 </ div >
137169 </ section >
138170
171+ < div class ="separator "> </ div >
172+
139173 < section id ="publications ">
140174 < h2 > Publications</ h2 >
141175 < ul >
@@ -145,11 +179,15 @@ <h2>Publications</h2>
145179 </ ul >
146180 </ section >
147181
182+ < div class ="separator "> </ div >
183+
148184 < section id ="positions ">
149185 < h2 > Open Positions</ h2 >
150- < p > PhD Student in Single-Cell Multiomics of Skeletal Stem Cells – [ Apply Link] </ p >
186+ < p > PhD Student in Single-Cell Multiomics of Skeletal Stem Cells – < a href =" mailto:pavlo.lutsik@kuleuven.be " > Apply via email </ a > </ p >
151187 </ section >
152188
189+ < div class ="separator "> </ div >
190+
153191 < section id ="contact ">
154192 < h2 > Contact</ h2 >
155193 < p > Department of Oncology< br /> KU Leuven< br /> Herestraat 49< br /> 3001 Leuven< br /> Email: pavlo.lutsik@kuleuven.be</ p >
0 commit comments