From 63904447c31650f20403379533af72c75a67a730 Mon Sep 17 00:00:00 2001 From: GitHub Teacher Date: Wed, 14 Feb 2018 11:21:10 -0500 Subject: [PATCH 1/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 577d252b4dc3feb3d7774ab2f3c4634728d4055d Mon Sep 17 00:00:00 2001 From: lmcfall Date: Mon, 10 May 2021 09:32:15 -0400 Subject: [PATCH 2/3] Add profile image to file --- _includes/02-image.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_includes/02-image.md b/_includes/02-image.md index a460d89..f6acbf5 100644 --- a/_includes/02-image.md +++ b/_includes/02-image.md @@ -1 +1 @@ -Replace this with an image, like your photo. Ensure you include some alt-text. \ No newline at end of file +![profile image](https://avatars.githubusercontent.com/u/6536383?s=400&u=7832b18bb5439c60d1ee4513c6127120ceb1acdc&v=4) From a6a843e6b8376906bb4a99c61023eaa556dccb52 Mon Sep 17 00:00:00 2001 From: lmcfall Date: Mon, 10 May 2021 09:36:52 -0400 Subject: [PATCH 3/3] Add profile link to page --- _includes/03-links.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_includes/03-links.md b/_includes/03-links.md index e368753..0af4a8e 100644 --- a/_includes/03-links.md +++ b/_includes/03-links.md @@ -1 +1 @@ -Replace this with a link to your a GitHub or social media profile. \ No newline at end of file +[GitHub Profile](https://github.com/lmcfall)