File tree 6 files changed +43
-2
lines changed
6 files changed +43
-2
lines changed Original file line number Diff line number Diff line change @@ -43,10 +43,11 @@ <h1>{{ page.title }}</h1>
43
43
< footer >
44
44
< a href ="https://twitter.com/MacPassApp "> Twitter</ a >
45
45
< a href ="https://github.com/MacPass/MacPass/ "> GitHub</ a >
46
+ < a href ="/legal-notice "> Legal notice</ a >
46
47
{% for link in page.footer_links %}
47
48
< a href ="{{ link['url'] }} "> {{ link['name'] }}</ a >
48
49
{% endfor %}
49
- < p > © 2017 - {{ site.time | date: '%Y' }} HicknHack Software GmbH</ p >
50
+ < p id =" copyright " > © 2017 - {{ site.time | date: '%Y' }} HicknHack Software GmbH</ p >
50
51
</ footer >
51
52
</ body >
52
53
Original file line number Diff line number Diff line change
1
+ @font-face {
2
+ font-family : "Display Font" ;
3
+ src : url ("/fonts/Gilroy/Gilroy-Light.otf" );
4
+ }
5
+
1
6
body {
2
7
text-align : center;
3
8
font-family : 'Open Sans' , sans-serif;
7
12
8
13
h1 , h2 , h3 {
9
14
color : rgb (4 , 129 , 210 );
10
- font-weight : 400 ;
15
+ font-weight : 300 ;
16
+ font-family : "Display Font" ;
11
17
}
12
18
13
19
h1 {
@@ -145,6 +151,7 @@ div.navigation:focus .menu {
145
151
div .navigation a {
146
152
font-size : 1.2rem ;
147
153
margin : 0.5rem 1rem ;
154
+ font-family : 'Display Font' ;
148
155
}
149
156
div .navigation a .current-page {
150
157
border-bottom : 2px solid rgb (4 , 129 , 210 );
@@ -216,6 +223,7 @@ div.sponsor-details a:first-child::before {
216
223
padding : 0.8rem 1.5rem 0.8rem 1.5rem ;
217
224
border-width : 3px ;
218
225
font-size : 1.5rem ;
226
+ font-family : 'Display Font' ;
219
227
}
220
228
221
229
.button : hover {
@@ -230,6 +238,17 @@ a.button {
230
238
footer {
231
239
font-size : 0.8rem ;
232
240
color : rgb (180 , 180 , 180 );
241
+ padding : 0 10vw ;
242
+ margin : auto;
243
+ max-width : 50vw ;
244
+
245
+ display : grid;
246
+ grid-template-columns : repeat (3 , minmax (0 , 1fr ));
247
+ justify-content : center;
248
+ }
249
+
250
+ p # copyright {
251
+ grid-column : 1 / -1 ;
233
252
}
234
253
235
254
@media (max-width : 840px ) {
Original file line number Diff line number Diff line change
1
+ ---
2
+ layout: root
3
+ title: Legal notice
4
+ id: legal
5
+ ---
6
+
7
+ < h2 > Fonts</ h2 >
8
+
9
+ < p align ="left " style ="padding: 0 20vw ">
10
+ This page uses the Gilroy typeface by
11
+ < a href ="https://www.tinkov.info/ "> Radomir Tinkov</ a > . The license of the font
12
+ can be found
13
+ < a href ="/fonts/Gilroy/Radomir Tinkov Free Font EULA .pdf "> here</ a > . When you
14
+ recognize copyright violations, please
15
+ < a
16
+ href ="https://github.com/MacPass/macpass.github.io/issues/new/choose "
17
+ target ="_blank "
18
+ rel ="noopener "
19
+ > open up an GitHub issue</ a
20
+ > .
21
+ </ p >
You canβt perform that action at this time.
0 commit comments