-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
58 lines (51 loc) · 3.42 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="assets/css/styles.css">
<link rel="shorcut icon" href="assets/img/box.png">
<link href='https://cdn.jsdelivr.net/npm/boxicons@2.0.5/css/boxicons.min.css' rel='stylesheet'>
<title>Mark Asuncion</title>
</head>
<body>
<main class="l-main">
<!--===== HOME =====-->
<section class="home" id="home">
<div class="home__container bd-grid">
<h1 class="home__title">Mark Asuncion <br><span class = "txt-type" data-wait="3000" data-words ='["Data Enthusiast.", "Statistician.", "Analyst."]'></span></h1>
.
<div class="home__scroll">
<a href="#about" class="home__scroll-link"><i class='bx bx-up-arrow-alt' ></i>Scroll down</a>
</div>
<img src="assets/img/bitmoji.png" alt="" class="home__img">
</div>
</section>
<!--===== ABOUT =====-->
<section class="about section" id="about">
<div class="about__container bd-grid">
<div>
<h2 class="about__subtitle">Hey there!</h2>
<p class="about__text">I am a graduate student at University of Toronto, where I am studying Biostatistics - specializing in <b>Data Science and Artificial Intellgence</b>. Naturally, my interests lie in: machine learning, data analysis and data science. I am currently seeking new grad roles starting in 2025. Below you can find my resume along with my social media links, feel free to shoot me a message!</p>
<div class="about__social">
<a href="https://drive.google.com/file/d/1KWsVExGItUr95qGmGYI7G9S1t_ORRXHI/view?usp=sharing" class="about__social-icon"><i class='bx bxs-file'></i></a>
<a href="https://www.linkedin.com/in/markasuncion" class="about__social-icon"><i class='bx bxl-linkedin' ></i></a>
<a href="https://github.com/gmasuncion" class="about__social-icon"><i class='bx bxl-github' ></i></a>
</div>
</div>
<div>
<h2 class="about__subtitle">I have...</h2>
<ul class="about__text" style="list-style-type: square;">
<li>🌎 <b>Analyzed</b> and managed <b>large-scale</b> datasets to extract insights for decisions concerning products used <b>globally</b></li>
<li>📈 <b>Automated</b> business processes and built internal data-related <b>solutions</b> for <b>Environment Canada and Loblaws</b></li>
<li>📚 Co-authored a paper concerning model checking as a researcher funded by the <b>Natural Sciences and Engineering Research Council of Canada (NSERC)</b></li>
<li>💻 Developed and presented an R Shiny app at the <b>Joint Statistical Meetings (JSM)</b>, hosted by the <b>ASA</b></li>
</ul>
</div>
</div>
</section>
<!--===== JS SCRIPTS =====-->
<script src="https://unpkg.com/scrollreveal"></script>
<script src="assets/js/main.js"></script>
</body>
</html>