aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorikukojohanna <johanna.odersky@gmail.com>2018-09-06 20:10:06 +0200
committerGitHub <noreply@github.com>2018-09-06 20:10:06 +0200
commit1b7a6c1da0898af1a2dda35483b6bfa33f960906 (patch)
treef9d8cc9dd027f27922c7ecd5be223c5d32bd8285
parent2ddfd5a96a096a07b5a03fe1580a794b86c3f9a3 (diff)
downloadJohanna-Odersky-1b7a6c1da0898af1a2dda35483b6bfa33f960906.tar.gz
Johanna-Odersky-1b7a6c1da0898af1a2dda35483b6bfa33f960906.tar.bz2
Johanna-Odersky-1b7a6c1da0898af1a2dda35483b6bfa33f960906.zip
Update README.md
-rw-r--r--README.md83
1 files changed, 83 insertions, 0 deletions
diff --git a/README.md b/README.md
index 8b13789..e4d4b7f 100644
--- a/README.md
+++ b/README.md
@@ -1 +1,84 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+ <title>Johanna Odersky</title>
+ <link href="https://fonts.googleapis.com/css?family=EB+Garamond" rel="stylesheet">
+ <style>
+
+ body {
+ background-color:rgb(231, 231, 231);
+
+ font-family: 'EB Garamond', serif;
+ padding-top: 60px;
+
+ padding-left: 50px;
+ }
+img {
+ padding-top: 15px;
+}
+ footer {
+ text-align: center;
+ font-size: small;
+ }
+ .center {
+ display: block;
+ margin-left: auto;
+ margin-right: auto;
+ width: 50%;
+}
+
+h1{
+ font-style:initial;
+font-size:17px;
+position:fixed;
+padding-left: 35px;
+ }
+
+ .underlined {
+ text-decoration: underline;
+ color:blue;
+ }
+p {
+ padding-top: 30px;
+ font-size: 15px;
+ color: blue;
+ position:fixed;
+
+padding-left: 35px;
+
+}
+ </style>
+ </head>
+
+
+<body>
+
+<div>
+
+ <h1>Johanna Odersky</h1>
+ <p style="color: blue">
+ <li><a href="https://soundcloud.com/ikukojohanna" class="underlined">Iku</a></li>
+
+ <br>
+ <li><a href="mailto:johanna.odersky@gmail.com" class="underlined" target="_top">Contact</a></li>
+
+ </p>
+
+ <img src="images/image2.jpg" width="500"class="center">
+</div>
+
+ <br>
+ <img src="images/image1.jpg" width="1000"class="center">
+<br>
+ <img src="images/image3.jpg" width="500" class="center">
+
+ <br>
+
+ <img src="images/image5.jpg" width="500" class="center">
+ <br>
+ <img src="images/image5b.jpg" width="500" class="center">
+
+ <img src="images/image4.jpg" width="500" class="center">
+</body>
+</html>