From dfc68aac3a0536871a656a8df2fcc4b705344385 Mon Sep 17 00:00:00 2001 From: WickedJack99 Date: Thu, 29 Sep 2022 09:04:12 +0200 Subject: [PATCH] 0063 --- docs/assets/css/index.css | 2 +- docs/feed.xml | 2 +- docs/index.html | 1 - localdocs/_sass/index.scss | 12 +++++------- localdocs/index.html | 1 - 5 files changed, 7 insertions(+), 11 deletions(-) diff --git a/docs/assets/css/index.css b/docs/assets/css/index.css index efccf38..cd5364b 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;align-items:center}#image00{background-color:black;position:relative;z-index:-1}#div00{position:absolute;align-content:center}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;align-items:center}#div00{position:absolute;text-align:center;background-position:center;background-image:url(https://cdn.pixabay.com/photo/2012/01/09/09/59/earth-11595_960_720.jpg);background-repeat:no-repeat;background-size:cover}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 16779cb..af45843 100644 --- a/docs/feed.xml +++ b/docs/feed.xml @@ -1,4 +1,4 @@ -Jekyll2022-09-29T08:57:37+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-29T09:03:58+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 b26f788..afec37b 100644 --- a/docs/index.html +++ b/docs/index.html @@ -31,7 +31,6 @@
-

Welcome! :)

Live conscious

Accept Yourself

diff --git a/localdocs/_sass/index.scss b/localdocs/_sass/index.scss index b6bbc2c..357658e 100644 --- a/localdocs/_sass/index.scss +++ b/localdocs/_sass/index.scss @@ -15,15 +15,13 @@ body { align-items: center; } -#image00 { - background-color: black; - position: relative; - z-index: -1; -} - #div00 { position: absolute; - align-content: center; + text-align: center; + background-position: center; + background-image: url(https://cdn.pixabay.com/photo/2012/01/09/09/59/earth-11595_960_720.jpg); + background-repeat: no-repeat; + background-size: cover; } a { diff --git a/localdocs/index.html b/localdocs/index.html index a76d292..fd7857f 100644 --- a/localdocs/index.html +++ b/localdocs/index.html @@ -6,7 +6,6 @@ css_file: index.css
-

Welcome! :)

Live conscious

Accept Yourself