-
Notifications
You must be signed in to change notification settings - Fork 25
/
index.html
executable file
·134 lines (129 loc) · 4.54 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
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
---
layout: frontpage
title: HPC-UK
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">Serving the UK High Performance Computing Community</h1>
<p class="animated fadeInUp">We help coordinate the effective use of HPC in the UK research community</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 US</h2>
<p>We bring together different organisations involved in HPC in the UK to provide information to users of HPC facilities.</p>
</div>
<p>HPC-UK provides information for users and providers on UK HPC facilities. This includes
information on facilities available, how to gain
access, what training courses are available and links to other useful resources. We are made up of
a variety of organisations in the UK including <a href="https://www.epcc.ed.ac.uk">EPCC</a> and
<a href="https://society-rse.org">Society of Research Software Engineering</a>. <a href="{{ site.baseurl}}/about/">Read more About HPC-UK</a></p>
</div>
</div><!-- .col-md-7 close -->
<div class="col-md-5 col-sm-12">
<div class="block">
<img valign="middle" src="img/hpcuk_logo_padded.png" alt="Img">
</div>
</div><!-- .col-md-5 close -->
</div>
</div>
</section>
<section id="feature">
<div class="container">
<div class="row">
<div class="col-md-6 col-md-offset-6">
<h2>EMPOWERING THE HPC COMMUNITY</h2>
<p>By providing a central place for information on UK HPC facilities, training and software we enable the HPC user
community to get the most out of HPC for their work.
<p>This site provides information on HPC facilities and software so that users can choose the best tools for
the job.</p>
</div>
</div>
</div>
</section>
<!-- Service Start -->
<section id="service">
<div class="container">
<div class="row">
<div class="section-title">
<h2>HOW CAN WE HELP?</h2>
<p>Do you need information on facilities available, training, software…? We can help.</p>
</div>
</div>
<div class="row">
<div class="col-sm-6 col-md-3">
<a href="facilities/"><div class="service-item">
<i class="icon ion-calculator"></i>
<h4>Facilities</h4>
<p>Information on UK HPC facilities</p>
</div>
</div></a>
<div class="col-sm-6 col-md-3">
<a href="training/"><div class="service-item">
<i class="ion-university"></i>
<h4>Training</h4>
<p>Improve your skills with training from HPC experts</p>
</div></a>
</div>
<div class="col-sm-6 col-md-3">
<a href="docs/"><div class="service-item">
<i class="ion-play"></i>
<h4>Documentation</h4>
<p>UK HPC facilities documentation</p>
</div></a>
</div>
<div class="col-sm-6 col-md-3">
<a href="access/"><div class="service-item">
<i class="ion-power"></i>
<h4>Access</h4>
<p>Apply for access to UK HPC facilities</p>
</div></a>
</div>
</div>
<div class="row">
<div class="col-sm-6 col-md-3">
<a href="facilities/"><div class="service-item">
<i class="ion-wrench"></i>
<h4>Research Software Engineering</h4>
<p>RSE expertise to support HPC</p>
</div></a>
</div>
<!--
<div class="col-sm-6 col-md-3">
<a href="facilities/"><div class="service-item">
<i class="ion-erlenmeyer-flask"></i>
<h4>Case Studies</h4>
<p>What do people use UK HPC for?</p>
</div></a>
</div>
-->
</div>
</div>
</section>
<!-- Call to action Start -->
<section id="call-to-action">
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="block">
<h2>We want to help build the UK HPC community for the benefit of all.</h2>
<p>We are always keen to work with people and organisations. If you think you can contribute to HPC-UK then please just get in touch and talk to us.</p>
<a class="btn btn-default btn-call-to-action" href="contact/" >Get in touch</a>
</div>
</div>
</div>
</div>
</section>