File tree Expand file tree Collapse file tree 3 files changed +27
-11
lines changed Expand file tree Collapse file tree 3 files changed +27
-11
lines changed Original file line number Diff line number Diff line change 1
1
<!DOCTYPE html>
2
- < html >
2
+ < html class =" theme-dark " >
3
3
< head >
4
4
< meta charset ="utf-8 ">
5
5
< meta name ="viewport " content ="width=device-width, initial-scale=1 ">
6
6
< title > The Duct Framework</ title >
7
+ < link rel ="preconnect " href ="https://fonts.googleapis.com ">
8
+ < link rel ="preconnect " href ="https://fonts.gstatic.com " crossorigin >
9
+ < link rel ="stylesheet " href ="https://fonts.googleapis.com/css2?family=Special+Gothic+Condensed+One&display=swap ">
7
10
< link rel ="
stylesheet "
href ="
https://cdn.jsdelivr.net/npm/[email protected] /css/bulma.min.css "
>
11
+ < link rel ="stylesheet " href ="style.css ">
8
12
</ head >
9
13
< body >
10
- < section class ="section ">
11
- < div class ="container ">
12
- < h1 class ="title ">
13
- Duct
14
- </ h1 >
15
- < p class ="subtitle ">
16
- A server-side framework for Clojure
17
- </ p >
18
- </ div >
19
- </ section >
14
+ < section class ="hero is-medium ">
15
+ < div class ="hero-body ">
16
+ < div class ="container has-text-centered ">
17
+ < h1 class ="title ">
18
+ < img class ="logo " src ="logo.svg ">
19
+ Duct
20
+ </ h1 >
21
+ < p class ="subtitle "> A server-side framework for Clojure</ p >
22
+ </ div >
23
+ </ div >
24
+ </ section >
20
25
</ body >
21
26
</ html >
Original file line number Diff line number Diff line change
1
+ ../logo.svg
Original file line number Diff line number Diff line change
1
+ .hero .title {
2
+ font-family : "Special Gothic Condensed One" , sans-serif;
3
+ font-weight : bold;
4
+ font-size : 128px ;
5
+ }
6
+
7
+ .hero .title .logo {
8
+ width : 92px ;
9
+ height : 92px ;
10
+ }
You can’t perform that action at this time.
0 commit comments