diff --git a/_tabs/about.md b/_tabs/about.md index de38928..2410e09 100644 --- a/_tabs/about.md +++ b/_tabs/about.md @@ -4,4 +4,9 @@ icon: fas fa-info-circle order: 4 --- -soon... \ No newline at end of file +Welcome to my webpage! + +I plan on filling this with various tech-demos as a way of practicing my JavaScript. +I also plan on making this a portfolio of some sort so I can show my other projects! + +There isn't much here yet but that'll change quickly :D \ No newline at end of file diff --git a/assets/img/previews/encode.png b/assets/img/previews/encode.png new file mode 100644 index 0000000..d54755f Binary files /dev/null and b/assets/img/previews/encode.png differ diff --git a/index.markdown b/index.markdown index 45a65ab..294ad8d 100644 --- a/index.markdown +++ b/index.markdown @@ -1,8 +1,23 @@ --- # Feel free to add content and custom Front Matter to this file. # To modify the layout, see https://jekyllrb.com/docs/themes/#overriding-theme-defaults - -layout: page +title: Welcome! +layout: default --- +# {{ page.title | default: site.title }} -# Hi \ No newline at end of file +
+
+ + {% assign card_body_col = '12' %} +
+
+

Tech Demos

+
+

Try various tech demos

+
+
+
+
+
+
\ No newline at end of file diff --git a/techdemos/encode/index.markdown b/techdemos/encode/index.markdown new file mode 100644 index 0000000..16a9c31 --- /dev/null +++ b/techdemos/encode/index.markdown @@ -0,0 +1,74 @@ +--- +# Feel free to add content and custom Front Matter to this file. +# To modify the layout, see https://jekyllrb.com/docs/themes/#overriding-theme-defaults + +layout: page +title: Encoder/Decoder +--- +#### Input + + +#### Options +Mode: + + + + + +
+ +#### Output + + + + \ No newline at end of file diff --git a/techdemos/index.markdown b/techdemos/index.markdown new file mode 100644 index 0000000..f5bfb50 --- /dev/null +++ b/techdemos/index.markdown @@ -0,0 +1,34 @@ +--- +# Feel free to add content and custom Front Matter to this file. +# To modify the layout, see https://jekyllrb.com/docs/themes/#overriding-theme-defaults + +title: Tech Demos +layout: default +--- +# {{ page.title | default: site.title }} + +
+
+ + {% assign card_body_col = '12' %} + {% assign image = '/assets/img/previews/encode.png' %} + {% if image %} + {% assign src = image %} + {% assign alt = 'Preview Image' %} +
+ {{ alt }} +
+ {% assign card_body_col = '7' %} + {% endif %} +
+
+

Encoder/Decoder

+
+

Encode and decode text with various encodings.

+
+
+
+
+
+
+