55 < meta name ="viewport " content ="width=device-width, initial-scale=1 ">
66 < title > PostHTML UI</ title >
77 < 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 >
1115 </ head >
12- < body class ="d-flex flex-column h-100 ">
16+ < body class ="d-flex flex-column h-100 bg-light ">
1317 < header class ="py-3 mb-4 ">
1418 < div class ="container-lg ">
1519 < 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 ">
1721 < 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 ">
1822 < 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 >
1923 </ svg >
2024 </ a >
2125 < ul class ="nav col-12 col-md-auto mb-2 justify-content-center mb-md-0 ">
2226 < 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 >
2428 </ li >
2529 < li >
2630 < a class ="nav-link px-2 link-dark " href ="docs.html "> Docs</ a >
2731 </ li >
2832 < 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 >
3334 </ li >
3435 < 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 >
3637 </ li >
3738 </ ul >
3839 < 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 >
4041 </ div >
4142 </ div >
4243 </ div >
@@ -52,8 +53,8 @@ <h1 class="display-1 fw-bold mb-4">Build the web with PostHTML</h1>
5253 Powered with PostHTML Components plugin which give you additional superpowers!
5354 </ p >
5455 < 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 >
5758 </ div >
5859 < p class ="text-muted ">
5960 Currently
@@ -63,10 +64,9 @@ <h1 class="display-1 fw-bold mb-4">Build the web with PostHTML</h1>
6364 </ p >
6465 </ div >
6566 </ div >
66- <!-- Push something in the <head> -->
6767 </ div >
6868 </ main >
69- < footer class ="footer mt-auto py-3 bg-white ">
69+ < footer class ="footer mt-auto py-3 ">
7070 < div class ="container-lg ">
7171 < div class ="text-muted text-center ">
7272 Built with
@@ -110,5 +110,6 @@ <h5>[0.0.1] - 2022.10.xx</h5>
110110 <!-- /.modal-dialog -->
111111 </ div >
112112 <!-- /.modal -->
113+ < script src ="https://cdn.jsdelivr.net/npm/bootstrap@5.2.2/dist/js/bootstrap.bundle.min.js "> </ script >
113114 </ body >
114115</ html >
0 commit comments