about summary refs log tree commit diff
path: root/compose/nginx/main/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'compose/nginx/main/index.html')
-rw-r--r--compose/nginx/main/index.html59
1 files changed, 59 insertions, 0 deletions
diff --git a/compose/nginx/main/index.html b/compose/nginx/main/index.html
new file mode 100644
index 0000000..9498996
--- /dev/null
+++ b/compose/nginx/main/index.html
@@ -0,0 +1,59 @@
+<!doctype html>
+<html lang="en">
+  <head>
+    <meta charset="utf-8">
+    <meta http-equiv="x-ua-compatible" content="ie=edge">
+    <meta name="viewport" content="width=device-width, initial-scale=1">
+    <title>dyniec - About me</title>
+    <link rel="stylesheet" href="./style.css" />
+  </head>
+  <body>
+    <aside>
+      <div>
+	<a href="./">
+	  <img src="./images/profile.webp" alt="dyniec's website" title="dyniec's website">
+	</a>
+	
+	<nav>
+          <h1> <a href="./">Home</a> </h1>
+	  <ul>
+	  </ul>
+	  
+	  <h1> Links </h1>
+	  <ul>
+	    <li> <a href="https://github.com/dyniec">GitHub </a> </li>
+	    <li> <a href="https://git.dybiec.info/dyniec">My git </a> </li>
+	  </ul>
+	</nav>
+	
+      </div>	
+    </aside>
+    <main>
+      <div id="content">
+        <h1>About me</h1>
+        <h2 id="who-i-am">Who I am</h2>
+<p>Hi! My name is Paweł Dybiec. I was born in 1995, and spent most of my life in Wrocław, Poland.</p>
+<ul>
+<li>master’s student in Computer Science at <a href="http://ii.uni.wroc.pl/">University of Wrocław</a></li>
+<li>team leader in <a href="http://continuum.uni.wroc.pl/">Continuum Science Club</a> 2018-2019</li>
+<li>organizer of <a href="https://contest.pizza/">Pizza contest</a> 2018</li>
+<li>functional programming enthusiast</li>
+<li>operating systems enthusiast</li>
+</ul>
+<h2 id="contact">Contact</h2>
+<p>You can reach me by using:</p>
+<ul>
+<li>email: pawel at dybiec.info</li>
+<li>matrix: <span class="citation" data-cites="dyniec:matrix.org">@dyniec:matrix.org</span></li>
+</ul>
+<h2 id="pgp-key">PGP key</h2>
+<p>Fingerprint: <a href="static/dyniec.asc">D981 E3D6 24C1 1C20 B04F CD2B 2397 F066 368B 6FD9</a></p>
+	
+      </div>
+      <footer>
+        Site proudly generated by
+        <a href="http://jaspervdj.be/hakyll">Hakyll</a>
+      </footer>
+    </main>
+  </body>
+</html>