-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsimulations_home.html
More file actions
79 lines (75 loc) · 3.63 KB
/
simulations_home.html
File metadata and controls
79 lines (75 loc) · 3.63 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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
<!DOCTYPE HTML>
<!--
Hyperspace by HTML5 UP
html5up.net | @ajlkn
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-->
<html>
<head>
<title>Simulations</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<link rel="stylesheet" href="assets/css/main.css" />
<noscript><link rel="stylesheet" href="assets/css/noscript.css" /></noscript>
</head>
<body class="is-preload">
<!-- One -->
<section id="one" class="wrapper style2 spotlights">
<section>
<a href="#" class="image"><img src="images/cheminformatics.jpg" alt="" data-position="center center" /></a>
<div class="content">
<div class="inner">
<h2>Cheminformatics</h2>
<p>Random walkers reacting in bounded volume</p>
<ul class="actions">
<li><a href="simulations/cheminformatics.html" class="button">Learn more</a></li>
</ul>
</div>
</div>
</section>
<section>
<a href="#" class="image"><img src="images/coral.jpg" alt="" data-position="center center" /></a>
<div class="content">
<div class="inner">
<h2>Coral</h2>
<p>Reef growing in simulated environment</p>
<ul class="actions">
<li><a href="simulations/coral.html" class="button">Learn more</a></li>
</ul>
</div>
</div>
</section>
<section>
<a href="#" class="image"><img src="images/first_contact.jpg" alt="" data-position="center center" /></a>
<div class="content">
<div class="inner">
<h2>First Contact</h2>
<p>Civilizations emerging over 13.7 billion years</p>
<ul class="actions">
<li><a href="simulations/first_contact.html" class="button">Learn more</a></li>
</ul>
</div>
</div>
</section>
</section>
<!-- Footer -->
<footer id="footer" class="wrapper style1-alt">
<div class="inner">
<ul class="menu">
<li>© Hyperspace. All rights reserved.</li><li>Design: <a href="http://html5up.net">HTML5 UP</a></li>
<li>© Molecules by <a href="https://pixabay.com/users/succo-96729/?utm_source=link-attribution&utm_medium=referral&utm_campaign=image&utm_content=877773">succo</a> from <a href="https://pixabay.com/?utm_source=link-attribution&utm_medium=referral&utm_campaign=image&utm_content=877773">Pixabay</a></li>
<li>© Coral by <a href="https://pixabay.com/users/kaknogler-884221/?utm_source=link-attribution&utm_medium=referral&utm_campaign=image&utm_content=692957">Katrin Knogler</a> from <a href="https://pixabay.com/?utm_source=link-attribution&utm_medium=referral&utm_campaign=image&utm_content=692957">Pixabay</a></li>
<li>© Galaxy by <a href="https://pixabay.com/users/wikiimages-1897/?utm_source=link-attribution&utm_medium=referral&utm_campaign=image&utm_content=11139">WikiImages</a> from <a href="https://pixabay.com/?utm_source=link-attribution&utm_medium=referral&utm_campaign=image&utm_content=11139">Pixabay</a></li>
</ul>
</div>
</footer>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.scrollex.min.js"></script>
<script src="assets/js/jquery.scrolly.min.js"></script>
<script src="assets/js/browser.min.js"></script>
<script src="assets/js/breakpoints.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>