File tree Expand file tree Collapse file tree 20 files changed +146
-142
lines changed
20170110-what-is-web-compatibility
20170116-why-do-we-need-web-compatibility
20170404-key-to-productivity Expand file tree Collapse file tree 20 files changed +146
-142
lines changed Original file line number Diff line number Diff line change 13
13
< link rel ="stylesheet " href ="/assets/css/main.css ">
14
14
< link rel ="stylesheet " href ="/assets/css/home.css ">
15
15
< link rel ="stylesheet " href ="/assets/css/contributors.css ">
16
+ < link rel ="stylesheet " href ="/assets/css/project.css ">
16
17
< link rel ="stylesheet " href ="/assets/css/blog.css ">
17
18
< link rel ="stylesheet " href ="/assets/css/post-list.css ">
18
19
< link rel ="stylesheet " href ="/assets/css/richtext.css ">
Original file line number Diff line number Diff line change 8
8
margin-inline : var (--content-margin );
9
9
}
10
10
11
- .project-wrapper {
12
- display : flex;
13
- flex-direction : column;
14
- justify-content : center;
15
- align-items : center;
16
- padding-inline : 10px ;
17
- }
18
- .project-wrapper .project-title {
19
- font-family : "november" ;
20
- font-size : 45px ;
21
- line-height : 5rem ;
22
- text-align : center;
23
- color : # f7f7f7 ;
24
- display : flex;
25
- justify-content : center;
26
- padding : 100px 0px 0 0px ;
27
- }
28
- .project-wrapper .project-title .not-found {
29
- color : # 000000 ;
30
- }
31
- .project-wrapper .project-title .wide-letters {
32
- letter-spacing : 0.1em ;
33
- }
34
- .project-wrapper .project-info {
35
- width : 100% ;
36
- line-height : 1.3 ;
37
- letter-spacing : 0.01em ;
38
- position : relative;
39
- max-width : 40rem ;
40
- margin : 0px auto;
41
- color : # f7f7f7 ;
42
- }
43
- .project-wrapper .project-info .highlight {
44
- box-sizing : border-box;
45
- padding : 1.5rem ;
46
- margin-bottom : 120px ;
47
- color : black;
48
- background : # f7f7f7 ;
49
- border-radius : 20px ;
50
- }
51
- .project-wrapper .project-info .highlight p {
52
- margin-block : 10px ;
53
- }
54
- .project-wrapper .project-info .highlight .cta-button : hover {
55
- background-color : # e2c81e ;
56
- }
57
- @media (min-width : 576px ) {
58
- .project-wrapper .project-info .highlight {
59
- padding : 4rem ;
60
- }
61
- }
62
-
63
- .coming-soon {
64
- font-family : "november" ;
65
- font-size : 45px ;
66
- line-height : 5rem ;
67
- text-align : center;
68
- color : # f7f7f7 ;
69
- display : flex;
70
- justify-content : center;
71
- padding-bottom : 60px ;
72
- }
73
-
74
11
.post-header {
75
12
margin : 150px auto 20px auto;
76
13
padding-inline : 20px ;
Original file line number Diff line number Diff line change @@ -478,13 +478,11 @@ header h1.deven-headtext {
478
478
479
479
.member-name {
480
480
font-weight : bold;
481
- font-size : 16px ;
482
481
margin : 0 ;
483
482
color : # f7f7f7 ;
484
483
}
485
484
486
485
.member-title {
487
- font-size : 16px ;
488
486
margin : 0 ;
489
487
color : # f7f7f7 ;
490
488
}
Original file line number Diff line number Diff line change
1
+ .project-wrapper {
2
+ display : flex;
3
+ flex-direction : column;
4
+ justify-content : center;
5
+ align-items : center;
6
+ padding-inline : 10px ;
7
+ }
8
+ .project-wrapper .project-title {
9
+ font-family : "november" ;
10
+ font-size : 45px ;
11
+ line-height : 5rem ;
12
+ text-align : center;
13
+ color : # f7f7f7 ;
14
+ display : flex;
15
+ justify-content : center;
16
+ padding : 100px 0px 0 0px ;
17
+ }
18
+ .project-wrapper .project-title .not-found {
19
+ color : # 000000 ;
20
+ }
21
+ .project-wrapper .project-title .wide-letters {
22
+ letter-spacing : 0.1em ;
23
+ }
24
+ .project-wrapper .project-info {
25
+ width : 100% ;
26
+ line-height : 1.3 ;
27
+ letter-spacing : 0.01em ;
28
+ position : relative;
29
+ max-width : 40rem ;
30
+ margin : 0px auto;
31
+ color : # f7f7f7 ;
32
+ }
33
+ .project-wrapper .project-info .highlight {
34
+ box-sizing : border-box;
35
+ padding : 1.5rem ;
36
+ margin-bottom : 120px ;
37
+ color : black;
38
+ background : # f7f7f7 ;
39
+ border-radius : 20px ;
40
+ }
41
+ .project-wrapper .project-info .highlight p {
42
+ margin-block : 10px ;
43
+ }
44
+ .project-wrapper .project-info .highlight .cta-button : hover {
45
+ background-color : # e2c81e ;
46
+ }
47
+ @media (min-width : 576px ) {
48
+ .project-wrapper .project-info .highlight {
49
+ padding : 4rem ;
50
+ }
51
+ }
52
+
53
+ .coming-soon {
54
+ font-family : "november" ;
55
+ font-size : 45px ;
56
+ line-height : 5rem ;
57
+ text-align : center;
58
+ color : # f7f7f7 ;
59
+ display : flex;
60
+ justify-content : center;
61
+ padding-bottom : 60px ;
62
+ }
Original file line number Diff line number Diff line change 9
9
}
10
10
}
11
11
.richtext p {
12
- font-size : 16px ;
13
12
margin-block : 20px ;
14
13
}
15
14
.richtext h2 {
16
- font-size : 28 px ;
15
+ font-size : 1.75 rem ;
17
16
font-weight : bold;
18
17
line-height : 1.3 ;
19
18
letter-spacing : 0.28px ;
28
27
margin-top : 40px ;
29
28
}
30
29
.richtext h3 {
31
- font-size : 22 px ;
30
+ font-size : 1.375 rem ;
32
31
font-weight : bold;
33
32
line-height : 1.4 ;
34
33
letter-spacing : 0.2px ;
@@ -76,7 +75,6 @@ li .richtext ol {
76
75
list-style : decimal;
77
76
}
78
77
.richtext li {
79
- font-size : 16px ;
80
78
padding : 5px 0 ;
81
79
}
82
80
.richtext code {
Original file line number Diff line number Diff line change 13
13
< link rel ="stylesheet " href ="/assets/css/main.css ">
14
14
< link rel ="stylesheet " href ="/assets/css/home.css ">
15
15
< link rel ="stylesheet " href ="/assets/css/contributors.css ">
16
+ < link rel ="stylesheet " href ="/assets/css/project.css ">
16
17
< link rel ="stylesheet " href ="/assets/css/blog.css ">
17
18
< link rel ="stylesheet " href ="/assets/css/post-list.css ">
18
19
< link rel ="stylesheet " href ="/assets/css/richtext.css ">
Original file line number Diff line number Diff line change 13
13
< link rel ="stylesheet " href ="/assets/css/main.css ">
14
14
< link rel ="stylesheet " href ="/assets/css/home.css ">
15
15
< link rel ="stylesheet " href ="/assets/css/contributors.css ">
16
+ < link rel ="stylesheet " href ="/assets/css/project.css ">
16
17
< link rel ="stylesheet " href ="/assets/css/blog.css ">
17
18
< link rel ="stylesheet " href ="/assets/css/post-list.css ">
18
19
< link rel ="stylesheet " href ="/assets/css/richtext.css ">
Original file line number Diff line number Diff line change 13
13
< link rel ="stylesheet " href ="/assets/css/main.css ">
14
14
< link rel ="stylesheet " href ="/assets/css/home.css ">
15
15
< link rel ="stylesheet " href ="/assets/css/contributors.css ">
16
+ < link rel ="stylesheet " href ="/assets/css/project.css ">
16
17
< link rel ="stylesheet " href ="/assets/css/blog.css ">
17
18
< link rel ="stylesheet " href ="/assets/css/post-list.css ">
18
19
< link rel ="stylesheet " href ="/assets/css/richtext.css ">
Original file line number Diff line number Diff line change 13
13
< link rel ="stylesheet " href ="/assets/css/main.css ">
14
14
< link rel ="stylesheet " href ="/assets/css/home.css ">
15
15
< link rel ="stylesheet " href ="/assets/css/contributors.css ">
16
+ < link rel ="stylesheet " href ="/assets/css/project.css ">
16
17
< link rel ="stylesheet " href ="/assets/css/blog.css ">
17
18
< link rel ="stylesheet " href ="/assets/css/post-list.css ">
18
19
< link rel ="stylesheet " href ="/assets/css/richtext.css ">
Original file line number Diff line number Diff line change 13
13
< link rel ="stylesheet " href ="/assets/css/main.css ">
14
14
< link rel ="stylesheet " href ="/assets/css/home.css ">
15
15
< link rel ="stylesheet " href ="/assets/css/contributors.css ">
16
+ < link rel ="stylesheet " href ="/assets/css/project.css ">
16
17
< link rel ="stylesheet " href ="/assets/css/blog.css ">
17
18
< link rel ="stylesheet " href ="/assets/css/post-list.css ">
18
19
< link rel ="stylesheet " href ="/assets/css/richtext.css ">
Original file line number Diff line number Diff line change 13
13
< link rel ="stylesheet " href ="/assets/css/main.css ">
14
14
< link rel ="stylesheet " href ="/assets/css/home.css ">
15
15
< link rel ="stylesheet " href ="/assets/css/contributors.css ">
16
+ < link rel ="stylesheet " href ="/assets/css/project.css ">
16
17
< link rel ="stylesheet " href ="/assets/css/blog.css ">
17
18
< link rel ="stylesheet " href ="/assets/css/post-list.css ">
18
19
< link rel ="stylesheet " href ="/assets/css/richtext.css ">
Original file line number Diff line number Diff line change 13
13
< link rel ="stylesheet " href ="/assets/css/main.css ">
14
14
< link rel ="stylesheet " href ="/assets/css/home.css ">
15
15
< link rel ="stylesheet " href ="/assets/css/contributors.css ">
16
+ < link rel ="stylesheet " href ="/assets/css/project.css ">
16
17
< link rel ="stylesheet " href ="/assets/css/blog.css ">
17
18
< link rel ="stylesheet " href ="/assets/css/post-list.css ">
18
19
< link rel ="stylesheet " href ="/assets/css/richtext.css ">
Original file line number Diff line number Diff line change 13
13
< link rel ="stylesheet " href ="/assets/css/main.css ">
14
14
< link rel ="stylesheet " href ="/assets/css/home.css ">
15
15
< link rel ="stylesheet " href ="/assets/css/contributors.css ">
16
+ < link rel ="stylesheet " href ="/assets/css/project.css ">
16
17
< link rel ="stylesheet " href ="/assets/css/blog.css ">
17
18
< link rel ="stylesheet " href ="/assets/css/post-list.css ">
18
19
< link rel ="stylesheet " href ="/assets/css/richtext.css ">
Original file line number Diff line number Diff line change 13
13
< link rel ="stylesheet " href ="/assets/css/main.css ">
14
14
< link rel ="stylesheet " href ="/assets/css/home.css ">
15
15
< link rel ="stylesheet " href ="/assets/css/contributors.css ">
16
+ < link rel ="stylesheet " href ="/assets/css/project.css ">
16
17
< link rel ="stylesheet " href ="/assets/css/blog.css ">
17
18
< link rel ="stylesheet " href ="/assets/css/post-list.css ">
18
19
< link rel ="stylesheet " href ="/assets/css/richtext.css ">
Original file line number Diff line number Diff line change 13
13
< link rel ="stylesheet " href ="/assets/css/main.css ">
14
14
< link rel ="stylesheet " href ="/assets/css/home.css ">
15
15
< link rel ="stylesheet " href ="/assets/css/contributors.css ">
16
+ < link rel ="stylesheet " href ="/assets/css/project.css ">
16
17
< link rel ="stylesheet " href ="/assets/css/blog.css ">
17
18
< link rel ="stylesheet " href ="/assets/css/post-list.css ">
18
19
< link rel ="stylesheet " href ="/assets/css/richtext.css ">
Original file line number Diff line number Diff line change 18
18
<link rel =" stylesheet" href =" /assets/css/main.css" >
19
19
<link rel =" stylesheet" href =" /assets/css/home.css" >
20
20
<link rel =" stylesheet" href =" /assets/css/contributors.css" >
21
+ <link rel =" stylesheet" href =" /assets/css/project.css" >
21
22
<link rel =" stylesheet" href =" /assets/css/blog.css" >
22
23
<link rel =" stylesheet" href =" /assets/css/post-list.css" >
23
24
<link rel =" stylesheet" href =" /assets/css/richtext.css" >
Original file line number Diff line number Diff line change 10
10
margin-inline : var (--content-margin );
11
11
}
12
12
13
- .project-wrapper {
14
- display : flex ;
15
- flex-direction : column ;
16
- justify-content : center ;
17
- align-items : center ;
18
- padding-inline : 10px ;
19
- .project-title {
20
- font-family : ' november' ;
21
- font-size : 45px ;
22
- line-height : 5rem ;
23
- text-align : center ;
24
- color : #f7f7f7 ;
25
- display : flex ;
26
- justify-content : center ;
27
- padding : 100px 0px 0 0px ;
28
- & .not-found {
29
- color : #000000 ;
30
- }
31
- & .wide-letters {
32
- letter-spacing : 0.1em ;
33
- }
34
- }
35
- .project-info {
36
- width : 100% ;
37
- line-height : 1.3 ;
38
- letter-spacing : 0.01em ;
39
- position : relative ;
40
- max-width : 40rem ;
41
- margin : 0px auto ;
42
-
43
- color : #f7f7f7 ;
44
-
45
- & .highlight {
46
- box-sizing : border-box ;
47
- padding : 1.5rem ;
48
- margin-bottom : 120px ;
49
- color : black ;
50
- background : #f7f7f7 ;
51
- border-radius : 20px ;
52
-
53
- p {
54
- margin-block : 10px ;
55
- }
56
-
57
- .cta-button :hover {
58
- // darker yellow instead of same color as background
59
- background-color : #e2c81e ;
60
- }
61
-
62
- @include media .sm {
63
- padding : 4rem ;
64
- }
65
- }
66
- }
67
- }
68
-
69
- .coming-soon {
70
- font-family : ' november' ;
71
- font-size : 45px ;
72
- line-height : 5rem ;
73
- text-align : center ;
74
- color : #f7f7f7 ;
75
- display : flex ;
76
- justify-content : center ;
77
- padding-bottom : 60px ;
78
- }
79
-
80
13
.post-header {
81
14
margin : 150px auto 20px auto ;
82
15
padding-inline : 20px ;
Original file line number Diff line number Diff line change @@ -542,13 +542,11 @@ header h1.deven-headtext {
542
542
543
543
.member-name {
544
544
font-weight : bold ;
545
- font-size : 16px ;
546
545
margin : 0 ;
547
546
color : #f7f7f7 ;
548
547
}
549
548
550
549
.member-title {
551
- font-size : 16px ;
552
550
margin : 0 ;
553
551
color : #f7f7f7 ;
554
552
}
You can’t perform that action at this time.
0 commit comments