Commit 334c98a 1 parent 30a361b commit 334c98a Copy full SHA for 334c98a
File tree 12 files changed +21
-97
lines changed
12 files changed +21
-97
lines changed Original file line number Diff line number Diff line change @@ -390,64 +390,23 @@ td {
390
390
}
391
391
392
392
/* home */
393
- .home-intro {
394
- height : 90vh ;
395
- display : flex;
396
- flex-direction : column;
397
- justify-content : space-between;
398
- align-items : center;
399
- }
400
- @media (max-width : 960px ) {
401
- .home-intro {
402
- height : calc (100vh - 76px );
403
- }
393
+ .home-about {
394
+ background : var (--teal-600 );
395
+ color : # fff ;
404
396
}
405
397
406
- .home-intro-text {
407
- font-size : 40px ;
408
- text-align : center;
409
- max-width : 720px ;
410
- margin-top : 32px ;
398
+ .home-about-intro {
399
+ font-size : var (--lead-size );
400
+ padding : 100px 180px ;
411
401
}
412
402
@media (max-width : 960px ) {
413
- .home-intro-text {
414
- font-size : 24px ;
403
+ .home-about-intro {
415
404
padding : 8px ;
416
405
}
417
406
}
418
407
419
- @keyframes movedown {
420
- from {
421
- transform : translateY (0 );
422
- }
423
-
424
- to {
425
- transform : translateY (32px );
426
- }
427
- }
428
- .home-intro-icon {
429
- margin-bottom : 32px ;
430
- animation-direction : alternate;
431
- animation-duration : 0.5s ;
432
- animation-iteration-count : infinite;
433
- animation-name : movedown;
434
- animation-timing-function : ease-in;
435
- }
436
-
437
- .home-intro-icon a {
438
- font-size : var (--lead-size );
439
- color : # 000 ;
440
- display : inline-block;
441
- transform : rotate (90deg );
442
- }
443
-
444
- .home-intro-icon a {
445
- text-decoration : none;
446
- }
447
-
448
- .home-about {
449
- background : var (--teal-600 );
450
- color : # fff ;
408
+ .home-about-intro p {
409
+ max-width : 600px ;
451
410
}
452
411
453
412
.home-about-content {
466
425
467
426
.home-about-image {
468
427
width : 300px ;
469
- margin-top : 180 px ;
428
+ margin-top : 100 px ;
470
429
margin-bottom : 80px ;
471
430
}
472
431
Original file line number Diff line number Diff line change 2
2
3
3
{% block title %}about — laniakea books{% endblock title %}
4
4
5
- {% block intro %}
6
- {% endblock intro %}
7
-
8
5
{% block content %}
9
6
< main >
10
7
< h1 > About</ h1 >
Original file line number Diff line number Diff line change 2
2
3
3
{% block title %}{{ page.title }} — laniakea books{% endblock title %}
4
4
5
- {% block intro %}
6
- {% endblock intro %}
7
-
8
5
{% block content %}
9
6
< main class ="blog ">
10
7
< article itemscope itemtype ="http://schema.org/BlogPosting ">
Original file line number Diff line number Diff line change 2
2
3
3
{% block title %}blog — laniakea books{% endblock title %}
4
4
5
- {% block intro %}
6
- {% endblock intro %}
7
-
8
5
{% block content %}
9
6
< main class ="blog ">
10
7
< h1 > Blog</ h1 >
Original file line number Diff line number Diff line change 12
12
</ style >
13
13
{% endblock extra_head %}
14
14
15
- {% block intro %}
16
- {% endblock intro %}
17
-
18
15
{% block content %}
19
16
< main class ="books ">
20
17
< h1 > {{ page.title }}</ h1 >
Original file line number Diff line number Diff line change 2
2
3
3
{% block title %}books — laniakea books{% endblock title %}
4
4
5
- {% block intro %}
6
- {% endblock intro %}
7
-
8
5
{% block content %}
9
6
< main class ="books ">
10
7
< h1 > Books</ h1 >
Original file line number Diff line number Diff line change 2
2
3
3
{% block title %}how it works — laniakea books{% endblock title %}
4
4
5
- {% block intro %}
6
- {% endblock intro %}
7
-
8
5
{% block content %}
9
6
< main >
10
7
< h1 > How it works</ h1 >
Original file line number Diff line number Diff line change 17
17
</ head >
18
18
< body >
19
19
20
- {% block intro %}
21
- < section class ="home-intro ">
22
- < div class ="home-intro-balancer ">
23
- </ div >
24
- < div class ="home-intro-text ">
25
- We help independent authors turn their
26
- words into public domain books.
27
- </ div >
28
- < div class ="home-intro-icon ">
29
- < a href ="#home "> »</ a >
30
- </ div >
31
- </ section >
32
- {% endblock intro %}
33
-
34
20
< header id ="home ">
35
- < a href ="/#home " class ="logo ">
21
+ < a href ="/ " class ="logo ">
36
22
< h1 > laniakea books</ h1 >
37
23
</ a >
38
24
< nav >
@@ -48,10 +34,19 @@ <h1>laniakea books</h1>
48
34
49
35
{% block content %}
50
36
< section class ="home-about ">
51
- < div class ="home-about-content ">
37
+ < div class ="home-about-intro ">
52
38
< div class ="home-about-image ">
53
39
{% include "telescope.html" %}
54
40
</ div >
41
+ < p >
42
+ We help independent authors turn their
43
+ words into public domain books.
44
+ </ p >
45
+ </ div >
46
+
47
+ < hr >
48
+
49
+ < div class ="home-about-content ">
55
50
< p >
56
51
We support independent authors and free knowledge by
57
52
publishing books in the public domain.
Original file line number Diff line number Diff line change 2
2
3
3
{% block title %}let’s chat — laniakea books{% endblock title %}
4
4
5
- {% block intro %}
6
- {% endblock intro %}
7
-
8
5
{% block content %}
9
6
< main >
10
7
< h1 > Let’s chat</ h1 >
Original file line number Diff line number Diff line change 2
2
3
3
{% block title %}transparency — laniakea books{% endblock title %}
4
4
5
- {% block intro %}
6
- {% endblock intro %}
7
-
8
5
{% block content %}
9
6
< main >
10
7
< h1 > Open Operations</ h1 >
Original file line number Diff line number Diff line change 2
2
3
3
{% block title %}philosophy — laniakea books{% endblock title %}
4
4
5
- {% block intro %}
6
- {% endblock intro %}
7
-
8
5
{% block content %}
9
6
< main >
10
7
< h1 > Philosophy</ h1 >
Original file line number Diff line number Diff line change 2
2
3
3
{% block title %}pricing — laniakea books{% endblock title %}
4
4
5
- {% block intro %}
6
- {% endblock intro %}
7
-
8
5
{% block content %}
9
6
< main >
10
7
< h1 > Pricing</ h1 >
You can’t perform that action at this time.
0 commit comments