From b153674047857964d8fbd4ba9ffc517e5a3f9af1 Mon Sep 17 00:00:00 2001 From: Sophie Shepherd Date: Fri, 25 Jan 2019 11:49:24 -0600 Subject: [PATCH] sidebar layout --- _layouts/sidebar.html | 33 ++++++++++++++++++++++++++++++++- _layouts/stacked.html | 17 +++++++++-------- _site/layout-sidebar.html | 34 +++++++++++++++++++++++++++++++++- _site/layout-stacked.html | 11 ++++++----- layout-sidebar.html | 2 ++ layout-stacked.html | 2 +- 6 files changed, 83 insertions(+), 16 deletions(-) diff --git a/_layouts/sidebar.html b/_layouts/sidebar.html index 1db0d75..5200079 100644 --- a/_layouts/sidebar.html +++ b/_layouts/sidebar.html @@ -1,5 +1,36 @@ {% include header.html %} - {{ content }} +{% assign user = site.github.organization_members[0] %} + +
+
+ +

{{ site.title }}

+

+ Hi! I'm Ben. I love two things: bridges and smiling. I'm an aspiring developer who is learning how to use GitHub to build the stuff I wish existed. I'm looking to meet other developers who can help to contribute to the projects I have started. +

+
+
+ {% octicon mark-github height:20 class:"mr-1 v-align-middle" aria-label:GitHub %} + + @{{ user.login }} + +
+
+ {% octicon mail height:20 class:"mr-1 v-align-middle" aria-label:Email %} + + {{ site.email }} + +
+
+ {% octicon location height:20 class:"mr-1 v-align-middle" aria-label:Location %} + Austin, TX +
+
+
+
+ {{ content }} +
+
{% include footer.html %} diff --git a/_layouts/stacked.html b/_layouts/stacked.html index 2064f78..1d04083 100644 --- a/_layouts/stacked.html +++ b/_layouts/stacked.html @@ -8,28 +8,29 @@

Hi! I'm Ben. I love two things: bridges and smiling. I'm an aspiring developer who is learning how to use GitHub to build the stuff I wish existed. I'm looking to meet other developers who can help to contribute to the projects I have started.

-
-
+
+
{% octicon mark-github height:20 class:"mr-1 v-align-middle" aria-label:GitHub %} @{{ user.login }}
-
+
{% octicon mail height:20 class:"mr-1 v-align-middle" aria-label:Email %} {{ site.email }}
-
+
{% octicon location height:20 class:"mr-1 v-align-middle" aria-label:Location %} - - Austin, TX - + Austin, TX
+ + {{ content }} +
-{{ content }} + {% include footer.html %} diff --git a/_site/layout-sidebar.html b/_site/layout-sidebar.html index 78d35f4..9af2d8b 100644 --- a/_site/layout-sidebar.html +++ b/_site/layout-sidebar.html @@ -8,7 +8,39 @@ - + + +
+
+ +

Brandon Rosage

+

+ Hi! I'm Ben. I love two things: bridges and smiling. I'm an aspiring developer who is learning how to use GitHub to build the stuff I wish existed. I'm looking to meet other developers who can help to contribute to the projects I have started. +

+
+ + +
+ + Austin, TX +
+
+
+
+ Hello! This is where the content for the sidebar layout will be. + +
+
diff --git a/_site/layout-stacked.html b/_site/layout-stacked.html index c166e07..c455120 100644 --- a/_site/layout-stacked.html +++ b/_site/layout-stacked.html @@ -16,7 +16,7 @@

Hi! I'm Ben. I love two things: bridges and smiling. I'm an aspiring developer who is learning how to use GitHub to build the stuff I wish existed. I'm looking to meet other developers who can help to contribute to the projects I have started.

-
+ + + Hello! This is where the content will be. + +
-Hello diff --git a/layout-sidebar.html b/layout-sidebar.html index 23a0325..306d6b6 100644 --- a/layout-sidebar.html +++ b/layout-sidebar.html @@ -1,3 +1,5 @@ --- layout: sidebar --- + +Hello! This is where the content for the sidebar layout will be. diff --git a/layout-stacked.html b/layout-stacked.html index 8f0b32f..5e720f9 100644 --- a/layout-stacked.html +++ b/layout-stacked.html @@ -2,4 +2,4 @@ layout: stacked --- -Hello +Hello! This is where the content will be.