Update home page
This commit is contained in:
parent
3825dadff9
commit
c23460d96a
6 changed files with 198 additions and 35 deletions
|
@ -96,6 +96,10 @@ main {
|
|||
.pull-left {
|
||||
max-width: 25%;
|
||||
}
|
||||
|
||||
.w-md-50 {
|
||||
width: 50%;
|
||||
}
|
||||
}
|
||||
|
||||
h1 small {
|
||||
|
@ -113,3 +117,7 @@ h1 {
|
|||
.dogear {
|
||||
clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 25%, 75% 0);
|
||||
}
|
||||
|
||||
.fa-stack-top {
|
||||
vertical-align: top;
|
||||
}
|
||||
|
|
163
content/_index.html
Normal file
163
content/_index.html
Normal file
|
@ -0,0 +1,163 @@
|
|||
---
|
||||
title: Home
|
||||
cardImage: charolette
|
||||
motto: <small>My name is Thomas Christensen</small><br />I am Milliron X
|
||||
description: The homepage of Thomas A. Christensen II
|
||||
---
|
||||
|
||||
<h2>What is a "Milliron X"?</h2>
|
||||
|
||||
<h3>
|
||||
It's a
|
||||
<a href="https://en.wikipedia.org/wiki/Livestock_branding">cattle brand</a>,
|
||||
of course! My cattle brand!
|
||||
</h3>
|
||||
|
||||
<p>
|
||||
The <dfn>milliron</dfn> is the bar with a bend in the middle. It does not
|
||||
represent anything physical or textual <i>per se</i>, and is therefore a
|
||||
rather unique element in cattle brands. Millirons are difficult to modify into
|
||||
another brand, and provide a guarantee of authentic ownership.
|
||||
</p>
|
||||
|
||||
<p>
|
||||
<dfn>X</dfn> is the letter of mystery and mystique. For nerds, it's the
|
||||
unknown in any algebra problem. Ranchers and cowboys will associate it with
|
||||
big names like the "Bar X" and the "Double X." In either case, it lends itself
|
||||
to a sense of withholding, prestige, and power.
|
||||
</p>
|
||||
|
||||
<p>
|
||||
Together, these two symbols represent the qualities I strive for in each of my
|
||||
works: authenticity, originality, power, depth, and prestige.
|
||||
</p>
|
||||
|
||||
<h2>Who am I?</h2>
|
||||
|
||||
{{% imgproc me-and-lady Resize "768x" "float-md-end w-md-50 p-3" %}}
|
||||
Image courtesy [Guy McCutcheon Photography](https://www.guymccutcheon.com/)
|
||||
{{% /imgproc %}}
|
||||
|
||||
|
||||
<p>I am</p>
|
||||
|
||||
<ul>
|
||||
<li>🧬 A bioinformatician (by profession)</li>
|
||||
<li>📐 An engineer (by education)</li>
|
||||
<li>🐂 A rancher (by lifestyle)</li>
|
||||
<li>🖥️ A techie (self-taught)</li>
|
||||
<li>🎥 And a filmmaker (at heart)</li>
|
||||
</ul>
|
||||
|
||||
<p>
|
||||
I've got a soft spot for Brown Swiss dairy cows (just in case you couldn't
|
||||
tell by the pictures), and am sometimes called "one of those crazy, Wyoming
|
||||
dairy cow people." I love anything to do with cattle or technology, but
|
||||
especially anything to do with both of them.
|
||||
</p>
|
||||
|
||||
<p>
|
||||
<em>
|
||||
<abbr
|
||||
title="Born again, fundamentalist, dispensationalist, King James Bible-believing, independent Baptist"
|
||||
>Christian</abbr
|
||||
>, American, Convervative, Pro-gun, Heterosexual - any questions?
|
||||
</em>
|
||||
</p>
|
||||
|
||||
<h2>Where am I?</h2>
|
||||
|
||||
{{% imgproc wy-in-ks Resize "768x" "float-md-start w-md-50 p-3" /%}}
|
||||
|
||||
<p>
|
||||
I am a Wyomingite sojurning in Kansas. That ought to lead to some interesting
|
||||
stories.
|
||||
</p>
|
||||
|
||||
Around the web you can find me at (in order of subjective importance)
|
||||
|
||||
<ul class="float-md-end w-md-50">
|
||||
<li>
|
||||
<i class="fab fa-fw fa-github"></i> GitHub:
|
||||
<a href="https://github.com/MillironX">@MillironX</a>
|
||||
</li>
|
||||
<li>
|
||||
<i class="fab fa-fw fa-orcid"></i>
|
||||
ORCiD:
|
||||
<a href="https://orcid.org/0000-0003-1219-9320">0000-0003-1219-9320</a>
|
||||
</li>
|
||||
<li>
|
||||
<i class="fab fa-fw fa-gitlab"></i>
|
||||
GitLab: <a href="https://gitlab.com/MillironX">@MillironX</a>
|
||||
</li>
|
||||
<li>
|
||||
<i class="fab fa-fw fa-vimeo"></i>
|
||||
Vimeo: <a href="https://vimeo.com/tchristensenii">Thomas Christensen II</a>
|
||||
</li>
|
||||
<li>
|
||||
<i class="fab fa-fw fa-stack-overflow"></i>
|
||||
Stack Exchange:
|
||||
<a href="https://stackexchange.com/users/4863541/milliron-x">Milliron X</a>
|
||||
</li>
|
||||
<li>
|
||||
<i class="fad fa-fw fa-user-astronaut"></i>
|
||||
Odysee: <a href="https://odysee.com/@millironx:f">@millironx</a>
|
||||
</li>
|
||||
<li>
|
||||
<span class="fa-layers fa-fw">
|
||||
<i class="fad fa-fw fa-comment"></i>
|
||||
<span class="fa-layers-text" data-fa-transform="shrink-6 up-2">g</span>
|
||||
</span>
|
||||
Gab: <a href="https://gab.com/millironx">@MillironX</a>
|
||||
</li>
|
||||
<li>
|
||||
<i class="fab fa-fw fa-steam"></i>
|
||||
Steam: <a href="https://steamcommunity.com/id/millironx">MillironX</a>
|
||||
</li>
|
||||
<li>
|
||||
<span class="fa-layers fa-fw">
|
||||
<i class="fad fa-fw fa-w" data-fa-transform="shrink-2 down-2"></i>
|
||||
<i class="fad fa-fw fa-ellipsis" data-fa-transform="grow-3 up-8"></i>
|
||||
</span>
|
||||
MeWe:
|
||||
<a href="https://mewe.com/i/thomaschristensenii">Thomas Christensen II</a>
|
||||
</li>
|
||||
<li>
|
||||
<i class="fab fa-fw fa-discord"></i>
|
||||
Discord:
|
||||
<a href="https://discord.com/users/484492414837587978">@MillironX</a>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
<div style="clear: both;"></div>
|
||||
|
||||
<div class="card border-warning m-3">
|
||||
<div class="card-body">
|
||||
<p class="card-text">
|
||||
This list is intended to verify my identity on other sites. Please do
|
||||
<em>not</em> use it as fodder to try and "follow" me on each of these
|
||||
platforms. I stand with RMS:
|
||||
</p>
|
||||
<figure>
|
||||
<blockquote class="blockquote">
|
||||
<p>
|
||||
Facebook is a bad place for a person to be. When people find us on
|
||||
Facebook, we lead them away from Facebook and then talk with them
|
||||
elsewhere.
|
||||
</p>
|
||||
</blockquote>
|
||||
<figcaption class="blockquote-footer">
|
||||
Richard Stallman in
|
||||
<cite
|
||||
><a href="https://stallman.org/facebook-presence.html"
|
||||
>If you feel your organization needs a 'presence' in Facebook</a
|
||||
></cite
|
||||
>
|
||||
</figcaption>
|
||||
</figure>
|
||||
<p class="card-text">
|
||||
I typically don't respond to inqueries made on these platforms. Please use
|
||||
<a href="/contact">my contact form</a>, instead.
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
|
@ -1,35 +0,0 @@
|
|||
---
|
||||
title: Home
|
||||
cardImage: charolette
|
||||
motto: <small>My name is Thomas Christensen</small><br />I am Milliron X
|
||||
description: The homepage of Thomas A. Christensen II
|
||||
---
|
||||
|
||||
## Milliron X - The homepage of Thomas A. Christensen II
|
||||
|
||||
I am an engineer by training, a rancher by upbringing, a techie by experience,
|
||||
and a filmmaker at heart. I've got a soft spot for Brown Swiss dairy cows (just
|
||||
in case you couldn't tell by the background image), and am sometimes called "one
|
||||
of those crazy, Wyoming dairy cow people." I love anything to do with cattle or
|
||||
technology, but especially anything to do with both of them.
|
||||
|
||||
_Christian, American, Conservative, Pro-gun, Heterosexual - any questions?_
|
||||
|
||||
### What is a "Milliron X"?
|
||||
|
||||
#### It's a [cattle brand], of course! My cattle brand!
|
||||
|
||||
The **milliron** is the bar with a bend in the middle. It does not represent
|
||||
anything physical or textual _per se_, and is therefore a rather unique element
|
||||
in cattle brands. Millirons are difficult to modify into another brand, and
|
||||
provide a guarantee of authentic ownership.
|
||||
|
||||
**X** is the letter of mystery and mystique. For nerds, it's the unknown in any
|
||||
algebra problem. Ranchers and cowboys will associate it with big names like the
|
||||
"Bar X" and the "Double X." In either case, it lends itself to a sense of
|
||||
withholding, prestige, and power.
|
||||
|
||||
Together, these two symbols represent the qualities I strive for in each of my
|
||||
works: authenticity, originality, power, depth, and prestige.
|
||||
|
||||
[cattle brand]: https://en.wikipedia.org/wiki/Livestock_branding
|
BIN
content/me-and-lady.jpg
Normal file
BIN
content/me-and-lady.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 13 MiB |
BIN
content/wy-in-ks.png
Normal file
BIN
content/wy-in-ks.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 362 KiB |
27
layouts/shortcodes/imgproc.html
Normal file
27
layouts/shortcodes/imgproc.html
Normal file
|
@ -0,0 +1,27 @@
|
|||
|
||||
{{ $img := .Page.Resources.GetMatch (printf "*%s*" (.Get 0)) }}
|
||||
{{ $command := .Get 1 }}
|
||||
{{ $options := .Get 2 }}
|
||||
{{ $figclass := .Get 3 }}
|
||||
{{ $imgclass := .Get 4 }}
|
||||
{{ if eq $command "Fit"}}
|
||||
{{ $img = $img.Fit $options }}
|
||||
{{ else if eq $command "Resize"}}
|
||||
{{ $img = $img.Resize $options }}
|
||||
{{ else if eq $command "Fill"}}
|
||||
{{ $img = $img.Fill $options }}
|
||||
{{ else if eq $command "Crop"}}
|
||||
{{ $img = $img.Crop $options }}
|
||||
{{ else }}
|
||||
{{ errorf "Invalid image processing command: Must be one of Crop, Fit, Fill or Resize."}}
|
||||
{{ end }}
|
||||
<figure class="figure {{ $figclass }}">
|
||||
<img class="figure-img img img-fluid" src="{{ $img.RelPermalink }}" width="{{ $img.Width }}" height="{{ $img.Height }}">
|
||||
{{ with .Inner }}
|
||||
<figcaption class="figure-caption">
|
||||
<small>
|
||||
{{ . | markdownify }}
|
||||
</small>
|
||||
</figcaption>
|
||||
{{ end }}
|
||||
</figure>
|
Loading…
Reference in a new issue