-
Notifications
You must be signed in to change notification settings - Fork 0
/
Projects.html
45 lines (41 loc) · 2.56 KB
/
Projects.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
<!DOCTYPE html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Leo Yi's Portfolio | Projects</title>
<link rel="stylesheet" href="css/Projects.css">
<script src="js/Projects.js"></script>
</head>
<body>
<div class="navbar">
<a href="index.html">Home</a>
<a href="Tutorials.html">Tutorials</a>
<a href="Projects.html">Projects</a>
<a href="Bibliography.html">Bibliography</a>
<img src="img/logo.png" alt="Logo Image" class="logo">
</div>
<div>
<div class="box">
<img src="img/ClimbMountDekel.png" class="img">
<a href="https://github.com/leoyii/ClimbMountDekel" target="_blank" rel="noopener noreferrer"><h3 class="project-title">Climb Mount Dekel</h3></a>
<p>Storyboard made with processing. You go through the adventures of being a mountain climber and climb one of the most dangerous mountains on earth, Mount Dekel.<br><br>Made By: Leo Yi, Adam Altenberg, and Matthew Kalman.</p>
</div>
<div class="box">
<img src="img/Graphing-Calculator.png" class="img">
<a href="https://github.com/leoyii/Graphing-Calculator" target="_blank" rel="noopener noreferrer"><h3 class="project-title">Graphing Calculator</h3></a>
<p>Website containing a graphing calculator and standard arithmetic calculator used as a tool for grade 10 math students in assisting their understanding and learning of quadratic and linear equations.<br><br>Made By: Leo Yi, Nirvan Rabbani, and Alex Li.</p>
</div>
<div class="box">
<img src="img/SeekingElysium.png" class="img">
<a href="https://github.com/leoyii/Seeking_Elysium" target="_blank" rel="noopener noreferrer"><h3 class="project-title">ISP - Seeking Elysium</h3></a>
<p>ICS4UO ISP final project. Our project is called Seeking Elysium and it is meant to educate kids between ages 12-15 about surviving addictions, which is a social issue. It is important and significant because many kids around this age start to get exposed to types of addiction such as internet and game addiction. It is also good to educate them early about drug addictions and such, so that they are more aware and knowledgable in the future.<br><br>Made By: Leo Yi and Glen Lin.</p>
</div>
</div>
<div id="footer">
<div id="credits">
Contact at: [email protected]
© 2023 - Leo Yi
</div>
<div id="outerline"><div id="innerline"></div></div>
</div>
</body>