-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhome.html
72 lines (67 loc) · 3.68 KB
/
home.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
<!doctype html>
<html lang="ko">
<head>
<link href="https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600&display=swap" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="HOME.css">
</head>
<body>
<div class="wrap">
<div class="intro_bg">
<div class="header" id="link_header">
<ul class="nav">
<li >
<a href="#">HOME</a>
<ul>
<li><a href="#link_header">HOME</a></li>
</ul>
</li>
<li >
<a href="about.html" target="_self">ABOUT</a>
<ul>
<li><a href="about.html#link_interest" >RESEARCH_INTEREST</a></li>
<li><a href="about.html#link_sa">SCORE&ABILITY</a></li>
<li><a href="about.html#link_project">PERSONAL_PROJECT</a></li>
<li><a href="about.html#link_ep">EXPERIENCE</a></li>
</ul>
</li>
<li >
<a href="#">CV</a>
<ul>
<li><a href="CV.pdf" target="_blank">CV.pdf</a></li>
</ul>
</li> <!--<a> 하면 마우스 커서로 클릭 가능 아니면 문서처럼 됨-->
<li>
<a href="#">CONTACT</a>
<ul>
</ul>
</li>
</ul>
</div>
<div class="introtext1">
<div></div>
</div>
<div class="introtext">
<div>
<ul>
<li>
<h1> Thanks for visiting :) </h1>
<li>
<h3> I am Jooyoung Park,</h3>
<br><h3> an undergraduate student majoring Bioinformatics and Bioengeneering in Soongsil University.</h3>
</li>
<li>
<h3>Taking lectures during undergraduate course and working as a research intern,</h3> <br> <h3>I got interested in </h3> <h3 class="italic">in silico</h3> <h3>genomic data analysis, next generation sequencing (NGS), Genetic features and diseases association</h3> <h5>(especially Immune diseases and Cancer)</h5> <h3>and Immunology.</h3>
</li>
<li>
<h3>Through graduate course, I am expecting to figure out association between genetic features and diseases via </h3><h3 class="italic">in silico</h3> <h3> genomic data analysis, and contribute to developing novel immunotherapy by relating it with immunology.
</h3>
</li>
</ul>
</div>
</div>
</div>
</div>
</body>
</html>