-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcode.html
More file actions
65 lines (60 loc) · 3.25 KB
/
code.html
File metadata and controls
65 lines (60 loc) · 3.25 KB
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
<!DOCTYPE html>
<html Lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width-=device-width, initial-scale=1.0">
<meta http-equive="X-UA-Compatible" content="ie=edge">
<link
href="https://fonts.googleapis.com/css2?family=Quicksand:wght@300;500;600&display=swap"
rel="stylesheet"
>
<link rel="stylesheet" href="./style.css" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<title>Code</title>
</head>
<body class="code-body">
<nav class="code-nav">
<div class="logo">
<a class="amyshao" href="index.html">amyshao</a>
</div>
<ul class="nav-links">
<li><a class="nav-link" href="about.html">about</a></li>
<li><a class="nav-link" href="code.html">projects</a></li>
<li><a class="nav-link" href="notes.html">notes</a></li>
<li><a class="nav-link" href="./resources/files/Amy_Shao_Resume.pdf">resume</a></li>
<li><a href="https://linkedin.com/amy-shao-" class="fa fa-linkedin"></a></li>
<li><a href="https://github.com/amyshao" class="fa fa-github"></a></li>
</ul>
<div class="menu">
<div class="line1"></div>
<div class="line2"></div>
<div class="line3"></div>
</div>
</nav>
<main class="code-main">
<div class="code-text">
<div class="palli-logo">
<img class="palli" src="./resources/images/projects/ppalli-title.png" alt="">
<img class="palli-icon" src="./resources/images/projects/palli-logo.png">
</div>
<h1 class="h1">Take a break and focus on you! </h1>
<h2 class="h2">Ppalli is a Chrome Extenstion that empowers you to stop the momentum of binge-watching
through customizable breaks and wellness activities. </h2>
<p class="p1">Stemming from a korean phrase meaning "get up off the couch and go do something better",
our team brings you the world of Ppallis: personalized training assistants programmed to coerce you
out of the slumps of overindulgence and back into your healthy lifestyle. Catered to individual
needs, each Ppalli offers a unique gamified experience, establishing a community of support towards cultivating
better habits, and better living.
</p>
<div class="code-buttons">
<a class="button"
href="https://chrome.google.com/webstore/detail/ppalli-chrome-extension/mfjlimjlgconlalhiombpccdeiadlcbn?hl=en&authuser=0">
chrome store</a>
<a class="button" href="https://tpi-ppalli.github.io/web-app/">website</a>
<a class="button" href="https://github.com/TPI-PPALLI">repo</a>
</div>
</div>
</main>
<script src="app.js"></script>
</body>
</html>