-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
77 lines (72 loc) · 3.1 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
69
70
71
72
73
74
75
76
77
<!DOCTYPE html>
<!--
This webpage is based on Transit by TEMPLATED
templated.co @templatedco
Released for free under the Creative Commons Attribution 3.0 license (templated.co/license)
-->
<html lang="en">
<head>
<meta charset="UTF-8">
<title>AMReX-Combustion: Suite of adaptive mesh reacting flow codes for reacting flows</title>
<link rel="icon" href="web_icon.ico" type="image/x-icon">
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta name="description" content="" />
<meta name="keywords" content="" />
<!--[if lte IE 8]><script src="js/html5shiv.js"></script><![endif]-->
<script src="js/jquery.min.js"></script>
<script src="js/skel.min.js"></script>
<script src="js/skel-layers.min.js"></script>
<script src="js/init.js"></script>
<noscript>
<link rel="stylesheet" href="css/skel.css" />
<link rel="stylesheet" href="css/style.css" />
<link rel="stylesheet" href="css/style-xlarge.css" />
</noscript>
</head>
<body class="landing">
<!-- Header -->
<header id="header">
<nav id="nav">
<ul>
<li>
<a href="index.html" class="button special">Home</a>
<a href="pubs.html" class="button special">Publications</a>
<a href="gallery.html" class="button special">Gallery</a>
<a href="help.html" class="button special">Get Help</a>
</li>
</ul>
</nav>
</header>
<!-- Banner -->
<section id="banner">
<h2>Pele Suite</h2>
<p>A suite of adaptive mesh hydrodynamics simulation codes for reacting flows
<ul class="actions">
<li>
<a href="https://amrex-combustion.github.io/PeleLM" class="button">PeleLM</a>
<a href="https://amrex-combustion.github.io/PeleLMeX" class="button">PeleLMeX</a>
<a href="https://github.com/AMReX-Combustion/PeleC" class="button">PeleC</a>
<a href="https://github.com/AMReX-Combustion/PelePhysics" class="button">PelePhysics</a>
<a href="https://github.com/AMReX-Combustion/PeleAnalysis" class="button">PeleAnalysis</a>
<a href="https://github.com/AMReX-Combustion/PeleProduction" class="button">PeleProduction</a>
</li>
</ul>
</section><!-- Two -->
<!-- Footer -->
<footer id="footer">
<div class="container">
<section class="ack">
<h4>Acknowledgment</h4>
<a href="https://www.exascaleproject.org">The Pele Project</a> is supported by the Exascale Computing Project (ECP), Project Number: 17-SC-20-SC, a collaborative effort of two DOE organizations -- the Office of Science and the National Nuclear Security Administration -- responsible for the planning and preparation of a capable exascale ecosystem -- including software, applications, hardware, advanced system engineering, and early testbed platforms -- to support the nation's exascale computing imperative.
</section>
<div class="row">
<div class="8u 12u$(medium)">
<ul class="copyright">
<li>© The Regents of the University of California and The Alliance for Sustainable Energy. All rights reserved.</li>
</ul>
</div>
</div>
</div>
</footer>
</body>
</html>