forked from glycojones/ccp4-summer-school
-
Notifications
You must be signed in to change notification settings - Fork 0
/
programme.php
49 lines (44 loc) · 1.39 KB
/
programme.php
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
<!doctype html>
<html>
<head>
<title>DLS-CCP4 Workshop</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" href="styles/ccp4.css" />
<style type="text/css">
<!--
#pdf {
width: 1337px;
height: 975px;
resize: both;
overflow: hidden;
margin: 2em auto;
border: 2px solid #6699FF;
}
#pdf p {
padding: 1em;
}
#pdf object {
display: block;
border: solid 1px #666;
}
-->
</style>
</head>
<body>
<?PHP include("includes/banner.php"); ?>
<main>
<p>The programme embedded below may also be downloaded <a href="DLS-CCP4-2023.pdf">here.</a> Although this programme
is close to being final, it may still be subject to small changes before the course begins.
</p>
<div id="pdf">
<object data="DLS-CCP4-2023.pdf" type="application/pdf" width="100%" height="100%">
<p>It appears you don't have a PDF plugin for this browser.
Instead you can <a href="DLS-CCP4-2023.pdf">click here to
download the PDF file.</a>
</p>
</object>
</div>
</main>
<?PHP include("includes/sponsors.php"); ?>
</body>
</html>