From fbde9145e46b345bacb7099ce5876e585de3e7c6 Mon Sep 17 00:00:00 2001 From: Andrew Stowell Date: Mon, 22 Oct 2018 12:44:01 -0400 Subject: [PATCH] Functional navigation, and social icons, pages sorted by weight. --- _layouts/default.html | 621 ++++++++++++------------------------------ about.md | 2 +- assets/js/main.js | 4 +- index.md | 2 + 4 files changed, 173 insertions(+), 456 deletions(-) diff --git a/_layouts/default.html b/_layouts/default.html index c9dc6d4..8063404 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -30,475 +30,190 @@ - - + -
+
- -
+ +
- -
-
- + +
+
+ +
+
+
+

Read Only

+

Just an incredibly simple responsive site
+ template freebie by HTML5 UP.

+
+

Faucibus sed lobortis aliquam lorem blandit. Lorem eu nunc metus col. Commodo id in arcu ante lorem ipsum sed accumsan erat praesent faucibus commodo ac mi lacus. Adipiscing mi ac commodo. Vis aliquet tortor ultricies non ante erat nunc integer eu ante ornare amet commetus vestibulum blandit integer in curae ac faucibus integer non. Adipiscing cubilia elementum.

+
+
+ + +
+
+

Things I Can Do

+

Integer eu ante ornare amet commetus vestibulum blandit integer in curae ac faucibus integer non. Adipiscing cubilia elementum integer lorem ipsum dolor sit amet.

+
    +
  • Write all the code
  • +
  • Stack small boxes
  • +
  • Read books and stuff
  • +
  • Drink much coffee
  • +
  • Lightning bolt
  • +
  • Shadow clone technique
  • +
+
+
+ + +
+
+

A Few Accomplishments

+

Integer eu ante ornare amet commetus vestibulum blandit integer in curae ac faucibus integer non. Adipiscing cubilia elementum integer. Integer eu ante ornare amet commetus.

+
+
+ +
+

Possibly broke spacetime

+

Integer eu ante ornare amet commetus vestibulum blandit integer in curae ac faucibus integer adipiscing ornare amet.

-
-
-

Read Only

-

Just an incredibly simple responsive site
- template freebie by HTML5 UP.

-
-

Faucibus sed lobortis aliquam lorem blandit. Lorem eu nunc metus col. Commodo id in arcu ante lorem ipsum sed accumsan erat praesent faucibus commodo ac mi lacus. Adipiscing mi ac commodo. Vis aliquet tortor ultricies non ante erat nunc integer eu ante ornare amet commetus vestibulum blandit integer in curae ac faucibus integer non. Adipiscing cubilia elementum.

+
+
+ +
+

Terraformed a small moon

+

Integer eu ante ornare amet commetus vestibulum blandit integer in curae ac faucibus integer adipiscing ornare amet.

-
+ +
+ +
+

Snapped dark matter in the wild

+

Integer eu ante ornare amet commetus vestibulum blandit integer in curae ac faucibus integer adipiscing ornare amet.

+
+
+
+
+ - -
-
-

Things I Can Do

-

Integer eu ante ornare amet commetus vestibulum blandit integer in curae ac faucibus integer non. Adipiscing cubilia elementum integer lorem ipsum dolor sit amet.

-
    -
  • Write all the code
  • -
  • Stack small boxes
  • -
  • Read books and stuff
  • -
  • Drink much coffee
  • -
  • Lightning bolt
  • -
  • Shadow clone technique
  • + +
    +
    +

    Contact Me

    +

    Integer eu ante ornare amet commetus vestibulum blandit integer in curae ac faucibus integer non. Adipiscing cubilia elementum integer. Integer eu ante ornare amet commetus.

    +
    +
    +
    +
    +
    +
    +
    +
      +
    • +
    -
    - - -
    -
    -

    A Few Accomplishments

    -

    Integer eu ante ornare amet commetus vestibulum blandit integer in curae ac faucibus integer non. Adipiscing cubilia elementum integer. Integer eu ante ornare amet commetus.

    -
    -
    - -
    -

    Possibly broke spacetime

    -

    Integer eu ante ornare amet commetus vestibulum blandit integer in curae ac faucibus integer adipiscing ornare amet.

    -
    -
    -
    - -
    -

    Terraformed a small moon

    -

    Integer eu ante ornare amet commetus vestibulum blandit integer in curae ac faucibus integer adipiscing ornare amet.

    -
    -
    -
    - -
    -

    Snapped dark matter in the wild

    -

    Integer eu ante ornare amet commetus vestibulum blandit integer in curae ac faucibus integer adipiscing ornare amet.

    -
    -
    -
    -
    -
    - - -
    -
    -

    Contact Me

    -

    Integer eu ante ornare amet commetus vestibulum blandit integer in curae ac faucibus integer non. Adipiscing cubilia elementum integer. Integer eu ante ornare amet commetus.

    - -
    -
    -
    -
    -
    -
    -
      -
    • -
    • -
    -
    -
    - -
    -
    - - - - +
+
+ - -
+ + + +
+ - - - - - - - + + + + + + + diff --git a/about.md b/about.md index e25556f..55610c0 100644 --- a/about.md +++ b/about.md @@ -2,6 +2,6 @@ title: About Me layout: default permalink: /about/ -path: /about/ +weight: 2 --- Simple About Page diff --git a/assets/js/main.js b/assets/js/main.js index 5cba780..ab3bfba 100644 --- a/assets/js/main.js +++ b/assets/js/main.js @@ -82,7 +82,7 @@ var $this = $(this), id = $this.attr('href'), - $section = $(id); + $section = id.charAt(0) == '#' ? $(id) : []; // No section for this link? Bail. if ($section.length < 1) @@ -156,4 +156,4 @@ } }); -})(jQuery); \ No newline at end of file +})(jQuery); diff --git a/index.md b/index.md index 4ea5737..2227ab6 100644 --- a/index.md +++ b/index.md @@ -1,5 +1,7 @@ --- +title: Home layout: default +weight: 1 --- Text can be **bold**, _italic_, or ~~strikethrough~~.