forked from mcgillflyingclub/mcgillflyingclub.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpastProject.html
97 lines (94 loc) · 5.19 KB
/
pastProject.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
<!DOCTYPE HTML>
<html>
<head>
<title>Past Project</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<!--[if lte IE 8]><script src="assets/js/ie/html5shiv.js"></script><![endif]-->
<link rel="stylesheet" href="assets/css/main.css" />
<!--[if lte IE 8]><link rel="stylesheet" href="assets/css/ie8.css" /><![endif]-->
<!--[if lte IE 9]><link rel="stylesheet" href="assets/css/ie9.css" /><![endif]--> <noscript>
<link rel="stylesheet" href="assets/css/noscript.css" /></noscript>
</head>
<body>
<div class="se-pre-con"></div>
<header id="header">
<h1> <a href="index.html"><img src="./images/biodesignLogo.png"></a></h1>
<nav id="nav">
<ul>
<li><a href="projects.html">Projects</a>
</li>
<li><a href="pastProject.html">Past Project</a>
</li>
<li><a href="sponsors.html">sponsors</a>
</li>
<li><a href="team.html">Team</a>
</li>
<!-- <li> <a href="#" class="submenu">History</a>
<ul>
<li><a href="founders.html">Founders</a>
</li>
<li><a href="past-execs.html">Past Execs</a>
</li>
</ul>
</li> -->
<!--<li><a href="aviators.html">Aviators</a>
</li>-->
<li><a href="https://www.instagram.com/mcgillbiodesign/" target="_blank">Pictures</a>
</li>
<li><a href="contact2.html">Contact</a>
</li>
<li><a href="https://forms.gle/vufKthgVhssCVySH6" class="button">Sign Up</a>
</li>
</ul>
</nav>
</header>
<section id="three" class="wrapper style2">
<div class="inner">
<h2>Past Projects</h2>
<!-- <p> Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature
from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia,
looked up one of the more obscure Latin words, consectetur, from a Lorem Ipsum passage, and going through the cites of
the word in classical literature, discovered the undoubtable source. Lorem Ipsum comes from sections 1.10.32 and 1.10.33
of "de Finibus Bonorum et Malorum" (The Extremes of Good and Evil) by Cicero, written in 45 BC. This book is a treatise
on the theory of ethics, very popular during the Renaissance. The first line of Lorem Ipsum, "Lorem ipsum dolor sit
amet..", comes from a line in section 1.10.32.The standard chunk of Lorem Ipsum used since the 1500s is reproduced below for those interested. Sections 1.10.32 and
1.10.33 from "de Finibus Bonorum et Malorum" by Cicero are also reproduced in their exact original form, accompanied by
English versions from the 1914 translation by H. Rackham.</p> -->
<div class="posts">
<section class="post"> <span class="image" style="width:"><img src="./images/projects/maascreen.jpg"
alt="" /></span>
<div class="content">
<h3>MAASCREEN</h3>
<p> MAAscreen, our eco-friendly and biodegradable sunscreen, resolves many environmental issues that arise from conventional
sunscreens. The chemical UV filters in these sunscreens, such as oxybenzone, threaten the marine environment. We made it
our mission to find a safer, more natural alternative for consumers.
Inspired by the concept of biomimicry, we came up with the idea of extracting mycosporine like amino acids (MAAs) from
algae. These compounds provide broad-UV protection similar to current available sunscreens. To minimize environmental
harm, we developed a product whose lifecycle would benefit the environment at every step of the way.</p>
<div id='footer'>
<ul class="actions">
<li><a href="https://lucaslmhb.github.io/biodesignwebsite/"
alt="" target="_blank" class="button">learn more</a>
</li>
</ul>
</div>
</div>
</section>
</div>
</div>
</section>
<footer id="footer">
<div class="inner">
<p class="copyright">Copyright © 2019 McGill Biodesign. All Rights Reserved.</p>
</div>
</footer>
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.dropotron.min.js"></script>
<script src="assets/js/jquery.scrollex.min.js"></script>
<script src="assets/js/skel.min.js"></script>
<script src="assets/js/util.js"></script>
<!--[if lte IE 8]><script src="assets/js/ie/respond.min.js"></script><![endif]-->
<script src="assets/js/main.js"></script>
</body>
</html>