-
Notifications
You must be signed in to change notification settings - Fork 3
/
index.html
62 lines (57 loc) · 2.08 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
<!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>WarpX</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">
<!-- Banner -->
<section id="banner">
<h2>WarpX</h2>
<br> <br>
<p>WarpX is an advanced, time-based 1D/2D/3D/RZ electromagnetic & electrostatic Particle-In-Cell code.
<ul class="actions">
<li>
<a href="https://warpx.readthedocs.io" class="button big">documentation</a>
</li>
<li>
<a href="https://warpx.readthedocs.io/en/latest/_static/doxyhtml/index.html" class="button big">C++ reference</a>
</li>
<li>
<a href="https://github.com/ECP-WarpX/WarpX" class="button big">source repository</a>
</li>
</ul>
</section>
<!-- Footer -->
<footer id="footer">
<div class="container">
<div class="row">
<ul class="copyright">
<li>Copyright © LF Charities. All rights reserved.
LF Charities' <a href="https://lf-charities.org/policies">terms & policies are available here</a>. LF Charities registers and uses trademarks.
Please see our <a href="https://lf-charities.org/trademark-policy/">Trademark Usage</a> page.</li>
</ul>
</div>
</div>
</footer>
</body>
</html>