Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Reorganize so its clear that websites and courses are possible #47

Merged
merged 4 commits into from
Apr 3, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file removed .DS_Store
Binary file not shown.
24 changes: 13 additions & 11 deletions _site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
4 changes: 2 additions & 2 deletions index.Rmd
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: <img src="./resources/images/basic_otter_water.PNG" width = 100px> OTTR - GitHub sites for busy people
title: <img src="./resources/images/basic_otter_water.PNG" width = 100px> OTTR - GitHub sites and courses for busy people
output:
html_document:
includes:
Expand All @@ -10,7 +10,7 @@ output:
<br>
</div>

```{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")
```

Expand Down
3 changes: 3 additions & 0 deletions resources/dictionary.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
img
nav
TBD
Calendly
Customizable
metricminer
Expand Down
Loading