forked from EPCCed/cirrus-website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
executable file
·113 lines (108 loc) · 3.64 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
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
---
layout: page
title: Cirrus
permalink: /
---
<!-- Slider Start -->
<section id="slider">
<div class="container">
<div class="row">
<div class="col-md-10 col-md-offset-2">
<div class="block">
<h1 class="animated fadeInUp">Cirrus powered by EPCC</h1>
<p class="animated fadeInUp">Cirrus is a state-of-the-art advanced computing facility available to industry and academia</p>
</div>
</div>
</div>
</div>
</section>
<!-- Wrapper Start -->
<section id="intro">
<div class="container">
<div class="row">
<div class="col-md-7 col-sm-12">
<div class="block">
<div class="section-title">
<h2>About Cirrus</h2>
<p>
Cirrus is one of the <a href="http://www.epsrc.ac.uk">EPSRC</a> Tier-2 National HPC Facilities and is available for users
in both academia and industry.
</p>
<!--
<p>
Take a look at Cirrus Case Studies showing examples of the problems and work that Cirrus is playing a key role in
<a href="casestudies/">Cirrus case studies</a>
</p> --!>
</div>
<p>
Housed at <a href="http://www.epcc.ed.ac.uk">EPCC's</a> Advanced Computing Facility, Cirrus is a flexible,
state-of-the-art High Performance Computing system that provides an ideal
platform for users to solve their computational, simulation, modelling,
and data science challenges.
</p>
<p>
<a href="about/">Find out more about Cirrus</a>
</p>
</div>
</div><!-- .col-md-7 close -->
<div class="col-md-5 col-sm-12">
<div class="block">
<img valign="middle" src="img/cirrus_PoweredbyEPCC_padded.png" alt="Img">
</div>
</div><!-- .col-md-5 close -->
</div>
</div>
</section>
<!-- Service Start -->
<section id="service">
<div class="container">
<div class="row">
<div class="section-title">
<h2>Further Information</h2>
<p>
Where you go next depends on what you are looking for. For potential users we have
information on how to apply for access to Cirrus and for current users you can find
documentation and support to help you get the most out of Cirrus. You can also find
more information on the Cirrus facility.
</p>
</div>
</div>
<div class="row">
<div class="col-sm-6 col-md-3">
<a href="access/"><div class="service-item">
<i class="icon ion-power"></i>
<h4>Access</h4>
<p>Getting access to Cirrus</p>
</div>
</div></a>
<div class="col-sm-6 col-md-3">
<a href="docs/"><div class="service-item">
<i class="icon ion-document-text"></i>
<h4>Documentation</h4>
<p>Information on using Cirrus and SAFE</p>
</div></a>
</div>
<div class="col-sm-6 col-md-3">
<a href="status/"><div class="service-item">
<i class="icon ion-ios-pulse-strong"></i>
<h4>Status</h4>
<p>Current service status</p>
</div></a>
</div>
<div class="col-sm-6 col-md-3">
<a href="support/"><div class="service-item">
<i class="icon ion-chatboxes"></i>
<h4>Support</h4>
<p>Support from EPCC's experts</p>
</div></a>
</div>
<div class="col-sm-6 col-md-3">
<a href="about/"><div class="service-item">
<i class="icon ion-help"></i>
<h4>About</h4>
<p>More information on Cirrus</p>
</div></a>
</div>
</div>
</div>
</section>