loads of images
|
@ -12,9 +12,10 @@ layout: default
|
|||
</nav></ul>
|
||||
<hr>
|
||||
<nav><ul>
|
||||
<li><a href="/work.html">work</a></li>
|
||||
<li><a href="/">blog</a></li>
|
||||
<li><a href="/pics">pics</a></li>
|
||||
<li><a href="/about.html">about</a></li>
|
||||
<li><a href="/cv.html">cv</a></li>
|
||||
</nav></ul>
|
||||
<hr>
|
||||
</header>
|
||||
|
|
|
@ -8,6 +8,9 @@ title: "about"
|
|||
<h2>me</h2>
|
||||
<p>My name is Rachel Lambda Samuelsson, my pronouns are she/her. I'm an undergrad at Chalmers University of Technology, studying computer science and engineering. My interests include type theory, univalent mathematics, category theory, logic, and functional programming. If I write code it is probably in Agda, Idris, or Haskell.</p>
|
||||
|
||||
<h2>this site</h2>
|
||||
<p>This site hosts my blog, a gallery of photos I've taken, and a quick informal CV.</p>
|
||||
|
||||
<h2>contact</h2>
|
||||
<ul>
|
||||
<li>email: <a href="mailto:depsterr@protonmail.com">depsterr@protonmail.com</a></li>
|
||||
|
@ -18,6 +21,6 @@ title: "about"
|
|||
<figure class="rimg">
|
||||
<h2>picture</h2>
|
||||
<img src="/assets/img/me.jpg" alt="a picture of me">
|
||||
<figcaption>me with π</figcaption>
|
||||
<figcaption>rachel in the flesh</figcaption>
|
||||
</figure>
|
||||
</article>
|
||||
|
|
BIN
assets/img/gallery/DSC08259.jpg
Normal file
After Width: | Height: | Size: 7.5 MiB |
BIN
assets/img/gallery/DSC08330_compress.jpg
Normal file
After Width: | Height: | Size: 6.4 MiB |
BIN
assets/img/gallery/DSC08335.jpg
Normal file
After Width: | Height: | Size: 8.7 MiB |
BIN
assets/img/gallery/DSC08380.jpg
Normal file
After Width: | Height: | Size: 1.8 MiB |
BIN
assets/img/gallery/DSC08382.jpg
Normal file
After Width: | Height: | Size: 5.9 MiB |
BIN
assets/img/gallery/DSC08386.jpg
Normal file
After Width: | Height: | Size: 4.9 MiB |
BIN
assets/img/gallery/DSC08395.jpg
Normal file
After Width: | Height: | Size: 6.6 MiB |
BIN
assets/img/gallery/DSC08396.jpg
Normal file
After Width: | Height: | Size: 3.9 MiB |
Before Width: | Height: | Size: 279 KiB After Width: | Height: | Size: 309 KiB |
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
layout: centered
|
||||
title: "work"
|
||||
title: "CV"
|
||||
---
|
||||
|
||||
<h2>projects</h2>
|
37
pics.html
Normal file
|
@ -0,0 +1,37 @@
|
|||
---
|
||||
layout: centered
|
||||
title: "Pictures"
|
||||
---
|
||||
<ul class="posts">
|
||||
<li class="post_listing">
|
||||
{% include image.html title="forest path" name="gallery/DSC08396.jpg" caption="A bit of one of my favourite forest trails" %}
|
||||
</li>
|
||||
<hr>
|
||||
<li class="post_listing">
|
||||
{% include image.html title="grain" name="gallery/DSC08395.jpg" caption="Taking bad pictures can be just as beautiful" %}
|
||||
</li>
|
||||
<hr>
|
||||
<li class="post_listing">
|
||||
{% include image.html title="bird watching nest" name="gallery/DSC08386.jpg" caption="A bird watchers nest" %}
|
||||
</li>
|
||||
<hr>
|
||||
<li class="post_listing">
|
||||
{% include image.html title="sign" name="gallery/DSC08382.jpg" caption="WÄRK, I think?" %}
|
||||
</li>
|
||||
<hr>
|
||||
<li class="post_listing">
|
||||
{% include image.html title="sky" name="gallery/DSC08380.jpg" caption="sky" %}
|
||||
</li>
|
||||
<hr>
|
||||
<li class="post_listing">
|
||||
{% include image.html title="tree" name="gallery/DSC08335.jpg" caption="I climbed into a tree for this one" %}
|
||||
</li>
|
||||
<hr>
|
||||
<li class="post_listing">
|
||||
{% include image.html title="tree" name="gallery/DSC08330_compress.jpg" caption="Canoing in Delsjön" %}
|
||||
</li>
|
||||
<hr>
|
||||
<li class="post_listing">
|
||||
{% include image.html title="baby doll in tree" name="gallery/DSC08259.jpg" caption="I found it like that" %}
|
||||
</li>
|
||||
</ul>
|