-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
251 lines (235 loc) · 14.8 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
244
245
246
247
248
249
250
251
<!--
Date: 2023-08-18
Description: portfolio webpage 2023
References: startbootstrap.com
-->
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
<meta name="description" content="" />
<meta name="author" content="" />
<title>KatePark2025</title>
<!-- Favicon-->
<link rel="icon" type="image/x-icon" href="assets/favicon.ico" />
<!-- Custom Google font-->
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link href="https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@100;200;300;400;500;600;700;800;900&display=swap" rel="stylesheet" />
<!-- Bootstrap icons-->
<link href="https://cdn.jsdelivr.net/npm/[email protected]/font/bootstrap-icons.css" rel="stylesheet" />
<!-- Core theme CSS (includes Bootstrap)-->
<link href="assets/css/styles.css" rel="stylesheet" />
</head>
<body class="d-flex flex-column h-100">
<main class="flex-shrink-0">
<!-- Navigation-->
<nav class="navbar navbar-expand-lg navbar-light bg-white py-3 fixed-top">
<div class="container px-5">
<a class="navbar-brand" href="index.html"><span class="fw-bolder text-gradient">KATE PARK</span></a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation"><span class="navbar-toggler-icon"></span></button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav ms-auto mb-2 mb-lg-0 small fw-bolder">
<li class="nav-item"><a class="nav-link" href="#project">Projects</a></li>
<li class="nav-item"><a class="nav-link" href="#about">About Me</a></li>
<li class="nav-item"><a class="nav-link" href="#contact">Contact</a></li>
</ul>
</div>
</div>
</nav>
<!-- Header-->
<header class="bg-warning">
<div class="jumbotron jumbotron-fluid text-dark text-center">
<div class="row text-center">
<h1 class="fw-bolder">Hello;</h1>
<h2 class="fs-3">Kate Park, Aspiring Software Developer</h2>
</div>
</div>
</header>
<!-- Projects Section-->
<section id="project" class="py-5">
<div class="container px-5 mt-5 mb-5">
<div class="text-center mb-5">
<h1 class="display-5 fw-bolder mb-0"><span class="text-gradient d-inline">Projects</span></h1>
</div>
<div class="row gx-5 justify-content-center">
<div class="col-lg-11 col-xl-9 col-xxl-8">
<!-- Project Card -->
<div class="card overflow-hidden shadow rounded-4 border-0 mb-5">
<div class="card-body p-0">
<a class="card-a" href="https://github.com/minimalU/2023SmartCityHackathon" target="_blank">
<div class="d-flex align-items-center">
<div class="p-5">
<h2 class="fw-bolder">PRESCRIPTXN</h2>
<p>Smart Cities Hackathon Finalist<br>- Python, Flask, mySQL, openAI API, JavaScript -<br>PRESCRIPTXN allows users to access patient-friendly prescription information that is AI-processed from FDA medication information. Users can easily check their medication information anytime, and can quickly access the clinic and receive their medication from the pharmacy using QR codes. </p>
</div>
<img class="prj-img" src="images/PrjPrescriptxn.jpg" alt="prescriptxn" />
</div>
</a>
</div>
</div>
<!-- Project Card -->
<div class="card overflow-hidden shadow rounded-4 border-0 mb-5">
<div class="card-body p-0">
<a class="card-a" href="https://github.com/minimalU/SET_2024_AdvancedSQL/tree/Project" target="_blank">
<div class="d-flex align-items-center">
<div class="p-5">
<h2 class="fw-bolder">Manufacturing Simulator</h2>
<p>Manufacturing Simulation Project<br>- C#, .NET WEB API, EntityFramework, SignalR - <br>- Microsoft SQL, WPF, Windows Forms -<br>The Manufacturing Simulation project is a System project composed of WEB API, Configuration tool, Simulator, Dashboards(Workstation, Replenishment, Kanban). The simulator updates the database according to the configuration for each workstation. The dashboards are updated with real-time data. Features are completed with stored procedures, triggers, views for SQL databases, Entity Framework for WEB API, and SignalR for real-time communication between applications.</p>
</div>
<img class="prj-img" src="images/ManufacturingSystem.jpg" alt="ManufacturingSystem" />
</div>
</a>
</div>
</div>
<!-- Project Card -->
<div class="card overflow-hidden shadow rounded-4 border-0 mb-5">
<div class="card-body p-0">
<a class="card-a" href="https://github.com/minimalU/2023UnityPractice" target="_blank">
<div class="d-flex align-items-center">
<div class="p-5">
<h2 class="fw-bolder">Unity Practice</h2>
<p>Unity Practice Project<br>- C#, Unity -<br>The conveyor belt project is a Unity practice exercise involving the movement of a box object along the conveyor belt. The conveyor belt is designed to transfer the box object from one plate to the next, demonstrating the mechanics of object transportation.</p>
</div>
<img class="prj-img" src="images/UnityPractice230729.gif" alt="Unity230729" />
</div>
</a>
</div>
</div>
<!-- Project Card -->
<div class="card overflow-hidden shadow rounded-4 border-0 mb-5">
<div class="card-body p-0">
<a class="card-a" href="https://github.com/minimalU/2023_MobileApplicationDevelopment" target="_blank">
<div class="d-flex align-items-center">
<div class="p-5">
<h2 class="fw-bolder">Party Planner</h2>
<p>Android Mobile Application<br>- Java, SQLite, Android Studio -<br>Party Planner is a feature-rich Android app developed as part of a mobile application development course. The app empowers users to conveniently schedule and efficiently manage parties. Leveraging a variety of advanced components such as Widgets, Notifications, Broadcasts, AsyncTasks, Content Providers, SQLite, and Services, Party Planner offers a comprehensive and seamless experience.</p>
</div>
<img class="prj-img" src="images/mobile.jpg" alt="mobile" />
</div>
</a>
</div>
</div>
<!-- Project Card -->
<div class="card overflow-hidden shadow rounded-4 border-0 mb-5">
<div class="card-body p-0">
<a class="card-a" href="https://github.com/minimalU/TransportationManagementSystem" target="_blank">
<div class="d-flex align-items-center">
<div class="p-5">
<h2 class="fw-bolder">Transportation Management System</h2>
<p>Windows Application<br>- C#, WPF -<br>TMS is a software solution for the logistics industry. It provides organizations with the ability to efficiently purchase, schedule, monitor, and bill their cargo shipments. MySQL powers the system's backend database. The development language used for TMS is C#.</p>
</div>
<img class="prj-img" src="images/tms.jpg" alt="tms" />
</div>
</a>
</div>
</div>
<!-- Project Card -->
<div class="card overflow-hidden shadow rounded-4 border-0">
<div class="card-body p-0">
<a class="card-a" href="https://card-match-2420e.firebaseapp.com/" target="_blank">
<div class="d-flex align-items-center">
<div class="p-5">
<h2 class="fw-bolder">Match Game</h2>
<p>React Practice Project<br>- React, Firebase -<br>The Match Game is developed as a React practice project. A deck of cards are randomly shuffled and concealed. User can flip two cards at a time. The challenge lies in requiring players to exercise their memory to uncover matching card pairs.The game is hosted on Firebase.</p>
</div>
<img class="prj-img" src="images/cardgame.jpg" alt="cardmatch" />
</div>
</a>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- About Section-->
<section id="about" class="py-5">
<div class="container px-5">
<div class="row gx-5 justify-content-center">
<div class="col-xxl-8">
<div class="text-center my-5">
<h2 class="display-5 fw-bolder mb-4"><span class="text-gradient d-inline">About Me</span></h2>
<img class="img-fluid mb-4" src="images/aboutMe.jpg" alt="aboutme" />
<p class="lead fs- mb-4">Hello! I'm Kate (Yujung) Park.<br/> A passionate and dedicated Software Engineering Technology student at Conestoga College.</p>
<p class="text-muted">I have always been fascinated by the world of technology and its ability to transform lives. I discovered the joy of creating software and solving real-world problems.</p>
</div>
</div>
</div>
</div>
</section>
<!-- Contact -->
<section id="contact" class="py-5 p-5">
<div class="container px-5">
<div class="rounded-4 py-5 px-5 px-md-5">
<div class="text-center mb-5">
<!-- <div class="feature bg-primary bg-gradient-primary-to-secondary text-white rounded-3 mb-3"><i class="bi bi-envelope"></i></div> -->
<h1 class="display-5 fw-bolder text-gradient">Get in touch</h1>
</div>
<div class="row gx-5 justify-content-center">
<div class="col-lg-8 col-xl-6">
<form target="_blank" action="https://formsubmit.co/[email protected]" method="POST">
<!-- Name input-->
<div class="form-floating mb-3">
<input class="form-control" name="name" type="text" placeholder="Enter your name..." data-sb-validations="required" />
<label for="name">Full name</label>
<div class="invalid-feedback" data-sb-feedback="name:required">A name is required.</div>
</div>
<!-- Email address input-->
<div class="form-floating mb-3">
<input class="form-control" name="email" type="email" placeholder="[email protected]" data-sb-validations="required,email" />
<label for="email">Email address</label>
<div class="invalid-feedback" data-sb-feedback="email:required">An email is required.</div>
<div class="invalid-feedback" data-sb-feedback="email:email">Email is not valid.</div>
</div>
<!-- Message input-->
<div class="form-floating mb-3">
<textarea class="form-control" name="message" type="text" placeholder="Enter your message here..." style="height: 10rem" data-sb-validations="required"></textarea>
<label for="message">Message</label>
<div class="invalid-feedback" data-sb-feedback="message:required">A message is required.</div>
</div>
<!-- Submit Button-->
<div class="d-grid">
<button class="btn btn-primary btn-lg" id="submitButton" type="submit">Send</button>
</div>
</form>
</div>
</div>
</div>
</div>
</section>
<!-- Call to action section-->
<section class="py-3 bg-gradient-primary-to-secondary text-white">
<div class="container px-3 my-5">
<div class="text-center">
<h2 class="display-4 fw-bolder">Transforming curiosity into code</h2>
<!-- <a class="btn btn-outline-light btn-lg px-5 py-3 fs-6 fw-bolder" href="contact.html">Contact me</a> -->
</div>
</div>
</section>
</main>
<!-- Footer-->
<footer class="py-4 mt-auto">
<div class="container px-5">
<div class="row align-items-center justify-content-between flex-column flex-sm-row">
<div class="col-auto"><div class="small m-0">Copyright © KATE PARK 2025</div></div>
<div class="col-auto">
<a href="#!"><i class="text-muted bi bi-linkedin"></i></a>
<a href="https://github.com/minimalU"><i class="text-muted bi bi-github"></i></a>
</div>
<!-- <div class="col-auto">
<a class="small" href="#!">Privacy</a>
<span class="mx-1">·</span>
<a class="small" href="#!">Terms</a>
<span class="mx-1">·</span>
<a class="small" href="#!">Contact</a>
</div> -->
</div>
</div>
</footer>
<!-- Bootstrap core JS-->
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"></script>
<!-- Core theme JS-->
<script src="js/scripts.js"></script>
</body>
</html>