diff --git a/docs/assets/css/index.css b/docs/assets/css/index.css index c5b97ed..58fac13 100644 --- a/docs/assets/css/index.css +++ b/docs/assets/css/index.css @@ -1 +1 @@ -body{background-color:#121212;color:white}.current{color:white}.mainDiv{margin-top:40px;margin-bottom:40px;padding-left:20px;padding-right:20px}#image00{background-color:black;position:absolute;left:0px;top:0px;z-index:-1}a{color:lightseagreen}a:link{text-decoration:none}a:visited{text-decoration:none}a:hover{text-decoration:underline}a:active{text-decoration:underline} +body{background-color:#121212;color:white}.current{color:white}.mainDiv{margin-top:40px;margin-bottom:40px;padding-left:20px;padding-right:20px}#image00{background-color:black;position:absolute;left:0px;top:0px;z-index:-1}#div00{align-self:center;text-align:center}a{color:lightseagreen}a:link{text-decoration:none}a:visited{text-decoration:none}a:hover{text-decoration:underline}a:active{text-decoration:underline} diff --git a/docs/feed.xml b/docs/feed.xml index f45dc9f..c382bba 100644 --- a/docs/feed.xml +++ b/docs/feed.xml @@ -1,4 +1,4 @@ -Jekyll2022-09-28T18:10:46+02:00/feed.xmlMr.Write an awesome description for your new site here. You can edit this line in _config.yml. It will appear in your document head meta (for Google search results) and in your feed.xml site description.2022 Week 38 How to create a static website with Jekyll and deploy it on GitHubPages2022-09-20T00:00:00+02:002022-09-20T00:00:00+02:00/2022/09/20/how-to-create-githubpage<div class="outerDiv"> +Jekyll2022-09-29T08:43:39+02:00/feed.xmlMr.Write an awesome description for your new site here. You can edit this line in _config.yml. It will appear in your document head meta (for Google search results) and in your feed.xml site description.2022 Week 38 How to create a static website with Jekyll and deploy it on GitHubPages2022-09-20T00:00:00+02:002022-09-20T00:00:00+02:00/2022/09/20/how-to-create-githubpage<div class="outerDiv"> <div id="prerequisits"> <h3>Prerequisits</h3> Install <a href="https://git-scm.com/downloads" target="_blank">Git</a><br> diff --git a/docs/index.html b/docs/index.html index fbba3b1..b26f788 100644 --- a/docs/index.html +++ b/docs/index.html @@ -30,7 +30,7 @@
-
+

Welcome! :)

Live conscious

diff --git a/localdocs/_sass/index.scss b/localdocs/_sass/index.scss index 249173f..8b17d55 100644 --- a/localdocs/_sass/index.scss +++ b/localdocs/_sass/index.scss @@ -23,6 +23,11 @@ body { } +#div00 { + align-self: center; + text-align: center; +} + a { color: lightseagreen; } diff --git a/localdocs/index.html b/localdocs/index.html index 6b916cb..a76d292 100644 --- a/localdocs/index.html +++ b/localdocs/index.html @@ -5,7 +5,7 @@ css_file: index.css ---
-
+

Welcome! :)

Live conscious