From 08ecbdea0a403dd695ddd4da20ff7b1e5d5c5c02 Mon Sep 17 00:00:00 2001 From: GitHub Teacher Date: Wed, 14 Feb 2018 11:19:24 -0500 Subject: [PATCH 1/3] add name placeholder to portfolio --- _includes/01-name.md | 1 + index.md | 3 +++ 2 files changed, 4 insertions(+) create mode 100644 _includes/01-name.md diff --git a/_includes/01-name.md b/_includes/01-name.md new file mode 100644 index 0000000..786d37a --- /dev/null +++ b/_includes/01-name.md @@ -0,0 +1 @@ +Replace this with your name, and include a header. \ No newline at end of file diff --git a/index.md b/index.md index 0d6905d..4047435 100644 --- a/index.md +++ b/index.md @@ -1,3 +1,6 @@ --- layout: default --- + +{% include 01-name.md %} + From 63904447c31650f20403379533af72c75a67a730 Mon Sep 17 00:00:00 2001 From: GitHub Teacher Date: Wed, 14 Feb 2018 11:21:10 -0500 Subject: [PATCH 2/3] add placeholders for images and links --- _includes/02-image.md | 1 + _includes/03-links.md | 1 + index.md | 8 ++++++++ 3 files changed, 10 insertions(+) create mode 100644 _includes/02-image.md create mode 100644 _includes/03-links.md diff --git a/_includes/02-image.md b/_includes/02-image.md new file mode 100644 index 0000000..a460d89 --- /dev/null +++ b/_includes/02-image.md @@ -0,0 +1 @@ +Replace this with an image, like your photo. Ensure you include some alt-text. \ No newline at end of file diff --git a/_includes/03-links.md b/_includes/03-links.md new file mode 100644 index 0000000..e368753 --- /dev/null +++ b/_includes/03-links.md @@ -0,0 +1 @@ +Replace this with a link to your a GitHub or social media profile. \ No newline at end of file diff --git a/index.md b/index.md index 4047435..a938fda 100644 --- a/index.md +++ b/index.md @@ -4,3 +4,11 @@ layout: default {% include 01-name.md %} +
+ +{% include 02-image.md %} + +
+ +{% include 03-links.md %} + From a70fd4b054fc8a74669206638d26a40242da5b88 Mon Sep 17 00:00:00 2001 From: GitHub Teacher Date: Wed, 14 Feb 2018 11:21:46 -0500 Subject: [PATCH 3/3] add placeholders for lists and emphasis --- _includes/04-lists.md | 1 + _includes/05-emphasis.md | 1 + index.md | 7 +++++++ 3 files changed, 9 insertions(+) create mode 100644 _includes/04-lists.md create mode 100644 _includes/05-emphasis.md diff --git a/_includes/04-lists.md b/_includes/04-lists.md new file mode 100644 index 0000000..342ed16 --- /dev/null +++ b/_includes/04-lists.md @@ -0,0 +1 @@ +Replace this with a list of your favorite things. \ No newline at end of file diff --git a/_includes/05-emphasis.md b/_includes/05-emphasis.md new file mode 100644 index 0000000..d62844a --- /dev/null +++ b/_includes/05-emphasis.md @@ -0,0 +1 @@ +Write out some of your awesome attributes, and use emphasis (like bold or italics) to identify keywords, programming languages, or skills. \ No newline at end of file diff --git a/index.md b/index.md index a938fda..4612d1c 100644 --- a/index.md +++ b/index.md @@ -12,3 +12,10 @@ layout: default {% include 03-links.md %} +
+ +{% include 04-lists.md %} + +
+ +{% include 05-emphasis.md %} \ No newline at end of file