-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
84 lines (79 loc) · 3.84 KB
/
index.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
73
74
75
76
77
78
79
80
81
82
83
84
<!DOCTYPE html>
<html>
<head>
<link rel="shortcut icon" type="image/png" href="favicon.png">
<link rel="stylesheet" type="text/css" href="main.css">
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/materialize/1.0.0-beta/css/materialize.min.css">
<script src="https://cdnjs.cloudflare.com/ajax/libs/materialize/1.0.0-beta/js/materialize.min.js"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/underscore.js/1.8.3/underscore-min.js"></script>
</head>
<body>
<div class="container">
<section class="background">
<div class="content-wrapper">
<p class="content-title">Hi, I'm Steven (XiaoYi) Li</p>
<p class="content-subtitle">And I'm a Full Stack FHIR Developer</p>
<br>
<div class="bot-align">
<p class="no-pad">Scroll down to find out more about me</p>
<i class="medium material-icons">expand_more</i>
</div>
</div>
</section>
<section class="background">
<div class="content-wrapper">
<p class="content-title">High mastery in FHIR standard</p>
<p class="content-subtitle">Worked against simulated FHIR data with FHIR-based data repository (Smile CDR) and various of web application
utilizing said data.</p>
<br>
<div class="bot-align">
<i class="medium material-icons">expand_more</i>
</div>
</div>
</section>
<section class="background">
<div class="content-wrapper">
<p class="content-title">Experienced Full Stack Web Application Developer</p>
<p class="content-subtitle">
Strong knowledge in different layers of full stack development.
<div class="colwrapper">
<div class="col1">
<p class="underline">Server and Databases</p>
<br> Worked with servers hosting both Smile CDR server as well as the web apps, utilizing docker,
Nginx and PostgreSQL database.</div>
<div class="col2">
<p class="underline">Back-End</p>
<br>Successfully implemented hooks to intergrade Smile CDR to the applications.</div>
<div class="col3">
<p class="underline">Front-End</p>
<br> Experience with Angular 2 and above, utilizing libraries such as JQuery, Materilize CSS, and
Tablesaw.
</div>
</div>
</p>
<br>
<div class="bot-align">
<p class="no-pad">Scroll down for my contact information and more</p>
<i class="medium material-icons">expand_more</i>
</div>
</div>
</section>
<section class="background">
<div class="content-wrapper">
<p class="content-title">Ways to contacts me</p>
<p class="content-subtitle">
E-mail: [email protected]
<br>Phone: 647-922-6883
<br>Linkedin:
<a href="https://www.linkedin.com/in/xiaoyi-steven-li-full-stack" target="_blank">www.linkedin.com/in/xiaoyi-steven-li-full-stack</a>
</p>
<br>
<p class="no-pad"></p>
</div>
</section>
</div>
</body>
<script src="main.js"></script>
</html>