summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAki <please@ignore.pl>2022-07-10 12:47:22 +0200
committerAki <please@ignore.pl>2022-07-10 12:47:22 +0200
commit6fee55b6b086afb4f568e2a23ab1ad65b5fc8444 (patch)
treebeb336e44eb2197cba42ddd660323b5a268fbf05
parent60432978909a7968532b911eff6f16edc3a00cb0 (diff)
downloadignore.pl-6fee55b6b086afb4f568e2a23ab1ad65b5fc8444.zip
ignore.pl-6fee55b6b086afb4f568e2a23ab1ad65b5fc8444.tar.gz
ignore.pl-6fee55b6b086afb4f568e2a23ab1ad65b5fc8444.tar.bz2
Reintroduced About section header and removed hr
-rw-r--r--index.html9
-rw-r--r--style.css2
2 files changed, 6 insertions, 5 deletions
diff --git a/index.html b/index.html
index 46fee67..655c748 100644
--- a/index.html
+++ b/index.html
@@ -12,13 +12,14 @@
<h1>~aki</h1>
<section id="about">
+<h2>About</h2>
+<div class="flex">
<img id="profile-picture" src="profile.png">
-<p id="introduction">Welcome to my website! Over the Internet I usually go by <em>Aki</em>. I'm interested in creative
-work, primarily focused on software and hardware engineering. I post here my projects, experiments, and whatever else.
+<p id="introduction">Over the Internet I go by <em>Aki</em>. I'm interested in creative work, primarily focused on
+software and hardware engineering. I post here my projects, experiments, and whatever else.
+</div>
</section>
-<hr>
-
<section id="projects">
<h2>Projects</h2>
<ul>
diff --git a/style.css b/style.css
index 793a411..43b49dc 100644
--- a/style.css
+++ b/style.css
@@ -90,7 +90,7 @@ a:active:hover {
background: #e0083b36;
}
-#about {
+.flex {
display: flex;
flex-direction: row;
flex-wrap: wrap;