-
Notifications
You must be signed in to change notification settings - Fork 1
/
footer.html
235 lines (204 loc) · 6.63 KB
/
footer.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
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
<style>
:root {
--dark-background: #474747;
--light-background: #DAD5CC;
--separator: #fa8756;
--small-separator: #9e9b95;
--margin: 20%;
}
.extended-view {
width: 200%;
left: -50%;
position: relative;
}
.footer {
width: 100%;
padding: 0;
}
.footer-top-area {
background-color: var(--dark-background);
height: 9em;
padding-left: var(--margin);
padding-right: var(--margin);
display: flex;
align-items: center;
}
.footer-separator {
background-color: var(--separator);
height: 0.2em;
}
.footer-small-separator {
background-color: var(--small-separator);
padding-left: var(--margin);
padding-right: var(--margin);
height: 0.1em;
}
.footer-main-area {
background-color: var(--light-background);
padding-left: var(--margin);
padding-right: var(--margin);
padding-top: 4em;
display: flex;
flex-wrap: wrap;
/* padding-bottom: 2em; */
}
@media only screen and (max-width: 768px) {
.footer-main-area {
flex-direction: column;
}
:root {
--margin: 5%;
}
.publications {
display: block !important;
}
/* .newsletter {
min-width: 25%;
} */
}
@media only screen and (max-width: 1200px) {
.publications {
display: block !important;
}
:root {
--margin: 5%;
}
}
.footer-column {
flex: 0 0 25%;
justify-content: center;
display: flex;
flex-direction: column;
align-self: flex-start;
/* margin-bottom: 2em; */
}
/* .section {
display: flex;
flex-direction: column;
margin-bottom: 2em;
} */
/* Column caption */
.column-caption div:first-child {
font-weight: bold;
margin-bottom: 1em;
}
.publication {
height: 6em;
background: white;
border: 1px solid var(--small-separator);
margin-right: 3em;
}
.footer a {
text-decoration: none;
color: black;
}
.footer a:hover {
color: #FA8756;
}
.newsletter {
justify-self: flex-end;
margin-left: auto;
}
.publications {
display: flex;
}
</style>
<div style="text-align:center; margin-top:40px; margin-bottom:40px;">
apertus° is a member of
<a href="https://fsfe.org/" target="_blank">
<img style="position:relative; top:-7px; width:45px;padding-left:2px; padding-right:2px;" src="/sites/default/files/fsfe-logo.png"
alt="Free Software Foundation Europe" title="Free Software Foundation Europe">
</a> and the AXIOM project is certified Open Hardware by
<a href="https://www.oshwa.org/" target="_blank">
<img style="position:relative; top:1px; width:90px;" src="/sites/default/files/oshwa_logo.png" alt="Open Source Hardware Association"
title="Open Source Hardware Association">
</a>.</div>
<div class="extended-view">
<div class="footer">
<div class="footer-top-area">
<img src="/sites/default/files/apertus_logo.png" style="height: 60%;"></img>
</div>
<div class="footer-separator"></div>
<div class="footer-main-area">
<div class="footer-column">
<div>
<div style="font-weight: bold;">apertus° - open source cinema</div>
<div >Factory Hub Vienna</div >
<div >Vorarlberger Allee 38</div >
<div >1230 Vienna</div >
<div style="margin-bottom: 1em;">Austria</div >
<div style="margin-bottom: 3em;">[email protected]</div >
</div>
</div>
<div class="footer-column column-caption">
<div>Contribute</div>
<a href="/join-the-team">Join the team</a>
<a href="https://github.com/apertus-open-source-cinema">GitHub repositories</a>
<a href="https://lab.apertus.org/">apertus° Labs</a>
<a href="/irc-chat">Live chat (IRC)</a>
<a href="/donate">Donate</a>
</div>
<div class="footer-column column-caption">
<div>Projects</div>
<a href="/axiom-beta">AXIOM Beta</a>
<a href="/axiom-ecosystem">AXIOM ecosystem</a>
<a href="/opencine">Open Cine</a>
</div>
<div class="footer-column column-caption">
<div>Association</div>
<a href="/about">About</a>
<a href="/contact">Contact</a>
<a href="/team">Team</a>
<a href="/mission-statement">Mission Statement</a>
</div>
<div class="footer-column column-caption">
<div>Recent publications</div>
<div class="publications">
<div class="publication">
<img src="/sites/default/files/AXIOM_Beta_product_brochure_thumbnail.jpg" style="width: auto; height: 100%;"></img>
</div>
<div class="publication"></div>
</div>
</div>
<div class="footer-column column-caption">
<div>Resources</div>
<a href="https://wiki.apertus.org">Wiki</a>
</div>
<div class="footer-column newsletter">
For occasional project updates:<br />
<a class="btn" href="https://groups.google.com/forum/#!forum/apertus/join" target="_blank">Subscribe to newsletter</a><br />
<br/>
<hr/>
<div style="margin-left: auto;">
<div style="display: flex; justify-content:flex-end; margin-bottom: 1em;">
<a href="https://github.com/apertus-open-source-cinema">
<img width="60%" src="/sites/default/files/GitHub_Icon.png" class="social-icon">
</a>
<a href=https://twitter.com/apertusoscinema>
<img width="60%" src="/sites/default/files/Twitter_Icon.png" class="social-icon">
</a>
<a href="https://mastodon.social/@apertus">
<img width="60%" src="/sites/default/files/Mastodon_Icon.png" class="social-icon">
</a>
<a href="https://wiki.apertus.org/index.php/Main_Page">
<img width="60%" src="/sites/default/files/Wiki_Icon.png" class="social-icon">
</a>
<a href="/user">
<img width="60%" src="/sites/default/files/Login_Icon.png" class="social-icon">
<span style="font-size:0.7em;">Login</span>
</a>
</div>
<div style="text-align: right;">Thanks to our
<a href style="color: var(--separator);">Sponsors</a>
</div>
</div>
</div>
</div>
<div style="padding-top: 2em;background-color: var(--light-background);height: 4em;padding-left: var(--margin);
padding-right: var(--margin);line-height: 4em; ">
<div class="footer-small-separator"></div>
<div style="font-size:0.7em; float: left;">© apertus° community 2006-2018</div>
<div style="font-size:0.7em; float: right;">Website content available under CC-BY 4.0 International license</div>
</div>
</div>
</div>