This commit is contained in:
WickedJack99
2022-09-21 16:39:14 +02:00
parent e7502b5b9d
commit fcefb0fcc0
15 changed files with 43 additions and 17 deletions

View File

@@ -3,7 +3,7 @@
<head> <head>
<meta charset="utf-8"> <meta charset="utf-8">
<title></title> <title></title>
<link rel="stylesheet" href="/website/assets/css/styles.css"> <link rel="stylesheet" href="/website/assets/css/">
</head> </head>
<body> <body>
<nav> <nav>

View File

@@ -3,7 +3,7 @@
<head> <head>
<meta charset="utf-8"> <meta charset="utf-8">
<title>About</title> <title>About</title>
<link rel="stylesheet" href="/website/assets/css/styles.css"> <link rel="stylesheet" href="/website/assets/css/">
</head> </head>
<body> <body>
<nav> <nav>

View File

@@ -1 +1 @@
div.console{background-color:lightgray;color:black;padding-left:10px;padding-top:10px;padding-bottom:10px;border-radius:15px}div.outerDiv{padding-left:50px;padding-right:50px} body{background-color:dimgray}div.console{background-color:lightgray;color:black;padding-left:10px;padding-top:10px;padding-bottom:10px;border-radius:15px}div.outerDiv{padding-left:50px;padding-right:50px}

View File

@@ -0,0 +1 @@
body{background-color:dimgray}img.imageSquare{align-self:center}#image00{background-color:black}

View File

@@ -1 +1 @@
.current{color:black}img.imageSquare{align-self:center} body{background-color:dimgray;color:black}

View File

@@ -1 +1 @@
.current{color:black}img.imageSquare{align-self:center} body{background-color:dimgray;color:black}

View File

@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/" version="3.9.2">Jekyll</generator><link href="/feed.xml" rel="self" type="application/atom+xml" /><link href="/" rel="alternate" type="text/html" /><updated>2022-09-21T16:16:40+02:00</updated><id>/feed.xml</id><title type="html">Mr.</title><subtitle>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.</subtitle><entry><title type="html">2022 Week 38 How to create a static website with Jekyll and deploy it on GitHubPages</title><link href="/2022/09/20/how-to-create-githubpage.html" rel="alternate" type="text/html" title="2022 Week 38 How to create a static website with Jekyll and deploy it on GitHubPages" /><published>2022-09-20T00:00:00+02:00</published><updated>2022-09-20T00:00:00+02:00</updated><id>/2022/09/20/how-to-create-githubpage</id><content type="html" xml:base="/2022/09/20/how-to-create-githubpage.html">&lt;div class=&quot;outerDiv&quot;&gt; <?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/" version="3.9.2">Jekyll</generator><link href="/feed.xml" rel="self" type="application/atom+xml" /><link href="/" rel="alternate" type="text/html" /><updated>2022-09-21T16:38:40+02:00</updated><id>/feed.xml</id><title type="html">Mr.</title><subtitle>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.</subtitle><entry><title type="html">2022 Week 38 How to create a static website with Jekyll and deploy it on GitHubPages</title><link href="/2022/09/20/how-to-create-githubpage.html" rel="alternate" type="text/html" title="2022 Week 38 How to create a static website with Jekyll and deploy it on GitHubPages" /><published>2022-09-20T00:00:00+02:00</published><updated>2022-09-20T00:00:00+02:00</updated><id>/2022/09/20/how-to-create-githubpage</id><content type="html" xml:base="/2022/09/20/how-to-create-githubpage.html">&lt;div class=&quot;outerDiv&quot;&gt;
&lt;div id=&quot;prerequisits&quot;&gt; &lt;div id=&quot;prerequisits&quot;&gt;
&lt;h3&gt;Prerequisits&lt;/h3&gt; &lt;h3&gt;Prerequisits&lt;/h3&gt;
Install &lt;a href=&quot;https://git-scm.com/downloads&quot; target=&quot;_blank&quot;&gt;Git&lt;/a&gt;&lt;br&gt; Install &lt;a href=&quot;https://git-scm.com/downloads&quot; target=&quot;_blank&quot;&gt;Git&lt;/a&gt;&lt;br&gt;

View File

@@ -3,7 +3,7 @@
<head> <head>
<meta charset="utf-8"> <meta charset="utf-8">
<title>Homepage</title> <title>Homepage</title>
<link rel="stylesheet" href="/website/assets/css/styles.css"> <link rel="stylesheet" href="/website/assets/css/index.css">
</head> </head>
<body> <body>
<nav> <nav>
@@ -15,8 +15,12 @@
<a href="/website/blog.html" >Blog</a> <a href="/website/blog.html" >Blog</a>
</nav> </nav>
<div>
<h1>Welcome!</h1> <h1>Welcome!</h1>
<img class="imageSquare" src="https://images-assets.nasa.gov/image/PIA18033/PIA18033~medium.jpg" alt="Earth Globe NASA shot" height="640px" width="640px"> </div>
<div id="image00">
<img class="imageSquare" src="https://images-assets.nasa.gov/image/PIA18033/PIA18033~medium.jpg" alt="Earth Globe NASA shot" height="640px" width="640px">
</div>
<nav> <nav>
<a href="/website/terms.html" >Terms</a> <a href="/website/terms.html" >Terms</a>

View File

@@ -3,7 +3,7 @@
<head> <head>
<meta charset="utf-8"> <meta charset="utf-8">
<title>{{ page.title }}</title> <title>{{ page.title }}</title>
<link rel="stylesheet" href="/website/assets/css/styles.css"> <link rel="stylesheet" href="{{ '/website/assets/css/' | append: page.css_file }}">
</head> </head>
<body> <body>
{% include navigation.html %} {% include navigation.html %}

View File

@@ -1,3 +1,7 @@
body {
background-color: dimgray;
}
div.console { div.console {
background-color: lightgray; background-color: lightgray;
color: black; color: black;

View File

@@ -0,0 +1,11 @@
body {
background-color: dimgray;
}
img.imageSquare {
align-self: center;
}
#image00 {
background-color: black;
}

View File

@@ -1,7 +1,4 @@
.current { body {
background-color: dimgray;
color: black; color: black;
} }
img.imageSquare {
align-self: center;
}

View File

@@ -0,0 +1,3 @@
---
---
@import "index";

View File

@@ -1,6 +1,7 @@
--- ---
layout: default layout: default
title: Blog title: Blog
css_file: styles.css
--- ---
<h1>Latest Posts</h1> <h1>Latest Posts</h1>

View File

@@ -1,7 +1,12 @@
--- ---
layout: default layout: default
title: Homepage title: Homepage
css_file: index.css
--- ---
<h1>Welcome!</h1> <div>
<img class="imageSquare" src="https://images-assets.nasa.gov/image/PIA18033/PIA18033~medium.jpg" alt="Earth Globe NASA shot" height="640px" width="640px"> <h1>Welcome!</h1>
</div>
<div id="image00">
<img class="imageSquare" src="https://images-assets.nasa.gov/image/PIA18033/PIA18033~medium.jpg" alt="Earth Globe NASA shot" height="640px" width="640px">
</div>