-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
85 lines (60 loc) · 4.25 KB
/
index.html
File metadata and controls
85 lines (60 loc) · 4.25 KB
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
73
74
75
76
77
78
79
80
81
82
83
84
85
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Hung, Hsin-Yu</title>
</head>
<body>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@4.5.3/dist/css/bootstrap.min.css" integrity="sha384-TX8t27EcRE3e/ihU7zmQxVncDAy5uIKz4rEkgIXeMed4M0jlfIDPvg6uqKI2xXr2" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@4.5.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-ho+j7jyWK8fNQe+A12Hb8AhRq26LrZ/JpcUGGOn+Y7RsweNrtN/tE3MoK7ZeZDyx" crossorigin="anonymous"></script>
<div id="container" style="height: 1000px;width:280px;float: left"></div>
<div id="container" style="height: 350px;width: 920px;float: left;">
<img src="img\line_218081396799355.jpg" alt="" style="width: 920px;height: 350px;">
<div class="alert alert-light" role="alert">
Introduction: Education, Summary, Affiliations
</div>
<div id="container" style="width: 255px;height: 670px;background-color:mistyrose;border-radius: 5px;">
<h1 style="margin-left: 8px;font-family: Garamond;font-style: oblique;">Hung, Hsin-Yu </h1>
<img src="img\CVimg.jpg" alt="" style="width: 250px;border-radius: 5px;">
<h5 style="font-family: Garamond;margin-top: 10px;margin-left: 8px">
<b>E-mail:</b> mayhung@gmail.com<br>
<b>Address:</b> 3rd Women’s Dorm, No. 1, Section 4, Roosevelt Rd
</h5>
<a href="https://www.facebook.com/profile.php?id=100002929325234">
<img src="img\fb.png" alt="" style="height: 50px;"></a>
<a href="https://www.linkedin.com/in/may-hung-b01b121b6">
<img src="img\LinkedIn.png" alt="" style="height: 40px;"></a>
<ul class="list-group">
<li class="list-group-item"style="background-color:darksalmon;">Education</li>
<li class="list-group-item"style="background-color:darksalmon;">Summery</li>
<li class="list-group-item"style="background-color:darksalmon;">Affiliations</li>
<li class="list-group-item" >Experience</li>
</ul>
</div>
</div>
<div id="container" style="margin-left:280px;margin-top:65px;width:640px;float:left;font-family: Garamond;">
<div class="alert alert-secondary" role="alert">
<h2 style="margin-top: 10px;"><b>Education</b>
<h5>National Taiwan University (NTU), Taipei<br>
Bachelor of Social Science in Economics Expected Jun 2023<br>
Overall GPA: 3.75/4.3 <br>
Relevant Course: Data structure, Python, Statistics & R language, Front-end website design, Microeconomics, Macroeconomics, English presentation</h5>
</div>
<div class="alert alert-secondary" role="alert">
<h2><b>Summary</b></h2>
<h5>1. Proficient in Python, R language, Front-end website design, PowerPoint.<br>
2. Good at critical thinking through the leadership experience.<br>
3. Familiar with problem evaluating from the perspective of economics.</h5>
</div>
<div class="alert alert-secondary" role="alert">
<h2><b>Affiliations</b></h2>
<h5> 1. Vice president, Artistic design department of student association of economics department. 2020-present<br>
2. President, NTU Hult Prize club. 2020-present<br>
3. Member, Academic department of student association of economics department. Dec 2019-Jul 2020<br></h5>
</div>
<a href="https://mayhsin.github.io/index2.html">
<button type="button" class="btn btn-dark" style="margin-left: 210px;font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;">Learn more about experiences</button></a>
</div>
</body>
</html>