commit 30a1d891f188ce64e86faef0fc23ab19e784a474 Author: a Date: Sat Oct 10 14:09:30 2020 -0500 first commit diff --git a/archetypes/default.md b/archetypes/default.md new file mode 100644 index 0000000..00e77bd --- /dev/null +++ b/archetypes/default.md @@ -0,0 +1,6 @@ +--- +title: "{{ replace .Name "-" " " | title }}" +date: {{ .Date }} +draft: true +--- + diff --git a/config.toml b/config.toml new file mode 100644 index 0000000..e4b7418 --- /dev/null +++ b/config.toml @@ -0,0 +1,3 @@ +baseURL = "http://example.org/" +languageCode = "en-us" +title = "My New Hugo Site" diff --git a/content/experience/mastodon/index.md b/content/experience/mastodon/index.md new file mode 100644 index 0000000..a49ba48 --- /dev/null +++ b/content/experience/mastodon/index.md @@ -0,0 +1,2 @@ +--- +--- \ No newline at end of file diff --git a/content/experience/pixelfed/index.md b/content/experience/pixelfed/index.md new file mode 100644 index 0000000..a49ba48 --- /dev/null +++ b/content/experience/pixelfed/index.md @@ -0,0 +1,2 @@ +--- +--- \ No newline at end of file diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html new file mode 100644 index 0000000..1654846 --- /dev/null +++ b/layouts/_default/baseof.html @@ -0,0 +1,19 @@ + + + + + + {{ $styles := resources.Get "scss/main.scss" | toCSS | minify | fingerprint }} + + + {{ block "title" . }} + {{ .Site.Title }} + {{ end }} + + + {{ partial "site-header.html" . }} + {{ block "main" . }} + {{ end }} + {{ partial "site-footer.html" .}} + + diff --git a/layouts/_default/list.html b/layouts/_default/list.html new file mode 100644 index 0000000..7b95819 --- /dev/null +++ b/layouts/_default/list.html @@ -0,0 +1,19 @@ +{{ define "main" }} +
+ +
+ +
+
+{{ end }} \ No newline at end of file diff --git a/layouts/_default/single.html b/layouts/_default/single.html new file mode 100644 index 0000000..19cc1e6 --- /dev/null +++ b/layouts/_default/single.html @@ -0,0 +1,20 @@ +{{ define "title" }} +{{ .Title }} – {{ .Site.Title }} +{{ end }} +{{ define "main" }} +
+
+ +
+
+ {{ .TableOfContents }} + {{ .Content }} +
+
+
+
+{{ end }} diff --git a/layouts/index.html b/layouts/index.html new file mode 100644 index 0000000..66907b2 --- /dev/null +++ b/layouts/index.html @@ -0,0 +1,123 @@ +{{ define "main" }} +
+ +
+
+ Abstract illustration of a thought process +

i make order
out of chaos.

+ view my work +
+
+
+
+

my process:

+
+
+ +

information

+

i plan out the details of the project.

+
+
+ +

analysis

+

i break down info and make connections.

+
+
+ +

design

+

i construct a framework for the project.

+
+
+ +

feedback

+

i make sure to keep you in the picture.

+
+
+ +

implementation

+

i create the deliverables as discussed.

+
+
+ +

results

+

i deliver the completed project to you.

+
+
+
+
+
+
+

here's what i've done.

+
+
+ +

Mastodon
Documentation Revamp

+

Reorganizing the documentation for the Mastodon Project, while also rewriting significant portions of it.

+ Read more +
+
+ +

Pixelfed
Project Management

+

After making a masterpost of bugs and issues, I turned Pixelfed from a one-person project into a team effort.

+ Read more +
+
+ +

EFF Certbot
Namecheap Auth Hook

+

A manual authorization hook for EFF Certbot, allowing DNS-01 challenge verification with Namecheap domains.

+ View source code +
+
+ +

Mo Tarawneh
(motarawneh.org)

+

A personal website for Mo Tarawneh, inaugural chairperson of the UN CRPD and twice-elected member.

+ View site +
+
+ +

Equality Initiative
(equalityinitiative.org)

+

Nonprofit website designed for Equality Initiative in February 2014. Built with Wordpress and Divi.

+ View site archive +
+
+ +

birdsounds
(birdsounds.media)

+

birdsounds.media is my concert photography showcase and portfolio website. Built using Koken.

+ View site +
+
+
+
+
+

what others have said about me:

+
+
+ +

Khalil Saadiq

+
it's scary how much you know.
+
+
+ +

Eugen Rochko

+
bless you for being here to work on the docs btw. it's a big relief.
+
+
+ +

Daniel Supernault

