summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorAnna Knoerr <an.kn@protonmail.ch>2021-09-12 01:42:42 +0200
committerAnna Knoerr <an.kn@protonmail.ch>2021-09-12 01:42:42 +0200
commitae3f7e6024edcb17b967fb07d2adc7a6a1a21d66 (patch)
treecbc6c48e22185f43bcd008c33477281d2cb9b5cd /index.html
parent1b0da7ed33cac24c978ad5a6fe171f2bfe261777 (diff)
trying columns
Diffstat (limited to 'index.html')
-rw-r--r--index.html14
1 files changed, 11 insertions, 3 deletions
diff --git a/index.html b/index.html
index d3e6472..4637444 100644
--- a/index.html
+++ b/index.html
@@ -7,8 +7,15 @@
<title>Anna Knörr</title>
</head>
+<style>
+.columns {
+ column-count: 2;
+}
+</style>
+
<body >
<h2> Anna Knörr </h2>
+ <div class="columns">
<p>Hi, my name is Anna. I'm currently a graduate student in theoretical physics at <a href="https://perimeterinstitute.ca/people/anna-knorr">Perimeter Institute</a> in Waterloo, Canada.<p>
<p> So far, I've moved around a bit: born in Austria, toddler years on Huntington Beach in sunny California, junior school near Munich, middle school in the little German city with the
<a href="https://www.visit-burghausen.com/en">longest castle in the world</a>. Sixth Form wearing a tie near London, couple of months learning 中文 in Shanghai. Bachelor's degree in physics from ETH
@@ -16,9 +23,10 @@
<p> A good conversation with a stranger, a smile from a person I care about, a round of yoga to feel my neurons tingle and a dose of 100% dark chocolate. Beautiful day. I try to not take life too seriously, which seems to make me focus with intense amusement on the projects that fill my life. Oh, and it's likely you'll find me in a handstand.</p>
<p>You can contact me here: <a href = "an.kn@protonmail.ch">an.kn@protonmail.ch</a></p>
-<div align = "center">
-<img width = "250" src = "img/AK_Profile.jpg">
-</div>
+ <div align = "center">
+ <img width = "250" src = "img/AK_Profile.jpg">
+ </div>
+ </div>
<button id="Button!">Button</button>