-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
68 lines (58 loc) · 2.3 KB
/
index.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>Atomica</title>
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<link href="css/materialize.css" type="text/css" rel="stylesheet" media="screen,projection"/>
<link href="css/style.css" type="text/css" rel="stylesheet" media="screen,projection"/>
</head>
<body>
<main>
<div id="index-banner" class="parallax-container">
<div class="section">
<div class="container">
<br><br>
<div class="center">
<img src="atomica_logo.png" alt="Atomica logo" />
</div>
<h5 class="header center black-text text-lighten-2">Toolbox for compartment-based dynamic systems with costing and optimization</h5>
</div>
</div>
</div>
<div class="container">
<div class="row center">
<a href="https://github.com/atomicateam/atomica" id="download-button" class="btn-large waves-effect waves-light blue lighten-1">Get the code</a>
</div>
<div class="row center">
<a href="https://atomica.tools/docs" id="download-button" class="btn-large waves-effect waves-light blue lighten-1">Documentation</a>
</div>
<br><br>
</div>
</main>
<footer class="page-footer blue">
<div class="container">
<div class="row">
<div class="col l6 s12">
<h5 class="white-text">About</h5>
<p class="grey-text text-lighten-4">Atomica is produced by Department of Mathematical Sciences at the University of Copenhagen in partnership with the Burnet Institute, with funding provided by the Bill and Melinda Gates Foundation.</p>
</div>
</div>
</div>
<div class="footer-copyright">
<div class="container">
© Copyright Atomica Team 2025
</div>
</div>
</footer>
<!-- Scripts-->
<script src="https://code.jquery.com/jquery-2.1.1.min.js"></script>
<script src="js/materialize.js"></script>
<script src="js/init.js"></script>
<!-- Scripts-->
<script src="https://code.jquery.com/jquery-2.1.1.min.js"></script>
<script src="js/materialize.js"></script>
<script src="js/init.js"></script>
</body>
</html>