-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathroom_template.html
46 lines (43 loc) · 1.5 KB
/
room_template.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
<!DOCTYPE html>
<HTML>
<HEAD>
<meta charset="utf-8">
<TITLE>{name}</TITLE>
<link rel="stylesheet" type="text/css" href="styles/fonts.css" />
<link rel="stylesheet" type="text/css" href="styles/styles.css" />
</HEAD>
<BODY>
<div class="header">
<div class="innerheader">
<img src="images/logo.png" alt="SA2C logo" height="100px" class="title" />
<span class="title">
Swansea Academy of Advanced Computing<br />
Academi Uwch Gyfrifiadureg Abertawe
</span>
</div>
</div>
<H1>SA2C/Supercomputing Wales HPC Clinic</H1>
<H1>{name} location</H1>
<H2>Directions</H2>
{directions}
{hasmapstart}
<H2>Map</H2>
<a href="images/{map}.png"><img src="images/{map}.png" width="350px" />
<br />
(Click to expand the map)</a>
{hasmapend}
{hasvideostart}
<H2>Video</h2>
<iframe width="560" height="315" src="https://www.youtube-nocookie.com/embed/{videoid}?rel=0" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>
{hasvideoend}
<p><a href="index.html">Back to the schedule</a></p>
<!--footer-->
<div class="footer">
<ul class="footeritems">
<li class="footeritem"><a href="https://supercomputing.wales/"><img src="images/scw.svg" height="70px" /></a></li>
<li class="footeritem"><a href="https://www.swansea.ac.uk/"><img src="images/swansea.svg" height="70px" /></a></li>
<li class="footeritem"><img src="images/wefo.svg" height="60px" /></li>
</ul>
</div>
</BODY>
</HTML>