-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfindingfocus.html
33 lines (33 loc) · 1.41 KB
/
findingfocus.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
<!DOCTYPE HTML>
<html>
<head>
<title>Kyle Wong</title>
<link rel="icon" href="./favicon.png">
<link rel="stylesheet" type="text/css" href="css/main.css" />
<link href="https://fonts.googleapis.com/css?family=Thasadith" rel="stylesheet">
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<body>
<div class="navbar">
<div class="links">
<a href="index.html">Home</a>
<a href="projects.html">Projects</a>
<a target="_blank" href="resume.pdf">Resume</a>
</div>
</div>
<div class="content fade-in">
<div class="project_info">
<h1>Finding Focus</h1>
<h2>September 2019 - September 2020</h2>
<h3>React.js • Redux</h3>
<h3>Link: <a href="https://www.findingfocus.app/">Finding Focus</a></h3>
<p style="font-weight: 600;">
Assisted in the development of Finding Focus, a mindfulness learning platform
developed for high school students as part of ongoing research into the effectiveness
such a medium. I worked on several high-visibility components, including landing pages,
account creation flow, and course progress tracking.
</p>
</div>
</div>
</body>
</html>