- 20 May, 2020 1 commit
-
-
Tamara Temple authored
-
- 19 Feb, 2020 1 commit
-
-
Tamara Temple authored
-
- 18 Feb, 2020 1 commit
-
-
Tamara Temple authored
-
- 04 Feb, 2020 1 commit
-
-
Tamara Temple authored
-
- 21 Jan, 2020 1 commit
-
-
Tamara Temple authored
-
- 20 Jan, 2020 1 commit
-
-
Tamara Temple authored
-
- 02 Jan, 2020 1 commit
-
-
Tamara Temple authored
-
- 27 Dec, 2019 1 commit
-
-
Tamara Temple authored
-
- 08 Dec, 2019 2 commits
-
-
Tamara Temple authored
# Conflicts: # src/components/Announcement.js
-
Tamara Temple authored
- add back the eventBriteUrl stuff, but make it dependent on whether the config value is set or not - make the background black, color white - remove new schedule announcement - remove time formatting, there's a weird bug on safari mobile - `inTheFuture` checks for 3 hours after the eventDate
-
- 03 Dec, 2019 1 commit
-
-
Tamara Temple authored
-
- 26 Nov, 2019 2 commits
-
-
Tamara Temple authored
-
Tamara Temple authored
-
- 14 Nov, 2019 1 commit
-
-
Tamara Temple authored
-
- 03 Nov, 2019 1 commit
-
-
Tamara Temple authored
-
- 13 Oct, 2019 2 commits
-
-
Tamara Temple authored
add future sessions section at end of page See merge request toastand.tech/gatsby-toast-and-tech-site!2
-
Tamara Temple authored
-
- 02 Oct, 2019 5 commits
-
-
Tamara Temple authored
-
Tamara Temple authored
package script "preview" is intended to be run after the "build" script and before the "deploy" script to check out the build in a browser. I was running the ruby httpd script but figured it was better to stay all within the node / npmjs / yarn sphere of things.
-
Tamara Temple authored
- the source link was using Gatsby's `Link` which is only for *internal* links. Add an external link component to style regular old `a` anchor elements - clean up the project README - update the next session date
-
Tamara Temple authored
Redo grid See merge request toastand.tech/gatsby-toast-and-tech-site!1
-
Tamara Temple authored
- The main thing to fulfill the intent was simply removing the `grid-template-rows` line in the `LayoutGrid` styled component - Other changes were more aesthetic with that removal - for narrow views, the header, content, and sidebar are in a single column in the grid - formatting for the sidebar was moved to the `Sidebar` component - margins and padding to make sense (a lot of zeroing) - `Sidebar` and `Header` lose "fixed" positions and scroll with page. I'm good with this anyway. - added a `BackToTopLink` component to add after the big sections
-
- 01 Oct, 2019 1 commit
-
-
Tamara Temple authored
-
- 27 Sep, 2019 2 commits
-
-
Tamara Temple authored
-
Tamara Temple authored
This is a huge change! The gatsby-config file contains site metadata, and the components are finally using it. The text / narrative portions of the the site, i.e. Tenets and History, have been redone as Markdown, and included in their respective components via static query (useStaticQuery hook from gatsby). The next session info is coming from the site meta data, and is used for both determining what to display in the Announcement comp, as well as how to display it.
-
- 13 Aug, 2019 1 commit
-
-
Tamara Temple authored
-
- 11 Aug, 2019 2 commits
-
-
Tamara Temple authored
-
Tamara Temple authored
-
- 10 Aug, 2019 1 commit
-
-