Add equipment info

master
Marvin Johanning 2023-12-27 13:45:25 +00:00
parent 9bef3e4c05
commit f89b40cf99
6 changed files with 38 additions and 5 deletions

View File

@ -12,6 +12,7 @@ GEM
ffi (1.16.1)
forwardable-extended (2.6.0)
google-protobuf (3.24.3-arm64-darwin)
google-protobuf (3.24.3-x86_64-linux)
http_parser.rb (0.8.0)
i18n (1.14.1)
concurrent-ruby (~> 1.0)
@ -57,6 +58,8 @@ GEM
jekyll-seo-tag (~> 2.1)
nokogiri (1.15.4-arm64-darwin)
racc (~> 1.4)
nokogiri (1.15.4-x86_64-linux)
racc (~> 1.4)
pathutil (0.16.2)
forwardable-extended (~> 2.6)
public_suffix (5.0.3)
@ -69,6 +72,8 @@ GEM
safe_yaml (1.0.5)
sass-embedded (1.68.0-arm64-darwin)
google-protobuf (~> 3.23)
sass-embedded (1.68.0-x86_64-linux-gnu)
google-protobuf (~> 3.23)
terminal-table (3.0.2)
unicode-display_width (>= 1.1.1, < 3)
unicode-display_width (2.4.2)
@ -77,6 +82,7 @@ GEM
PLATFORMS
arm64-darwin-21
arm64-darwin-22
x86_64-linux
DEPENDENCIES
http_parser.rb (~> 0.6.0)

View File

@ -3,4 +3,5 @@
<li class="header"><a href="/gallery/index.html">Gallery</a></li>
<li class="header"><a href="/about/index.html">About</a></li>
<li class="header"><a href="/equipment/index.html">Equipment</a></li>
<!-- <li class="header"><a href="/software/index.html">Software & Workflow</a></li> -->
</ul>

Binary file not shown.

After

Width:  |  Height:  |  Size: 236 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 157 KiB

View File

@ -2,12 +2,25 @@
layout: page
title: Equipment
heading: My equipment
subtitle: Some more in-depth information about me!
subtitle: An overview of all my photography equipment
with_image: true
image: /assets/images/me.jpg
image_subtitle: My taking a photo of a White Wagtail
image: /assets/images/equipment/cameras.jpg
image_subtitle: A photo of some of my cameras and lenses
intro: You have reached the equipment information page on my website. Here, you will be able to find information about (and photos of) my photography equipment. I use a variety of lenses and cameras for my photography and will most likely be upgrading equipment down the line as well. So be sure to check back occasionally to see if a new piece of equipment has joined my stash!
intro: Welcome to the about page! Here you will find some more in-depth information about myself and this website. If you are confused as to the design of the website, you will also find some answers here!
permalink: /equipment/
---
---
<div class="article">
<h2>Bird Photography Equipment</h2>
<figure style="width: 100%; border: none;">
<img src="/assets/images/equipment/r10rf400.jpg">
<figcaption>Canon EOS R10 & RF 100-400 mm f/5.6 - f/8</figcaption>
</figure><br>
<p>For bird photography, I typically just use one camera and one lens, namely the Canon EOS R10 and the RF 100-400 mm f/5.6-8 lens. In the near future, I will also be buying a Sigma 150-600 mm lens to complement the RF 100-400. The main appeal of this setup is its unbelievably light weight; I can easily and very comfortably carry this camera and lens combination all day without any problems. </p>
<p>My previous setup (a Canon 70D and a 150-600 mm Tamron lens) did make my arms tired after being out with it all day. Additionally, my Tamron, unfortunately, had a couple of issues with its autofocus and especially its stabilisation so I had to send it back for a full refund after a few months of using it. </p>
</div>

13
software.md Normal file
View File

@ -0,0 +1,13 @@
---
layout: page
title: Software & Workflow
heading: My software and my workflow
subtitle: An overview of the software I use for photography
with_image: true
image: /assets/images/me.jpg
image_subtitle: My taking a photo of a White Wagtail
intro: Welcome to the about page! Here you will find some more in-depth information about myself and this website. If you are confused as to the design of the website, you will also find some answers here!
permalink: /software/
---