+
i don't trust anyone as much as you to shape the direction of the project.
+
+
+
+
+
+{{ end }} diff --git a/layouts/partials/i18nlist.html b/layouts/partials/i18nlist.html new file mode 100644 index 0000000..50cc351 --- /dev/null +++ b/layouts/partials/i18nlist.html @@ -0,0 +1,5 @@ +{{ if .IsTranslated }} + {{ range .Translations }} + {{ .Language.LanguageName }} + {{ end }} +{{ end }} diff --git a/layouts/partials/site-footer.html b/layouts/partials/site-footer.html new file mode 100644 index 0000000..d1457b5 --- /dev/null +++ b/layouts/partials/site-footer.html @@ -0,0 +1,11 @@ + \ No newline at end of file diff --git a/layouts/partials/site-header.html b/layouts/partials/site-header.html new file mode 100644 index 0000000..81be2dc --- /dev/null +++ b/layouts/partials/site-header.html @@ -0,0 +1,22 @@ + \ No newline at end of file diff --git a/static/images/analysis.svg b/static/images/analysis.svg new file mode 100644 index 0000000..75df8a3 --- /dev/null +++ b/static/images/analysis.svg @@ -0,0 +1 @@ +detailed_analysis \ No newline at end of file diff --git a/static/images/avatar.jpg b/static/images/avatar.jpg new file mode 100644 index 0000000..089a802 Binary files /dev/null and b/static/images/avatar.jpg differ diff --git a/static/images/avatar.png b/static/images/avatar.png new file mode 100644 index 0000000..bd32319 Binary files /dev/null and b/static/images/avatar.png differ diff --git a/static/images/birdsounds.jpg b/static/images/birdsounds.jpg new file mode 100644 index 0000000..438241b Binary files /dev/null and b/static/images/birdsounds.jpg differ diff --git a/static/images/birdsounds.png b/static/images/birdsounds.png new file mode 100644 index 0000000..bd44efc Binary files /dev/null and b/static/images/birdsounds.png differ diff --git a/static/images/dansup.jpg b/static/images/dansup.jpg new file mode 100644 index 0000000..781f41e Binary files /dev/null and b/static/images/dansup.jpg differ diff --git a/static/images/design.svg b/static/images/design.svg new file mode 100644 index 0000000..0af107e --- /dev/null +++ b/static/images/design.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/images/eqin.jpg b/static/images/eqin.jpg new file mode 100644 index 0000000..5657d81 Binary files /dev/null and b/static/images/eqin.jpg differ diff --git a/static/images/eqin.png b/static/images/eqin.png new file mode 100644 index 0000000..e5e0239 Binary files /dev/null and b/static/images/eqin.png differ diff --git a/static/images/feedback.svg b/static/images/feedback.svg new file mode 100644 index 0000000..d4b492b --- /dev/null +++ b/static/images/feedback.svg @@ -0,0 +1 @@ +design_feedback \ No newline at end of file diff --git a/static/images/gargron.jpg b/static/images/gargron.jpg new file mode 100644 index 0000000..a903728 Binary files /dev/null and b/static/images/gargron.jpg differ diff --git a/static/images/khalil.jpg b/static/images/khalil.jpg new file mode 100644 index 0000000..9b514f7 Binary files /dev/null and b/static/images/khalil.jpg differ diff --git a/static/images/mastodocs.jpg b/static/images/mastodocs.jpg new file mode 100644 index 0000000..354041d Binary files /dev/null and b/static/images/mastodocs.jpg differ diff --git a/static/images/mastodocs.png b/static/images/mastodocs.png new file mode 100644 index 0000000..c859cdd Binary files /dev/null and b/static/images/mastodocs.png differ diff --git a/static/images/me.png b/static/images/me.png new file mode 100644 index 0000000..756d039 Binary files /dev/null and b/static/images/me.png differ diff --git a/static/images/me2.jpg b/static/images/me2.jpg new file mode 100644 index 0000000..fe65512 Binary files /dev/null and b/static/images/me2.jpg differ diff --git a/static/images/me2.png b/static/images/me2.png new file mode 100644 index 0000000..fd5b14e Binary files /dev/null and b/static/images/me2.png differ diff --git a/static/images/me3.jpg b/static/images/me3.jpg new file mode 100644 index 0000000..c0dc102 Binary files /dev/null and b/static/images/me3.jpg differ diff --git a/static/images/mindmap.svg b/static/images/mindmap.svg new file mode 100644 index 0000000..12be89e --- /dev/null +++ b/static/images/mindmap.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/images/motarawneh.jpg b/static/images/motarawneh.jpg new file mode 100644 index 0000000..c8a4a37 Binary files /dev/null and b/static/images/motarawneh.jpg differ diff --git a/static/images/motarawneh.png b/static/images/motarawneh.png new file mode 100644 index 0000000..5566742 Binary files /dev/null and b/static/images/motarawneh.png differ diff --git a/static/images/namecheap.jpg b/static/images/namecheap.jpg new file mode 100644 index 0000000..ae3722e Binary files /dev/null and b/static/images/namecheap.jpg differ diff --git a/static/images/namecheap.png b/static/images/namecheap.png new file mode 100644 index 0000000..44f8af0 Binary files /dev/null and b/static/images/namecheap.png differ diff --git a/static/images/pixelfed.jpg b/static/images/pixelfed.jpg new file mode 100644 index 0000000..0cd8efd Binary files /dev/null and b/static/images/pixelfed.jpg differ diff --git a/static/images/pixelfed.png b/static/images/pixelfed.png new file mode 100644 index 0000000..3e89cb0 Binary files /dev/null and b/static/images/pixelfed.png differ diff --git a/static/images/result.svg b/static/images/result.svg new file mode 100644 index 0000000..861714b --- /dev/null +++ b/static/images/result.svg @@ -0,0 +1 @@ +result \ No newline at end of file diff --git a/static/images/tech.svg b/static/images/tech.svg new file mode 100644 index 0000000..1ebc000 --- /dev/null +++ b/static/images/tech.svg @@ -0,0 +1 @@ +programmer \ No newline at end of file diff --git a/static/images/thought.svg b/static/images/thought.svg new file mode 100644 index 0000000..fb9b6c3 --- /dev/null +++ b/static/images/thought.svg @@ -0,0 +1 @@ +thought_process \ No newline at end of file