diff --git a/_quarto.yml b/_quarto.yml index 506b931..7e95c71 100644 --- a/_quarto.yml +++ b/_quarto.yml @@ -9,8 +9,15 @@ website: left: - href: index.qmd text: Home - - href: whoWeAre.qmd - text: Who We Are + - href: index.qmd#events + text: Events + # - href: whoWeAre.qmd + # text: Who We Are + body-footer: | + ::: {.footer} + ![ResBaz Logo](/img/logos/ResBazAZrectanglelogo-small.png) \ + [Code of Conduct](https://github.com/resbazaz/organization/blob/main/GOVERNANCE.md#code-of-conduct) + ::: format: html: diff --git a/img/logos/aetuts.jpg b/img/logos/aetuts.jpg deleted file mode 100644 index c75adda..0000000 Binary files a/img/logos/aetuts.jpg and /dev/null differ diff --git a/img/logos/creative-market.jpg b/img/logos/creative-market.jpg deleted file mode 100644 index 3f30853..0000000 Binary files a/img/logos/creative-market.jpg and /dev/null differ diff --git a/img/logos/designmodo.jpg b/img/logos/designmodo.jpg deleted file mode 100644 index 44ce889..0000000 Binary files a/img/logos/designmodo.jpg and /dev/null differ diff --git a/img/logos/envato.jpg b/img/logos/envato.jpg deleted file mode 100644 index 5d70a87..0000000 Binary files a/img/logos/envato.jpg and /dev/null differ diff --git a/img/logos/microlancer.jpg b/img/logos/microlancer.jpg deleted file mode 100644 index c4b9111..0000000 Binary files a/img/logos/microlancer.jpg and /dev/null differ diff --git a/img/logos/themeforest.jpg b/img/logos/themeforest.jpg deleted file mode 100644 index 1dbba6f..0000000 Binary files a/img/logos/themeforest.jpg and /dev/null differ diff --git a/img/logos/wordpress.jpg b/img/logos/wordpress.jpg deleted file mode 100644 index 29be11d..0000000 Binary files a/img/logos/wordpress.jpg and /dev/null differ diff --git a/index.qmd b/index.qmd index 05d5219..e7111e3 100644 --- a/index.qmd +++ b/index.qmd @@ -83,9 +83,9 @@ randomAvatars("Hacky Hour"); ::::: -## Related Community Events +### Related Community Events -### Code Commons +#### Code Commons **What**: Code Commons provides a physical space for community and collaboration. Join us to share experience, learn, mentor, discover opportunities, and work on your programming projects in the presence of others doing the same. @@ -93,7 +93,7 @@ Code Commons also aims to provide the best aspects of workplace culture for peop [More Info](https://codecommons.net/) -### Women in Data Science +#### Women in Data Science **What**: Women in Data Science (WiDS) Tucson is an independent event organized by the University of Arizona to coincide with the Global WiDS Conference held at Stanford University and an estimated 200+ locations worldwide annually. @@ -101,13 +101,13 @@ The Global WiDS Conference aims to inspire and educate data scientists worldwide [More Info](https://widstucson.org/) -### Tucson Python Meetup +#### Tucson Python Meetup **What**: The goal of this group is to encourage more mingling, learning, and sharing ideas within the Tucson Python community. Everybody is welcome, no matter what your level of Python experience. Activities include presentations and workshops on everything from how to use Python to control the lights in your home, to building web applications which can scale to millions of users. [More Info](https://www.meetup.com/Tucson-Python-Meetup/) -### UX@UA +#### UX@UA **What**: UX@UA is a learning community that aims to grow UX expertise at the University of Arizona. We provide a variety of resources including: diff --git a/theme.scss b/theme.scss index 5829121..a6f5754 100644 --- a/theme.scss +++ b/theme.scss @@ -44,6 +44,12 @@ $min-contrast-ratio: 1.8 !default; $body-color: $gray-800 !default; +// Footer + +.footer { + text-align: center; +} + // Fonts $web-font-path: 'https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100;0,400;0,800;1,400&family=Alegreya+SC:wght@500&display=swap' !default;