0027
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<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>
|
||||
<body>
|
||||
{% include navigation.html %}
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
body {
|
||||
background-color: dimgray;
|
||||
}
|
||||
|
||||
div.console {
|
||||
background-color: lightgray;
|
||||
color: black;
|
||||
|
||||
11
localdocs/_sass/index.scss
Normal file
11
localdocs/_sass/index.scss
Normal file
@@ -0,0 +1,11 @@
|
||||
body {
|
||||
background-color: dimgray;
|
||||
}
|
||||
|
||||
img.imageSquare {
|
||||
align-self: center;
|
||||
}
|
||||
|
||||
#image00 {
|
||||
background-color: black;
|
||||
}
|
||||
@@ -1,7 +1,4 @@
|
||||
.current {
|
||||
body {
|
||||
background-color: dimgray;
|
||||
color: black;
|
||||
}
|
||||
|
||||
img.imageSquare {
|
||||
align-self: center;
|
||||
}
|
||||
3
localdocs/assets/css/index.scss
Normal file
3
localdocs/assets/css/index.scss
Normal file
@@ -0,0 +1,3 @@
|
||||
---
|
||||
---
|
||||
@import "index";
|
||||
@@ -1,6 +1,7 @@
|
||||
---
|
||||
layout: default
|
||||
title: Blog
|
||||
css_file: styles.css
|
||||
---
|
||||
<h1>Latest Posts</h1>
|
||||
|
||||
|
||||
@@ -1,7 +1,12 @@
|
||||
---
|
||||
layout: default
|
||||
title: Homepage
|
||||
css_file: index.css
|
||||
---
|
||||
|
||||
<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>
|
||||
<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>
|
||||
Reference in New Issue
Block a user