Compare commits
154 commits
pages
...
feat/indiw
Author | SHA1 | Date | |
---|---|---|---|
6cc83ef738 | |||
927d3cc160 | |||
24e7aba8e4 | |||
35dd1f12ac | |||
3159857a7d | |||
3814c81730 | |||
952b94ac1a | |||
d8f95dd530 | |||
25add24a88 | |||
a0d7b5b2a4 | |||
d9715e0da9 | |||
ad13520480 | |||
183ed2db2c | |||
8b2cdb8f2f | |||
12c55c504b | |||
e475ca560f | |||
cc80a285f9 | |||
b5d1727d9e | |||
9904d5e8c4 | |||
64fc0d2d4d | |||
e8fbe1813b | |||
8ec7300c3e | |||
e7972cfd81 | |||
478a7f8af7 | |||
7007c1e878 | |||
838d9a2028 | |||
eea76753a4 | |||
2d8f624810 | |||
86c1bf1ed4 | |||
85ec5eebbc | |||
27b1a25a53 | |||
f914883951 | |||
724e9edff4 | |||
963565042a | |||
6bbce4e4a0 | |||
9087ff7eb7 | |||
ad071b32a0 | |||
6a0c47ff96 | |||
f00b2f7acc | |||
6c3c08400b | |||
db5b9d8163 | |||
e209c9c1ce | |||
733ba62b0b | |||
89523e50c8 | |||
bc5f45da94 | |||
591420c78c | |||
8bab0de738 | |||
64bd8ae4b3 | |||
a0cbd61c0c | |||
7657de8277 | |||
17987d1455 | |||
fe4995b0a9 | |||
1a6519fafb | |||
ca49a6a315 | |||
da28273e1a | |||
31f43ba086 | |||
d99fc17381 | |||
b2dc663320 | |||
0d57300091 | |||
bcd5dadd19 | |||
301444cec1 | |||
86f22d1abd | |||
bd7e8234a2 | |||
69d6a1ec6a | |||
702d2bb160 | |||
a9361a3665 | |||
f245861f24 | |||
3fc66b2583 | |||
ef4d9bb560 | |||
48024f7fe0 | |||
3e14248e0e | |||
7d6274c6ac | |||
ff8dfcb32d | |||
acb6cf082a | |||
cf6c42afa0 | |||
2e0f140e0a | |||
9d60376948 | |||
56aed1a86d | |||
9ba447b23e | |||
1c2f164871 | |||
70189e8e8b | |||
d7cdb5fa34 | |||
151007b78b | |||
d0f8061d16 | |||
b1e8724be6 | |||
68f05ab0d5 | |||
3d1e40fb1b | |||
f107677da6 | |||
1f6561f6d3 | |||
fc10c85139 | |||
04aa7db9d5 | |||
d694639bef | |||
0a41e57614 | |||
3f39e92ac5 | |||
50ea4e509c | |||
92b49ab4aa | |||
2ad5baec49 | |||
d3fbc737fd | |||
e7b28d2a1a | |||
c154465376 | |||
|
a53eb6634d | ||
ac5b7f3a10 | |||
d068247797 | |||
0ecf9ad46f | |||
fe08fdd7bb | |||
1a91d53b2d | |||
f79f4a4aaa | |||
5e27500c8c | |||
948cc7a19a | |||
da20f247f2 | |||
1909072f55 | |||
acda78c6d0 | |||
4230057dae | |||
59c7d6412b | |||
5d4a2d8242 | |||
48f7c455ab | |||
0b2b830afc | |||
01102226b5 | |||
316c9c3354 | |||
ba3674fe8d | |||
a8a0b4f6ae | |||
c875b93617 | |||
ff1790746e | |||
ce86bea317 | |||
ce4b4c069c | |||
e11e6bfc71 | |||
e4e1adba0a | |||
22d8a08420 | |||
1053d56c44 | |||
722229fe55 | |||
f536633241 | |||
f81ef022d5 | |||
088fc929b1 | |||
36c86e59ab | |||
d51764b859 | |||
daf2a0d746 | |||
3c91a05bd9 | |||
693df8e0d6 | |||
b7e34ef7e5 | |||
b2f77179d6 | |||
5c242f80b1 | |||
c3567f03e1 | |||
2babd5250d | |||
9d1ec4fb42 | |||
32d9c5dcc2 | |||
a6b10b56b7 | |||
fe51da1a48 | |||
ff8dc5865f | |||
5920af63c4 | |||
ea8913f30e | |||
2efb797c21 | |||
b50a35cfb1 | |||
9002e54525 | |||
35ef660878 |
2
.envrc
Normal file
|
@ -0,0 +1,2 @@
|
|||
use nix
|
||||
layout node
|
44
.github/workflows/build-site.yml
vendored
|
@ -1,44 +0,0 @@
|
|||
name: Build and Deploy Site
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v2
|
||||
with:
|
||||
submodules: true
|
||||
- name: Setup Node
|
||||
uses: actions/setup-node@v2
|
||||
with:
|
||||
node-version: lts/*
|
||||
- name: Setup Hugo
|
||||
uses: peaceiris/actions-hugo@v2
|
||||
with:
|
||||
hugo-version: "latest"
|
||||
extended: true
|
||||
- name: Configure npm
|
||||
run: |
|
||||
npm config set "@fortawesome:registry" https://npm.fontawesome.com/
|
||||
npm config set "//npm.fontawesome.com/:_authToken" ${{ secrets.FONTAWESOME_TOKEN }}
|
||||
- name: Install postcss
|
||||
run: |
|
||||
npm -g install postcss-cli
|
||||
- name: Install npm packages
|
||||
run: |
|
||||
npm install
|
||||
- name: Run Hugo
|
||||
run: |
|
||||
hugo --environment production --minify
|
||||
- name: Deploy to gh-pages
|
||||
if: ${{ !env.ACT }}
|
||||
uses: rdarida/simple-github-pages-deploy-action@v1
|
||||
with:
|
||||
git-user: "MillironX"
|
||||
git-email: "25492070+MillironX@users.noreply.github.com"
|
||||
git-base-folder: "public"
|
||||
commit-message: "Build and deploy"
|
||||
branch: "gh-pages"
|
90
.github/workflows/hugo.yml
vendored
Normal file
|
@ -0,0 +1,90 @@
|
|||
# Sample workflow for building and deploying a Hugo site to GitHub Pages
|
||||
name: Deploy Hugo site to Pages
|
||||
|
||||
on:
|
||||
# Runs on pushes targeting the default branch
|
||||
push:
|
||||
branches: ["master"]
|
||||
|
||||
# Allows you to run this workflow manually from the Actions tab
|
||||
workflow_dispatch:
|
||||
|
||||
# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
|
||||
permissions:
|
||||
contents: read
|
||||
pages: write
|
||||
id-token: write
|
||||
|
||||
# Allow one concurrent deployment
|
||||
concurrency:
|
||||
group: "pages"
|
||||
cancel-in-progress: true
|
||||
|
||||
# Default to bash
|
||||
defaults:
|
||||
run:
|
||||
shell: bash
|
||||
|
||||
jobs:
|
||||
# Build job
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
env:
|
||||
HUGO_VERSION: 0.111.3
|
||||
NODE_VERSION: 18.14.2
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v3
|
||||
with:
|
||||
submodules: recursive
|
||||
fetch-depth: 0
|
||||
- name: Install git-crypt
|
||||
run: |
|
||||
sudo apt-get install git-crypt -y
|
||||
- name: Decrypt repository
|
||||
run: |
|
||||
echo "${{ secrets.GIT_CRYPT_KEY }}" \
|
||||
| base64 --decode \
|
||||
> ~/millironx.github.io.key
|
||||
git-crypt unlock ~/millironx.github.io.key
|
||||
- name: Install Node.js
|
||||
uses: actions/setup-node@v3
|
||||
with:
|
||||
node-version: "${{ env.NODE_VERSION }}"
|
||||
- name: Install Hugo CLI
|
||||
uses: peaceiris/actions-hugo@v2
|
||||
with:
|
||||
hugo-version: "${{ env.HUGO_VERSION }}"
|
||||
extended: true
|
||||
- name: Setup Pages
|
||||
id: pages
|
||||
uses: actions/configure-pages@v2
|
||||
- name: Install postcss cli
|
||||
run: npm install -g postcss-cli
|
||||
- name: Install Node.js dependencies
|
||||
run: npm ci
|
||||
- name: Build with Hugo
|
||||
env:
|
||||
# For maximum backward compatibility with Hugo modules
|
||||
HUGO_ENVIRONMENT: production
|
||||
HUGO_ENV: production
|
||||
run: |
|
||||
hugo \
|
||||
--minify \
|
||||
--baseURL "${{ steps.pages.outputs.base_url }}/"
|
||||
- name: Upload artifact
|
||||
uses: actions/upload-pages-artifact@v1
|
||||
with:
|
||||
path: ./public
|
||||
|
||||
# Deployment job
|
||||
deploy:
|
||||
environment:
|
||||
name: github-pages
|
||||
url: ${{ steps.deployment.outputs.page_url }}
|
||||
runs-on: ubuntu-latest
|
||||
needs: build
|
||||
steps:
|
||||
- name: Deploy to GitHub Pages
|
||||
id: deployment
|
||||
uses: actions/deploy-pages@v1
|
4
.gitignore
vendored
|
@ -151,3 +151,7 @@ dist
|
|||
.yarn/build-state.yml
|
||||
.yarn/install-state.gz
|
||||
.pnp.*
|
||||
|
||||
### FontAwesome gitignore ###
|
||||
|
||||
fontawesome-pro-6.3.0-web
|
||||
|
|
3
.gitmodules
vendored
|
@ -1,3 +0,0 @@
|
|||
[submodule "themes/ananke"]
|
||||
path = themes/ananke
|
||||
url = https://github.com/theNewDynamic/gohugo-theme-ananke.git
|
|
@ -1,12 +1,9 @@
|
|||
# List the start up tasks. Learn more https://www.gitpod.io/docs/config-start-tasks/
|
||||
tasks:
|
||||
- name: Install Hugo dependencies
|
||||
before: |
|
||||
mkdir -p $HOME/.local/bin
|
||||
curl -L https://github.com/gohugoio/hugo/releases/download/v0.104.3/hugo_extended_0.104.3_linux-amd64.tar.gz | tar xvz -C $HOME/.local/bin
|
||||
export PATH=$HOME/.local/bin:$PATH
|
||||
before: brew install hugo
|
||||
init: echo "Your version of Hugo is `hugo version`"
|
||||
command: hugo server -D -F --baseUrl $(gp url 1313) --liveReloadPort=443 --appendPort=false --bind=0.0.0.0
|
||||
command: npm ci && hugo server -D -F --baseUrl $(gp url 1313) --liveReloadPort=443 --appendPort=false --bind=0.0.0.0
|
||||
# List the ports to expose. Learn more https://www.gitpod.io/docs/config-ports/
|
||||
ports:
|
||||
- port: 1313
|
||||
|
|
0
.husky/pre-commit
Normal file → Executable file
3
.vscode/settings.json
vendored
Normal file
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
"editor.formatOnSave": true
|
||||
}
|
21
.woodpecker/build-site.yml
Normal file
|
@ -0,0 +1,21 @@
|
|||
when:
|
||||
branch: "master"
|
||||
|
||||
steps:
|
||||
- name: Install Node packages
|
||||
image: node:18.14.2-slim
|
||||
commands:
|
||||
- npm ci
|
||||
- name: Build Hugo site
|
||||
image: peaceiris/hugo:v0.111.3-full
|
||||
environment:
|
||||
HUGO_ENV: production
|
||||
HUGO_ENVIRONMENT: production
|
||||
commands:
|
||||
- hugo --minify
|
||||
- name: Deploy to pages
|
||||
image: codeberg.org/xfix/plugin-codeberg-pages-deploy:1
|
||||
settings:
|
||||
folder: public
|
||||
ssh_key:
|
||||
from_secret: ssh_key
|
12
.zed/settings.json
Normal file
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
"languages": {
|
||||
"HTML": {
|
||||
"formatter": {
|
||||
"external": {
|
||||
"command": "prettier",
|
||||
"arguments": ["--stdin-filepath", "{buffer_path}"]
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
|
@ -4,7 +4,7 @@ date: {{ .Date }}
|
|||
cardImage: library
|
||||
draft: true
|
||||
featured: false
|
||||
keywords:
|
||||
tags:
|
||||
- smart
|
||||
- profound
|
||||
type: "Journal Article"
|
||||
|
|
420
assets/graphics/brandedbull.svg
Normal file
|
@ -0,0 +1,420 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||
|
||||
<svg
|
||||
id="svg10737"
|
||||
version="1.1"
|
||||
inkscape:version="1.2.2 (b0a8486541, 2022-12-01)"
|
||||
width="356.25"
|
||||
height="240"
|
||||
xml:space="preserve"
|
||||
sodipodi:docname="branded-bull_inkscape.svg"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:svg="http://www.w3.org/2000/svg"
|
||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||
xmlns:cc="http://creativecommons.org/ns#"
|
||||
xmlns:dc="http://purl.org/dc/elements/1.1/"><metadata
|
||||
id="metadata10743"><rdf:RDF><cc:Work
|
||||
rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type
|
||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" /></cc:Work></rdf:RDF></metadata><defs
|
||||
id="defs10741"><inkscape:path-effect
|
||||
effect="spiro"
|
||||
id="path-effect4154"
|
||||
is_visible="true" /></defs><sodipodi:namedview
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1"
|
||||
objecttolerance="10"
|
||||
gridtolerance="10"
|
||||
guidetolerance="10"
|
||||
inkscape:pageopacity="0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:window-width="1536"
|
||||
inkscape:window-height="791"
|
||||
id="namedview10739"
|
||||
showgrid="false"
|
||||
inkscape:zoom="1.7147339"
|
||||
inkscape:cx="124.50911"
|
||||
inkscape:cy="152.79338"
|
||||
inkscape:window-x="0"
|
||||
inkscape:window-y="0"
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:current-layer="g10745"
|
||||
inkscape:showpageshadow="2"
|
||||
inkscape:pagecheckerboard="0"
|
||||
inkscape:deskcolor="#d1d1d1" /><g
|
||||
id="g10745"
|
||||
inkscape:groupmode="layer"
|
||||
inkscape:label="Cow__Hereford"
|
||||
transform="matrix(1.25,0,0,-1.25,0,240)"><g
|
||||
id="g10747"
|
||||
transform="matrix(-0.24,0,0,0.24,287.96958,0)"><path
|
||||
d="m 333.332,256.25 c 6.25,-12.5 20.836,-37.5 16.668,-58.332 -4.168,-20.836 2.082,-29.168 10.418,-37.5 8.332,-8.336 0,-27.086 8.332,-29.168 8.332,-2.082 2.082,-10.418 -6.25,-16.668 -8.332,-6.25 4.168,-20.832 -10.418,-33.332 -14.582,-14.582 2.086,-10.418 18.75,-14.582 16.668,-4.168 27.086,-2.086 25,8.332 -2.082,10.418 4.168,8.332 12.5,18.75 8.336,10.418 -2.082,4.168 -4.164,29.168 -2.086,25 2.082,22.914 10.414,35.414 8.336,12.5 -4.164,29.168 2.086,50 6.25,20.836 -52.086,56.25 -83.336,47.918"
|
||||
style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
id="path10749" /><path
|
||||
d="m 333.332,256.25 c 6.25,-12.5 20.836,-37.5 16.668,-58.332 -4.168,-20.836 2.082,-29.168 10.418,-37.5 8.332,-8.336 0,-27.086 8.332,-29.168 8.332,-2.082 2.082,-10.418 -6.25,-16.668 -8.332,-6.25 4.168,-20.832 -10.418,-33.332 -14.582,-14.582 2.086,-10.418 18.75,-14.582 16.668,-4.168 27.086,-2.086 25,8.332 -2.082,10.418 4.168,8.332 12.5,18.75 8.336,10.418 -2.082,4.168 -4.164,29.168 -2.086,25 2.082,22.914 10.414,35.414 8.336,12.5 -4.164,29.168 2.086,50 6.25,20.836 -52.086,56.25 -83.336,47.918 z"
|
||||
style="fill:none;stroke:#000000;stroke-width:6.25;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
|
||||
id="path10751" /><path
|
||||
d="m 352.082,75 c 6.25,1.043 34.375,1.043 38.543,-5.207 4.168,-6.25 5.207,-10.418 -2.082,-12.5 -7.293,-2.086 -35.418,4.164 -40.625,6.25 C 342.707,65.625 343.75,75 352.082,75"
|
||||
style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
id="path10753" /><path
|
||||
d="m 450,56.25 c -18.75,4.168 -43.75,-12.5 -52.082,2.082 10.414,12.5 14.582,25 27.082,25 -14.582,8.336 0,39.586 0,56.25 0,16.668 -26.012,41.859 -14.582,54.168 27.082,29.168 52.082,-4.168 66.664,-8.332 -8.332,-25 -6.707,-68.797 -4.164,-91.668 0.52,-4.6875 0,-10.418 -7.293,-9.8945 6.25,-3.125 8.855,-10.418 0.52,-13.0235 -8.332,-2.6015 -8.332,-5.207 -8.332,-9.375 C 454.688,59.375 454.168,56.25 450,56.25"
|
||||
style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
id="path10755" /><path
|
||||
d="m 450,56.25 c -18.75,4.168 -43.75,-12.5 -52.082,2.082 10.414,12.5 14.582,25 27.082,25 -14.582,8.336 0,39.586 0,56.25 0,16.668 -26.012,41.859 -14.582,54.168 27.082,29.168 52.082,-4.168 66.664,-8.332 -8.332,-25 -6.707,-68.797 -4.164,-91.668 0.52,-4.6875 0,-10.418 -7.293,-9.8945 6.25,-3.125 8.855,-10.418 0.52,-13.0235 -8.332,-2.6015 -8.332,-5.207 -8.332,-9.375 C 454.688,59.375 454.168,56.25 450,56.25 Z"
|
||||
style="fill:none;stroke:#000000;stroke-width:6.25;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
|
||||
id="path10757" /><path
|
||||
d="m 404.168,59.375 c 7.289,-1.043 37.5,11.457 51.039,4.168 13.543,-7.293 20.836,-7.293 10.418,-14.586 -10.418,-7.289 -47.918,-7.289 -58.332,-5.207 -10.418,2.082 -18.75,9.375 -3.125,15.625"
|
||||
style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
id="path10759" /><path
|
||||
d="M 937.5,64.582 C 939.582,54.168 931.25,43.75 920.832,45.832 910.418,47.918 885.418,35.418 881.25,50 c 6.25,22.918 27.082,60.418 39.582,70.832 -2.082,10.418 0,39.586 2.086,54.168 18.75,12.5 43.75,-12.5 41.664,-27.082 -2.082,-14.586 -12.5,-37.5 -10.414,-47.918 2.082,-10.418 14.582,-10.418 2.082,-16.668 -2.605,1.043 -5.207,-1.039 -6.25,-4.164 -1.043,-3.125 -2.605,-6.25 -6.77,-7.8125 -0.523,-2.086 -3.125,-5.211 -5.73,-6.7735"
|
||||
style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
id="path10761" /><path
|
||||
d="M 937.5,64.582 C 939.582,54.168 931.25,43.75 920.832,45.832 910.418,47.918 885.418,35.418 881.25,50 c 6.25,22.918 27.082,60.418 39.582,70.832 -2.082,10.418 0,39.586 2.086,54.168 18.75,12.5 43.75,-12.5 41.664,-27.082 -2.082,-14.586 -12.5,-37.5 -10.414,-47.918 2.082,-10.418 14.582,-10.418 2.082,-16.668 -2.605,1.043 -5.207,-1.039 -6.25,-4.164 -1.043,-3.125 -2.605,-6.25 -6.77,-7.8125 -0.523,-2.086 -3.125,-5.211 -5.73,-6.7735 z"
|
||||
style="fill:none;stroke:#000000;stroke-width:6.25;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
|
||||
id="path10763" /><path
|
||||
d="m 930.207,38.0195 v 14.586 l -44.269,-1.043 -4.688,-11.9805 48.957,-1.5625"
|
||||
style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
id="path10765" /><path
|
||||
d="m 1058.33,75 c -10.41,-18.75 -27.08,-29.168 -41.66,-29.168 -14.59,0 -52.088,0 -35.42,12.5 16.668,12.5 27.08,37.5 31.25,47.918 4.17,10.418 -6.25,64.582 -6.25,79.168 12.5,14.582 33.33,-6.25 52.08,-16.668 1.05,-3.645 2.09,-11.98 2.09,-23.437 0,-11.458 -0.53,-17.708 0,-22.395 1.56,1.039 4.69,1.039 3.12,-4.688 -1.56,-5.73 -0.52,-14.062 -1.04,-21.355 2.08,0.5195 2.61,-5.207 1.04,-9.375 -1.56,-4.168 -3.12,-10.9375 -5.21,-12.5"
|
||||
style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
id="path10767" /><path
|
||||
d="m 1058.33,75 c -10.41,-18.75 -27.08,-29.168 -41.66,-29.168 -14.59,0 -52.088,0 -35.42,12.5 16.668,12.5 27.08,37.5 31.25,47.918 4.17,10.418 -6.25,64.582 -6.25,79.168 12.5,14.582 33.33,-6.25 52.08,-16.668 1.05,-3.645 2.09,-11.98 2.09,-23.437 0,-11.458 -0.53,-17.708 0,-22.395 1.56,1.039 4.69,1.039 3.12,-4.688 -1.56,-5.73 -0.52,-14.062 -1.04,-21.355 2.08,0.5195 2.61,-5.207 1.04,-9.375 -1.56,-4.168 -3.12,-10.9375 -5.21,-12.5 z"
|
||||
style="fill:none;stroke:#000000;stroke-width:6.25;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
|
||||
id="path10769" /><path
|
||||
d="m 983.855,44.2695 c 0.52,3.125 -0.523,3.125 3.645,5.7305 12.035,7.5234 32.71,-4.6211 31.25,-3.6445 3.9,-2.6055 0,-3.125 0,-5.7305 0,-2.6055 -27.605,0.5195 -34.895,3.6445"
|
||||
style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
id="path10771" /><path
|
||||
d="m 1077.08,312.5 c -2.08,-8.332 -10.41,-12.5 -8.33,-52.082 2.08,-39.586 20.83,-18.75 14.58,-56.25 -6.25,-37.5 -12.5,-37.5 -4.16,-50 2.08,14.582 8.33,18.75 6.25,6.25 -2.09,-12.5 2.08,-35.418 10.41,-52.086 2.09,6.25 6.25,10.418 6.25,18.75 4.17,-8.332 6.25,-14.582 4.17,-20.832 12.5,16.668 29.17,60.418 25,79.168 -4.17,18.75 -2.08,20.832 2.08,31.25 4.17,10.414 -10.41,25 -16.66,37.5 -6.25,12.5 -4.17,35.414 -12.5,54.164 -8.34,18.75 -27.09,4.168 -27.09,4.168"
|
||||
style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
id="path10773" /><path
|
||||
d="m 1077.08,312.5 c -2.08,-8.332 -10.41,-12.5 -8.33,-52.082 2.08,-39.586 20.83,-18.75 14.58,-56.25 -6.25,-37.5 -12.5,-37.5 -4.16,-50 2.08,14.582 8.33,18.75 6.25,6.25 -2.09,-12.5 2.08,-35.418 10.41,-52.086 2.09,6.25 6.25,10.418 6.25,18.75 4.17,-8.332 6.25,-14.582 4.17,-20.832 12.5,16.668 29.17,60.418 25,79.168 -4.17,18.75 -2.08,20.832 2.08,31.25 4.17,10.414 -10.41,25 -16.66,37.5 -6.25,12.5 -4.17,35.414 -12.5,54.164 -8.34,18.75 -27.09,4.168 -27.09,4.168 z"
|
||||
style="fill:none;stroke:#000000;stroke-width:6.25;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
|
||||
id="path10775" /><path
|
||||
d="m 493.75,241.668 c 10.418,6.25 37.5,33.332 62.5,27.082 25,-6.25 104.168,8.332 147.918,-29.168 18.75,14.586 60.414,50 93.75,56.25 33.332,6.25 52.082,14.586 68.75,12.5 4.164,-16.664 2.082,-52.082 29.164,-77.082 27.086,-25 22.918,-25 41.668,-37.5 25,37.5 116.67,102.082 18.75,166.668 -97.918,64.582 -87.5,60.414 -302.082,8.332 -39.586,16.668 -181.25,112.5 -185.418,37.5 -4.168,-75 10.418,-145.832 25,-164.582"
|
||||
style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
id="path10777" /><path
|
||||
d="m 493.75,241.668 c 10.418,6.25 37.5,33.332 62.5,27.082 25,-6.25 104.168,8.332 147.918,-29.168 18.75,14.586 60.414,50 93.75,56.25 33.332,6.25 52.082,14.586 68.75,12.5 4.164,-16.664 2.082,-52.082 29.164,-77.082 27.086,-25 22.918,-25 41.668,-37.5 25,37.5 116.67,102.082 18.75,166.668 -97.918,64.582 -87.5,60.414 -302.082,8.332 -39.586,16.668 -181.25,112.5 -185.418,37.5 -4.168,-75 10.418,-145.832 25,-164.582 z"
|
||||
style="fill:none;stroke:#000000;stroke-width:6.25;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
|
||||
id="path10779" /><path
|
||||
d="M 118.75,735.418 C 102.082,733.332 62.5,741.668 35.418,700 c 12.5,0 50,12.5 70.832,-6.25 4.168,12.5 6.25,35.418 12.5,41.668"
|
||||
style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
id="path10781" /><path
|
||||
d="M 118.75,735.418 C 102.082,733.332 62.5,741.668 35.418,700 c 12.5,0 50,12.5 70.832,-6.25 4.168,12.5 6.25,35.418 12.5,41.668 z"
|
||||
style="fill:none;stroke:#000000;stroke-width:6.25;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
|
||||
id="path10783" /><path
|
||||
d="m 89.582,639.582 c 4.168,-16.664 -6.25,-54.164 -18.75,-66.664 -12.5,-12.5 -6.25,-31.25 2.086,-39.586 C 81.25,525 93.75,512.5 116.668,512.5 c 22.914,0 22.914,-2.082 33.332,4.168 12.5,-14.586 29.168,-41.668 50,-43.75 20.832,-2.086 33.332,-6.25 50,-43.75 16.668,-37.5 10.418,-102.086 27.082,-122.918 16.668,-20.832 45.836,-47.918 60.418,-62.5 75,-96.875 66.668,-22.918 83.332,-4.168 16.668,18.75 29.168,160.418 -18.75,225 -47.914,64.586 125,203.91 148.961,202.867 -12.5,0 -138.543,5.469 -182.293,28.383 -43.75,22.918 -67.754,11.477 -89.582,18.75 -12.5,4.168 -25,6.25 -27.086,14.586 -2.082,8.332 -2.297,24.973 -52.082,18.75 -16.668,-2.086 -18.75,4.164 -33.332,4.164 -14.586,0 -52.086,10.418 -58.336,-14.582 -2.082,-8.332 -4.164,-16.668 -1.039,-18.75 -6.25,-2.082 -14.586,-9.375 -12.5,-20.832 -5.211,-9.375 -4.168,-21.875 -14.586,-36.461 0,-8.332 3.125,-9.375 8.336,-10.414 1.039,-3.125 1.039,-6.25 1.039,-11.461"
|
||||
style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
id="path10785" /><path
|
||||
d="m 89.582,639.582 c 4.168,-16.664 -6.25,-54.164 -18.75,-66.664 -12.5,-12.5 -6.25,-31.25 2.086,-39.586 C 81.25,525 93.75,512.5 116.668,512.5 c 22.914,0 22.914,-2.082 33.332,4.168 12.5,-14.586 29.168,-41.668 50,-43.75 20.832,-2.086 33.332,-6.25 50,-43.75 16.668,-37.5 10.418,-102.086 27.082,-122.918 16.668,-20.832 45.836,-47.918 60.418,-62.5 75,-96.875 66.668,-22.918 83.332,-4.168 16.668,18.75 29.168,160.418 -18.75,225 -47.914,64.586 125,203.91 148.961,202.867 -12.5,0 -138.543,5.469 -182.293,28.383 -43.75,22.918 -67.754,11.477 -89.582,18.75 -12.5,4.168 -25,6.25 -27.086,14.586 -2.082,8.332 -2.297,24.973 -52.082,18.75 -16.668,-2.086 -18.75,4.164 -33.332,4.164 -14.586,0 -52.086,10.418 -58.336,-14.582 -2.082,-8.332 -4.164,-16.668 -1.039,-18.75 -6.25,-2.082 -14.586,-9.375 -12.5,-20.832 -5.211,-9.375 -4.168,-21.875 -14.586,-36.461 0,-8.332 3.125,-9.375 8.336,-10.414 1.039,-3.125 1.039,-6.25 1.039,-11.461 z"
|
||||
style="fill:none;stroke:#000000;stroke-width:6.25;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
|
||||
id="path10787" /><path
|
||||
d="m 581.25,667.449 c -13.543,0 -40.875,-0.859 -85.418,3.383 -16.664,0 -114.582,10.418 -152.082,33.336 -19.637,12 -36.457,8.332 -54.168,-12.5 -17.594,-20.695 -47.914,-8.336 -43.75,-18.75 4.168,-10.418 12.5,-16.668 22.918,-18.75 10.418,-2.086 12.5,-12.5 -4.168,-18.75 -16.664,-6.25 -14.582,-37.5 -10.414,-50 C 245.832,575 252.082,558.332 231.25,537.5 c 14.582,4.168 45.832,37.5 35.418,-2.082 10.414,0 29.164,18.75 29.164,29.164 0,10.418 18.75,8.336 12.5,-8.332 -6.25,-16.668 -10.414,-18.75 -22.914,-22.918 -2.086,-12.5 -6.25,-35.414 -18.75,-45.832 -12.5,-10.418 -12.5,-8.332 -2.086,-6.25 10.418,2.082 2.086,-12.5 25,8.332 22.918,20.836 187.5,46.617 291.668,177.867"
|
||||
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
id="path10789" /><path
|
||||
d="m 285.418,502.082 c -11.375,-4.262 -10.418,-37.5 10.414,-35.414 20.836,2.082 -18.816,-25 14.586,-25 16.664,0 4.578,-39.84 35.414,18.75 20.836,39.582 22.918,4.164 20.836,-2.086 -2.086,-6.25 -18.75,-22.914 -6.25,-29.164 12.5,-6.25 -18.75,-16.668 -8.336,-25 10.418,-8.336 -10.414,-25 2.086,-35.418 12.5,-10.418 14.582,-18.75 33.332,-20.832 0,-12.5 -2.082,-31.25 20.832,-29.168 22.918,2.082 64.586,18.75 93.75,56.25 29.168,37.5 35.418,-8.332 16.668,-16.668 10.418,-8.332 4.168,-16.664 25,-10.414 20.832,6.25 171.09,297.137 169.008,320.055 -17.445,-0.266 -104.426,-0.785 -146.613,-0.524 C 524.48,638.285 302.082,508.332 285.418,502.082"
|
||||
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
id="path10791" /><path
|
||||
d="m 535.418,362.5 c -2.086,-10.418 0,-25 -8.336,-31.25 -8.332,-6.25 -8.332,-16.668 14.586,-8.332 22.914,8.332 16.664,0 16.664,-10.418 10.418,-2.082 20.836,0 18.75,-10.418 10.418,-2.082 20.836,20.836 35.418,-4.164 14.582,8.332 18.75,25 43.75,8.332 0,8.332 -4.168,27.082 18.75,25 22.918,-2.082 16.668,-12.5 41.668,-12.5 25,0 22.914,14.582 43.75,29.168 20.832,14.582 33.332,25 62.5,16.664 29.164,-8.332 16.664,2.086 31.25,18.75 14.582,16.668 8.332,18.75 29.164,10.418 14.586,16.668 177.088,172.918 189.588,185.418 2.08,22.914 -12.5,70.832 -60.42,89.582 -47.918,18.75 -58.332,0 -93.75,0 -35.418,0 -198.18,-0.777 -219.012,-0.777 C 683.07,636.723 543.75,383.332 535.418,362.5"
|
||||
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
id="path10793" /><path
|
||||
d="m 404.168,327.082 c 10.414,0 22.914,-12.5 12.5,-27.082 -10.418,-14.582 -2.086,-20.832 -12.5,-20.832 -10.418,0 -16.668,-8.336 -8.336,-18.75 8.336,-10.418 10.418,-6.25 6.25,-18.75 -4.262,-12.777 2.176,-27.5 8.336,-35.418 14.582,-18.75 22.914,-25 20.832,-41.668 -2.082,-16.664 8.332,-18.75 18.75,-8.332 10.418,10.418 18.75,22.918 20.832,14.582 10.418,0 16.668,0 18.75,22.918 2.086,22.918 6.25,29.168 12.5,41.668 6.25,12.5 8.336,22.914 2.086,31.25 8.332,8.332 14.582,20.832 2.082,20.832 -12.5,0 -2.082,-6.25 -8.332,10.418 -6.25,16.664 -4.168,8.332 0,31.25 4.164,22.914 14.582,29.164 -2.086,41.664 -16.664,12.5 -83.332,-35.414 -91.664,-43.75"
|
||||
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
id="path10795" /><path
|
||||
d="m 1068.75,604.168 c 4.17,-18.75 22.92,-106.25 16.67,-191.668 -2.09,-25 6.25,-52.082 14.58,-68.75 8.33,-16.668 10.42,-35.418 10.42,-41.668 -12.5,2.086 -25,10.418 -33.34,0 -6.25,10.418 -8.33,20.836 -6.25,35.418 2.09,14.582 -16.66,20.832 -20.83,-12.5 -4.17,-33.332 12.38,-45.715 31.25,-64.582 10.42,-10.418 0,-14.586 -10.42,-45.836 -10.41,-31.25 -12.5,-47.914 -10.41,-62.5 -12.5,4.168 -18.75,-2.082 -27.09,12.5 -8.33,14.586 -20.83,16.668 -22.91,-10.414 -2.09,27.082 -18.752,41.664 -29.17,64.582 -10.418,22.918 -14.582,56.25 -18.75,91.668 -4.168,35.414 -8.332,2.082 -45.832,41.664 -37.5,39.586 -41.668,33.336 -35.418,58.336 6.25,25 172.92,193.75 187.5,193.75"
|
||||
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
id="path10797" /><path
|
||||
d="m 979.168,275 c -10.859,7.754 -20.836,-27.082 -31.25,-25 -10.418,2.082 -16.668,-8.332 -14.586,-20.832 2.086,-12.5 -4.894,-4.418 -11.457,-20.836 -4.168,-10.414 -7.801,-45.473 1.043,-39.582 6.25,4.168 12.5,8.332 20.832,-8.332 8.332,-16.668 15.453,-10.953 18.75,-20.836 6.25,12.5 29.168,60.418 39.58,81.25 -2.08,18.75 -8.33,43.75 -22.912,54.168"
|
||||
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
id="path10799" /><path
|
||||
d="m 414.582,158.332 c 8.336,12.5 -4.164,29.168 2.086,50 6.25,20.836 -17.711,-27.082 -85.418,42.711 6.25,-12.5 18.75,-31.879 18.75,-53.125 8.332,-12.5 14.582,-33.336 22.918,-35.418 8.332,-2.082 12.5,-8.332 8.332,-18.75 -4.168,-10.418 0.074,-14.488 10.418,-22.918 14.062,-11.457 13.02,-14.062 12.5,8.336 -0.344,14.582 2.082,25 10.414,29.164"
|
||||
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
id="path10801" /><path
|
||||
d="m 414.582,158.332 c 8.336,12.5 -4.164,29.168 2.086,50 6.25,20.836 -17.711,-27.082 -85.418,42.711 6.25,-12.5 18.75,-31.879 18.75,-53.125 8.332,-12.5 14.582,-33.336 22.918,-35.418 8.332,-2.082 12.5,-8.332 8.332,-18.75 -4.168,-10.418 0.074,-14.488 10.418,-22.918 14.062,-11.457 13.02,-14.062 12.5,8.336 -0.344,14.582 2.082,25 10.414,29.164 z"
|
||||
style="fill:none;stroke:#000000;stroke-width:6.25;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
|
||||
id="path10803" /><path
|
||||
d="m 781.25,327.082 c 10.418,2.086 54.168,14.586 81.25,-4.164 27.082,-18.75 50.734,-12.984 45.832,-37.5 8.336,-4.168 16.848,-19.875 39.586,-41.668 4.164,1.043 8.332,5.207 -1.043,10.418 -9.375,5.207 -21.875,17.707 -30.207,26.039"
|
||||
style="fill:none;stroke:#000000;stroke-width:4.16667;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
|
||||
id="path10805" /><path
|
||||
d="m 506.25,287.5 c 8.332,-6.25 12.5,-12.5 20.832,-12.5 8.336,0 20.836,-2.082 29.168,4.168 8.332,6.25 10.418,4.164 22.918,-2.086"
|
||||
style="fill:none;stroke:#000000;stroke-width:4.16667;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
|
||||
id="path10807" /><path
|
||||
d="m 1084.38,311.457 c 0,-5.207 3.12,-27.082 8.33,-36.457"
|
||||
style="fill:none;stroke:#000000;stroke-width:2.08333;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
|
||||
id="path10809" /><path
|
||||
d="m 1090.63,311.457 c 0,-5.207 3.12,-27.082 8.33,-36.457"
|
||||
style="fill:none;stroke:#000000;stroke-width:2.08333;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
|
||||
id="path10811" /><path
|
||||
d="m 1085.42,262.5 c 6.25,-2.082 30.21,-14.582 34.37,-42.707 2.09,7.289 10.42,12.5 13.54,-3.125"
|
||||
style="fill:none;stroke:#000000;stroke-width:3.54167;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
|
||||
id="path10813" /><path
|
||||
d="m 1089.58,248.957 c 6.25,-5.207 25,-23.957 22.92,-36.457 4.17,2.082 11.46,-3.125 6.25,-19.793"
|
||||
style="fill:none;stroke:#000000;stroke-width:2.29167;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
|
||||
id="path10815" /><path
|
||||
d="m 1087.5,235.418 c 5.21,-8.336 19.35,-34.242 6.25,-79.168 -7.29,-25 -3.12,-29.168 -2.08,-37.5"
|
||||
style="fill:none;stroke:#000000;stroke-width:2.29167;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
|
||||
id="path10817" /><path
|
||||
d="m 1090.63,228.125 c 2.08,-5.207 -1.05,-29.168 1.04,-46.875 2.08,-17.707 4.16,-20.832 1.04,-29.168"
|
||||
style="fill:none;stroke:#000000;stroke-width:2.29167;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
|
||||
id="path10819" /><path
|
||||
d="m 1056.25,57.293 c 33.33,14.582 91.91,-2.9258 105.21,-6.25 -6.25,-1.043 -8.33,-1.043 -9.38,-5.211 5.21,-2.082 7.3,-2.082 12.5,-5.207 -8.33,0 -38.54,11.457 -55.2,0"
|
||||
style="fill:none;stroke:#000000;stroke-width:3.125;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
|
||||
id="path10821" /><path
|
||||
d="m 1125,58.332 c 0,7.293 2.08,18.75 12.5,20.836 -7.29,1.039 -19.79,-6.25 -20.83,-11.461"
|
||||
style="fill:none;stroke:#000000;stroke-width:3.125;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
|
||||
id="path10823" /><path
|
||||
d="m 1061.46,46.875 c 6.25,2.082 37.5,10.418 53.12,4.168 -3.12,2.082 -6.25,9.375 28.13,1.039"
|
||||
style="fill:none;stroke:#000000;stroke-width:3.125;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
|
||||
id="path10825" /><path
|
||||
d="m 1051.04,55.207 c -5.4,-3.2343 -21.06,-4.25 -34.37,-9.375 -3.55,2.6641 -3.49,8.1055 -3.91,9.375 -3.24,-4.0468 -5.47,-4.9453 -5.47,-10.414 -4.16,8.332 -5.73,14.582 -5.73,14.582 -1.04,-5.207 -5.728,-11.457 -5.728,-16.668 -5.207,6.25 -5.207,7.293 -5.207,11.461 -5.207,-3.125 -7.293,-4.168 -8.332,-8.336 -1.043,-4.164 -4.168,4.168 -15.625,1.043 -5.211,-5.207 12.5,-9.375 28.125,-9.375 -15.625,-2.082 -43.75,1.043 -60.418,-12.5 14.582,1.043 61.457,9.375 82.295,5.207 8.33,3.125 17.71,8.336 30.21,6.25 12.5,-2.082 23.95,8.336 38.54,2.086"
|
||||
style="fill:none;stroke:#000000;stroke-width:3.125;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
|
||||
id="path10827" /><path
|
||||
d="m 1000,40.625 c 4.05,0 21.64,4.5156 28.13,2.082 4.16,2.086 11.45,8.336 18.75,6.25"
|
||||
style="fill:none;stroke:#000000;stroke-width:3.125;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
|
||||
id="path10829" /><path
|
||||
d="m 979.688,50.5195 c 0,7.293 -1.762,29.4922 -9.895,21.3555 C 967.707,69.793 962.5,64.582 947.918,58.332 933.332,52.082 925,42.707 912.5,41.668"
|
||||
style="fill:none;stroke:#000000;stroke-width:3.125;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
|
||||
id="path10831" /><path
|
||||
d="m 976.043,53.125 c -7.293,1.043 -6.25,3.125 -39.586,-4.168"
|
||||
style="fill:none;stroke:#000000;stroke-width:3.125;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
|
||||
id="path10833" /><path
|
||||
d="m 758.332,40.625 c 8.336,3.125 25,11.457 37.5,3.125 -5.207,8.332 -9.375,14.582 -14.582,14.582 9.375,0 13.543,5.211 20.832,-8.332 -5.207,11.457 0,17.707 -36.457,23.957 12.5,0 26.043,9.375 39.582,-13.539 6.25,9.375 20.836,31.25 19.793,40.625 0,-8.336 -2.082,-30.211 -8.332,-39.586 7.289,5.211 13.539,8.336 18.75,6.25 -5.211,-6.25 -10.418,-12.5 -9.375,-19.789 8.332,8.332 40.625,42.707 62.5,33.332 C 876.043,78.125 857.293,75 850,58.332 c 9.375,1.043 15.625,3.125 20.832,-4.164 -15.625,0 -15.625,0 -18.75,-5.211 9.375,-1.039 20.836,1.043 27.086,-2.082 8.332,1.043 15.625,2.082 14.582,10.418 3.125,-3.125 5.207,-7.293 1.043,-13.543 8.332,3.125 14.582,7.293 29.164,0"
|
||||
style="fill:none;stroke:#000000;stroke-width:3.125;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
|
||||
id="path10835" /><path
|
||||
d="m 832.293,30.207 c 6.25,-4.164 23.957,-7.289 37.5,-2.082 13.539,5.207 19.789,8.332 36.457,3.125 16.668,-5.207 21.875,-8.332 28.125,-13.543 -1.043,4.168 -1.043,8.336 5.207,5.211 0,5.207 7.293,9.375 16.668,3.125"
|
||||
style="fill:none;stroke:#000000;stroke-width:3.125;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
|
||||
id="path10837" /><path
|
||||
d="m 937.5,106.25 c -1.043,-3.125 -3.125,-9.375 -2.082,-12.5"
|
||||
style="fill:none;stroke:#000000;stroke-width:1.875;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
|
||||
id="path10839" /><path
|
||||
d="m 932.293,104.168 c -1.043,-4.168 -2.086,-7.293 0,-10.418"
|
||||
style="fill:none;stroke:#000000;stroke-width:1.45833;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
|
||||
id="path10841" /><path
|
||||
d="m 877.082,43.2305 c 3.648,1.039 15.106,0.5195 22.398,-3.125 7.29,-3.6485 24.477,6.25 31.77,4.6875 7.293,-1.5625 4.168,2.6015 13.543,-1.043 9.375,-3.6445 10.937,-3.125 16.664,-3.125"
|
||||
style="fill:none;stroke:#000000;stroke-width:3.125;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
|
||||
id="path10843" /><path
|
||||
d="m 779.168,50.5195 c -4.168,0.5235 -28.125,5.211 -33.336,-3.125 -1.039,7.293 -4.164,16.1485 -8.852,18.2305 -1.562,-4.168 0.52,-11.457 -3.125,-14.582 C 729.168,61.457 713.543,75 706.77,76.5625 709.895,69.793 721.875,56.7695 723.438,51.043 713.543,56.7695 693.75,62.5 685.418,58.332 688.543,54.6875 700.52,51.043 703.125,44.2695 695.832,43.75 681.25,37.5 673.438,32.8125 c 16.144,0 49.48,5.7305 56.769,0.5195"
|
||||
style="fill:none;stroke:#000000;stroke-width:3.125;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
|
||||
id="path10845" /><path
|
||||
d="m 718.75,31.7695 c -6.77,-2.082 -65.625,-17.1875 -79.168,-7.8125 4.168,3.6485 5.211,8.336 11.461,10.9375 -6.25,1.5625 -11.98,2.6055 -19.273,1.5625 4.687,4.6875 13.543,11.461 25,9.8985 -6.77,5.7265 -8.852,13.539 -15.102,14.0625 10.414,1.039 33.852,2.6015 46.875,-6.25"
|
||||
style="fill:none;stroke:#000000;stroke-width:3.125;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
|
||||
id="path10847" /><path
|
||||
d="m 741.668,271.875 c 2.082,2.605 2.082,11.457 10.414,11.457 1.563,-1.562 5.211,-2.082 7.293,5.211 2.082,7.289 6.77,8.332 15.625,6.77 8.855,-1.563 10.938,-3.645 15.625,0.519 4.688,4.168 4.688,5.731 13.543,5.211 4.687,3.645 10.937,7.289 16.664,4.687 5.731,-2.605 -10.414,-1.042 -1.562,0 8.855,1.04 17.91,6.758 27.605,2.602 3.645,-1.562 8.332,4.688 13.543,6.25 5.207,1.563 6.77,-1.039 9.375,-3.644"
|
||||
style="fill:none;stroke:#000000;stroke-width:2.08333;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
|
||||
id="path10849" /><path
|
||||
d="m 873.438,275 c 0,4.805 16.144,-14.062 21.355,-15.625 5.207,-1.562 5.727,-2.605 1.562,-8.855 4.688,-3.645 9.895,-6.25 17.188,-8.852 -0.523,-2.605 -6.25,-15.105 -2.605,-21.875 -5.731,5.727 -37.5,31.77 -37.5,55.207"
|
||||
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
id="path10851" /><path
|
||||
d="m 449.48,52.6055 c 7.29,5.207 34.375,36.457 69.79,27.082"
|
||||
style="fill:none;stroke:#000000;stroke-width:3.125;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
|
||||
id="path10853" /><path
|
||||
d="m 467.707,53.125 c 10.418,6.25 15.625,15.625 28.125,11.457 -7.289,-3.125 -10.414,-6.25 -18.75,-13.539 8.336,2.082 28.125,12.5 43.75,8.332 C 515.625,55.207 500,50 510.418,48.957 c 10.414,-1.039 10.414,-1.039 10.414,-1.039 0,0 -3.125,9.375 19.793,9.375"
|
||||
style="fill:none;stroke:#000000;stroke-width:2.70833;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
|
||||
id="path10855" /><path
|
||||
d="m 533.332,46.875 c 18.75,2.082 16.668,23.957 51.043,5.207"
|
||||
style="fill:none;stroke:#000000;stroke-width:2.70833;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
|
||||
id="path10857" /><path
|
||||
d="m 407.293,27.082 c 10.414,2.086 69.789,9.375 110.414,1.043 40.625,-8.332 40.625,-8.332 40.625,-8.332 0,0 -51.039,4.164 -40.625,8.332 10.418,4.168 23.961,17.707 42.711,15.625"
|
||||
style="fill:none;stroke:#000000;stroke-width:3.125;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
|
||||
id="path10859" /><path
|
||||
d="m 589.582,59.375 c -5.207,8.332 -23.957,8.332 -28.125,13.543 23.961,2.082 21.875,-4.168 35.418,-7.293 13.543,-3.125 6.25,-7.293 3.125,-1.043 -3.125,6.25 -1.043,5.211 -6.25,8.336 19.793,-2.086 24.852,-9.5 30.207,-15.625 7.293,-8.336 9.375,-12.5 15.625,-14.586"
|
||||
style="fill:none;stroke:#000000;stroke-width:3.125;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
|
||||
id="path10861" /><path
|
||||
d="m 550,26.043 c 4.168,0 16.668,1.039 21.875,3.125 -11.457,2.082 -21.875,6.25 -5.207,10.414 16.664,4.168 16.664,4.168 22.914,-3.125 4.168,2.086 4.168,12.5 22.918,1.043 18.75,-11.457 19.793,-10.418 29.168,-10.418"
|
||||
style="fill:none;stroke:#000000;stroke-width:2.08333;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
|
||||
id="path10863" /><path
|
||||
d="m 448.957,50 c -6.25,1.043 -1.039,9.375 -26.039,6.25 -25,-3.125 -10.418,-5.207 -17.711,-9.375 4.168,8.332 11.461,14.582 22.918,17.707 -7.293,0 -20.832,-2.082 -26.043,-10.414 -4.164,1.039 -6.25,6.25 -10.414,2.082 -2.086,6.25 0,11.457 -9.375,19.793 0,-6.25 -4.168,-10.418 -2.086,-15.625 -2.082,5.207 -1.039,11.457 -21.875,8.332 -9.375,0 -12.5,9.375 -25,2.082 1.043,6.25 -1.039,7.293 5.211,10.418 6.25,3.125 10.414,5.207 -3.125,1.043 -13.543,-4.168 -15.625,0 -23.961,-9.375 -10.414,13.539 -25,28.125 -35.414,28.125 9.375,-8.336 16.664,-11.461 16.664,-20.836 -9.375,2.086 -15.625,13.543 -29.164,12.5 7.289,-8.332 12.5,-9.375 18.75,-18.75"
|
||||
style="fill:none;stroke:#000000;stroke-width:2.70833;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
|
||||
id="path10865" /><path
|
||||
d="m 257.293,58.332 c 7.289,1.043 7.289,1.043 7.289,1.043 0,0 44.793,13.543 73.961,4.168"
|
||||
style="fill:none;stroke:#000000;stroke-width:2.70833;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
|
||||
id="path10867" /><path
|
||||
d="m 256.25,69.793 c 9.375,1.039 20.832,6.25 39.582,4.164"
|
||||
style="fill:none;stroke:#000000;stroke-width:2.08333;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
|
||||
id="path10869" /><path
|
||||
d="m 318.75,265.625 c -1.043,8.332 -2.082,11.457 -3.125,31.25 -1.043,19.793 -5.207,17.707 -9.375,31.25 -4.168,13.543 -1.043,11.457 -6.25,21.875 4.168,-17.707 8.332,-30.207 7.293,-47.918 -1.043,-17.707 -5.211,-21.875 1.039,-29.164 6.25,-7.293 2.086,-1.043 10.418,-7.293 z"
|
||||
style="fill:none;stroke:#000000;stroke-width:2.29167;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
|
||||
id="path10871" /><path
|
||||
d="m 330.207,359.375 c 5.211,0 12.5,-1.043 13.543,2.082 1.043,3.125 -3.125,7.293 -7.293,2.086 -4.164,-5.211 -5.207,-6.25 -4.164,-10.418 1.039,-4.168 9.375,-5.207 14.582,0 -4.168,-10.418 -5.207,-28.125 -11.457,-32.293 3.125,-1.039 13.539,4.168 11.457,-1.039 -2.082,-5.211 -6.25,-12.5 -1.043,-14.586 5.211,-2.082 10.418,1.043 12.5,6.25 2.086,5.211 2.086,2.086 2.086,9.375"
|
||||
style="fill:none;stroke:#000000;stroke-width:2.29167;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
|
||||
id="path10873" /><path
|
||||
d="m 359.375,334.375 c 2.082,6.25 6.25,6.25 12.5,-1.043 -4.168,1.043 -7.293,2.086 -12.5,1.043 z"
|
||||
style="fill:none;stroke:#000000;stroke-width:2.29167;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
|
||||
id="path10875" /><path
|
||||
d="m 335.418,320.832 c -3.758,0 -6.25,-10.414 -3.125,-13.539 3.125,-3.125 3.125,-3.125 3.125,-3.125 0,0 5.207,7.289 5.207,11.457 0,4.168 -2.082,5.207 -5.207,5.207 z"
|
||||
style="fill:none;stroke:#000000;stroke-width:2.29167;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
|
||||
id="path10877" /><path
|
||||
d="m 378.125,301.043 c -5.207,4.164 -17.707,4.164 -17.707,-8.336"
|
||||
style="fill:none;stroke:#000000;stroke-width:2.29167;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
|
||||
id="path10879" /><path
|
||||
d="m 379.168,295.832 c -3.125,2.086 -17.711,6.25 -18.75,-8.332 -1.043,-14.582 -2.086,-9.375 1.039,-13.543 5.211,12.5 4.168,21.875 15.625,18.75"
|
||||
style="fill:none;stroke:#000000;stroke-width:2.29167;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
|
||||
id="path10881" /><path
|
||||
d="m 387.5,281.25 c -7.293,2.082 -14.582,2.082 -18.75,-3.125 4.168,-2.082 4.168,1.043 11.457,-3.125 -4.164,-6.25 -4.164,-9.375 -3.125,-13.543 8.336,7.293 11.461,10.418 16.668,8.336 -6.25,-4.168 -7.293,-8.336 -6.25,-14.586 4.168,5.211 8.332,9.375 12.5,9.375 -5.207,-8.332 -7.293,-10.414 -7.293,-15.625 4.168,4.168 3.125,6.25 9.375,8.336"
|
||||
style="fill:none;stroke:#000000;stroke-width:2.29167;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
|
||||
id="path10883" /><path
|
||||
d="m 332.293,419.793 c 0,-6.25 -1.043,-13.543 10.414,-14.586 11.461,-1.039 4.168,7.293 -4.164,6.25 -8.336,-1.039 -4.168,-12.5 -1.043,-16.664 3.125,-4.168 9.375,1.039 4.168,4.164 -5.211,3.125 -11.461,1.043 -11.461,-5.207 0,-6.25 3.125,-13.543 6.25,-15.625"
|
||||
style="fill:none;stroke:#000000;stroke-width:2.29167;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
|
||||
id="path10885" /><path
|
||||
d="m 284.375,396.875 c 8.332,1.043 15.625,4.168 17.707,11.457 2.086,-4.164 15.004,-17.078 -4.164,-21.875 -12.5,-3.125 -10.418,7.293 -10.418,7.293 6.25,0 12.5,1.043 13.543,4.168 -1.043,-5.211 -2.086,-8.336 -5.211,-8.336"
|
||||
style="fill:none;stroke:#000000;stroke-width:2.29167;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
|
||||
id="path10887" /><path
|
||||
d="m 270.832,443.75 c 4.168,-2.082 12.5,1.043 12.5,6.25 1.043,-5.207 6.25,-20.832 -3.125,-21.875 -9.375,-1.043 -8.332,3.125 -8.332,7.293 3.125,-1.043 5.207,-1.043 8.332,4.164"
|
||||
style="fill:none;stroke:#000000;stroke-width:2.29167;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
|
||||
id="path10889" /><path
|
||||
d="m 253.125,460.418 c 4.168,-1.043 12.5,0 13.543,6.25 0,-6.25 0,-25 -13.543,-6.25 z"
|
||||
style="fill:none;stroke:#000000;stroke-width:2.29167;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
|
||||
id="path10891" /><path
|
||||
d="m 270.832,533.855 c -1.039,-2.605 -11.977,-26.042 -22.914,-25.523 2.082,-2.602 6.25,-9.375 -2.605,-14.582 5.207,-0.52 10.417,3.125 7.292,-2.605 -3.125,-5.727 -7.812,-3.125 -11.46,-4.165 1.043,-3.125 3.648,-10.937 -1.04,-13.542"
|
||||
style="fill:none;stroke:#000000;stroke-width:2.29167;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
|
||||
id="path10893" /><path
|
||||
d="m 301.043,680.207 c -7.293,4.168 -25,25 -32.293,27.086 15.625,28.125 27.082,21.875 45.832,22.914 18.75,1.043 14.586,-3.125 14.586,-8.332 -1.043,-6.25 -6.25,-18.75 -11.461,-21.875 -0.441,0.664 -8.242,-16.98 -16.664,-19.793"
|
||||
style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
id="path10895" /><path
|
||||
d="m 301.043,680.207 c -7.293,4.168 -25,25 -32.293,27.086 15.625,28.125 27.082,21.875 45.832,22.914 18.75,1.043 14.586,-3.125 14.586,-8.332 -1.043,-6.25 -6.25,-18.75 -11.461,-21.875 -0.441,0.664 -8.242,-16.98 -16.664,-19.793 z"
|
||||
style="fill:none;stroke:#000000;stroke-width:3.125;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
|
||||
id="path10897" /><path
|
||||
d="m 282.293,700 c 3.125,5.207 18.75,20.832 28.125,20.832 -4.168,-4.164 -1.043,-7.289 3.125,-6.25 -9.375,-2.082 -12.5,-2.082 -18.75,-8.332"
|
||||
style="fill:none;stroke:#000000;stroke-width:3.125;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
|
||||
id="path10899" /><path
|
||||
d="m 245.832,714.582 c 7.293,0 41.301,-9.582 61.461,-36.457 6.25,-8.332 -7.293,-1.043 -13.543,1.043 -6.25,2.082 -46.875,15.625 -61.457,8.332 0,11.457 7.289,27.082 13.539,27.082"
|
||||
style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
id="path10901" /><path
|
||||
d="m 245.832,714.582 c 7.293,0 41.301,-9.582 61.461,-36.457 6.25,-8.332 -7.293,-1.043 -13.543,1.043 -6.25,2.082 -46.875,15.625 -61.457,8.332 0,11.457 7.289,27.082 13.539,27.082 z"
|
||||
style="fill:none;stroke:#000000;stroke-width:3.125;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
|
||||
id="path10903" /><path
|
||||
d="M 166.668,752.082 C 161.457,750 156.25,748.957 153.125,744.793"
|
||||
style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
id="path10905" /><path
|
||||
d="M 166.668,752.082 C 161.457,750 156.25,748.957 153.125,744.793"
|
||||
style="fill:none;stroke:#000000;stroke-width:3.125;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
|
||||
id="path10907" /><path
|
||||
d="m 152.082,754.168 c -5.207,-2.086 -10.414,-3.125 -13.539,-7.293"
|
||||
style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
id="path10909" /><path
|
||||
d="m 152.082,754.168 c -5.207,-2.086 -10.414,-3.125 -13.539,-7.293"
|
||||
style="fill:none;stroke:#000000;stroke-width:3.125;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
|
||||
id="path10911" /><path
|
||||
d="M 151.043,752.082 C 145.832,750 140.625,748.957 137.5,744.793"
|
||||
style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
id="path10913" /><path
|
||||
d="M 151.043,752.082 C 145.832,750 140.625,748.957 137.5,744.793"
|
||||
style="fill:none;stroke:#000000;stroke-width:3.125;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
|
||||
id="path10915" /><path
|
||||
d="m 132.293,655.207 c -2.816,-4.504 8.332,23.961 16.664,2.086 -5.207,1.039 -11.457,6.25 -16.664,-2.086"
|
||||
style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
id="path10917" /><path
|
||||
d="m 132.293,655.207 c -2.816,-4.504 8.332,23.961 16.664,2.086 -5.207,1.039 -11.457,6.25 -16.664,-2.086 z"
|
||||
style="fill:none;stroke:#000000;stroke-width:3.125;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
|
||||
id="path10919" /><path
|
||||
d="m 197.918,734.375 c -5.211,0 -20.152,-8.332 -6.25,-8.332 3.125,0 6.25,5.207 12.5,4.164 6.25,-1.039 0,-3.125 -1.043,-6.25 6.25,3.125 11.457,4.168 12.5,-2.082 7.293,7.293 10.418,5.207 11.457,-3.125 8.336,1.043 17.711,9.375 29.168,0 -2.082,6.25 -5.207,13.543 -19.793,8.332"
|
||||
style="fill:none;stroke:#000000;stroke-width:2.29167;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
|
||||
id="path10921" /><path
|
||||
d="m 167.707,701.043 c 3.125,-3.125 14.586,-6.25 20.836,-4.168 6.25,2.082 -1.043,6.25 -9.375,3.125"
|
||||
style="fill:none;stroke:#000000;stroke-width:2.29167;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
|
||||
id="path10923" /><path
|
||||
d="m 145.832,681.25 c 4.168,-4.168 17.711,-6.25 5.211,0"
|
||||
style="fill:none;stroke:#000000;stroke-width:2.29167;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
|
||||
id="path10925" /><path
|
||||
d="m 175,675 c 6.25,1.043 11.457,5.207 9.375,8.332 -2.082,3.125 -8.332,1.043 -7.293,-4.164"
|
||||
style="fill:none;stroke:#000000;stroke-width:2.29167;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
|
||||
id="path10927" /><path
|
||||
d="m 193.75,657.293 c -1.043,5.207 -2.082,10.414 5.207,10.414 7.293,0 3.125,-6.25 -1.039,-7.289"
|
||||
style="fill:none;stroke:#000000;stroke-width:2.29167;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
|
||||
id="path10929" /><path
|
||||
d="m 223.957,686.457 c -2.082,5.211 -7.289,7.293 -12.5,4.168 3.125,-2.082 10.418,-5.207 11.461,-10.418 7.289,-4.164 16.664,-5.207 18.75,-15.625 -8.336,4.168 -12.5,10.418 -19.793,7.293 3.125,-4.168 6.25,-3.125 7.293,-8.332 4.164,2.082 2.082,3.125 6.25,2.082"
|
||||
style="fill:none;stroke:#000000;stroke-width:2.29167;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
|
||||
id="path10931" /><path
|
||||
d="m 210.418,671.875 c -3.207,2.672 10.414,0 12.5,-6.25 -6.25,0 -6.25,1.043 -12.5,6.25 z"
|
||||
style="fill:none;stroke:#000000;stroke-width:2.29167;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
|
||||
id="path10933" /><path
|
||||
d="m 250,666.668 c 4.168,-3.125 7.293,-11.461 1.043,-15.625"
|
||||
style="fill:none;stroke:#000000;stroke-width:2.29167;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
|
||||
id="path10935" /><path
|
||||
d="m 247.918,642.707 c -3.125,-2.082 -8.336,-12.5 0,-12.5 -3.125,-1.039 -4.168,-4.164 0,-5.207"
|
||||
style="fill:none;stroke:#000000;stroke-width:2.29167;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
|
||||
id="path10937" /><path
|
||||
d="m 185.418,633.332 c -0.523,-2.082 -1.563,-8.332 7.812,-6.25 9.375,2.086 20.313,6.25 20.313,21.875 0,5.211 -3.125,3.648 -6.773,2.606 -3.645,-1.043 -15.102,1.562 -21.352,-18.231"
|
||||
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
id="path10939" /><path
|
||||
d="m 190.625,636.457 c -0.52,-1.562 -2.082,-5.207 -2.082,-5.207 2.082,0.52 4.687,1.043 6.77,1.563 -2.083,1.042 -5.208,0.519 -4.688,3.644"
|
||||
style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
id="path10941" /><path
|
||||
d="m 188.02,651.563 c -3.125,-1.043 -7.813,-6.77 -8.852,-10.938"
|
||||
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
id="path10943" /><path
|
||||
d="m 171.875,627.082 c -3.645,0 -13.543,-3.644 -14.062,-14.582 -0.52,-10.937 4.167,-2.082 6.25,0.52 2.082,2.605 2.082,12.5 7.812,14.062"
|
||||
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
id="path10945" /><path
|
||||
d="m 232.293,637.5 c -4.168,-5.207 -5.211,-8.332 -8.336,-19.793 -3.125,-11.457 -22.914,-5.207 -30.207,-4.164 0,0 -3.125,-9.375 -8.332,-14.586 -5.211,-5.207 -7.293,1.043 -12.5,2.086 -5.211,1.039 -7.293,-2.086 -7.293,-8.336 0,-6.25 -5.207,-2.082 -9.375,-1.039 -1.043,-3.125 -3.125,-5.211 -7.293,-5.211 0,-4.164 -2.082,-8.332 -6.25,-8.332 7.293,-5.207 18.75,-7.293 11.461,-12.5 2.082,-9.375 12.5,-14.582 -7.293,-23.957"
|
||||
style="fill:none;stroke:#000000;stroke-width:2.29167;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
|
||||
id="path10947" /><path
|
||||
d="m 221.875,626.043 c 2.082,-5.211 3.125,-16.668 -14.582,-20.836 -1.043,-5.207 -9.375,-7.289 -12.5,-5.207 0,-4.168 0,-9.375 -6.25,-8.332 -1.043,-5.211 -5.211,-8.336 -10.418,-5.211 1.043,-7.289 -4.168,-12.5 -4.168,-12.5 2.086,-6.25 -6.25,-8.332 -12.5,-5.207 -1.039,-4.168 -6.25,-12.5 -10.414,-7.293"
|
||||
style="fill:none;stroke:#000000;stroke-width:2.29167;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
|
||||
id="path10949" /><path
|
||||
d="m 203.125,566.668 c 5.207,2.082 16.668,9.375 14.582,21.875 6.25,-3.125 9.375,-8.336 13.543,-2.086 3.125,-8.332 10.418,-3.125 -8.332,-19.789"
|
||||
style="fill:none;stroke:#000000;stroke-width:2.29167;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
|
||||
id="path10951" /><path
|
||||
d="m 82.293,656.25 -4.168,1.043"
|
||||
style="fill:none;stroke:#000000;stroke-width:2.29167;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
|
||||
id="path10953" /><path
|
||||
d="m 85.418,569.793 c 2.082,-3.125 5.207,-5.211 10.414,-4.168"
|
||||
style="fill:none;stroke:#000000;stroke-width:2.29167;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
|
||||
id="path10955" /><path
|
||||
d="m 65.625,561.457 c 3.125,-5.207 5.207,-4.164 9.375,-2.082 2.082,-7.293 4.168,-12.5 11.457,-7.293 5.211,-1.039 9.375,-5.207 15.625,-1.039 0,-6.25 6.25,-10.418 17.711,3.125"
|
||||
style="fill:none;stroke:#000000;stroke-width:2.29167;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
|
||||
id="path10957" /><path
|
||||
d="m 117.707,550 c -1.039,-4.168 -2.082,-8.332 -8.332,-8.332 -6.25,0 -9.375,1.039 -10.418,6.25 3.125,-7.293 -5.207,-20.836 28.125,-18.75 -9.375,-5.211 -18.75,-7.293 -25,-5.211 -6.25,2.086 -14.582,4.168 -18.75,0"
|
||||
style="fill:none;stroke:#000000;stroke-width:2.29167;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
|
||||
id="path10959" /><path
|
||||
d="m 79.168,548.957 c 1.8242,-2.734 -4.168,-13.539 -7.293,-9.375 -4.5508,6.066 -11.457,13.543 -7.293,13.543 4.168,0 9.375,2.082 9.375,2.082 2.086,-3.125 3.125,-3.125 5.211,-6.25 z"
|
||||
style="fill:none;stroke:#000000;stroke-width:2.29167;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
|
||||
id="path10961" /><path
|
||||
d="m 150,516.668 c 5.207,3.125 20.832,16.664 23.957,26.039 -6.25,-3.125 -6.25,-4.164 -7.289,-7.289 0,7.289 3.125,13.539 7.289,14.582"
|
||||
style="fill:none;stroke:#000000;stroke-width:2.29167;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
|
||||
id="path10963" /><path
|
||||
d="m 160.418,521.875 c 4.164,3.125 8.332,3.125 10.414,-4.168 2.086,-7.289 9.375,-5.207 12.5,-2.082 3.125,3.125 0,4.168 -3.125,-2.082 -3.125,-6.25 -12.5,-11.461 -19.789,-8.336"
|
||||
style="fill:none;stroke:#000000;stroke-width:2.29167;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
|
||||
id="path10965" /><path
|
||||
d="m 209.375,521.875 c -7.293,0 -22.918,6.25 -17.707,-8.332 5.207,-14.586 0,-17.711 -5.211,-18.75 -5.207,-1.043 -11.457,-2.086 -16.664,1.039 7.289,-7.289 7.289,-15.625 14.582,-16.664 -2.082,7.289 -7.293,9.375 -2.082,11.457"
|
||||
style="fill:none;stroke:#000000;stroke-width:2.29167;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
|
||||
id="path10967" /><path
|
||||
d="m 193.75,473.957 c 6.25,0 19.793,0 25,10.418 9.375,8.332 12.5,13.543 1.043,17.707 10.414,3.125 21.875,5.211 20.832,15.625 1.043,-12.5 -4.168,-15.625 -8.332,-18.75 -2.086,-11.457 -7.293,-19.789 -11.461,-19.789 0,-5.211 0,-9.375 -3.125,-9.898 -13.574,-2.258 20.313,-2.602 25.523,0.523 4.594,2.762 2.083,10.414 1.04,13.539 3.648,1.043 8.335,-1.562 11.46,4.168 3.125,5.73 -2.085,2.082 -7.292,2.605 8.855,5.208 4.687,11.977 2.605,14.583 10.937,-0.52 19.27,19.792 20.312,22.394"
|
||||
style="fill:none;stroke:#000000;stroke-width:2.29167;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
|
||||
id="path10969" /></g><g
|
||||
inkscape:label="Layer 1"
|
||||
id="layer1"
|
||||
transform="matrix(0.3323372,-0.01749143,0,-0.34982863,-26.976005,297.67298)"><path
|
||||
style="fill:none;fill-rule:evenodd;stroke:#ffffff;stroke-width:6;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
d="m 205,497.3622 h 20 c 1.59641,0 3.22706,-0.0728 4.71101,-0.66135 1.48394,-0.58857 2.74536,-1.65633 3.71836,-2.92194 0.973,-1.26562 1.6829,-2.71578 2.64135,-3.99245 0.47923,-0.63833 1.02956,-1.23277 1.69028,-1.68064 0.66071,-0.44787 1.4408,-0.74362 2.239,-0.74362 0.7982,0 1.57829,0.29575 2.239,0.74362 0.66072,0.44787 1.21105,1.04231 1.69028,1.68064 0.95845,1.27667 1.66835,2.72683 2.64135,3.99245 0.973,1.26561 2.23442,2.33337 3.71836,2.92194 1.48395,0.58857 3.1146,0.66135 4.71101,0.66135 h 20"
|
||||
id="path4152"
|
||||
inkscape:path-effect="#path-effect4154"
|
||||
inkscape:original-d="m 205,497.3622 h 20 c 5,0 8.99075,-10 15,-10 6.00925,0 10,10 15,10 h 20"
|
||||
inkscape:connector-curvature="0"
|
||||
sodipodi:nodetypes="csssc"
|
||||
transform="translate(1.2499871,-12.187492)" /><path
|
||||
style="fill:none;fill-rule:evenodd;stroke:#ffffff;stroke-width:6;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
d="m 285,497.3622 20,-25"
|
||||
id="path4156"
|
||||
inkscape:connector-curvature="0"
|
||||
sodipodi:nodetypes="cc" /><path
|
||||
style="fill:none;fill-rule:evenodd;stroke:#ffffff;stroke-width:6;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
d="m 285,472.3622 20,25"
|
||||
id="path4158"
|
||||
inkscape:connector-curvature="0"
|
||||
sodipodi:nodetypes="cc" /><!-- <text
|
||||
xml:space="preserve"
|
||||
style="font-style:normal;font-weight:normal;font-size:48.38618469px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
||||
x="166.61456"
|
||||
y="617.31299"
|
||||
id="text3346"
|
||||
sodipodi:linespacing="125%"
|
||||
transform="scale(1.2096546,0.82668227)"><tspan
|
||||
sodipodi:role="line"
|
||||
id="tspan3348"
|
||||
x="166.61456"
|
||||
y="617.31299"
|
||||
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:14.14374161px;font-family:Garamond;-inkscape-font-specification:'Garamond Bold'">MILLIRON X</tspan></text>
|
||||
--></g></g></svg>
|
After Width: | Height: | Size: 50 KiB |
1
assets/graphics/fa/block-quote.svg
Normal file
|
@ -0,0 +1 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Pro 6.3.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2023 Fonticons, Inc. --><path d="M448 64H0v64H448V64zm0 160H128v64H448V224zM128 384v64H448V384H128zM64 224H0V448H64V224z"/></svg>
|
After Width: | Height: | Size: 335 B |
1
assets/graphics/fa/book.svg
Normal file
|
@ -0,0 +1 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Pro 6.3.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2023 Fonticons, Inc. --><path d="M96 0C43 0 0 43 0 96V416c0 53 43 96 96 96H384h32 32V448H416V384h32V0H416 384 96zm0 384H352v64H96c-17.7 0-32-14.3-32-32s14.3-32 32-32zm32-256H352v32H128V128zm224 64v32H128V192H352z"/></svg>
|
After Width: | Height: | Size: 427 B |
1
assets/graphics/fa/browser.svg
Normal file
|
@ -0,0 +1 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Pro 6.3.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2023 Fonticons, Inc. --><path d="M0 32H512V480H0V32zm160 72v48H448V104H160zm-32-8H64v64h64V96z"/></svg>
|
After Width: | Height: | Size: 309 B |
1
assets/graphics/fa/candy-bar.svg
Normal file
|
@ -0,0 +1 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512"><!--! Font Awesome Pro 6.3.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2023 Fonticons, Inc. --><path d="M0 320H128V224H0v96zM0 448H128V352H0v96zm288 0V352H160v96H288zm0-224H160v96H288V224zm0-160H160V192H288V64zm352 0H320V448H640V64zM33.1 192H128l0 0V160h0V97.1C113.6 111.3 93.8 120 72 120c-6.2 0-12.2-.7-18-2c1.3 5.8 2 11.8 2 18c0 21.8-8.7 41.6-22.9 56z"/></svg>
|
After Width: | Height: | Size: 497 B |
1
assets/graphics/fa/chevrons-down.svg
Normal file
|
@ -0,0 +1 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Pro 6.3.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2023 Fonticons, Inc. --><path d="M260.6 278.6L238 301.3l-22.6-22.6-192-192L.7 64 46 18.7 68.6 41.4 238 210.7 407.4 41.4 430 18.7 475.3 64 452.6 86.6l-192 192zm0 192L238 493.3l-22.6-22.6-192-192L.7 256 46 210.7l22.6 22.6L238 402.7 407.4 233.4 430 210.7 475.3 256l-22.6 22.6-192 192z"/></svg>
|
After Width: | Height: | Size: 496 B |
1
assets/graphics/fa/circle-info.svg
Normal file
|
@ -0,0 +1 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Pro 6.3.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2023 Fonticons, Inc. --><path d="M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM216 336h24V272H216 192V224h24 48 24v24 88h8 24v48H296 216 192V336h24zm72-144H224V128h64v64z"/></svg>
|
After Width: | Height: | Size: 389 B |
1
assets/graphics/fa/circle-quarters.svg
Normal file
|
@ -0,0 +1 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Pro 6.3.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2023 Fonticons, Inc. --><path d="M120.2 391.8L256 256 391.8 391.8C426.5 357 448 309 448 256s-21.5-101-56.2-135.8L256 256 120.2 120.2C85.5 155 64 203 64 256s21.5 101 56.2 135.8zM0 256a256 256 0 1 1 512 0A256 256 0 1 1 0 256z"/></svg>
|
After Width: | Height: | Size: 438 B |
1
assets/graphics/fa/code.svg
Normal file
|
@ -0,0 +1 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512"><!--! Font Awesome Pro 6.3.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2023 Fonticons, Inc. --><path d="M362.8 8l-9.4 30.6-128 416L216 485.2 277.2 504l9.4-30.6 128-416L424 26.8 362.8 8zm71.9 136l22.6 22.6L546.7 256l-89.4 89.4L434.7 368 480 413.3l22.6-22.6 112-112L637.3 256l-22.6-22.6-112-112L480 98.7 434.7 144zM160 98.7l-22.6 22.6-112 112L2.7 256l22.6 22.6 112 112L160 413.3 205.3 368l-22.6-22.6L93.3 256l89.4-89.4L205.3 144 160 98.7z"/></svg>
|
After Width: | Height: | Size: 580 B |
3
assets/graphics/fa/codeberg.svg
Normal file
|
@ -0,0 +1,3 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 4.233 4.233">
|
||||
<path d="M0 2.265c0 .398.112.788.323 1.125l1.765-2.281c.013-.016.044-.016.057 0l.737.953h-.528l.011.042h.549l.156.201h-.648l.018.066h.681l.137.177H2.49l.024.085h.81l.122.158h-.888l.029.104h.939l.107.139H2.625l.032.115h1.065l.099.128H2.693l.032.115H3.91c.211-.337.323-.727.323-1.125 0-1.169-.947-2.116-2.117-2.116S0 1.096 0 2.265zm2.761 1.253l.032.115h.939l.091-.115zm.068.243l.032.115h.628l.126-.115zm.067.243l.032.114h.212l.184-.114z" paint-order="markers fill stroke"/>
|
||||
</svg>
|
After Width: | Height: | Size: 573 B |
1
assets/graphics/fa/comment.svg
Normal file
|
@ -0,0 +1 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Pro 6.3.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2023 Fonticons, Inc. --><path d="M256 448c141.4 0 256-93.1 256-208S397.4 32 256 32S0 125.1 0 240c0 49.6 21.3 95.1 56.9 130.8L16 480l150.4-45.1c27.9 8.5 58.1 13.1 89.6 13.1z"/></svg>
|
After Width: | Height: | Size: 387 B |
1
assets/graphics/fa/cowbell.svg
Normal file
|
@ -0,0 +1 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Pro 6.3.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2023 Fonticons, Inc. --><path d="M128 0h24H296h24V24 96h64l64 320H0L64 96h64V24 0zM272 48H176V96h96V48zm16 400c0 35.3-28.7 64-64 64s-64-28.7-64-64H288z"/></svg>
|
After Width: | Height: | Size: 366 B |
1
assets/graphics/fa/ebay.svg
Normal file
|
@ -0,0 +1 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512"><!--! Font Awesome Pro 6.3.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2023 Fonticons, Inc. --><path d="M606 189.5l-54.8 109.9-54.9-109.9h-37.5l10.9 20.6c-11.5-19-35.9-26-63.3-26-31.8 0-67.9 8.7-71.5 43.1h33.7c1.4-13.8 15.7-21.8 35-21.8 26 0 41 9.6 41 33v3.4c-12.7 0-28 .1-41.7.4-42.4.9-69.6 10-76.7 34.4 1-5.2 1.5-10.6 1.5-16.2 0-52.1-39.7-76.2-75.4-76.2-21.3 0-43 5.5-58.7 24.2v-80.6h-32.1v169.5c0 10.3-.6 22.9-1.1 33.1h31.5c.7-6.3 1.1-12.9 1.1-19.5 13.6 16.6 35.4 24.9 58.7 24.9 36.9 0 64.9-21.9 73.3-54.2-.5 2.8-.7 5.8-.7 9 0 24.1 21.1 45 60.6 45 26.6 0 45.8-5.7 61.9-25.5 0 6.6.3 13.3 1.1 20.2h29.8c-.7-8.2-1-17.5-1-26.8v-65.6c0-9.3-1.7-17.2-4.8-23.8l61.5 116.1-28.5 54.1h35.9L640 189.5zM243.7 313.8c-29.6 0-50.2-21.5-50.2-53.8 0-32.4 20.6-53.8 50.2-53.8 29.8 0 50.2 21.4 50.2 53.8 0 32.3-20.4 53.8-50.2 53.8zm200.9-47.3c0 30-17.9 48.4-51.6 48.4-25.1 0-35-13.4-35-25.8 0-19.1 18.1-24.4 47.2-25.3 13.1-.5 27.6-.6 39.4-.6zm-411.9 1.6h128.8v-8.5c0-51.7-33.1-75.4-78.4-75.4-56.8 0-83 30.8-83 77.6 0 42.5 25.3 74 82.5 74 31.4 0 68-11.7 74.4-46.1h-33.1c-12 35.8-87.7 36.7-91.2-21.6zm95-21.4H33.3c6.9-56.6 92.1-54.7 94.4 0z"/></svg>
|
After Width: | Height: | Size: 1.2 KiB |
1
assets/graphics/fa/ellipsis.svg
Normal file
|
@ -0,0 +1 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Pro 6.3.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2023 Fonticons, Inc. --><path d="M0 304l0-96 96 0 0 96L0 304zm160 0l0-96 96 0 0 96-96 0zm160-96l96 0 0 96-96 0 0-96z"/></svg>
|
After Width: | Height: | Size: 331 B |
1
assets/graphics/fa/file-alt.svg
Normal file
|
@ -0,0 +1 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 384 512"><!--! Font Awesome Pro 6.3.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2023 Fonticons, Inc. --><path d="M224 0H0V512H384V160H224V0zm32 0V128H384L256 0zM112 256H272h16v32H272 112 96V256h16zm0 64H272h16v32H272 112 96V320h16zm0 64H272h16v32H272 112 96V384h16z"/></svg>
|
After Width: | Height: | Size: 400 B |
1
assets/graphics/fa/file-signature.svg
Normal file
|
@ -0,0 +1 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><!--! Font Awesome Pro 6.3.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2023 Fonticons, Inc. --><path d="M224 0H0V512H384V427l-1.7 1.7L262.2 445.9l-11.7 1.9-11.6 1.9-5.3-10.5L222.1 416H209.9l-11.6 23.2-4.4 8.8H184h-8H164.1l-3.4-11.4L144 381l-16.7 55.6L123.9 448H112 80 64V416H80h20.1l20.6-68.6 3.4-11.4H136h16 11.9l3.4 11.4 15.4 51.4 3-5.9 4.4-8.8H200h32 9.9l4.4 8.8 7.2 14.5L267 313.4l117-117V160H224V0zm32 0V128H384L256 0zM505 119.8l-41.3 41.3 71 71L576 190.8l-71-71zm-63.9 63.9L299.9 325 288 407.9 370.9 396 512.1 254.7l-71-71z"/></svg>
|
After Width: | Height: | Size: 673 B |
1
assets/graphics/fa/github.svg
Normal file
|
@ -0,0 +1 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 496 512"><!--! Font Awesome Pro 6.3.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2023 Fonticons, Inc. --><path d="M165.9 397.4c0 2-2.3 3.6-5.2 3.6-3.3.3-5.6-1.3-5.6-3.6 0-2 2.3-3.6 5.2-3.6 3-.3 5.6 1.3 5.6 3.6zm-31.1-4.5c-.7 2 1.3 4.3 4.3 4.9 2.6 1 5.6 0 6.2-2s-1.3-4.3-4.3-5.2c-2.6-.7-5.5.3-6.2 2.3zm44.2-1.7c-2.9.7-4.9 2.6-4.6 4.9.3 2 2.9 3.3 5.9 2.6 2.9-.7 4.9-2.6 4.6-4.6-.3-1.9-3-3.2-5.9-2.9zM244.8 8C106.1 8 0 113.3 0 252c0 110.9 69.8 205.8 169.5 239.2 12.8 2.3 17.3-5.6 17.3-12.1 0-6.2-.3-40.4-.3-61.4 0 0-70 15-84.7-29.8 0 0-11.4-29.1-27.8-36.6 0 0-22.9-15.7 1.6-15.4 0 0 24.9 2 38.6 25.8 21.9 38.6 58.6 27.5 72.9 20.9 2.3-16 8.8-27.1 16-33.7-55.9-6.2-112.3-14.3-112.3-110.5 0-27.5 7.6-41.3 23.6-58.9-2.6-6.5-11.1-33.3 2.6-67.9 20.9-6.5 69 27 69 27 20-5.6 41.5-8.5 62.8-8.5s42.8 2.9 62.8 8.5c0 0 48.1-33.6 69-27 13.7 34.7 5.2 61.4 2.6 67.9 16 17.7 25.8 31.5 25.8 58.9 0 96.5-58.9 104.2-114.8 110.5 9.2 7.9 17 22.9 17 46.4 0 33.7-.3 75.4-.3 83.6 0 6.5 4.6 14.4 17.3 12.1C428.2 457.8 496 362.9 496 252 496 113.3 383.5 8 244.8 8zM97.2 352.9c-1.3 1-1 3.3.7 5.2 1.6 1.6 3.9 2.3 5.2 1 1.3-1 1-3.3-.7-5.2-1.6-1.6-3.9-2.3-5.2-1zm-10.8-8.1c-.7 1.3.3 2.9 2.3 3.9 1.6 1 3.6.7 4.3-.7.7-1.3-.3-2.9-2.3-3.9-2-.6-3.6-.3-4.3.7zm32.4 35.6c-1.6 1.3-1 4.3 1.3 6.2 2.3 2.3 5.2 2.6 6.5 1 1.3-1.3.7-4.3-1.3-6.2-2.2-2.3-5.2-2.6-6.5-1zm-11.4-14.7c-1.6 1-1.6 3.6 0 5.9 1.6 2.3 4.3 3.3 5.6 2.3 1.6-1.3 1.6-3.9 0-6.2-1.4-2.3-4-3.3-5.6-2z"/></svg>
|
After Width: | Height: | Size: 1.5 KiB |
1
assets/graphics/fa/gitlab.svg
Normal file
|
@ -0,0 +1 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Pro 6.3.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2023 Fonticons, Inc. --><path d="M503.5 204.6L502.8 202.8L433.1 21.02C431.7 17.45 429.2 14.43 425.9 12.38C423.5 10.83 420.8 9.865 417.9 9.57C415 9.275 412.2 9.653 409.5 10.68C406.8 11.7 404.4 13.34 402.4 15.46C400.5 17.58 399.1 20.13 398.3 22.9L351.3 166.9H160.8L113.7 22.9C112.9 20.13 111.5 17.59 109.6 15.47C107.6 13.35 105.2 11.72 102.5 10.7C99.86 9.675 96.98 9.295 94.12 9.587C91.26 9.878 88.51 10.83 86.08 12.38C82.84 14.43 80.33 17.45 78.92 21.02L9.267 202.8L8.543 204.6C-1.484 230.8-2.72 259.6 5.023 286.6C12.77 313.5 29.07 337.3 51.47 354.2L51.74 354.4L52.33 354.8L158.3 434.3L210.9 474L242.9 498.2C246.6 500.1 251.2 502.5 255.9 502.5C260.6 502.5 265.2 500.1 268.9 498.2L300.9 474L353.5 434.3L460.2 354.4L460.5 354.1C482.9 337.2 499.2 313.5 506.1 286.6C514.7 259.6 513.5 230.8 503.5 204.6z"/></svg>
|
After Width: | Height: | Size: 1,012 B |
1
assets/graphics/fa/globe.svg
Normal file
|
@ -0,0 +1 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Pro 6.3.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2023 Fonticons, Inc. --><path d="M352 256c0-22.1-2.2-43.5-6.1-64H166.1c-3.9 20.5-6.1 41.9-6.1 64s2.2 43.5 6.1 64H345.9c3.9-20.5 6.1-41.9 6.1-64zm26.4-64c3.6 20.5 5.6 41.9 5.6 64s-2 43.5-5.6 64H503.9c5.3-20.5 8.1-41.9 8.1-64s-2.8-43.5-8.1-64H378.4zm115-32c-33-81.5-106.7-142.2-196-156.7c25.7 36.7 57 91 74 156.7h122zm-155.1 0c-11.4-40.2-28.4-75.9-45.8-105.4c-13-21.9-25.9-40-36.5-53.5c-10.5 13.5-23.5 31.6-36.5 53.5c-17.4 29.4-34.5 65.1-45.8 105.4H338.3zm-197.7 0c17-65.6 48.3-120 74-156.7C125.4 17.8 51.6 78.5 18.6 160h122zM8.1 192C2.8 212.5 0 233.9 0 256s2.8 43.5 8.1 64H133.6c-3.6-20.5-5.6-41.9-5.6-64s2-43.5 5.6-64H8.1zM173.7 352c11.4 40.2 28.4 75.9 45.8 105.4c13 21.9 25.9 40 36.5 53.5c10.5-13.5 23.5-31.6 36.5-53.5c17.4-29.4 34.5-65.1 45.8-105.4H173.7zm-33.2 0H18.6c33 81.5 106.7 142.2 196 156.7c-25.7-36.7-57-91-74-156.7zm352.8 0h-122c-17 65.6-48.3 120-74 156.7c89.2-14.5 163-75.2 196-156.7z"/></svg>
|
After Width: | Height: | Size: 1.1 KiB |
1
assets/graphics/fa/google-scholar.svg
Normal file
|
@ -0,0 +1 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--!Font Awesome Free 6.7.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2024 Fonticons, Inc.--><path d="M390.9 298.5c0 0 0 .1 .1 .1c9.2 19.4 14.4 41.1 14.4 64C405.3 445.1 338.5 512 256 512s-149.3-66.9-149.3-149.3c0-22.9 5.2-44.6 14.4-64h0c1.7-3.6 3.6-7.2 5.6-10.7c4.4-7.6 9.4-14.7 15-21.3c27.4-32.6 68.5-53.3 114.4-53.3c33.6 0 64.6 11.1 89.6 29.9c9.1 6.9 17.4 14.7 24.8 23.5c5.6 6.6 10.6 13.8 15 21.3c2 3.4 3.8 7 5.5 10.5zm26.4-18.8c-30.1-58.4-91-98.4-161.3-98.4s-131.2 40-161.3 98.4L0 202.7 256 0 512 202.7l-94.7 77.1z"/></svg>
|
After Width: | Height: | Size: 647 B |
1
assets/graphics/fa/graduation-cap.svg
Normal file
|
@ -0,0 +1 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512"><!--! Font Awesome Pro 6.3.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2023 Fonticons, Inc. --><path d="M640 176L320 288 127.8 220.7l198.1-77.8 14.9-5.9L329 107.3l-14.9 5.9-224 88-8.7 3.4L80 204V346.8c15.4 25.1 27.8 68.4 0 133.2L0 464s32.5-46.5 48-96.9V192.8L0 176V144L320 32 640 144v32zM143.6 260.2l165.9 58.1 10.6 3.7 10.6-3.7 165.9-58.1L512 408c0 35.3-86 72-192 72s-192-36.7-192-72l15.6-147.8z"/></svg>
|
After Width: | Height: | Size: 540 B |
1
assets/graphics/fa/hacker-news.svg
Normal file
|
@ -0,0 +1 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Pro 6.3.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2023 Fonticons, Inc. --><path d="M0 32v448h448V32H0zm21.2 197.2H21c.1-.1.2-.3.3-.4 0 .1 0 .3-.1.4zm218 53.9V384h-31.4V281.3L128 128h37.3c52.5 98.3 49.2 101.2 59.3 125.6 12.3-27 5.8-24.4 60.6-125.6H320l-80.8 155.1z"/></svg>
|
After Width: | Height: | Size: 428 B |
1
assets/graphics/fa/home.svg
Normal file
|
@ -0,0 +1 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><!--! Font Awesome Pro 6.3.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2023 Fonticons, Inc. --><path d="M511.8 287.6H576V240L288.4 0 0 240v47.6H64.1V512H224V352H352V512H512.8l-1-224.4z"/></svg>
|
After Width: | Height: | Size: 328 B |
1
assets/graphics/fa/house.svg
Normal file
|
@ -0,0 +1 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><!--! Font Awesome Pro 6.3.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2023 Fonticons, Inc. --><path d="M511.8 287.6H576V240L288.4 0 0 240v47.6H64.1V512H224V352H352V512H512.8l-1-224.4z"/></svg>
|
After Width: | Height: | Size: 328 B |
65
assets/graphics/fa/lutris.svg
Normal file
|
@ -0,0 +1,65 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg
|
||||
id="svg30"
|
||||
width="256"
|
||||
height="256"
|
||||
version="1.1"
|
||||
viewBox="0 0 256 256"
|
||||
xmlns:xlink="http://www.w3.org/1999/xlink"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:svg="http://www.w3.org/2000/svg">
|
||||
<g
|
||||
id="layer1"
|
||||
transform="matrix(1.1717564,0,0,1.1837458,-307.94823,-494.86516)">
|
||||
<g
|
||||
id="g4532-1"
|
||||
transform="translate(5.8770956,91.426111)">
|
||||
<path
|
||||
style="fill:currentcolor;fill-opacity:1;stroke:none"
|
||||
id="path2996-71-2"
|
||||
d="m 421.12559,370.59555 -0.22191,7.93679 -59.06905,4.6472 -44.51391,28.90141 -10.54758,48.3126 c 0,0 7.17038,31.22666 13.28891,37.55616 6.11851,6.3295 18.77128,24.48348 34.38405,27.64823 15.61277,3.16475 28.90472,6.74153 41.56372,3.57678 12.65901,-3.16475 21.10821,-6.95775 21.10821,-6.95775 l 5.27379,-2.53246 c 0,0 -1.29791,1.13683 -3.38097,2.59773 25.19125,-16.15038 41.87702,-44.40295 41.87702,-76.54826 0,-31.23648 -15.75649,-58.78641 -39.76228,-75.13843 z" />
|
||||
<path
|
||||
style="fill:currentcolor;fill-opacity:1;stroke:none"
|
||||
id="path3970-2-2"
|
||||
d="m 407.73556,341.565 c 0,0 2.22629,-5.49152 4.30416,-5.63994 2.07787,-0.14842 3.26523,1.18736 4.601,2.67155 1.33578,1.4842 4.00733,3.71049 4.00733,3.71049 0,0 12.1704,-4.15574 25.82499,3.26523 13.65459,7.42097 15.58405,9.64727 18.2556,14.84195 2.67155,5.19468 1.48419,18.25559 1.48419,18.25559 l 1.59552,7.79202 -3.37655,4.37838 -23.74712,-4.00732 -28.34812,-20.92715 z" />
|
||||
<path
|
||||
style="fill:currentcolor;fill-opacity:0.15686275;stroke:none"
|
||||
id="path2996-71-9-9"
|
||||
d="m 421.14051,370.59877 -4.71875,6.4375 -54.5625,6.125 -44.53125,28.90625 -10.53125,48.3125 c 0,0 7.16272,31.233 13.28125,37.5625 6.11851,6.3295 18.76223,24.4915 34.375,27.65625 15.61277,3.16475 28.9035,6.72725 41.5625,3.5625 12.65901,-3.16476 21.125,-6.9375 21.125,-6.9375 l 5.28125,-2.53125 c 0,0 -1.32319,1.13285 -3.40625,2.59375 2.85284,-1.82899 5.59596,-3.84127 8.21875,-5.96875 -14.61843,9.14896 -32.44705,13.74807 -42.5625,13.75 -37.58529,0 -68.0625,-30.44595 -68.0625,-68.03125 0,-13.26857 3.20363,-26.22913 9.71875,-36.78125 4.58818,1.97009 9.419,5.31967 12.46875,10.21875 0.49071,0.70737 0.82821,1.51845 1.375,2.1875 2.69222,3.29423 5.6,4.14654 8.53125,4.28125 6.26371,0.18237 9.22096,-4.49396 9.5,-10.78125 0.008,-0.4932 0.0453,-0.24655 0.0107,-0.67835 -0.19809,-4.19006 -6.3732,-19.67162 -16.63572,-21.44665 1.79623,-1.38222 3.66804,-2.67393 5.625,-3.84375 6.60974,-3.95111 20.65354,-8.43512 40.125,-5.5 9.8747,1.48851 17.96522,3.61684 30.4375,7.59375 14.47518,4.61555 22.51928,11.06231 33.65625,12.34375 1.87408,0.21564 3.76589,0.12973 5.59375,-0.21875 -6.07268,-20.0996 -18.90378,-37.25222 -35.875,-48.8125 z" />
|
||||
<path
|
||||
style="fill:currentcolor;fill-opacity:1;stroke:none"
|
||||
id="path2996-7-5-8"
|
||||
d="m 364.27074,330.97552 c -56.86691,0 -102.96753,46.10062 -102.96753,102.96752 0,56.86692 46.31202,104.53546 102.96753,104.54176 36.96195,1.09859 71.24999,-16.1124 82.55185,-44.15204 -4.17009,1.92437 -8.75719,6.55973 -12.21576,9.59364 -6.52122,5.72051 -13.59622,6.87984 -22.59008,11.56447 -17.43318,9.0804 -36.28791,7.87436 -53.8771,4.0099 -14.29694,-3.14114 -29.97844,-10.13252 -38.39328,-21.31617 -8.41484,-11.18365 -13.35469,-37.74208 -13.35469,-37.74208 l 10.59979,-48.55176 44.73427,-29.04448 59.36146,-4.67021 0.22301,-7.97608 c 8.96128,6.10416 16.77558,13.7674 23.06242,22.59015 h 14.29922 c -15.88288,-36.37996 -52.16799,-61.81462 -94.40111,-61.81462 z" />
|
||||
<path
|
||||
style="fill:light-dark(var(--brown-swiss-gray), var(--eclipse-gray));fill-opacity:1;stroke:none"
|
||||
id="path3004-7-2"
|
||||
d="m 402.89176,361.81724 c -19.94083,0.10177 -31.55369,2.41314 -52.24554,11.24749 -26.25073,12.21158 -52.60694,35.07689 -52.75536,72.44929 -0.17297,43.55343 35.31496,78.85563 78.86874,78.85563 22.50608,0 46.74156,-8.22147 61.10833,-23.34185 -15.46163,12.94697 -40.94323,17.04829 -52.97408,17.05059 -37.58529,0 -68.30905,-27.96064 -68.30905,-65.54594 0,-23.74751 11.64012,-41.24257 30.60558,-52.57958 6.60974,-3.95111 20.64508,-8.44491 40.11654,-5.50979 9.8747,1.48851 17.96277,3.61873 30.43505,7.59564 14.47518,4.61555 22.53835,11.06312 33.67532,12.34456 12.68384,1.45943 26.08344,-10.49297 16.1883,-29.08383 0,0 -1.7935,1.78974 -3.29276,2.6893 -1.49926,0.89956 -3.59261,-0.28861 -9.58966,-2.38758 -5.99706,-2.09896 -6.90036,-4.50903 -15.29624,-10.20623 -8.39587,-5.6972 -8.39212,-11.98661 -32.98004,-13.48587 -1.15256,-0.0703 -2.3448,-0.10399 -3.55513,-0.0918 z" />
|
||||
<circle
|
||||
style="fill:currentcolor;fill-opacity:1;stroke:none"
|
||||
id="path3026-6-2"
|
||||
cx="542.143"
|
||||
cy="384.505"
|
||||
r="17.857"
|
||||
transform="matrix(0.43552317,0,0,0.43552317,200.99133,207.88928)" />
|
||||
<circle
|
||||
style="fill:currentcolor;fill-opacity:1;stroke:none"
|
||||
id="path3026-4-1-7"
|
||||
cx="542.143"
|
||||
cy="384.505"
|
||||
r="17.857"
|
||||
transform="matrix(0.22576754,0,0,0.28084084,343.47729,272.83142)" />
|
||||
<path
|
||||
style="fill:currentcolor;fill-opacity:1;stroke:none"
|
||||
id="path3889-4-8"
|
||||
d="m 334.29213,381.2133 c -5.0673,1.23397 -17.41583,4.23292 -24.7524,14.18981 -7.04618,9.56276 -6.47436,20.71233 -6.63135,23.68137 2.04048,-3.28467 7.62657,-2.8188 11.47779,-2.22301 9.08081,1.40481 18.39265,3.8222 24.21457,13.17446 0.49071,0.70737 0.83913,1.52443 1.38592,2.19348 2.69222,3.29423 5.60185,4.13912 8.5331,4.27383 6.26371,0.18237 9.22123,-4.49314 9.50027,-10.78043 0.008,-0.4932 0.002,-0.25694 -0.0327,-0.68874 -0.20697,-4.37798 -6.92743,-21.07877 -18.01254,-21.59268 -0.12354,-0.004 -0.24871,-0.003 -0.37117,-0.0108 -6.14897,-0.3757 -10.92788,-5.61334 -10.74875,-11.86496 0.61735,-4.05018 2.50816,-7.25309 6.21847,-9.85231 z" />
|
||||
<path
|
||||
style="fill:currentcolor;fill-opacity:1;stroke:none"
|
||||
id="path3950-2-5"
|
||||
d="m 463.82955,388.18782 c 0,0 -1.00956,1.74485 -3.18699,2.79051 -0.89408,0.42937 -2.46423,-0.6477 -3.93792,0.84949 -3.12914,6.28101 4.51484,11.52502 8.07692,11.3766 3.56207,-0.14842 6.37226,-3.73749 6.22386,-6.85431 -0.14844,-4.82363 -7.17587,-8.16229 -7.17587,-8.16229 z" />
|
||||
<path
|
||||
style="fill:currentcolor;fill-opacity:0.15686275;stroke:none"
|
||||
id="path2996-7-8-5-3-8"
|
||||
d="m 364.27072,330.97552 c -56.86689,0 -102.96751,46.10062 -102.96751,102.96752 0,0.88855 0.0168,1.76604 0.0395,2.64995 1.43019,-55.62033 46.96307,-100.2651 102.92817,-100.2651 15.6777,0 30.54322,3.50458 43.8422,9.77332 0.70651,-1.52648 2.35421,-4.71467 3.93557,-4.82763 2.07785,-0.14841 3.25571,1.19199 4.59149,2.67619 1.33579,1.48419 4.01428,3.71255 4.01428,3.71255 0,0 12.16272,-4.15446 25.81731,3.26652 13.65459,7.42097 15.58946,9.6424 18.26103,14.83708 1.1117,2.16165 1.55378,5.68588 1.69231,9.06492 0.14458,-4.27194 0.0599,-11.0101 -1.69231,-14.41729 -2.67157,-5.19468 -4.60644,-7.41611 -18.26103,-14.83708 -13.65459,-7.42098 -25.81731,-3.26652 -25.81731,-3.26652 0,0 -2.67849,-2.22836 -4.01428,-3.71255 -1.33578,-1.4842 -2.51364,-2.8246 -4.59149,-2.67619 -1.58136,0.11296 -3.22906,3.30115 -3.93557,4.82763 -13.29898,-6.26874 -28.1645,-9.77332 -43.8422,-9.77332 z" />
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 7 KiB |
3
assets/graphics/fa/matrix.svg
Normal file
|
@ -0,0 +1,3 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" width="1536" height="1792" viewBox="0 0 1536 1792">
|
||||
<path d="M40.467 163.152v1465.696H145.92V1664H0V128h145.92v35.152zm450.757 464.64v74.14h2.069c19.79-28.356 43.717-50.215 71.483-65.575 27.765-15.656 59.963-23.336 96-23.336 34.56 0 66.165 6.795 94.818 20.086 28.652 13.293 50.216 37.22 65.28 70.893 16.246-23.926 38.4-45.194 66.166-63.507 27.766-18.314 60.848-27.472 98.954-27.472 28.948 0 55.828 3.545 80.64 10.635 24.812 7.088 45.785 18.314 63.508 33.968 17.722 15.656 31.31 35.742 41.354 60.85 9.747 25.107 14.768 55.236 14.768 90.683v366.573h-150.35V865.28c0-18.314-.59-35.741-2.068-51.987-1.476-16.247-5.316-30.426-11.52-42.24-6.499-12.112-15.656-21.563-28.062-28.653-12.405-7.088-29.242-10.634-50.214-10.634-21.268 0-38.4 4.135-51.397 12.112-12.997 8.27-23.336 18.608-30.72 31.901-7.386 12.997-12.407 27.765-14.77 44.602-2.363 16.542-3.84 33.379-3.84 50.216v305.133H692.971v-307.2c0-16.247-.294-32.197-1.18-48.149-.591-15.95-3.84-30.424-9.157-44.011-5.317-13.293-14.178-24.223-26.585-32.197-12.406-7.976-30.425-12.112-54.646-12.112-7.088 0-16.542 1.478-28.062 4.726-11.52 3.25-23.04 9.157-33.968 18.02-10.93 8.86-20.383 21.563-28.063 38.103-7.68 16.543-11.52 38.4-11.52 65.28v317.834H349.44V627.792zm1004.309 1001.056V163.152H1390.08V128H1536v1536h-145.92v-35.152z"/>
|
||||
</svg>
|
After Width: | Height: | Size: 1.3 KiB |
1
assets/graphics/fa/notebook.svg
Normal file
|
@ -0,0 +1 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Pro 6.3.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2023 Fonticons, Inc. --><path d="M64 0V104H56 24 0v48H24 56h8v80H56 24 0v48H24 56h8v80H56 24 0v48H24 56h8V512H192V0H64zM480 0H224V512H480V0z"/></svg>
|
After Width: | Height: | Size: 355 B |
1
assets/graphics/fa/orcid.svg
Normal file
|
@ -0,0 +1 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Pro 6.3.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2023 Fonticons, Inc. --><path d="M294.75 188.19h-45.92V342h47.47c67.62 0 83.12-51.34 83.12-76.91 0-41.64-26.54-76.9-84.67-76.9zM256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm-80.79 360.76h-29.84v-207.5h29.84zm-14.92-231.14a19.57 19.57 0 1 1 19.57-19.57 19.64 19.64 0 0 1-19.57 19.57zM300 369h-81V161.26h80.6c76.73 0 110.44 54.83 110.44 103.85C410 318.39 368.38 369 300 369z"/></svg>
|
After Width: | Height: | Size: 611 B |
1
assets/graphics/fa/p.svg
Normal file
|
@ -0,0 +1 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512"><!--! Font Awesome Pro 6.3.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2023 Fonticons, Inc. --><path d="M64 288h96c53 0 96-43 96-96s-43-96-96-96H64V288zM0 352V320 288 96 64 32H32 64h96c88.4 0 160 71.6 160 160s-71.6 160-160 160H64v96 32H0V448 352z"/></svg>
|
After Width: | Height: | Size: 390 B |
1
assets/graphics/fa/podium.svg
Normal file
|
@ -0,0 +1 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Pro 6.3.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2023 Fonticons, Inc. --><path d="M288 0H192V24H168c-48.6 0-88 39.4-88 88v32H24 0v48H24 424h24V144H424 128V112c0-22.1 17.9-40 40-40h24V96h96c26.5 0 48-21.5 48-48s-21.5-48-48-48zM48 224L80 512H368l32-288H48z"/></svg>
|
After Width: | Height: | Size: 420 B |
1
assets/graphics/fa/presentation.svg
Normal file
|
@ -0,0 +1 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><!--! Font Awesome Pro 6.3.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2023 Fonticons, Inc. --><path d="M32 0H0V64H32V320v32H64 256v34.7l-54.6 54.6L178.7 464 224 509.3l22.6-22.6L288 445.3l41.4 41.4L352 509.3 397.3 464l-22.6-22.6L320 386.7V352H512h32V320 64h32V0H544 480 96 32zM96 64H480V288H320 256 96V64z"/></svg>
|
After Width: | Height: | Size: 449 B |
1
assets/graphics/fa/right-to-bracket.svg
Normal file
|
@ -0,0 +1 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Pro 6.3.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2023 Fonticons, Inc. --><path d="M192 96L352 256 192 416l-32 0 0-96L0 320 0 192l160 0 0-96 32 0zM352 416l96 0 0-320-96 0-32 0 0-64 32 0 128 0 32 0 0 32 0 384 0 32-32 0-128 0-32 0 0-64 32 0z"/></svg>
|
After Width: | Height: | Size: 404 B |
1
assets/graphics/fa/scale-balanced.svg
Normal file
|
@ -0,0 +1 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512"><!--! Font Awesome Pro 6.3.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2023 Fonticons, Inc. --><path d="M384 32H512h32V96H512 398.4c-5.2 25.8-22.9 47.1-46.4 57.3V448H512h32v64H512 320 128 96V448h32H288V153.3c-23.5-10.3-41.2-31.6-46.4-57.3H128 96V32h32H256c14.6-19.4 37.8-32 64-32s49.4 12.6 64 32zM112 128h32 14.5l6.7 12.9 88 168 2.7 5.2V320l0 32 0 9.9-7 7-40 40-7 7H192 64 54.1l-7-7L7 369l-7-7V352 320v-5.9l2.7-5.2 88-168L97.5 128H112zM51.1 320H204.9L129.5 176h-3L51.1 320zM481.5 128H496h32 14.5l6.7 12.9 88 168 2.7 5.2V320v32 9.9l-7 7-40 40-7 7H576 448h-9.9l-7-7-40-40-7-7V352 320v-5.9l2.7-5.2 88-168 6.7-12.9zm29 48L435.1 320H588.9L513.5 176h-3z"/></svg>
|
After Width: | Height: | Size: 791 B |
1
assets/graphics/fa/spotify.svg
Normal file
|
@ -0,0 +1 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 496 512"><!--! Font Awesome Pro 6.3.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2023 Fonticons, Inc. --><path d="M248 8C111.1 8 0 119.1 0 256s111.1 248 248 248 248-111.1 248-248S384.9 8 248 8zm100.7 364.9c-4.2 0-6.8-1.3-10.7-3.6-62.4-37.6-135-39.2-206.7-24.5-3.9 1-9 2.6-11.9 2.6-9.7 0-15.8-7.7-15.8-15.8 0-10.3 6.1-15.2 13.6-16.8 81.9-18.1 165.6-16.5 237 26.2 6.1 3.9 9.7 7.4 9.7 16.5s-7.1 15.4-15.2 15.4zm26.9-65.6c-5.2 0-8.7-2.3-12.3-4.2-62.5-37-155.7-51.9-238.6-29.4-4.8 1.3-7.4 2.6-11.9 2.6-10.7 0-19.4-8.7-19.4-19.4s5.2-17.8 15.5-20.7c27.8-7.8 56.2-13.6 97.8-13.6 64.9 0 127.6 16.1 177 45.5 8.1 4.8 11.3 11 11.3 19.7-.1 10.8-8.5 19.5-19.4 19.5zm31-76.2c-5.2 0-8.4-1.3-12.9-3.9-71.2-42.5-198.5-52.7-280.9-29.7-3.6 1-8.1 2.6-12.9 2.6-13.2 0-23.3-10.3-23.3-23.6 0-13.6 8.4-21.3 17.4-23.9 35.2-10.3 74.6-15.2 117.5-15.2 73 0 149.5 15.2 205.4 47.8 7.8 4.5 12.9 10.7 12.9 22.6 0 13.6-11 23.3-23.2 23.3z"/></svg>
|
After Width: | Height: | Size: 1 KiB |
1
assets/graphics/fa/stack-overflow.svg
Normal file
|
@ -0,0 +1 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 384 512"><!--! Font Awesome Pro 6.3.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2023 Fonticons, Inc. --><path d="M290.7 311L95 269.7 86.8 309l195.7 41zm51-87L188.2 95.7l-25.5 30.8 153.5 128.3zm-31.2 39.7L129.2 179l-16.7 36.5L293.7 300zM262 32l-32 24 119.3 160.3 32-24zm20.5 328h-200v39.7h200zm39.7 80H42.7V320h-40v160h359.5V320h-40z"/></svg>
|
After Width: | Height: | Size: 467 B |
1
assets/graphics/fa/steam.svg
Normal file
|
@ -0,0 +1 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 496 512"><!--! Font Awesome Pro 6.3.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2023 Fonticons, Inc. --><path d="M496 256c0 137-111.2 248-248.4 248-113.8 0-209.6-76.3-239-180.4l95.2 39.3c6.4 32.1 34.9 56.4 68.9 56.4 39.2 0 71.9-32.4 70.2-73.5l84.5-60.2c52.1 1.3 95.8-40.9 95.8-93.5 0-51.6-42-93.5-93.7-93.5s-93.7 42-93.7 93.5v1.2L176.6 279c-15.5-.9-30.7 3.4-43.5 12.1L0 236.1C10.2 108.4 117.1 8 247.6 8 384.8 8 496 119 496 256zM155.7 384.3l-30.5-12.6a52.79 52.79 0 0 0 27.2 25.8c26.9 11.2 57.8-1.6 69-28.4 5.4-13 5.5-27.3.1-40.3-5.4-13-15.5-23.2-28.5-28.6-12.9-5.4-26.7-5.2-38.9-.6l31.5 13c19.8 8.2 29.2 30.9 20.9 50.7-8.3 19.9-31 29.2-50.8 21zm173.8-129.9c-34.4 0-62.4-28-62.4-62.3s28-62.3 62.4-62.3 62.4 28 62.4 62.3-27.9 62.3-62.4 62.3zm.1-15.6c25.9 0 46.9-21 46.9-46.8 0-25.9-21-46.8-46.9-46.8s-46.9 21-46.9 46.8c.1 25.8 21.1 46.8 46.9 46.8z"/></svg>
|
After Width: | Height: | Size: 980 B |
1
assets/graphics/fa/tag.svg
Normal file
|
@ -0,0 +1 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Pro 6.3.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2023 Fonticons, Inc. --><path d="M0 32V256L224 480 448 256 224 32H0zm112 80a32 32 0 1 1 0 64 32 32 0 1 1 0-64z"/></svg>
|
After Width: | Height: | Size: 325 B |
1
assets/graphics/fa/university.svg
Normal file
|
@ -0,0 +1 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Pro 6.3.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2023 Fonticons, Inc. --><path d="M0 144L256 0 512 144v48H0V144zM0 512V464l64-48V224h64V416h40V224h64V416h48V224h64V416h40V224h64V416l64 48v48H0zM256 144a32 32 0 1 0 0-64 32 32 0 1 0 0 64z"/></svg>
|
After Width: | Height: | Size: 402 B |
1
assets/graphics/fa/user-astronaut.svg
Normal file
|
@ -0,0 +1 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Pro 6.3.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2023 Fonticons, Inc. --><path d="M370.7 96C346 39.5 289.6 0 224 0S102 39.5 77.3 96H48V224H77.3c24.7 56.5 81.1 96 146.7 96s122-39.5 146.7-96H400V96H370.7zM336 128v32c0 53-43 96-96 96H208c-53 0-96-43-96-96V128l32-32H304l32 32zM192 160l-16-32-16 32-32 16 32 16 16 32 16-32 32-16-32-16zM97 304H48L0 512H128V416H320v96H448L400 304H351c-33.8 29.9-78.3 48-127 48s-93.2-18.1-127-48zm95 144H160v16 48h32V464 448zm80 32a16 16 0 1 0 0-32 16 16 0 1 0 0 32z"/></svg>
|
After Width: | Height: | Size: 659 B |
1
assets/graphics/fa/user.svg
Normal file
|
@ -0,0 +1 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Pro 6.3.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2023 Fonticons, Inc. --><path d="M224 256A128 128 0 1 0 224 0a128 128 0 1 0 0 256zM448 512L384 304H64L0 512H448z"/></svg>
|
After Width: | Height: | Size: 327 B |
1
assets/graphics/fa/video.svg
Normal file
|
@ -0,0 +1 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><!--! Font Awesome Pro 6.3.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2023 Fonticons, Inc. --><path d="M384 64H0V448H384V64zM576 448V64L416 174.9V337.1L576 448z"/></svg>
|
After Width: | Height: | Size: 305 B |
1
assets/graphics/fa/vimeo.svg
Normal file
|
@ -0,0 +1 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Pro 6.3.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2023 Fonticons, Inc. --><path d="M403.2 32H44.8C20.1 32 0 52.1 0 76.8v358.4C0 459.9 20.1 480 44.8 480h358.4c24.7 0 44.8-20.1 44.8-44.8V76.8c0-24.7-20.1-44.8-44.8-44.8zM377 180.8c-1.4 31.5-23.4 74.7-66 129.4-44 57.2-81.3 85.8-111.7 85.8-18.9 0-34.8-17.4-47.9-52.3-25.5-93.3-36.4-148-57.4-148-2.4 0-10.9 5.1-25.4 15.2l-15.2-19.6c37.3-32.8 72.9-69.2 95.2-71.2 25.2-2.4 40.7 14.8 46.5 51.7 20.7 131.2 29.9 151 67.6 91.6 13.5-21.4 20.8-37.7 21.8-48.9 3.5-33.2-25.9-30.9-45.8-22.4 15.9-52.1 46.3-77.4 91.2-76 33.3.9 49 22.5 47.1 64.7z"/></svg>
|
After Width: | Height: | Size: 743 B |
1
assets/graphics/fa/w.svg
Normal file
|
@ -0,0 +1 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><!--! Font Awesome Pro 6.3.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2023 Fonticons, Inc. --><path d="M505.8 32h67.6L429.3 458.2 422 480H375l-6.7-23L287 178.3 205.7 457 199 480H152l-7.4-21.8L.6 32H68.2L172.8 341.4 256.3 55 263 32h48l6.7 23 83.5 286.4L505.8 32z"/></svg>
|
After Width: | Height: | Size: 406 B |
3
assets/graphics/fa/zotero.svg
Normal file
|
@ -0,0 +1,3 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" width="1536" height="1792" viewBox="0 0 1536 1792">
|
||||
<path d="M662.716 1663.44l667.946-310.051V428.98L662.714 128.5.508 428.98v924.408zm-348.331-279.43v-202.24l24.881-96.325 352.155-378.95H314.385V492.137l59.332-82.295h600.96l62.842 78.47v218.181l-338.44 378.95h275.6l62.841 77.188v221.379z" fill-rule="evenodd" stroke-width="14.41"/>
|
||||
</svg>
|
After Width: | Height: | Size: 385 B |
|
@ -7,102 +7,37 @@
|
|||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||
xmlns:svg="http://www.w3.org/2000/svg"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
width="29.935179mm"
|
||||
height="8.7677584mm"
|
||||
viewBox="0 0 106.06953 31.06686"
|
||||
id="svg2"
|
||||
version="1.1"
|
||||
inkscape:version="0.92.4 (5da689c313, 2019-01-14)"
|
||||
sodipodi:docname="MillironX-title.svg">
|
||||
version="1.1">
|
||||
<defs
|
||||
id="defs4">
|
||||
<inkscape:path-effect
|
||||
effect="spiro"
|
||||
id="path-effect4154"
|
||||
is_visible="true" />
|
||||
<style>
|
||||
svg {
|
||||
background-color: transparent;
|
||||
color-scheme: light dark;
|
||||
}
|
||||
|
||||
path {
|
||||
stroke: light-dark(black, white);
|
||||
}
|
||||
</style>
|
||||
</defs>
|
||||
<sodipodi:namedview
|
||||
id="base"
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1.0"
|
||||
inkscape:pageopacity="0.0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:zoom="2.365291"
|
||||
inkscape:cx="110.96366"
|
||||
inkscape:cy="1.1809794"
|
||||
inkscape:document-units="px"
|
||||
inkscape:current-layer="layer1"
|
||||
showgrid="true"
|
||||
showguides="false"
|
||||
inkscape:window-width="1920"
|
||||
inkscape:window-height="1023"
|
||||
inkscape:window-x="-4"
|
||||
inkscape:window-y="-4"
|
||||
inkscape:window-maximized="1"
|
||||
fit-margin-top="0"
|
||||
fit-margin-left="0"
|
||||
fit-margin-right="0"
|
||||
fit-margin-bottom="0">
|
||||
<inkscape:grid
|
||||
type="xygrid"
|
||||
id="grid3342"
|
||||
originx="-201.95728"
|
||||
originy="-551.96657" />
|
||||
</sodipodi:namedview>
|
||||
<metadata
|
||||
id="metadata7">
|
||||
<rdf:RDF>
|
||||
<cc:Work
|
||||
rdf:about="">
|
||||
<dc:format>image/svg+xml</dc:format>
|
||||
<dc:type
|
||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||
<dc:title></dc:title>
|
||||
</cc:Work>
|
||||
</rdf:RDF>
|
||||
</metadata>
|
||||
<g
|
||||
inkscape:label="Layer 1"
|
||||
inkscape:groupmode="layer"
|
||||
id="layer1"
|
||||
transform="translate(-201.95727,-469.32877)">
|
||||
<path
|
||||
style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:6;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
style="fill:none;fill-rule:evenodd;stroke-width:6;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
d="m 205,497.3622 h 20 c 1.59641,0 3.22706,-0.0728 4.71101,-0.66135 1.48394,-0.58857 2.74536,-1.65633 3.71836,-2.92194 0.973,-1.26562 1.6829,-2.71578 2.64135,-3.99245 0.47923,-0.63833 1.02956,-1.23277 1.69028,-1.68064 0.66071,-0.44787 1.4408,-0.74362 2.239,-0.74362 0.7982,0 1.57829,0.29575 2.239,0.74362 0.66072,0.44787 1.21105,1.04231 1.69028,1.68064 0.95845,1.27667 1.66835,2.72683 2.64135,3.99245 0.973,1.26561 2.23442,2.33337 3.71836,2.92194 1.48395,0.58857 3.1146,0.66135 4.71101,0.66135 h 20"
|
||||
id="path4152"
|
||||
inkscape:path-effect="#path-effect4154"
|
||||
inkscape:original-d="m 205,497.3622 h 20 c 5,0 8.99075,-10 15,-10 6.00925,0 10,10 15,10 h 20"
|
||||
inkscape:connector-curvature="0"
|
||||
sodipodi:nodetypes="csssc"
|
||||
transform="translate(1.2499871,-12.187492)" />
|
||||
<path
|
||||
style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:6;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
style="fill:none;fill-rule:evenodd;stroke-width:6;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
d="m 285,497.3622 20,-25"
|
||||
id="path4156"
|
||||
inkscape:connector-curvature="0"
|
||||
sodipodi:nodetypes="cc" />
|
||||
/>
|
||||
<path
|
||||
style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:6;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
style="fill:none;fill-rule:evenodd;stroke-width:6;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
d="m 285,472.3622 20,25"
|
||||
id="path4158"
|
||||
inkscape:connector-curvature="0"
|
||||
sodipodi:nodetypes="cc" />
|
||||
<!-- <text
|
||||
xml:space="preserve"
|
||||
style="font-style:normal;font-weight:normal;font-size:48.38618469px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
||||
x="166.61456"
|
||||
y="617.31299"
|
||||
id="text3346"
|
||||
sodipodi:linespacing="125%"
|
||||
transform="scale(1.2096546,0.82668227)"><tspan
|
||||
sodipodi:role="line"
|
||||
id="tspan3348"
|
||||
x="166.61456"
|
||||
y="617.31299"
|
||||
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:14.14374161px;font-family:Garamond;-inkscape-font-specification:'Garamond Bold'">MILLIRON X</tspan></text>
|
||||
-->
|
||||
/>
|
||||
</g>
|
||||
</svg>
|
||||
|
|
Before Width: | Height: | Size: 4.5 KiB After Width: | Height: | Size: 1.9 KiB |
|
@ -1,74 +0,0 @@
|
|||
import { library, icon, config, dom } from "@fortawesome/fontawesome-svg-core";
|
||||
import {
|
||||
faBook,
|
||||
faBrowser,
|
||||
faComment,
|
||||
faEllipsis,
|
||||
faFileAlt,
|
||||
faFileSignature,
|
||||
faGraduationCap,
|
||||
faHome,
|
||||
faNotebook,
|
||||
faPodium,
|
||||
faPresentation,
|
||||
faUniversity,
|
||||
faUserAstronaut,
|
||||
faVideo,
|
||||
faW,
|
||||
} from "@fortawesome/pro-duotone-svg-icons";
|
||||
import {
|
||||
faDiscord,
|
||||
faGithub,
|
||||
faGitlab,
|
||||
faGolang,
|
||||
faHtml5,
|
||||
faOrcid,
|
||||
faStackOverflow,
|
||||
faSteam,
|
||||
faVimeo,
|
||||
} from "@fortawesome/free-brands-svg-icons";
|
||||
|
||||
config.familyDefault = "duotone";
|
||||
config.styleDefault = "duotone";
|
||||
|
||||
const faBullSperm = {
|
||||
prefix: "fax",
|
||||
iconName: "bull-sperm",
|
||||
icon: [
|
||||
512,
|
||||
512,
|
||||
[],
|
||||
null,
|
||||
"M96 32c-6.691.363-12.375 4.062-15.375 7.062l-64 64c-12.8 12.8-5.333 26.667 0 32l96 64c10.3 10.301 22.938 4.887 37.563-7.812 8.635 9.735 16.63 18.38 23.125 24.875 8.33 8.33 23.436 16.284 41.75 24.313 18.313 8.028 39.82 16.065 60.812 24.062 20.992 7.997 41.474 15.986 57.625 23.938 16.15 7.95 27.882 16.013 31.5 23.25 6.52 13.038 26.468 44.939 48.875 79.75 22.32 34.674 46.99 72.043 63 96.062.02.029.042.096.064.125.045.064.144.185.189.25l2.812-1.5c-10.685-26.697-28.285-68.26-46.44-106.437-18.155-38.179-36.666-72.792-49.937-86.063-16.566-16.566-56.5-32.375-96.5-48.375s-80.066-32.19-95.5-47.625c-6.45-6.45-14.409-15.11-23.063-24.875 12.926-14.779 18.51-27.552 8.125-37.938-16-26.666-51.2-83.2-64-96-5.6-5.6-11.42-7.345-16.625-7.062zm372.688 436.75c.201.487.488 1.079.687 1.563-.291-.44-.644-.995-.937-1.438.023-.012.06.001.064 0 .002 0 .185-.06.188-.064.002-.001-.011-.038 0-.064z",
|
||||
],
|
||||
};
|
||||
|
||||
library.add(
|
||||
faBook,
|
||||
faBrowser,
|
||||
faBullSperm,
|
||||
faComment,
|
||||
faDiscord,
|
||||
faEllipsis,
|
||||
faFileAlt,
|
||||
faFileSignature,
|
||||
faGithub,
|
||||
faGitlab,
|
||||
faGolang,
|
||||
faGraduationCap,
|
||||
faHome,
|
||||
faHtml5,
|
||||
faNotebook,
|
||||
faOrcid,
|
||||
faPodium,
|
||||
faPresentation,
|
||||
faStackOverflow,
|
||||
faSteam,
|
||||
faUniversity,
|
||||
faUserAstronaut,
|
||||
faVideo,
|
||||
faVimeo,
|
||||
faW
|
||||
);
|
||||
|
||||
dom.i2svg();
|
|
@ -1,5 +0,0 @@
|
|||
$(window).scroll(function (e) {
|
||||
oVal = $(window).scrollTop() / 170;
|
||||
$(".blur").css("opacity", oVal);
|
||||
});
|
||||
$("#motto").fitText();
|
|
@ -1,6 +0,0 @@
|
|||
var tooltipTriggerList = [].slice.call(
|
||||
document.querySelectorAll('[data-bs-toggle="tooltip"]')
|
||||
);
|
||||
var tooltipList = tooltipTriggerList.map(function (tooltipTriggerEl) {
|
||||
return new bootstrap.Tooltip(tooltipTriggerEl);
|
||||
});
|
507
assets/styles/millironx.css
Normal file
|
@ -0,0 +1,507 @@
|
|||
:root {
|
||||
/*
|
||||
Color schemes
|
||||
*/
|
||||
color-scheme: light dark;
|
||||
--prickly-pear-yellow: #735f02;
|
||||
--eclipse-gray: #3a3a3a;
|
||||
--pumpkin-olive: #59521c;
|
||||
--manhattan-steel-blue: #224553;
|
||||
--pine-green: #36581d;
|
||||
--brown-swiss-calf-brown: #543c21;
|
||||
--ear-tag-red: #67160e;
|
||||
--flaming-gorge-blue: #1b3e5a;
|
||||
--hayyard-green: #355322;
|
||||
--coeurdalene-purple: #1b245a;
|
||||
--brown-swiss-cow-brown: #563c1f;
|
||||
--buffalo-blue: #0b496a;
|
||||
--saddle-blue: #104165;
|
||||
--brown-swiss-gray: #eaddca;
|
||||
--lavender-purple: #d9c1f6;
|
||||
|
||||
/*
|
||||
Fonts
|
||||
*/
|
||||
--font-family-antique: Superclarendon, "Bookman Old Style", "URW Bookman",
|
||||
"URW Bookman L", "Georgia Pro", Georgia, serif;
|
||||
--font-family-slab-serif: Rockwell, "Rockwell Nova", "Roboto Slab",
|
||||
"DejaVu Serif", "Sitka Small", serif;
|
||||
--font-family-system-ui: system-ui, sans-serif;
|
||||
}
|
||||
|
||||
/*
|
||||
Default element styles (for small screens)
|
||||
*/
|
||||
|
||||
html {
|
||||
background-color: light-dark(var(--brown-swiss-gray), var(--eclipse-gray));
|
||||
font-family: var(--font-family-slab-serif);
|
||||
}
|
||||
|
||||
a {
|
||||
color: light-dark(var(--saddle-blue), var(--lavender-purple));
|
||||
}
|
||||
|
||||
header {
|
||||
display: flex;
|
||||
justify-content: space-evenly;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
nav {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
overflow: scroll;
|
||||
padding-bottom: 1rem;
|
||||
position: sticky;
|
||||
top: 0;
|
||||
}
|
||||
|
||||
nav a {
|
||||
color: light-dark(var(--brown-swiss-gray), var(--manhattan-steel-blue));
|
||||
background-color: light-dark(
|
||||
var(--manhattan-steel-blue),
|
||||
var(--brown-swiss-gray)
|
||||
);
|
||||
border-radius: 0.05rem;
|
||||
border-style: outset;
|
||||
border-width: 0.2rem;
|
||||
border-color: light-dark(
|
||||
var(--manhattan-steel-blue),
|
||||
var(--brown-swiss-gray)
|
||||
);
|
||||
min-width: 7.5rem;
|
||||
max-width: 7.5rem;
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
align-items: center;
|
||||
margin: 0.2rem;
|
||||
text-decoration: none;
|
||||
padding: 0 0.2rem;
|
||||
font-family: var(--font-family-system-ui);
|
||||
}
|
||||
|
||||
nav a:active {
|
||||
border-style: inset;
|
||||
}
|
||||
|
||||
nav a:hover {
|
||||
background-color: light-dark(
|
||||
var(--buffalo-blue),
|
||||
color-mix(in srgb, var(--prickly-pear-yellow), var(--brown-swiss-gray) 75%)
|
||||
);
|
||||
}
|
||||
|
||||
figure {
|
||||
border-color: light-dark(var(--eclipse-gray), var(--brown-swiss-gray));
|
||||
border-width: 1.5pt;
|
||||
border-style: inset;
|
||||
padding: 1.25pt;
|
||||
}
|
||||
|
||||
blockquote {
|
||||
background: linear-gradient(
|
||||
to right,
|
||||
light-dark(lightgray, dimgray),
|
||||
color-mix(
|
||||
in srgb,
|
||||
light-dark(var(--brown-swiss-gray), var(--eclipse-gray)),
|
||||
white 25%
|
||||
)
|
||||
);
|
||||
border-left: 5px solid black;
|
||||
padding-left: 6px;
|
||||
}
|
||||
|
||||
blockquote small::before {
|
||||
content: "\2014 \00A0";
|
||||
}
|
||||
|
||||
blockquote small {
|
||||
font-size: 80%;
|
||||
}
|
||||
|
||||
footer {
|
||||
background-color: light-dark(lightgray, dimgray);
|
||||
margin: 0 0 -1em -1em;
|
||||
width: calc(100% - 1em);
|
||||
padding: 0.25em 1.25em;
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
form {
|
||||
margin: 1rem;
|
||||
}
|
||||
|
||||
fieldset {
|
||||
padding: 1rem;
|
||||
}
|
||||
|
||||
input,
|
||||
select,
|
||||
textarea {
|
||||
width: 100%;
|
||||
margin-bottom: 0.5rem;
|
||||
}
|
||||
|
||||
input:invalid,
|
||||
select:invalid,
|
||||
textarea:invalid {
|
||||
border-bottom-width: 2px;
|
||||
border-bottom-color: var(--ear-tag-red);
|
||||
}
|
||||
|
||||
/*
|
||||
Container-type helper classes
|
||||
*/
|
||||
.row {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.motto {
|
||||
position: relative;
|
||||
display: grid;
|
||||
place-items: center;
|
||||
text-align: center;
|
||||
color: #fff;
|
||||
font-weight: 600;
|
||||
text-shadow: 0 0 10px rgba(0, 0, 0, 0.33);
|
||||
width: 100%;
|
||||
padding: 0 0 0.5em 0;
|
||||
border-radius: 0.25rem;
|
||||
}
|
||||
|
||||
.motto::before {
|
||||
content: " ";
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
box-sizing: border-box;
|
||||
background-size: cover;
|
||||
background-position: 50% 50%;
|
||||
}
|
||||
|
||||
.motto-inside {
|
||||
position: relative;
|
||||
max-width: 95%;
|
||||
display: grid;
|
||||
place-items: center;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.motto .motto-inside h1 {
|
||||
background-color: rgba(0.33, 0.33, 0.33, 0.33);
|
||||
-webkit-text-stroke: 0.3px lightgray;
|
||||
line-height: 1;
|
||||
}
|
||||
|
||||
.card {
|
||||
background-color: color-mix(
|
||||
in srgb,
|
||||
light-dark(var(--brown-swiss-gray), var(--eclipse-gray)),
|
||||
white 10%
|
||||
);
|
||||
border-color: light-dark(
|
||||
var(--manhattan-steel-blue),
|
||||
var(--brown-swiss-gray)
|
||||
);
|
||||
border-width: 1.5pt;
|
||||
border-radius: 0.1rem;
|
||||
border-style: outset;
|
||||
margin: 1rem 0;
|
||||
padding: 0.5rem;
|
||||
padding-top: 0;
|
||||
position: relative;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
.card-link {
|
||||
white-space: nowrap;
|
||||
display: inline-flex;
|
||||
gap: 0.375rem;
|
||||
align-items: center;
|
||||
text-underline-offset: 0.25em;
|
||||
backface-visibility: hidden;
|
||||
margin: 0 0.5em;
|
||||
}
|
||||
|
||||
.category-button {
|
||||
position: absolute;
|
||||
top: 1em;
|
||||
right: 1em;
|
||||
display: grid;
|
||||
color: white;
|
||||
background-color: var(--ear-tag-red);
|
||||
border-radius: 0.5em;
|
||||
padding: 1em;
|
||||
}
|
||||
|
||||
.card-title {
|
||||
margin-right: 3em;
|
||||
}
|
||||
|
||||
.card-title > a {
|
||||
color: inherit;
|
||||
}
|
||||
|
||||
.img-thumbnail {
|
||||
width: 100%;
|
||||
height: auto;
|
||||
margin-top: 0.5rem;
|
||||
}
|
||||
|
||||
.thumb-icon-wrapper {
|
||||
margin-top: 1rem;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-content: center;
|
||||
}
|
||||
|
||||
.thumb-icon-badge {
|
||||
font-size: xx-large;
|
||||
justify-self: center;
|
||||
align-self: center;
|
||||
padding: 1.5rem 3rem;
|
||||
border-radius: 3rem;
|
||||
background-color: var(--ear-tag-red);
|
||||
color: white;
|
||||
}
|
||||
|
||||
.fa-container svg {
|
||||
overflow: visible;
|
||||
box-sizing: content-box;
|
||||
display: inline-block;
|
||||
height: 1em;
|
||||
width: 1.25em;
|
||||
vertical-align: -0.125em;
|
||||
}
|
||||
|
||||
.fa-container svg path {
|
||||
fill: currentColor;
|
||||
}
|
||||
|
||||
.account-list {
|
||||
display: flex;
|
||||
justify-content: space-evenly;
|
||||
}
|
||||
|
||||
.account-list a {
|
||||
font-size: xx-large;
|
||||
text-decoration: none;
|
||||
color: inherit;
|
||||
}
|
||||
|
||||
/*
|
||||
Helper classes
|
||||
*/
|
||||
.font-small-caps {
|
||||
font-variant-caps: small-caps;
|
||||
}
|
||||
|
||||
.img-fluid {
|
||||
max-width: 100%;
|
||||
height: auto;
|
||||
}
|
||||
|
||||
.float-left {
|
||||
float: none;
|
||||
max-width: 100%;
|
||||
}
|
||||
|
||||
.float-right {
|
||||
float: none;
|
||||
max-width: 100%;
|
||||
}
|
||||
|
||||
/*
|
||||
Application-state helper classes
|
||||
*/
|
||||
@media (prefers-color-scheme: light) {
|
||||
.active {
|
||||
background-color: var(--coeurdalene-purple);
|
||||
}
|
||||
}
|
||||
|
||||
@media (prefers-color-scheme: dark) {
|
||||
.active {
|
||||
color: color-mix(in srgb, var(--manhattan-steel-blue), white 75%);
|
||||
background-color: color-mix(in srgb, var(--brown-swiss-gray), black 75%);
|
||||
border-color: color-mix(in srgb, var(--brown-swiss-gray), black 50%);
|
||||
}
|
||||
}
|
||||
|
||||
/*
|
||||
Desktop screen size adjustments
|
||||
*/
|
||||
@media (min-width: 768px) {
|
||||
/*
|
||||
Default element styles
|
||||
*/
|
||||
nav {
|
||||
flex-direction: column;
|
||||
padding-right: 1rem;
|
||||
padding-bottom: 0;
|
||||
|
||||
/*
|
||||
Workaround for Chrome always showing scrollbar even when scrolling not needed
|
||||
*/
|
||||
-ms-overflow-style: none;
|
||||
scrollbar-width: none;
|
||||
}
|
||||
|
||||
/*
|
||||
Continued Chrome workaround
|
||||
*/
|
||||
nav::-webkit-scrollbar {
|
||||
display: none;
|
||||
}
|
||||
|
||||
main {
|
||||
width: calc(100% - 10rem);
|
||||
}
|
||||
|
||||
/*
|
||||
Container-type helper classes
|
||||
*/
|
||||
.row {
|
||||
flex-direction: row;
|
||||
}
|
||||
|
||||
/*
|
||||
Helper classes
|
||||
*/
|
||||
.float-left {
|
||||
float: left;
|
||||
max-width: 50%;
|
||||
}
|
||||
|
||||
.float-right {
|
||||
float: right;
|
||||
max-width: 50%;
|
||||
}
|
||||
|
||||
.card {
|
||||
flex-direction: row;
|
||||
}
|
||||
|
||||
.img-thumbnail {
|
||||
margin-right: 1rem;
|
||||
}
|
||||
|
||||
.card-header {
|
||||
width: 20vw;
|
||||
flex-shrink: 0;
|
||||
}
|
||||
|
||||
.card-body {
|
||||
margin-left: 1rem;
|
||||
}
|
||||
|
||||
.bolder {
|
||||
font-weight: bolder;
|
||||
background-color: rgba(0, 0, 0, 0.33);
|
||||
border-radius: 0.25em;
|
||||
padding: 0.25em 0.75em 0.5em 0.33em;
|
||||
}
|
||||
|
||||
/*
|
||||
Clearfix implementation
|
||||
*/
|
||||
h1::before,
|
||||
h2::before,
|
||||
h3::before,
|
||||
h4::before,
|
||||
h5::before,
|
||||
h6::before {
|
||||
content: " "; /* Older browser do not support empty content */
|
||||
visibility: hidden;
|
||||
display: block;
|
||||
height: 0;
|
||||
clear: both;
|
||||
}
|
||||
} /* end @media */
|
||||
|
||||
@supports (animation-timeline: scroll()) and (animation-range: 0 50vh) {
|
||||
@keyframes sticky-header {
|
||||
from {
|
||||
height: 50vh;
|
||||
top: 6rem;
|
||||
}
|
||||
|
||||
to {
|
||||
height: 10vh;
|
||||
top: -1rem;
|
||||
}
|
||||
}
|
||||
|
||||
@keyframes blurry-header {
|
||||
from {
|
||||
filter: blur(0);
|
||||
}
|
||||
|
||||
to {
|
||||
filter: blur(2px);
|
||||
}
|
||||
}
|
||||
|
||||
@keyframes transparent-text-bg {
|
||||
from {
|
||||
background-color: rgba(0.33, 0.33, 0.33, 0.33);
|
||||
}
|
||||
to {
|
||||
background-color: rgba(0.33, 0.33, 0.33, 0);
|
||||
}
|
||||
}
|
||||
|
||||
main,
|
||||
footer {
|
||||
position: relative;
|
||||
top: 55vh;
|
||||
}
|
||||
|
||||
.motto {
|
||||
position: fixed;
|
||||
top: 12rem;
|
||||
|
||||
animation: sticky-header linear forwards;
|
||||
animation-timeline: scroll();
|
||||
animation-range: 0.001vh 50vh;
|
||||
}
|
||||
|
||||
.motto::before {
|
||||
filter: blur(12px);
|
||||
|
||||
top: 2rem;
|
||||
|
||||
animation: blurry-header linear forwards;
|
||||
animation-timeline: scroll();
|
||||
animation-range: 0.001vh 50vh;
|
||||
}
|
||||
|
||||
.motto-inside h1 {
|
||||
animation: transparent-text-bg linear forwards;
|
||||
animation-timeline: scroll();
|
||||
animation-range: 0.001vh 40vh;
|
||||
}
|
||||
|
||||
.card {
|
||||
z-index: -1;
|
||||
}
|
||||
|
||||
@media (min-width: 768px) {
|
||||
.motto {
|
||||
width: calc(100% - 8rem);
|
||||
}
|
||||
|
||||
.motto::before {
|
||||
top: 0;
|
||||
}
|
||||
}
|
||||
} /* end @supports */
|
|
@ -1,8 +1,17 @@
|
|||
$web-font-path: "/fonts/nunito-sans/index.css";
|
||||
|
||||
@import "bootstrap/functions";
|
||||
@import "bootswatch/lux/variables";
|
||||
@import "bootstrap/bootstrap";
|
||||
@import "bootswatch/lux/bootswatch";
|
||||
|
||||
$peek-height: 25rem;
|
||||
|
||||
.blurred-container {
|
||||
position: relative;
|
||||
width: 100%;
|
||||
min-height: 35vh;
|
||||
height: 350px;
|
||||
height: $peek-height;
|
||||
top: 0;
|
||||
left: 0;
|
||||
}
|
||||
|
@ -25,25 +34,30 @@
|
|||
|
||||
.motto h1 {
|
||||
background: #0000007d;
|
||||
-webkit-text-stroke: 0.3px $gray-100;
|
||||
line-height: 1;
|
||||
}
|
||||
|
||||
.blurred-container .img-src {
|
||||
position: fixed;
|
||||
width: 100%;
|
||||
min-height: 35vh;
|
||||
height: 350px;
|
||||
height: $peek-height;
|
||||
background-repeat: no-repeat;
|
||||
background-size: cover;
|
||||
background-position: center center;
|
||||
}
|
||||
|
||||
.blur {
|
||||
opacity: 0;
|
||||
}
|
||||
|
||||
.list-main {
|
||||
position: relative;
|
||||
background-color: #fff;
|
||||
padding-bottom: calc(1rem + 95px);
|
||||
padding-top: 1rem;
|
||||
}
|
||||
|
||||
.footer-contents {
|
||||
position: relative;
|
||||
background-color: $gray-200;
|
||||
}
|
||||
|
||||
/* Gives me greater control over fonts */
|
||||
|
@ -121,3 +135,45 @@ h1 {
|
|||
.fa-stack-top {
|
||||
vertical-align: top;
|
||||
}
|
||||
|
||||
.table-condensed th {
|
||||
padding: 0.5rem;
|
||||
}
|
||||
|
||||
.table-condensed td {
|
||||
padding: 0.5rem;
|
||||
}
|
||||
|
||||
@media (min-width: map-get($grid-breakpoints, md)) {
|
||||
.fixed-bottom {
|
||||
left: 25%;
|
||||
}
|
||||
|
||||
.md-max-width-33 {
|
||||
max-width: 33%;
|
||||
}
|
||||
}
|
||||
|
||||
.card-link {
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.category-button {
|
||||
position: absolute;
|
||||
top: 1em;
|
||||
right: 1em;
|
||||
display: grid;
|
||||
}
|
||||
|
||||
.card-title {
|
||||
margin-right: 2.25em;
|
||||
}
|
||||
|
||||
.thumb-icon-wrapper {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
.thumb-icon-badge {
|
||||
font-size: xx-large;
|
||||
}
|
21
config.toml
|
@ -10,8 +10,17 @@ writeStats = true
|
|||
cardImage = "saddles"
|
||||
motto = ""
|
||||
|
||||
[taxonomies]
|
||||
people = "people"
|
||||
tag = "tags"
|
||||
category = "categories"
|
||||
|
||||
[module]
|
||||
|
||||
[[module.mounts]]
|
||||
source = "static"
|
||||
target = "static"
|
||||
|
||||
[[module.mounts]]
|
||||
source = "assets/graphics"
|
||||
target = "assets/graphics"
|
||||
|
@ -44,6 +53,14 @@ target = "assets/scripts/popper"
|
|||
source = "./node_modules/bootstrap/scss"
|
||||
target = "assets/styles/bootstrap"
|
||||
|
||||
[[module.mounts]]
|
||||
source = "./node_modules/bootswatch/dist/"
|
||||
target = "assets/styles/bootswatch"
|
||||
|
||||
[[module.mounts]]
|
||||
source = "./node_modules/@openfonts/nunito-sans_all"
|
||||
target = "static/fonts/nunito-sans"
|
||||
|
||||
[[module.mounts]]
|
||||
source = "./node_modules/bootstrap/dist/js"
|
||||
target = "assets/scripts/bootstrap"
|
||||
|
@ -59,3 +76,7 @@ target = "assets/scripts/jquery"
|
|||
[[module.mounts]]
|
||||
source = "./node_modules/jquery-mask-plugin/dist"
|
||||
target = "assets/scripts/jquery-mask-plugin"
|
||||
|
||||
[[module.mounts]]
|
||||
source = "./node_modules/masonry-layout/dist"
|
||||
target = "assets/scripts/masonry"
|
||||
|
|
|
@ -1,164 +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
|
||||
layout: _default/list
|
||||
---
|
||||
|
||||
<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>
|
88
content/_index.md
Normal file
|
@ -0,0 +1,88 @@
|
|||
---
|
||||
title: Home
|
||||
cardImage: charolette
|
||||
cardImageDescription: She almost looks like she's in her native country again.
|
||||
motto: <small>My name is Thomas Christensen</small><br />I am Milliron X
|
||||
description: The homepage of Thomas A. Christensen II
|
||||
layout: _default/list
|
||||
menu:
|
||||
main:
|
||||
params:
|
||||
icon: home
|
||||
weight: -1000
|
||||
---
|
||||
|
||||
## What is a "Milliron X"?
|
||||
|
||||
It's a [cattle brand](https://en.wikipedia.org/wiki/Livestock_branding), of
|
||||
course! My cattle brand!
|
||||
|
||||
The <dfn>milliron</dfn> 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.
|
||||
|
||||
<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.
|
||||
|
||||
Together, these two symbols represent the qualities I strive for in each of my
|
||||
works: authenticity, originality, power, depth, and prestige.
|
||||
|
||||
## Who am I?
|
||||
|
||||
{{< imgproc me-and-lady Resize "768x" "float-right" >}} Image courtesy
|
||||
[Guy McCutcheon Photography](https://www.guymccutcheon.com/) {{< /imgproc >}}
|
||||
|
||||
I am
|
||||
|
||||
- 🧬 A bioinformatician (by profession)
|
||||
- 📐 An engineer (by education)
|
||||
- 🐂 A rancher (by lifestyle)
|
||||
- 🖥️ A techie (self-taught)
|
||||
- 🎥 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 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.
|
||||
|
||||
_<abbr
|
||||
title="Born again, fundamentalist, dispensationalist, King James Bible-believing, independent Baptist"
|
||||
>Christian</abbr
|
||||
>, American, Convervative, Pro-gun, Heterosexual - any questions?_
|
||||
|
||||
## Where am I?
|
||||
|
||||
{{< imgproc wy-in-ks Resize "768x" "float-left" / >}}
|
||||
|
||||
I am a Wyomingite sojurning in Kansas. That ought to lead to some interesting
|
||||
stories.
|
||||
|
||||
Around the web you can find me at (in order of subjective importance)
|
||||
|
||||
- {{< fa github >}} GitHub: [@MillironX](https://github.com/MillironX)
|
||||
- {{< fa orcid >}} ORDiD:
|
||||
[0000-0003-1219-9320](https://orcid.org/0000-0003-1219-9320)
|
||||
- {{< fa gitlab >}} GitLab: [@MillironX](https://gitlab.com/MillironX)
|
||||
- {{< fa vimeo >}} Vimeo:
|
||||
[Thomas Christensen II](https://vimeo.com/tchristensenii)
|
||||
- {{< fa stack-overflow >}} StackExchange:
|
||||
[Milliron X](https://stackexchange.com/users/4863541/milliron-x)
|
||||
- {{< fa steam >}} Steam: [MillironX](https://steamcommunity.com/id/millironx)
|
||||
|
||||
This list is intended to verify my identity on other sites. Please do _not_ use
|
||||
it as fodder to try and "follow" me on each of these platforms. I stand with
|
||||
RMS:
|
||||
|
||||
{{< blockquote "Richard Stallman _in_ [If you feel your organization needs a 'presence' in Facebook](https://stallman.org/facebook-presence.html)" >}}
|
||||
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.
|
||||
{{< /blockquote >}}
|
||||
|
||||
I typically don't respond to inquiries made on these platforms. Please use
|
||||
[my contact form](/contact), instead.
|
||||
|
||||
</div>
|
||||
</div>
|
|
@ -1,7 +1,26 @@
|
|||
---
|
||||
title: Academic Publications and Presentations
|
||||
motto: Academic Publications and Presentations
|
||||
motto: Publications and Presentations
|
||||
cardImage: library
|
||||
cardImageDescription:
|
||||
Personally, I preferred the Owen Library in Pullman seven miles west
|
||||
description: A list of my academic publications
|
||||
menu:
|
||||
main:
|
||||
name: Academia
|
||||
params:
|
||||
icon: university
|
||||
weight: 20
|
||||
fa-thumbnail: university
|
||||
---
|
||||
|
||||
### Academic Papers
|
||||
> I have spent too long in school and not enough time in the middle of nowhere
|
||||
>
|
||||
> -- Baxter Black, DVM
|
||||
|
||||
During my time in academia, I have amassed a few notable accomplishments. Of
|
||||
course, as the old saying goes, "if it isn't published, then it never happened,"
|
||||
so here is a list of everything that actually happened. Several of these
|
||||
articles are also available on
|
||||
[my Google Scholar page](https://scholar.google.com/citations?user=gbP4RDgAAAAJ),
|
||||
but this is the complete list.
|
||||
|
|
|
@ -4,16 +4,17 @@ date: 2019-05-14
|
|||
cardImage: cannulated-cows
|
||||
draft: false
|
||||
featured: true
|
||||
keywords:
|
||||
tags:
|
||||
- chemical engineering
|
||||
- AIChE
|
||||
- radiation
|
||||
- rumen
|
||||
- microbial electrolysis cells
|
||||
medium: thesis
|
||||
authors:
|
||||
categories:
|
||||
- thesis
|
||||
people:
|
||||
- Thomas A. Christensen II
|
||||
link: "/academia/cheme-car/cud_cheme_car_web.pdf"
|
||||
link: https://doi.org/10.15786/13700938.v1
|
||||
journal: "University of Wyoming Honors Program"
|
||||
location: "Laramie, Wyoming"
|
||||
---
|
||||
|
|
BIN
content/academia/cheme-car/thumbnail.jpg
Executable file
After Width: | Height: | Size: 1.5 MiB |
|
@ -4,8 +4,9 @@ date: 2018-08-01
|
|||
cardImage: library
|
||||
draft: false
|
||||
featured: false
|
||||
medium: presentation
|
||||
authors:
|
||||
categories:
|
||||
- presentation
|
||||
people:
|
||||
- Thomas A. Christensen II
|
||||
journal: "Idaho INBRE Summer Research Conference"
|
||||
location: "Moscow, Idaho"
|
||||
|
|
|
@ -1,15 +1,18 @@
|
|||
---
|
||||
title: "Investigation of Hydronium Diffusion in Poly(vinyl alcohol) Hydrogels: A Critical First Step to Describe Acid Transport for Encapsulated Bioremediation"
|
||||
title:
|
||||
"Investigation of Hydronium Diffusion in Poly(vinyl alcohol) Hydrogels: A
|
||||
Critical First Step to Describe Acid Transport for Encapsulated Bioremediation"
|
||||
date: 2022-09-02
|
||||
featured: false
|
||||
keywords:
|
||||
tags:
|
||||
- diffusion
|
||||
- hydrogels
|
||||
- ionic strength
|
||||
- polymers
|
||||
- transport properties
|
||||
medium: paper
|
||||
authors:
|
||||
categories:
|
||||
- paper
|
||||
people:
|
||||
- Carson J. Silsby
|
||||
- Jonathan R. Counts
|
||||
- Thomas A. Christensen II
|
||||
|
@ -20,4 +23,23 @@ link: https://doi.org/10.1021/acsestengg.2c00107
|
|||
journal: "ACS ES&T Engineering"
|
||||
---
|
||||
|
||||
Bioremediation of chlorinated aliphatic hydrocarbon-contaminated aquifers can be hindered by high contaminant concentrations and acids generated during remediation. Encapsulating microbes in hydrogels may provide a protective, tunable environment from inhibiting compounds; however, current approaches to formulate successful encapsulated systems rely on trial and error rather than engineering approaches because fundamental information on mass-transfer coefficients is lacking. To address this knowledge gap, hydronium ion mass-transfer rates through two commonly used hydrogel materials, poly(vinyl alcohol) and alginic acid, under two solidification methods (chemical and cryogenic) were measured. Variations in hydrogel crosslinking conditions, polymer composition, and solvent ionic strength were investigated to understand how each influenced hydronium ion diffusivity. A three-way ANOVA indicated that the ionic strength, membrane type, and crosslinking method significantly (_p_ < 0.001) contributed to changes in hydronium ion mass transfer. Hydronium ion diffusion increased with ionic strength, counter to what is observed in aqueous-only (no polymer) solutions. Co-occurring mechanisms correlated to increased hydronium ion diffusion with ionic strength included an increased water fraction within hydrogel matrices and hydrogel contraction. Measured diffusion rates determined in this study provide first principal design information to further optimize encapsulating hydrogels for bioremediation.
|
||||
Bioremediation of chlorinated aliphatic hydrocarbon-contaminated aquifers can be
|
||||
hindered by high contaminant concentrations and acids generated during
|
||||
remediation. Encapsulating microbes in hydrogels may provide a protective,
|
||||
tunable environment from inhibiting compounds; however, current approaches to
|
||||
formulate successful encapsulated systems rely on trial and error rather than
|
||||
engineering approaches because fundamental information on mass-transfer
|
||||
coefficients is lacking. To address this knowledge gap, hydronium ion
|
||||
mass-transfer rates through two commonly used hydrogel materials, poly(vinyl
|
||||
alcohol) and alginic acid, under two solidification methods (chemical and
|
||||
cryogenic) were measured. Variations in hydrogel crosslinking conditions,
|
||||
polymer composition, and solvent ionic strength were investigated to understand
|
||||
how each influenced hydronium ion diffusivity. A three-way ANOVA indicated that
|
||||
the ionic strength, membrane type, and crosslinking method significantly (_p_ <
|
||||
0.001) contributed to changes in hydronium ion mass transfer. Hydronium ion
|
||||
diffusion increased with ionic strength, counter to what is observed in
|
||||
aqueous-only (no polymer) solutions. Co-occurring mechanisms correlated to
|
||||
increased hydronium ion diffusion with ionic strength included an increased
|
||||
water fraction within hydrogel matrices and hydrogel contraction. Measured
|
||||
diffusion rates determined in this study provide first principal design
|
||||
information to further optimize encapsulating hydrogels for bioremediation.
|
||||
|
|
|
@ -6,13 +6,14 @@ date: 2019-06-12
|
|||
cardImage: cannulated-cows
|
||||
draft: false
|
||||
featured: true
|
||||
keywords:
|
||||
tags:
|
||||
- gestation
|
||||
- metagenomics
|
||||
- microbiome
|
||||
- rumen
|
||||
medium: poster
|
||||
authors:
|
||||
categories:
|
||||
- poster
|
||||
people:
|
||||
- Thomas A. Christensen II
|
||||
- Kathy J. Austin
|
||||
- Kristi M. Cammack
|
||||
|
|
|
@ -6,14 +6,15 @@ date: 2018-10-29
|
|||
cardImage: library
|
||||
draft: false
|
||||
featured: false
|
||||
keywords:
|
||||
tags:
|
||||
- bioremediation
|
||||
- polyoxometalate
|
||||
- hydrogel polymers
|
||||
- proton transport
|
||||
- chemical engineering
|
||||
medium: poster
|
||||
authors:
|
||||
categories:
|
||||
- poster
|
||||
people:
|
||||
- Thomas A. Christensen II
|
||||
- Samuel R. Wolfe
|
||||
- Jonathan Counts
|
||||
|
|
|
@ -4,8 +4,9 @@ date: 2018-07-31
|
|||
cardImage: library
|
||||
draft: false
|
||||
featured: false
|
||||
medium: poster
|
||||
authors:
|
||||
categories:
|
||||
- poster
|
||||
people:
|
||||
- Thomas A. Christensen II
|
||||
- Jonathan Counts
|
||||
- James G. Moberly
|
||||
|
|
|
@ -5,13 +5,14 @@ title:
|
|||
date: 2022-04-27
|
||||
cardImage: cannulated-cows
|
||||
featured: true
|
||||
keywords:
|
||||
tags:
|
||||
- porcine rotavirus
|
||||
- porcine enteric disease
|
||||
- virome
|
||||
- rotavirus
|
||||
medium: paper
|
||||
authors:
|
||||
categories:
|
||||
- paper
|
||||
people:
|
||||
- Tyler Doerksen
|
||||
- Thomas A. Christensen II
|
||||
- Andrea Lu
|
||||
|
|
24
content/academia/taxprofiler.md
Normal file
|
@ -0,0 +1,24 @@
|
|||
---
|
||||
title:
|
||||
"nf-core/taxprofiler: highly parallelised and flexible pipeline for metagenomic taxonomic classification and profiling"
|
||||
date: 2023-10-23
|
||||
featured: true
|
||||
tags:
|
||||
- genomics
|
||||
categories:
|
||||
- paper
|
||||
people:
|
||||
- Sofia Stamouli
|
||||
- Moritz E. Beber
|
||||
- Tanja Normark
|
||||
- Thomas A. Christensen II
|
||||
- Lili Andersson-Li
|
||||
- Maxime Borry
|
||||
- Mahwash Jamy
|
||||
- nf-core community
|
||||
- James A. Fellows Yate
|
||||
link: https://doi.org/10.1101/2023.10.20.563221
|
||||
journal: bioRxiv
|
||||
---
|
||||
|
||||
Metagenomic classification tackles the problem of characterising the taxonomic source of all DNA sequencing reads in a sample. A common approach to address the differences and biases between the many different taxonomic classification tools is to run metagenomic data through multiple classification tools and databases. This, however, is a very time-consuming task when performed manually - particularly when combined with the appropriate preprocessing of sequencing reads before the classification. Here we present nf-core/taxprofiler, a highly parallelised read-processing and taxonomic classification pipeline. It is designed for the automated and simultaneous classification and/or profiling of both short- and long-read metagenomic sequencing libraries against a 11 taxonomic classifiers and profilers as well as databases within a single pipeline run. Implemented in Nextflow and as part of the nf-core initiative, the pipeline benefits from high levels of scalability and portability, accommodating from small to extremely large projects on a wide range of computing infrastructure. It has been developed following best-practise software development practises and community support to ensure longevity and adaptability of the pipeline, to help keep it up to date with the field of metagenomics.
|
|
@ -6,14 +6,15 @@ date: 2020-08-07
|
|||
cardImage: library
|
||||
draft: false
|
||||
featured: true
|
||||
keywords:
|
||||
tags:
|
||||
- bioremediation
|
||||
- polyoxometalate
|
||||
- hydrogel polymers
|
||||
- proton transport
|
||||
- chemical engineering
|
||||
medium: thesis
|
||||
authors:
|
||||
categories:
|
||||
- thesis
|
||||
people:
|
||||
- Thomas A. Christensen II
|
||||
link: "https://www.proquest.com/dissertations-theses/polyoxometalate-incorporation-effects-on-proton/docview/2502214356/se-2"
|
||||
journal: "University of Idaho"
|
||||
|
|
|
@ -1,12 +0,0 @@
|
|||
---
|
||||
title: Artificial Insemination
|
||||
cardImage: Ai-calf
|
||||
motto: Artificial Insemination
|
||||
---
|
||||
|
||||
I am licensed in the Great State of Wyoming as a food animal artificial
|
||||
insemination technician, which means I can legally AI cows, goats, and sheep.
|
||||
Practically speaking, I have only ever AIed cows, but my conception rates are
|
||||
very good for both beef and dairy cows. When (if?) I standardize my rates, I
|
||||
will include them here. Until then, you will have to [contact me](/contact)
|
||||
directly and we can negotiate prices then.
|
|
@ -17,9 +17,9 @@ McGee does just that.
|
|||
|
||||
### [Enoch the Cow Vet](https://youtube.com/channel/UC6PPmHUbcdOSzX5tLB3uXdw)
|
||||
|
||||
A veternarian/agricultural channel that doesn't make me cringe. "God built these
|
||||
things for cows for vets ... [there are] so many aspects of the cow that are
|
||||
just designed for vets." Amen, Enoch. Amen.
|
||||
A veterinarian/agricultural channel that doesn't make me cringe. "God built
|
||||
these things for cows for vets ... [there are] so many aspects of the cow that
|
||||
are just designed for vets." Amen, Enoch. Amen.
|
||||
|
||||
### [Proglogion](https://blog.drwile.com/)
|
||||
|
||||
|
|
9
content/code/_index.md
Normal file
|
@ -0,0 +1,9 @@
|
|||
---
|
||||
menu:
|
||||
main:
|
||||
name: Code
|
||||
params:
|
||||
icon: code
|
||||
link: https://code.millironx.com
|
||||
weight: 50
|
||||
---
|
|
@ -1,20 +1,27 @@
|
|||
---
|
||||
title: Contact Me
|
||||
cardImage: venice-mailbox
|
||||
cardImageDescription:
|
||||
This mailbox was used for reporting public health offenses in Venice. It
|
||||
survived the wrath of Napoleon because it didn't look enough like a lion.
|
||||
motto: Contact Me
|
||||
description: Contact form to get ahold of me
|
||||
date: 2023-07-01
|
||||
menu:
|
||||
main:
|
||||
name: Contact
|
||||
params:
|
||||
icon: file-signature
|
||||
weight: 1
|
||||
fa-thumbnail: file-signature
|
||||
validation: true
|
||||
---
|
||||
|
||||
<form
|
||||
class="form-horizontal"
|
||||
action="https://usebasin.com/f/787df7bfd22e"
|
||||
method="post"
|
||||
>
|
||||
<form action="https://usebasin.com/f/787df7bfd22e" method="post">
|
||||
<fieldset>
|
||||
<legend>Contact Me</legend>
|
||||
<input type="hidden" name="_gotcha" />
|
||||
<div class="form-group">
|
||||
<label for="name" class="col-lg-2 control-label">Name</label>
|
||||
<div class="col-lg-10">
|
||||
<label for="name">Name</label>
|
||||
<input
|
||||
type="text"
|
||||
class="form-control"
|
||||
|
@ -23,11 +30,7 @@ motto: Contact Me
|
|||
placeholder="Jay Lush"
|
||||
required
|
||||
/>
|
||||
</div>
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<label for="email" class="col-lg-2 control-label">Email</label>
|
||||
<div class="col-lg-10">
|
||||
<label for="email">Email</label>
|
||||
<input
|
||||
type="email"
|
||||
class="form-control"
|
||||
|
@ -36,11 +39,7 @@ motto: Contact Me
|
|||
placeholder="jlush@iastate.edu"
|
||||
required
|
||||
/>
|
||||
</div>
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<label for="phone" class="col-lg-2 control-label">Phone number</label>
|
||||
<div class="col-lg-10">
|
||||
<label for="phone">Phone number</label>
|
||||
<input
|
||||
type="tel"
|
||||
class="form-control"
|
||||
|
@ -48,11 +47,7 @@ motto: Contact Me
|
|||
name="phone"
|
||||
placeholder="(515) 294-2160"
|
||||
/>
|
||||
</div>
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<label for="subject" class="col-lg-2 control-label">Subject</label>
|
||||
<div class="col-lg-10">
|
||||
<label for="subject">Subject</label>
|
||||
<input
|
||||
type="text"
|
||||
class="form-control"
|
||||
|
@ -61,11 +56,7 @@ motto: Contact Me
|
|||
placeholder="Beef genetics"
|
||||
required
|
||||
/>
|
||||
</div>
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<label for="message" class="col-lg-2 control-label">Message</label>
|
||||
<div class="col-lg-10">
|
||||
<label for="message">Message</label>
|
||||
<textarea
|
||||
rows="5"
|
||||
class="form-control font-sans"
|
||||
|
@ -74,15 +65,9 @@ motto: Contact Me
|
|||
required
|
||||
style="min-height: 72pt;"
|
||||
></textarea>
|
||||
</div>
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<div class="col-lg-10 col-lg-offset-2">
|
||||
<button type="reset" class="btn btn-default">Cancel</button>
|
||||
<button type="submit" class="btn btn-primary pageclip-form__submit">
|
||||
<span>Submit</span>
|
||||
</button>
|
||||
</div>
|
||||
</div>
|
||||
</fieldset>
|
||||
</form>
|
||||
|
|
9
content/login/index.md
Normal file
|
@ -0,0 +1,9 @@
|
|||
---
|
||||
menu:
|
||||
main:
|
||||
name: Login
|
||||
params:
|
||||
icon: right-to-bracket
|
||||
link: https://youtu.be/dQw4w9WgXcQ
|
||||
weight: 99
|
||||
---
|
30
content/people/thomas-a.-christensen-ii/_index.md
Normal file
|
@ -0,0 +1,30 @@
|
|||
---
|
||||
title: "Thomas A. Christensen II"
|
||||
menu:
|
||||
main:
|
||||
name: About
|
||||
params:
|
||||
icon: circle-info
|
||||
weight: -900
|
||||
accounts:
|
||||
chocolatey: millironx
|
||||
codeberg: millironx
|
||||
ebay: millironx
|
||||
epic: millironx
|
||||
google-scholar: gbP4RDgAAAAJ
|
||||
github: MillironX
|
||||
gitlab: millironx
|
||||
hacker-news: millironx
|
||||
internet-archive: millironx
|
||||
lutris: MillironX
|
||||
matrix: "@millironx:matrix.org"
|
||||
orcid: 0000-0003-1219-9320
|
||||
pandora: ccleathercraft
|
||||
quay: millironx
|
||||
spotify: ctr31wfst0f9bg31vbbq8qe7n
|
||||
steam: millironx
|
||||
vimeo: tchristensenii
|
||||
zotero: millironx
|
||||
---
|
||||
|
||||
I'm a Wyomingite in Kansas.
|
13
content/posts/_index.md
Normal file
|
@ -0,0 +1,13 @@
|
|||
---
|
||||
title: "ChemE Cows"
|
||||
cardImage: saddles
|
||||
motto:
|
||||
ChemE Cows<br /><small>A blog about cattle, technology, or anything remotely
|
||||
affecting either of them</small>
|
||||
menu:
|
||||
main:
|
||||
name: Blog
|
||||
params:
|
||||
icon: block-quote
|
||||
weight: 2
|
||||
---
|
|
@ -1,7 +1,19 @@
|
|||
---
|
||||
title: Videos
|
||||
cardImage: camera
|
||||
cardImageDescription:
|
||||
Isn't it a shame that the company that brought photography to the masses is
|
||||
basically out of business now?
|
||||
motto: Videography Portfolio
|
||||
description: Showcase of my own videos
|
||||
menu:
|
||||
main:
|
||||
params:
|
||||
icon: video
|
||||
link: https://video.millironx.com
|
||||
weight: 50
|
||||
fa-thumbnail: video
|
||||
link: https://video.millironx.com
|
||||
---
|
||||
|
||||
> ### The culmination of all art forms is that of film.
|
||||
|
@ -11,6 +23,6 @@ and stunning as sculpture, a rhythm as driving and delicate as poetry, frame
|
|||
compositions more stellar that those of photography, and music that speaks to
|
||||
the souls of both the characters on screen and the viewers off.
|
||||
|
||||
But I digress. Most of my forays into the world of film are immortalized on [my
|
||||
Vimeo account](https://vimeo.com/tchristensenii), but I decided to share a few
|
||||
highlights here. Enjoy!
|
||||
But I digress. Most of my forays into the world of film are immortalized on
|
||||
[my Peertube channel](https://video.millironx.com/c/mix_studios/videos), but I
|
||||
decided to share a few highlights here. Enjoy!
|
||||
|
|
|
@ -1,12 +0,0 @@
|
|||
---
|
||||
title: "Farm Bureau Ag Olympics Reel"
|
||||
date: 2017-02-16
|
||||
storage: yt
|
||||
storageId: jhLJp3OFsYM
|
||||
thumbnail: https://i.ytimg.com/vi_webp/jhLJp3OFsYM/maxresdefault.webp
|
||||
---
|
||||
|
||||
The Albany County Farm Bureau Young Farmer's and Rancher's committee asked me to
|
||||
come and shoot a highlight reel of the Ag Olympics booth they ran at the Wyoming
|
||||
Football Wyoming Needs Agriculture Day. I gave away all rights to this one
|
||||
except for bragging rights.
|
|
@ -1,11 +0,0 @@
|
|||
---
|
||||
title: If You Come Out to the Fair
|
||||
date: 2016-10-13
|
||||
storage: vimeo
|
||||
storageId: 191326975
|
||||
thumbnail: https://i.vimeocdn.com/video/604398739-ad61494f60c56836508e11001b39ad5228c2cc41c2b7ab1ca6f1bc8255a173e2-d?mw=1200&mh=675&q=70
|
||||
---
|
||||
|
||||
My extension agent asked me to make a promotional video for our county fair.
|
||||
This is the only film of mine that has drawn an emotional response. I think I
|
||||
retired after this.
|
|
@ -1,12 +0,0 @@
|
|||
---
|
||||
title: In The Hayfields
|
||||
date: 2015-10-05
|
||||
storage: vimeo
|
||||
storageId: 144811104
|
||||
thumbnail: https://i.vimeocdn.com/video/542754357-e316fb6ef98be3ed442c582ff2982f9a00c79c854c3afd2a07ed17f985bde60d-d?mw=1200&mh=675&q=70
|
||||
---
|
||||
|
||||
I always get the comment that our implements are _old_ whenever I show this
|
||||
video off. I just ignore the naysayers, though, and good thing, too, because a
|
||||
version of this video won a [GoPro Award](https://gopro.com/awards). Still
|
||||
waiting to see my footage on their channel, though.
|
|
@ -1,14 +0,0 @@
|
|||
---
|
||||
title: "Non. Verum: The Mystery Killer"
|
||||
date: 2015-06-12
|
||||
storage: vimeo
|
||||
storageId: 130557155
|
||||
thumbnail: https://i.vimeocdn.com/video/522472352-4e0adaa9150464843aff5ffd20540b1cf98912536bcd847892a759fa82fe1725-d?mw=1200&mh=675&q=70
|
||||
---
|
||||
|
||||
My first ~~documentary~~ mockumentary. This film won 2{{< sup nd >}} place at
|
||||
the [2016 National 4-H Film Festival](http://4h.missouri.edu/filmfest4h/), and
|
||||
I've been told that it's more polished than the pieces done by the local TV
|
||||
stations. No one seems to think it's funny, though, so I'm not sure how
|
||||
successful it was. Please do me a favor and google **every** term you don't
|
||||
understand while watching it, and perhaps you'll fare better.
|
|
@ -1,10 +0,0 @@
|
|||
---
|
||||
title: My Websites
|
||||
cardImage: eclipse
|
||||
motto: Websites
|
||||
---
|
||||
|
||||
I do occasionally build websites for myself and other people. Here is a list of
|
||||
websites I have contributed code to directly, in a vain attempt to gain each of
|
||||
them some
|
||||
[search engine cred](https://en.wikipedia.org/wiki/Search_engine_optimization).
|
|
@ -1,11 +0,0 @@
|
|||
---
|
||||
title: Milliron X
|
||||
date: 2022-03-01
|
||||
platform: Hugo
|
||||
platformIcon: fab fa-golang
|
||||
platformURL: https://gohugo.io/
|
||||
deployURL: https://millironx.com
|
||||
sourceURL: https://github.com/MillironX/millironx.github.io
|
||||
---
|
||||
|
||||
Lo and behold: I made my own website!
|
Before Width: | Height: | Size: 1.3 MiB |
|
@ -1,14 +0,0 @@
|
|||
---
|
||||
title: Albany County 4-H Record Books
|
||||
date: 2019-08-10
|
||||
platform: Plain ol' HTML5
|
||||
platformIcon: fab fa-html5
|
||||
platformURL: https://www.w3.org/html/
|
||||
deployURL: http://wyoming4h.org/albany4h/record-book
|
||||
sourceURL: https://github.com/MillironX/4h-record-books
|
||||
---
|
||||
|
||||
I constructed this site to hold the record book helps of the rebellious Albany
|
||||
County, Wyoming. Due to the bureaucratic lag that it takes to update, it got
|
||||
updated just in time for Wyoming 4-H to ditch paper record books entirely. Oh,
|
||||
well.
|
Before Width: | Height: | Size: 420 KiB |
8
default.nix
Normal file
|
@ -0,0 +1,8 @@
|
|||
{ pkgs ? import (fetchTarball "https://github.com/NixOS/nixpkgs/archive/994e2ef9e9c70b4dd7257f73452a94e871723685.tar.gz") {} }:
|
||||
|
||||
pkgs.mkShell {
|
||||
buildInputs = [
|
||||
pkgs.hugo
|
||||
pkgs.nodejs
|
||||
];
|
||||
}
|
|
@ -4,130 +4,60 @@
|
|||
<meta charset="utf-8" />
|
||||
<meta http-equiv="x-ua-compatible" content="ie=edge" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
{{ with .Description }}
|
||||
<meta name="description" content="{{ . }}" />
|
||||
{{ end }}
|
||||
<title>{{ .Title }} - {{ .Site.Title }}</title>
|
||||
{{ $twbscss := resources.Get "styles/bootstrap/bootstrap.scss" | resources.ToCSS }}
|
||||
{{ $mycss := resources.Get "styles/main.css" }}
|
||||
{{ $allcss := slice $twbscss $mycss | resources.Concat "css/bundle.css" }}
|
||||
{{ $allcsspure := $allcss | resources.PostCSS (dict "nomap" true) | minify | fingerprint | resources.PostProcess }}
|
||||
<link href="{{ $allcsspure.Permalink }}" rel="stylesheet" />
|
||||
{{ $twbssass := resources.Get "styles/millironx.css" }}
|
||||
{{ $twbssass = $twbssass | resources.PostCSS | minify | resources.PostProcess }}
|
||||
<link href="{{ $twbssass.RelPermalink }}" rel="stylesheet" />
|
||||
</head>
|
||||
|
||||
{{ $millironx := resources.Get "graphics/millironx.svg" }}
|
||||
|
||||
|
||||
<body>
|
||||
<div class="container-fluid">
|
||||
<div class="row wrapper min-vh-100 flex-column flex-sm-row">
|
||||
<aside class="col-12 col-md-3 p-0 bg-dark flex-shrink-1">
|
||||
<nav
|
||||
class="navbar navbar-expand-md navbar-dark bg-dark align-items-start flex-md-column flex-row"
|
||||
>
|
||||
<div class="container-fluid">
|
||||
<a class="navbar-brand d-block d-md-none" href="#">
|
||||
<object
|
||||
class="d-inline-block align-text-top"
|
||||
width="80"
|
||||
height="24"
|
||||
style="filter: invert(100%)"
|
||||
data="{{ $millironx.Permalink }}"
|
||||
>
|
||||
<img src="{{ $millironx.Permalink }}" alt="Milliron X" />
|
||||
<header>
|
||||
<object data="{{ $millironx.RelPermalink }}">
|
||||
<img src="{{ $millironx.RelPermalink }}" alt="Milliron X" />
|
||||
</object>
|
||||
 
|
||||
<span class="font-small-caps font-serif">Milliron X</span>
|
||||
</a>
|
||||
<a
|
||||
href
|
||||
class="navbar-toggler"
|
||||
data-bs-toggle="collapse"
|
||||
data-bs-target=".sidebar"
|
||||
>
|
||||
<span class="navbar-toggler-icon"></span>
|
||||
</a>
|
||||
<div class="collapse navbar-collapse sidebar">
|
||||
<ul
|
||||
class="flex-column navbar-nav w-100 justify-content-between"
|
||||
>
|
||||
<li class="nav-item">
|
||||
<a class="nav-link pl-0" href="/"
|
||||
><i class="fad fa-home fa-fw"></i>
|
||||
<span class="">Home</span></a
|
||||
>
|
||||
</li>
|
||||
<li class="nav-item">
|
||||
<a class="nav-link pl-0" href="/contact"
|
||||
><i class="fad fa-file-signature fa-fw"></i>
|
||||
<span class="">Contact</span></a
|
||||
>
|
||||
</li>
|
||||
<li class="nav-item">
|
||||
<a class="nav-link pl-0" href="/academia"
|
||||
><i class="fad fa-university fa-fw"></i>
|
||||
<span class="">Academia</span></a
|
||||
>
|
||||
</li>
|
||||
<li class="nav-item">
|
||||
<a class="nav-link pl-0" href="/ai">
|
||||
<i class="fax fa-bull-sperm"></i>
|
||||
<span class="">Artificial Insemination</span
|
||||
>
|
||||
</a>
|
||||
</li>
|
||||
<li class="nav-item">
|
||||
<a class="nav-link pl-0" href="/videos"
|
||||
><i class="fad fa-video fa-fw"></i>
|
||||
<span class="">Videos</span></a
|
||||
>
|
||||
</li>
|
||||
<li class="nav-item">
|
||||
<a class="nav-link pl-0" href="/websites"
|
||||
><i class="fad fa-browser fa-fw"></i>
|
||||
<span class="">Websites</span></a
|
||||
>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</nav>
|
||||
</aside>
|
||||
<main class="col bg-faded py-3 gx-0">
|
||||
<div class="container">
|
||||
<header class="d-none d-sm-none d-md-block text-center">
|
||||
<h1 class="font-serif font-small-caps">
|
||||
<object data="{{ $millironx.Permalink }}">
|
||||
<img src="{{ $millironx.Permalink }}" alt="Milliron X" />
|
||||
</object>
|
||||
  Milliron X
|
||||
</h1>
|
||||
<h1 class="font-small-caps">Milliron X</h1>
|
||||
</header>
|
||||
</div>
|
||||
<div class="row">
|
||||
{{ partial "sidebar" . }}
|
||||
<main>
|
||||
{{ block "main" . }}
|
||||
<section class="container-fluid list-main">
|
||||
<div class="container px-5">
|
||||
{{ .Content }}
|
||||
</div>
|
||||
</section>
|
||||
{{ end }}
|
||||
</main>
|
||||
</div>
|
||||
</div>
|
||||
<!-- Font Awesome -->
|
||||
{{ $fontawesome := resources.Get "scripts/fa-icons.js" | js.Build "js/fontawesome.js" | minify | fingerprint }}
|
||||
<script src="{{ $fontawesome.Permalink }}"></script>
|
||||
<footer>
|
||||
{{ $brandedbull := resources.Get "graphics/brandedbull.svg" }}
|
||||
{{ $brandedbullsmall := $brandedbull | resources.Minify }}
|
||||
<img src="{{ $brandedbullsmall.RelPermalink }}" height="95rem" />
|
||||
|
||||
<!-- JQuery -->
|
||||
{{ $jquery := resources.Get "scripts/jquery/jquery.min.js" }}
|
||||
{{ $jqmaskjs := resources.Get "scripts/jquery-mask-plugin/jquery.mask.min.js" }}
|
||||
{{ $fittextjs := resources.Get "scripts/fittext/jquery.fittext.js" | minify }}
|
||||
{{ $scrolljs := resources.Get "scripts/scroll-effect.js" | minify }}
|
||||
{{ $maskjs := resources.Get "scripts/phone-masking.js" | minify }}
|
||||
{{ $jquerybundle := slice $jquery $jqmaskjs $fittextjs $scrolljs $maskjs | resources.Concat "js/jquery-bundle.js" | fingerprint }}
|
||||
<script src="{{ $jquerybundle.Permalink }}"></script>
|
||||
<p>
|
||||
© {{ .Date | time.Format "2006" }} Thomas A. Christensen II
|
||||
<br />
|
||||
Licensed
|
||||
<a rel="license" href="http://creativecommons.org/licenses/by/4.0/"
|
||||
>CC-BY 4.0</a
|
||||
>
|
||||
<br />
|
||||
Built with <a href="https://gohugo.io">Hugo</a> v{{ hugo.Version }}
|
||||
</p>
|
||||
</footer>
|
||||
|
||||
<!-- Bootstrap -->
|
||||
{{ $popperjs := resources.Get "scripts/popper/popper.min.js" }}
|
||||
{{ $twbsjs := resources.Get "scripts/bootstrap/bootstrap.min.js" }}
|
||||
{{ $ttjs := resources.Get "scripts/tooltip-enable.js" | minify }}
|
||||
{{ $bootstrapbundle := slice $popperjs $twbsjs $ttjs | resources.Concat "js/bootstrap-bundle.js" | fingerprint }}
|
||||
<script src="{{ $bootstrapbundle.Permalink }}"></script>
|
||||
{{ with .Params.validation }}
|
||||
{{- partial "form-validation.html" -}}
|
||||
{{ end }}
|
||||
|
||||
|
||||
<!-- GoatCounter -->
|
||||
<script
|
||||
data-goatcounter="https://millironx.goatcounter.com/count"
|
||||
async
|
||||
src="//gc.zgo.at/count.js"
|
||||
></script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -1,11 +1,91 @@
|
|||
|
||||
{{ define "main" }}
|
||||
{{ partial "scrolling-image-header" . }}
|
||||
<section class="container-fluid list-main">
|
||||
<div class="container px-5">
|
||||
{{ partial "scrolling-image-header" . }}
|
||||
<section>
|
||||
<div>
|
||||
{{ block "content" . }}
|
||||
{{ .Content }}
|
||||
{{ end }}
|
||||
</div>
|
||||
</section>
|
||||
|
||||
{{ range .Pages }}
|
||||
<div class="card">
|
||||
{{ partial "category-button" . }}
|
||||
|
||||
{{ with .Param "fa-thumbnail" }}
|
||||
<div class="card-header">
|
||||
<div class="thumb-icon-wrapper">
|
||||
<span class="thumb-icon-badge">
|
||||
{{- partial "fa.html" . -}}
|
||||
</span>
|
||||
</div>
|
||||
</div>
|
||||
{{ end }}
|
||||
|
||||
{{/* Thumbnail images should be stored as 'thumbnail'.* in the page bundle, but
|
||||
historically they might have been referenced as 'thumbnail' in the front
|
||||
matter, or (even more historically) as 'cardImage'. Use scratch to
|
||||
normalize all these different systems.
|
||||
*/}}
|
||||
{{ $bundleGlob := "thumbnail.*" }}
|
||||
{{ $frontThumbGlob := print "images/" (.Params.thumbnail) ".*" }}
|
||||
{{ $frontCardGlob := print "images/" (.Params.cardImage) ".jpg" }}
|
||||
{{ $allThumbnailGlob := print "{" $frontThumbGlob "," $frontCardGlob "," $bundleGlob "}" }}
|
||||
{{ with .Resources.GetMatch $allThumbnailGlob }}
|
||||
{{ $thumbnail := . }}
|
||||
{{ $thumbnailResized := $thumbnail.Resize "600x" }}
|
||||
|
||||
|
||||
<div class="card-header">
|
||||
<img
|
||||
class="img-thumbnail"
|
||||
src="{{ $thumbnailResized.RelPermalink }}"
|
||||
alt="Thumbnail of {{ .Title }}"
|
||||
/>
|
||||
</div>
|
||||
{{ end }}
|
||||
|
||||
|
||||
<div class="card-body">
|
||||
{{/* Prefer full-text links over local ones */}}
|
||||
<div class="card-title">
|
||||
{{ $link := default .RelPermalink (index .Params "link") }}
|
||||
<a href="{{ $link }}"><h3>{{ .Title }}</h3></a>
|
||||
</div>
|
||||
|
||||
<div>
|
||||
{{ dateFormat "02 Jan 2006" .Date }}
|
||||
</div>
|
||||
|
||||
{{ range (.GetTerms "people") }}
|
||||
<a
|
||||
href="{{ .RelPermalink }}"
|
||||
class="card-link {{ if eq .LinkTitle "Thomas A. Christensen II" }}
|
||||
bolder
|
||||
{{ end }}"
|
||||
>{{- partial "fa.html" "user" }} {{ .LinkTitle }}</a
|
||||
>
|
||||
{{ end }}
|
||||
|
||||
|
||||
<p class="card-text">
|
||||
{{ .Summary }}
|
||||
<strong
|
||||
><small
|
||||
><a href="{{ $link }}">Read more »</a></small
|
||||
></strong
|
||||
>
|
||||
</p>
|
||||
|
||||
<div class="card-footer">
|
||||
{{ range (.GetTerms "tags") }}
|
||||
<a href="{{ .RelPermalink }}" class="icon-link card-link"
|
||||
>{{- partial "fa.html" "tag" }} {{ .LinkTitle }}</a
|
||||
>
|
||||
{{ end }}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<!-- </card> -->
|
||||
{{ end }}
|
||||
</section>
|
||||
{{ end }}
|
||||
|
|
|
@ -1,8 +1,3 @@
|
|||
{{ define "main" }}
|
||||
|
||||
<section class="container-fluid list-main">
|
||||
<div class="container px-5">
|
||||
{{ .Content }}
|
||||
</div>
|
||||
</section>
|
||||
{{ .Content }}
|
||||
{{ end }}
|
||||
|
|
|
@ -1,24 +0,0 @@
|
|||
{{ define "main" }}
|
||||
{{ partial "scrolling-image-header" . }}
|
||||
<section class="container-fluid list-main">
|
||||
<div class="container px-5">
|
||||
|
||||
|
||||
|
||||
<h2>Selected Presentations</h2>
|
||||
{{ $featuredpubs := where .Pages ".Params.featured" "==" true }}
|
||||
{{ range $featuredpubs }}
|
||||
{{ .Scratch.Set "showAbstract" true }}
|
||||
{{ partial "academia/list-single.html" . }}
|
||||
{{ end }}
|
||||
<hr />
|
||||
<h2>Other Presentations</h2>
|
||||
{{ $nonfeaturedpubs := where .Pages ".Params.featured" "==" false }}
|
||||
{{ range $nonfeaturedpubs }}
|
||||
{{ partial "academia/list-single.html" . }}
|
||||
{{ end }}
|
||||
|
||||
|
||||
</div>
|
||||
</section>
|
||||
{{ end }}
|
|
@ -1,27 +1,27 @@
|
|||
{{ define "main" }}
|
||||
<section class="container-fluid list-main">
|
||||
<div class="container px-5">
|
||||
<section>
|
||||
<h5>
|
||||
{{ .Params.journal }}{{ with .Params.location }}: {{ . }}{{ end }}
|
||||
</h5>
|
||||
<h2>{{ .Title }}</h2>
|
||||
<h3>
|
||||
<small>
|
||||
<ul class="list-inline">
|
||||
{{ range .Params.authors }}
|
||||
<li class="list-inline-item">{{ . }}</li>
|
||||
{{ range (.GetTerms "people") }}
|
||||
<a
|
||||
href="{{ .RelPermalink }}"
|
||||
class="card-link {{ if eq .LinkTitle "Thomas A. Christensen II" }}
|
||||
bolder
|
||||
{{ end }}"
|
||||
>{{- partial "fa.html" "user" }} {{ .LinkTitle }}</a
|
||||
>
|
||||
{{ end }}
|
||||
</ul>
|
||||
</small>
|
||||
</h3>
|
||||
<h4>{{ .Date | time.Format "January 2, 2006" }}</h4>
|
||||
{{ .Content }}
|
||||
{{ with .Params.link }}
|
||||
<div class="card border-dark m-3 p-3">
|
||||
<a href="{{ . }}">{{ . }}</a>
|
||||
<iframe src="{{ . }}" style="width: 100%; height: 75vh"></iframe>
|
||||
</div>
|
||||
{{ end }}
|
||||
</div>
|
||||
</section>
|
||||
{{ end }}
|
||||
|
|
|
@ -1,74 +0,0 @@
|
|||
<div class="d-flex py-2">
|
||||
<div class="px-2">
|
||||
{{ if eq .Params.medium "paper" }}
|
||||
{{ .Scratch.Set "fa" "fa-book" }}
|
||||
{{ else if eq .Params.medium "poster" }}
|
||||
{{ .Scratch.Set "fa" "fa-presentation" }}
|
||||
{{ else if eq .Params.medium "thesis" }}
|
||||
{{ .Scratch.Set "fa" "fa-graduation-cap" }}
|
||||
{{ else if eq .Params.medium "presentation" }}
|
||||
{{ .Scratch.Set "fa" "fa-podium" }}
|
||||
{{ else }}
|
||||
{{ .Scratch.Set "fa" "fa-notebook" }}
|
||||
{{ end }}
|
||||
|
||||
{{ $fa := (.Scratch.Get "fa") }}
|
||||
|
||||
|
||||
<h3>
|
||||
<i
|
||||
class="fad fa-fw {{ $fa }}"
|
||||
data-bs-toggle="tooltip"
|
||||
title="{{ humanize .Params.medium }}"
|
||||
></i>
|
||||
</h3>
|
||||
{{ with .Params.link }}
|
||||
<a
|
||||
class="btn btn-secondary dogear"
|
||||
href="{{ . }}"
|
||||
data-bs-toggle="tooltip"
|
||||
title="Full text"
|
||||
><i class="fad fa-file-alt"></i
|
||||
></a>
|
||||
{{ end }}
|
||||
</div>
|
||||
<div class="flex-grow-1 px-2">
|
||||
<h3>
|
||||
<a href="{{ .Permalink }}">
|
||||
{{ .Title }}
|
||||
</a>
|
||||
</h3>
|
||||
{{ $authlist := .Params.authors }}
|
||||
{{ range $idx, $auth := .Params.authors }}
|
||||
{{ if and (eq $idx (sub (len $authlist) 1)) (gt 1 (len $authlist)) }}
|
||||
and
|
||||
{{ end }}
|
||||
{{- if eq $auth "Thomas A. Christensen II" }}
|
||||
<strong>{{ $auth }}</strong>
|
||||
{{- else }}
|
||||
{{ $auth }}
|
||||
{{- end }}
|
||||
{{- if lt $idx (sub (len $authlist) 1) -}}
|
||||
,
|
||||
{{- end }}
|
||||
{{ end }}
|
||||
<br />
|
||||
{{ .Params.journal }}:
|
||||
{{ .Params.location }}
|
||||
({{ dateFormat "02 Jan 2006" .Params.date }})
|
||||
<br />
|
||||
{{ with .Params.keywords }}
|
||||
Keywords:
|
||||
{{ range . }}
|
||||
<a href="#">{{ . }}</a>
|
||||
{{ end }}
|
||||
<br />
|
||||
{{ end }}
|
||||
{{ if eq (.Scratch.Get "showAbstract") true }}
|
||||
<details>
|
||||
<summary>Abstract</summary>
|
||||
{{ .Content }}
|
||||
</details>
|
||||
{{ end }}
|
||||
</div>
|
||||
</div>
|
54
layouts/partials/account.html
Normal file
|
@ -0,0 +1,54 @@
|
|||
{{ $icons := dict
|
||||
"chocolatey" "candy-bar"
|
||||
"codeberg" "codeberg"
|
||||
"ebay" "ebay"
|
||||
"epic" "chevrons-down"
|
||||
"google-scholar" "google-scholar"
|
||||
"github" "github"
|
||||
"gitlab" "gitlab"
|
||||
"hacker-news" "hacker-news"
|
||||
"internet-archive" "university"
|
||||
"lutris" "lutris"
|
||||
"matrix" "matrix"
|
||||
"orcid" "orcid"
|
||||
"pandora" "p"
|
||||
"quay" "circle-quarters"
|
||||
"spotify" "spotify"
|
||||
"steam" "steam"
|
||||
"vimeo" "vimeo"
|
||||
"zotero" "zotero"
|
||||
}}
|
||||
|
||||
{{ $urlBases := dict
|
||||
"chocolatey" "https://community.chocolatey.org/profiles/"
|
||||
"codeberg" "https://codeberg.org/"
|
||||
"ebay" "https://www.ebay.com/usr/"
|
||||
"epid" "#"
|
||||
"google-scholar" "https://scholar.google.com/citations?user="
|
||||
"github" "https://github.com/"
|
||||
"gitlab" "https://gitlab.com/"
|
||||
"hacker-news" "https://news.ycombinator.com/user?id="
|
||||
"internet-archive" "https://archive.org/details/@"
|
||||
"lutris" "https://lutris.net/user/"
|
||||
"matrix" "https://matrix.to/#/"
|
||||
"orcid" "https://orcid.org/"
|
||||
"pandora" "https://www.pandora.com/profile/"
|
||||
"quay" "https://quay.io/user/"
|
||||
"spotify" "https://open.spotify.com/user/"
|
||||
"steam" "https://steamcommunity.com/id/"
|
||||
"vimeo" "https://vimeo.com/"
|
||||
"zotero" "https://www.zotero.org/"
|
||||
}}
|
||||
|
||||
{{ $icon := index $icons .account }}
|
||||
{{ $urlBase := index $urlBases .account }}
|
||||
|
||||
{{ $userURL := print $urlBase .username }}
|
||||
|
||||
|
||||
<a
|
||||
href="{{ $userURL }}"
|
||||
{{ if .isMe }}rel="me"{{ end }}
|
||||
title="{{ .account | humanize }}: {{ .username }}"
|
||||
>{{ partial "fa.html" $icon }}</a
|
||||
>
|