aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorikukojohanna <johanna.odersky@gmail.com>2018-09-06 20:07:48 +0200
committerGitHub <noreply@github.com>2018-09-06 20:07:48 +0200
commit2ddfd5a96a096a07b5a03fe1580a794b86c3f9a3 (patch)
tree8e073de02f0eb3572b32addd9e53f23e3e8b7cb3
parent21792c6d2f98503936432c91a6e39a993d14e0f8 (diff)
downloadJohanna-Odersky-2ddfd5a96a096a07b5a03fe1580a794b86c3f9a3.tar.gz
Johanna-Odersky-2ddfd5a96a096a07b5a03fe1580a794b86c3f9a3.tar.bz2
Johanna-Odersky-2ddfd5a96a096a07b5a03fe1580a794b86c3f9a3.zip
Update includes.html
-rw-r--r--includes.html21
1 files changed, 13 insertions, 8 deletions
diff --git a/includes.html b/includes.html
index 205b000..7fc4a7d 100644
--- a/includes.html
+++ b/includes.html
@@ -1,9 +1,7 @@
<!DOCTYPE html>
-<html>
+<html lang="en">
<head>
- <title>
-Johanna Odersky
- </title>
+ <title>Johanna Odersky</title>
<link href="https://fonts.googleapis.com/css?family=EB+Garamond" rel="stylesheet">
<style>
@@ -15,8 +13,13 @@ Johanna Odersky
padding-left: 50px;
}
-img { padding-top: 15px;
+img {
+ padding-top: 15px;
}
+ footer {
+ text-align: center;
+ font-size: small;
+ }
.center {
display: block;
margin-left: auto;
@@ -46,17 +49,18 @@ padding-left: 35px;
}
</style>
</head>
-</html>
+
+
<body>
<div>
<h1>Johanna Odersky</h1>
<p style="color: blue">
- <a href="https://soundcloud.com/ikukojohanna" class="underlined">Iku</a>
+ <li><a href="https://soundcloud.com/ikukojohanna" class="underlined">Iku</a></li>
<br>
- <a href="mailto:johanna.odersky@gmail.com" class="underlined" target="_top">Contact</a>
+ <li><a href="mailto:johanna.odersky@gmail.com" class="underlined" target="_top">Contact</a></li>
</p>
@@ -76,3 +80,4 @@ padding-left: 35px;
<img src="images/image4.jpg" width="500" class="center">
</body>
+</html>