From 58b5c45baf8d3bf0035a093681123f22239011fb Mon Sep 17 00:00:00 2001 From: Candace Savonen Date: Thu, 14 Mar 2024 13:13:31 -0400 Subject: [PATCH 1/4] Update _site.yml --- _site.yml | 24 +++++++++++++----------- 1 file changed, 13 insertions(+), 11 deletions(-) diff --git a/_site.yml b/_site.yml index f3f7012..1e5508b 100644 --- a/_site.yml +++ b/_site.yml @@ -6,20 +6,16 @@ navbar: - text: "" href: index.html icon: fa-home - - text: "Getting Started" - href: getting_started.html - icon: fa-play + - text: "Getting Started with OTTR Websites" + href: editing_website.html + icon: fa-star menu: - text: "Prerequisites" href: getting_started.html#prerequisites-for-using-ottr icon: fa-asterisk - - text: "Starting a new OTTR course/website" - href: getting_started.html#starting-a-new-ottr-course - icon: fa-flag-checkered - - text: "OTTR Website" - href: editing_website.html - icon: fa-arrow-pointer - menu: + - text: "Getting Started" + href: getting_started.html + icon: fa-play - text: "Start writing!" href: editing_website.html icon: fa-pen @@ -29,9 +25,15 @@ navbar: - text: "Adding new pages" href: editing_website.html#adding-new-pages icon: fa-plus - - text: "OTTR Courses" + - text: "Getting Started with OTTR Courses" icon: fa-lightbulb menu: + - text: "Prerequisites" + href: getting_started.html#prerequisites-for-using-ottr + icon: fa-asterisk + - text: "Getting Started" + href: getting_started.html + icon: fa-play - text: "Start writing!" href: writing_content_courses.html icon: fa-pen From 21ea77fdd7dcceebf45d4b0d850bd8a9ed8b6f30 Mon Sep 17 00:00:00 2001 From: Candace Savonen Date: Thu, 14 Mar 2024 13:22:53 -0400 Subject: [PATCH 2/4] Update dictionary.txt --- resources/dictionary.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/resources/dictionary.txt b/resources/dictionary.txt index 94e76eb..26da6b7 100644 --- a/resources/dictionary.txt +++ b/resources/dictionary.txt @@ -1,3 +1,6 @@ +img +nav +TBD Calendly Customizable metricminer From 8e5f5a1fd3746d55d9897ca3961a0b3a97ed0c1e Mon Sep 17 00:00:00 2001 From: Candace Savonen Date: Thu, 14 Mar 2024 14:14:57 -0400 Subject: [PATCH 3/4] Delete .DS_Store --- .DS_Store | Bin 6148 -> 0 bytes 1 file changed, 0 insertions(+), 0 deletions(-) delete mode 100644 .DS_Store diff --git a/.DS_Store b/.DS_Store deleted file mode 100644 index e577a966561c98b39a8c2105a8e77b7a89102cb0..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 6148 zcmeHK%TB{U3>-s*in#R1aesk7SXJc<`U8c8Tct>Z-gD!(8GBvv2=vGS#+7%r_IOvB zLmUIJ&2hK`)&N#?N4)y7G|#&)>>?wVM2j3fQa}nw0VyB_q`+APvR$rj&a#x00#e{VD&X&jLU*i* zbHjLbaETFs*fAW&easTX;sIh!oEtJivsOxMrIsUxwQ|Nw@@nGTu$9Ad_^`a$aze4V zo#&UJ!)imVQa}oPR={U(+S>d7J^hFI-#IcVAO-%Y0@iJJ+YKKsd+Xvcz1J4{o_;cN ogU%&dF)>;(|9C6D{lF`}XTB!R4Wpd#C@1Pez;%&Hf!|Qz4LSNDE&u=k From ac3cea602f07358f80949cdde62dad799b0d754d Mon Sep 17 00:00:00 2001 From: Candace Savonen Date: Thu, 14 Mar 2024 14:16:20 -0400 Subject: [PATCH 4/4] Update index.Rmd --- index.Rmd | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.Rmd b/index.Rmd index cb2af30..da52d0c 100644 --- a/index.Rmd +++ b/index.Rmd @@ -1,5 +1,5 @@ --- -title: OTTR - GitHub sites for busy people +title: OTTR - GitHub sites and courses for busy people output: html_document: includes: @@ -10,7 +10,7 @@ output:
-```{r, fig.align='center', fig.alt= "OTTR helps build github based websites with less hassle. Catch potential mistakes before they go live", echo = FALSE, out.width= "50%"} +```{r, fig.align='center', fig.alt= "OTTR helps build github based websites with less hassle. Catch potential mistakes before they go live", echo = FALSE, out.width= "40%"} knitr::include_graphics("./resources/images/why-ottr.png") ```