5
5
< meta name ="viewport " content ="width=device-width, initial-scale=1 ">
6
6
< title > PostHTML UI</ title >
7
7
< link href ="https://cdn.jsdelivr.net/npm/bootstrap@5.2.2/dist/css/bootstrap.min.css " rel ="stylesheet ">
8
- < script src ="https://cdn.jsdelivr.net/npm/bootstrap@5.2.2/dist/js/bootstrap.bundle.min.js "> </ script >
9
- < meta name ="pushed " content ="Pushed from home.html ">
10
- < meta name ="pushed " content ="Pushed from page.html ">
8
+ < style >
9
+ .doc-shadow {
10
+ box-shadow : rgba (0 , 0 , 0 , 0 ) 0px 0px 0px 0px ,
11
+ rgba (0 , 0 , 0 , 0 ) 0px 0px 0px 0px , rgba (0 , 0 , 0 , 0.1 ) 0px 1px 3px 0px ,
12
+ rgba (0 , 0 , 0 , 0.1 ) 0px 1px 2px -1px !important ;
13
+ }
14
+ </ style >
11
15
</ head >
12
- < body class ="d-flex flex-column h-100 ">
16
+ < body class ="d-flex flex-column h-100 bg-light ">
13
17
< header class ="py-3 mb-4 ">
14
18
< div class ="container-lg ">
15
19
< div class ="d-flex flex-wrap align-items-center justify-content-center justify-content-md-between ">
16
- < a href ="/ " class ="d-flex align-items-center col-md-3 mb-2 mb-md-0 text-dark text-decoration-none ">
20
+ < a href ="index.html " class ="d-flex align-items-center col-md-3 mb-2 mb-md-0 text-dark text-decoration-none ">
17
21
< svg xmlns ="http://www.w3.org/2000/svg " width ="40 " height ="32 " fill ="currentColor " class ="bi bi-code-slash me-2 " viewbox ="0 0 16 16 ">
18
22
< path d ="M10.478 1.647a.5.5 0 1 0-.956-.294l-4 13a.5.5 0 0 0 .956.294l4-13zM4.854 4.146a.5.5 0 0 1 0 .708L1.707 8l3.147 3.146a.5.5 0 0 1-.708.708l-3.5-3.5a.5.5 0 0 1 0-.708l3.5-3.5a.5.5 0 0 1 .708 0zm6.292 0a.5.5 0 0 0 0 .708L14.293 8l-3.147 3.146a.5.5 0 0 0 .708.708l3.5-3.5a.5.5 0 0 0 0-.708l-3.5-3.5a.5.5 0 0 0-.708 0z "> </ path >
19
23
</ svg >
20
24
</ a >
21
25
< ul class ="nav col-12 col-md-auto mb-2 justify-content-center mb-md-0 ">
22
26
< li >
23
- < a class ="nav-link px-2 link-dark " href ="home .html "> Home</ a >
27
+ < a class ="nav-link px-2 link-dark " href ="index .html "> Home</ a >
24
28
</ li >
25
29
< li >
26
30
< a class ="nav-link px-2 link-dark " href ="docs.html "> Docs</ a >
27
31
</ li >
28
32
< li >
29
- < a class ="nav-link px-2 link-dark " href ="https://github.com/posthtml "> PostHTML</ a >
30
- </ li >
31
- < li >
32
- < a class ="nav-link px-2 link-dark " href ="https://github.com/thewebartisan7/posthtml-components/blob/main/changelog.md "> Changelog</ a >
33
+ < a class ="nav-link px-2 link-dark " href ="https://github.com/posthtml " target ="_blank "> PostHTML</ a >
33
34
</ li >
34
35
< li >
35
- < a class ="nav-link px-2 link-dark d-block d-md-none " href ="about.html "> GitHub</ a >
36
+ < a class ="nav-link px-2 link-dark d-block d-md-none " href ="https://github.com/thewebartisan7/posthtml-components " target =" _blank "> GitHub</ a >
36
37
</ li >
37
38
</ ul >
38
39
< div class ="col-md-3 text-end d-none d-md-block ">
39
- < a href ="https://github.com/thewebartisan7/posthtml-components " class =" btn btn-primary " target ="_blank "> GitHub</ a >
40
+ < a class =" btn btn-light bg-white doc-shadow border-white " href ="https://github.com/thewebartisan7/posthtml-components " target ="_blank "> GitHub</ a >
40
41
</ div >
41
42
</ div >
42
43
</ div >
@@ -52,8 +53,8 @@ <h1 class="display-1 fw-bold mb-4">Build the web with PostHTML</h1>
52
53
Powered with PostHTML Components plugin which give you additional superpowers!
53
54
</ p >
54
55
< div class ="text-center mb-4 ">
55
- < a href =" https://github.com/thewebartisan7/posthtml-components " class ="btn btn-primary btn-lg me-3 "> Read the docs</ a >
56
- < a href ="https://github.com/thewebartisan7/posthtml-components " class =" btn btn-outline-secondary btn-lg "> Download</ a >
56
+ < a class ="btn btn-light bg-white doc-shadow border-white btn-lg me-3 " href =" docs.html " target =" _blank "> Read the docs</ a >
57
+ < a class =" btn btn-light bg-white doc-shadow border-white btn-lg " href ="https://github.com/thewebartisan7/posthtml-components " target =" _blank "> Download</ a >
57
58
</ div >
58
59
< p class ="text-muted ">
59
60
Currently
@@ -63,10 +64,9 @@ <h1 class="display-1 fw-bold mb-4">Build the web with PostHTML</h1>
63
64
</ p >
64
65
</ div >
65
66
</ div >
66
- <!-- Push something in the <head> -->
67
67
</ div >
68
68
</ main >
69
- < footer class ="footer mt-auto py-3 bg-white ">
69
+ < footer class ="footer mt-auto py-3 ">
70
70
< div class ="container-lg ">
71
71
< div class ="text-muted text-center ">
72
72
Built with
@@ -110,5 +110,6 @@ <h5>[0.0.1] - 2022.10.xx</h5>
110
110
<!-- /.modal-dialog -->
111
111
</ div >
112
112
<!-- /.modal -->
113
+ < script src ="https://cdn.jsdelivr.net/npm/bootstrap@5.2.2/dist/js/bootstrap.bundle.min.js "> </ script >
113
114
</ body >
114
115
</ html >
0 commit comments