aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorikukojohanna <johanna.odersky@gmail.com>2018-09-06 13:52:47 +0200
committerGitHub <noreply@github.com>2018-09-06 13:52:47 +0200
commitcaad2681aa674df42a19613232bcfffd90f17844 (patch)
tree5337c3666bcd89e27bfe8705b6d7f5f7a7b2a15d
parente7118ab480812fa12e7d56617fed87fc3a7568f5 (diff)
downloadJohanna-Odersky-caad2681aa674df42a19613232bcfffd90f17844.tar.gz
Johanna-Odersky-caad2681aa674df42a19613232bcfffd90f17844.tar.bz2
Johanna-Odersky-caad2681aa674df42a19613232bcfffd90f17844.zip
Update README.md
-rw-r--r--README.md87
1 files changed, 85 insertions, 2 deletions
diff --git a/README.md b/README.md
index 52bc75a..9e52666 100644
--- a/README.md
+++ b/README.md
@@ -1,2 +1,85 @@
-# JohannaWebsite
-new website
+<DOCTYPE html>
+<html>
+<head>
+ <title>
+Johanna Odersky
+ </title>
+ <link href="https://fonts.googleapis.com/css?family=Amiri:400i|Cardo:400i|Cormorant+Garamond:400i|EB+Garamond|Libre+Baskerville:400i|Noto+Serif:400i|Old+Standard+TT:400i|Source+Serif+Pro"
+ 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;
+}
+ .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>
+</html>
+<body>
+
+<div>
+
+ <h1>Johanna Odersky</h1>
+ <p style="color: blue">
+ <a href="https://soundcloud.com/ikukojohanna" class="underlined">Iku</a>
+
+ <br>
+ <a href="mailto:johanna.odersky@gmail.com" class="underlined" target="_top">Contact</a>
+
+ </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.png" width="500" class="center">
+
+ <br>
+
+
+ <img src="images/image5.jpg" width="500" class="center">
+ <br>
+ <img src="images/image5b.jpg" width="500" class="center">
+
+ <br>
+ <img src="images/image4.jpg" width="500" class="center">
+ <br>
+
+
+
+
+
+
+</body>