0033
This commit is contained in:
@@ -4,6 +4,10 @@ body {
|
||||
color: white;
|
||||
}
|
||||
|
||||
.current {
|
||||
color: white;
|
||||
}
|
||||
|
||||
div.console {
|
||||
background-color: darkslategrey;
|
||||
color: white;
|
||||
|
||||
@@ -3,12 +3,13 @@ body {
|
||||
color: white;
|
||||
}
|
||||
|
||||
img.imageSquare {
|
||||
align-self: center;
|
||||
.current {
|
||||
color: white;
|
||||
}
|
||||
|
||||
#image00 {
|
||||
background-color: black;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
a {
|
||||
|
||||
@@ -3,6 +3,10 @@ body {
|
||||
color: white;
|
||||
}
|
||||
|
||||
.current {
|
||||
color: white;
|
||||
}
|
||||
|
||||
a {
|
||||
color: lightseagreen;
|
||||
}
|
||||
|
||||
@@ -3,8 +3,9 @@ layout: default
|
||||
title: About
|
||||
css_file: styles.css
|
||||
---
|
||||
<h1>About</h1>
|
||||
|
||||
<p>What's uuuuuuuuuuuuuuuuuuuuuuuup!</p>
|
||||
<p>My name is Aaron and I'm studying Applied Computer Science at the University of Applied Science Offenburg.</p>
|
||||
<p>This is my first approach of a website using Jekyll.</p>
|
||||
<div>
|
||||
<h1>About</h1>
|
||||
<p>What's uuuuuuuuuuuuuuuuuuuuuuuup!</p>
|
||||
<p>My name is Aaron and I'm studying <a href="https://www.hs-offenburg.de/en/studium/studiengaenge/bachelor/angewandte-informatik/studieninteressierte">Applied Computer Science</a> at the <a href="https://www.hs-offenburg.de/">University of Applied Science Offenburg</a>.</p>
|
||||
<p>This is my first approach of a website using Jekyll.</p>
|
||||
</div>
|
||||
Reference in New Issue
Block a user