-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathSaturn.html
132 lines (89 loc) · 2.5 KB
/
Saturn.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
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous">
<meta charset="UTF-8">
<title>BM ResearchSpace</title>
</head>
<style>
#container {
text-align: center;
background-color: black;
position: fixed;
height: 100%;
padding:0px;
bottom:0%;
width:100%;
}
.block {
text-align: center;
display: inline-block;
width:100%;
font-family:"Lato";
width: 150px;
height: 20px;
background-color: #000000;
margin: 10px;
color: white;
text-align: center;
}
.version
{
flex-wrap: wrap;
color:white;
text-align: center;
font-family:"Lato";
font-size:3em;
padding: 0px;
}
.strap
{
color:white;
height:2em;
display: inline-block;
text-align: center;
font-family:"Lato";
font-size:1.75em;
padding: 0px;
}
.mainimage {
text-align: center;
display: block;
}
.objective
{
flex-wrap: wrap;
color:white;
text-align: center;
font-family:"Lato";
font-size:1.5em;
padding: 0px;
}
hr {
background-color: white;
width:50%;
height:2px;
}
</style>
</head>
<body>
<div id="container">
<div class="block">Open Source AGPL</div>
<div class="block">Community<br>Statement</div>
<div class="block">Services</div>
<div class="block">Knowledge base</div>
<div class="block">Case studies</div>
<div class="block"><img src="images/saturn/british-museum-logo.svg"></div>
<hr>
<div class=mainimage><img src="images/saturn/RSLogo.png"></div>
<div class="version">saturn</div>
<div class="strap">Connecting the Knowledge of People in the Digital Space </div>
<div style="color:white">conservation</div><div style="color:white">history</div><div style="color:white">cultural heritage</div>
<div style="color:white">humanities research</div>
<div style="color:white">art</div>
<div style="text-align: center"><img src="images/saturn/nasasaturn.png"></div>
<div class="objective">A Semantic and Relational Knowledge System</div>
<button style="margin-right: 30px"; class="btn btn-primary" type="submit">Overview</button><button style="margin-left: 30px"; class="btn btn-primary" type="submit">Download</button>
</div>
</body>
</html>