-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
243 lines (206 loc) · 9.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
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
<!DOCTYPE html>
<html lang="en-gb">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, shrink-to-fit=no">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Sabrina Jingyu Hua // Web Developer</title>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css"
integrity="sha384-xOolHFLEh07PJGoPkLv1IbcEPTNtaed2xpHsD9ESMhqIYd0nLMwNLD69Npy4HI+N" crossorigin="anonymous">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<script src="https://kit.fontawesome.com/a030d70bdd.js" crossorigin="anonymous"></script>
<link rel="stylesheet" href="./assets/css/style.css" />
</head>
<!-- Some of your margin spacing were tight to the sides of the page. Pad some of the margins to have it fit nicely on the page. The footer spacing was not aligned with the Contact Me sitting lower than the links email, GitHub, etc. The footer was also not fully defined. You could correct this but making the footer a different color than the page. Also, be sure to include a header with an avatar or a photo of yourself! -->
<body>
<!-- main logo / nav -->
<div class="dropdown">
<button class="btn" style="background-color: lightblue; vertical-align: middle;"><i class="fa fa-bars"
style="line-height: 30px;"></i></button>
<div class="dropdown-content">
<a rel="nav-link" href="#aboutsection">About</a>
<a rel="nav-linkr" href="#projects">Work</a>
<a rel="nav-linkr" href="#skills">Skills</a>
<a rel="nav-link" href="#contactlinks">Contact Me</a>
<a rel="nav-link"
href="https://drive.google.com/file/d/15sKcUqhx0nkwJyto4HDnKZxTa6VS3X_n/view?usp=sharing">Resume</a>
</div>
</div>
</header>
<!-- hero banner -->
<div class="jumbotron" id="about">
<section class="hero-banner" alt="Image of decorative banner">
<h1 class="display-4">Sabrina Jingyu Hua</h1>
<h4 class="lead">Chinese girl who enjoys life science and coding</h4>
<hr class="my-4">
<p class="start-text">Front-end development rookie</p>
<p class="lead1">
<a class="btn btn-primary btn-lg btn-outline-light" href="#projects" role="button">Click for more</a>
</p>
</section>
</div>
<div>
</div>
</section>
<!-- <main class="page-wrapper"> -->
<!-- about me -->
<section id="aboutsection">
<div class="flex-container">
</div>
<h2>About Me</h2>
<div id="aboutborder">
<img class="recent-photo"
src="https://globalgamejam.org/sites/default/files/styles/user_profile_picture_large__wide/public/user/wechat_image_20201029175553.jpg?itok=oNcGE2cx×tamp=1604165492"
alt="image of Sabrina">
<p>I am a Biology student from the University of York whose life depends on the prosperity of rapeseeds.
<br>
<br>
Coming from a bioinformatics background I've realised how much powerful advancements and revolution tech has brought into life science research and the life of human-being in general.
<br>
<br>
I found my creativity was largely inspired by the coding process and it really allowed me to exhibit many skills I adopted from my studies.
<br>
<br>
I have previously had some experiences with analytical libraries such as Pandas, NumPy, Matplotlib for processing biological data. Scientific data processes for life sciences that requires a lot of normalization.
<br>
<br>
Machine learning, predictive modelling and algorithms for plant genomics that assist with molecular marker assistant breeding of polyploid plants/crops and metabolites analysis.
<br>
<br>
Nevertheless I'm a complete rookie in web developement but I'm thrilled to become better at it.</p>
</div>
</section>
<!-- portfolio container -->
<section class="projects" id="projects">
<h2 class="projects-title">Work</h2>
<div class="card-deck">
<div class="card">
<img src="https://github.com/akinbusuyi/Make-your-meal/raw/main/assets/lmages/frontpage.png"
class="card-img-top" alt="Make-your-meal project">
<div class="card-body">
<h5 class="card-title">Make your meal APP</h5>
<p class="card-text">About
A page where you can use an ingredient to create search for a meal recipe!
<!-- <br>
The WebApp use client-side storage to store persistent data. It is deployed to GitHub Pages, at the same
time being responsive and interactive, which means it accept and respond to user input. It has two
interfaces. The initial interface allows you to type in keywords and explore different meal options.
Sequencially when the pictures of the meals are clicked the user would be redirected to the second interface
with detailed recipe in english, a translation in French is also available. -->
</p>
</div>
<div class="card-footer">
<a href="https://akinbusuyi.github.io/Make-your-meal/" target="_blank">Visit my GitHub</a>
</div>
</div>
<div class="card">
<img
src="https://github.com/SabrinaHuajy/SabrinaHuajy-Password-Generator/raw/main/assets/images/password_generator.PNG"
class="card-img-top" alt="Password Generator">
<div class="card-body">
<h5 class="card-title">Password Generator</h5>
<p class="card-text">An application that an employee can use to generate a random password based on criteria
they have selected.
<!-- This Password Generator has been generated as a fun Intermediate JavaScript challenge.
This app was created to run in the browser and feature dynamically updated HTML and CSS, all powered by
JavaScript code that I wrote. My app has a relatively clean and polished user interface that is responsive,
ensuring that itself adapts to multiple screen sizes. -->
</p>
</div>
<div class="card-footer">
<a href="https://sabrinahuajy.github.io/SabrinaHuajy-Password-Generator/" target="_blank">Visit my
GitHub</a>
</div>
</div>
<div class="card">
<img src="https://github.com/SabrinaHuajy/SabrinaHuajy-Console-Finances/raw/main/assets/images/browser.PNG"
class="card-img-top" alt="Console Finances">
<div class="card-body">
<h5 class="card-title">Console Finances</h5>
<p class="card-text">JavaScript code that analyzes the records to calculate different tasks.
<!-- JavaScript code that analyses the financial records of a company to calculate each of the following tasks
using a dataset composed of arrays with two fields: Date and Profit/Losses.
The tasks are:
The total number of months included in the dataset.
The net total amount of Profit/Losses over the entire period.
The average of the changes in Profit/Losses over the entire period, by tracking what the total change in
profits are from month to month to gain the average data as in (Total/Number of months).
The greatest increase in profits (date and amount) over the entire period.
The greatest decrease in losses (date and amount) over the entire period. -->
</p>
</div>
<div class="card-footer">
<a href="https://sabrinahuajy.github.io/SabrinaHuajy-Console-Finances/" target="_blank">Visit my
GitHub</a>
</div>
</div>
<div class="card">
<img src="https://github.com/SabrinaHuajy/SabrinaHuajy-Horiseon-Website/raw/main/assets/images/screenshot1.PNG"
class="card-img-top" alt="Horiseon Website">
<div class="card-body">
<h5 class="card-title">Horiseon Website</h5>
<p class="card-text">This website is created for the marketing purpose of the Horiseon company, it is designed
to optimise for search engines.
<!-- This website is created for the marketing purpose of the Horiseon company, it is designed to optimise for search engines. In order to achieve this, the codebase of this website follows accessibility standards. -->
</p>
</div>
<div class="card-footer">
<a href="https://sabrinahuajy.github.io/SabrinaHuajy-Horiseon-Website/" target="_blank">Visit my GitHub</a>
</div>
</div>
</div>
</section>
<!-- </main> -->
<!-- Skill Section -->
<br>
<br>
<br>
<section id="skills">
<h2 class="skill-header">Skills</h2>
<div class="row">
<div class="col-sm-6">
<div class="card">
<div class="card-body">
<h5 class="card-title">HTML</h5>
</div>
</div>
</div>
<div class="col-sm-6">
<div class="card">
<div class="card-body">
<h5 class="card-title">CSS</h5>
</div>
</div>
</div>
<div class="col-sm-6">
<div class="card">
<div class="card-body">
<h5 class="card-title">Git</h5>
</div>
</div>
</div>
<div class="col-sm-6">
<div class="card">
<div class="card-body">
<h5 class="card-title">Javascript</h5>
</div>
</div>
</div>
</div>
</section>
<!-- contact -->
<section id="content-section">
<!-- <aside class="page-section contact" id="contact"> -->
<div id="contact-content">
<h2>Contact Me</h2>
<!-- </aside> -->
<ul id="contactlinks">
<li><a href="mailto:[email protected]">Email</a></li>
<li><a href="https://github.com/SabrinaHuajy">Github</a></li>
<li><a href="https://twitter.com/hua_jingyu">Twitter</a></li>
<li><a href="https://www.linkedin.com/in/sabrinahuajy/">LinkedIn</a></li>
</ul>
</div>
</section>
</body>
</html>