-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstraightup.html
90 lines (64 loc) · 2.56 KB
/
straightup.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
<!DOCTYPE HTML>
<html lang="en">
<link href="https://fonts.googleapis.com/css?family=Megrim" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Poppins" rel="stylesheet">
<head>
<meta charset="UTF-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<!--Stylesheet -->
<link href="styles.css" rel="stylesheet" type="text/css"/>
<!-- Link reference to 16x16 icon for website (.ico) -->
<link href="images/me.png" rel="icon"/>
<title>Jasmine Dao - an aspiring full stack developer | Projects</title>
</head>
<body>
<!-- If JS deactivated, prompt message: -->
<noscript>Please enable JavaScript.</noscript>
<!-- Navigation -->
<nav class="topnav">
<a href="index.html">h o m e</a>
<a href="index.html#about">a b o u t</a>
<a class="active" href="index.html#projects">p r o j e c t s</a>
<a href="index.html#contact">c o n t a c t</a>
</nav>
<!-- Sections -->
<div class="project_sections">
<section>
<!-- Website Project -->
<h2 class="personal">Straight Up App</h2>
<div class="appdiv">
<img class="straightup_img" src="images/project3.JPG" alt="Straight Up logo">
<p class="website_about">
<b>Category:</b> Mobile Development (Android)
<br>
<b>Tools:</b> Android Studio / Blender
<br>
<b>Languages:</b> Java / XML
<br>
<b>Type:</b> Cross-Functional Team Project
<br>
<br>
<b>Link:</b>
<a href="https://nasacpp.org/" class="link" target="_blank">NASA-CPP BSP</a>
</p>
</div>
<p class="straightup_comments">
A posture correction and therapeutic device currently in the works by the NASA-CPP Business Startup Team.<br>Straight Up is a product that aims to improve posture through reliable data tracking, raising of user awareness, and constructive advice.
<br><br>
Started September 2018.
</p>
</section>
<!-- Projects -->
<section class="projects_list">
<h2 class="hProject">Other Projects</h2>
<div class="row1">
<a href="calculator.html" target="_self">
<img class="project4" src="images/project4.JPG" alt="Calculator">
</a>
<a href="musicapp.html" target="_self">
<img class="project2" src="images/project2.JPG" alt="Music Theory for Beginners App">
</a>
</div>
</section>
</div>
</html>