Skip to content

Commit

Permalink
Merge pull request #425 from oddbird/social-stack-updates
Browse files Browse the repository at this point in the history
social-stack-updates
  • Loading branch information
jgerigmeyer authored Oct 13, 2023
2 parents 266ff9a + 213afb7 commit d652b64
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 10 deletions.
6 changes: 4 additions & 2 deletions content/_data/site.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@ styles:
facebook_id: 1820980378150914
social:
email: birds
twitter: oddbird
mastodon:
user: oddbird
server: front-end.social
github: oddbird
nav:
- url: /work/
Expand All @@ -26,5 +28,5 @@ nav:
me:
- https://www.oddbird.net/
- mailto:[email protected]
- https://twitter.com/oddbird
- https://front-end.social/@OddBird
- https://github.com/oddbird
6 changes: 3 additions & 3 deletions content/_includes/site/footer.njk
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
{%- set footer_title = "Let's chat about your web project" -%}
{%- set footer_content -%}
Fill out the form,
[schedule a call](https://calendly.com/oddbird/discovery),
send us an [email](mailto:[email protected]),
or find us on [Twitter](https://twitter.com/oddbird) or [GitHub](https://github.com/oddbird)
[schedule a call](https://calendly.com/oddbird/discovery), or
send us an [email](mailto:[email protected]).
{{ contact.social(site.social, 'OddBird', false, rel='me') | safe }}
{%- endset -%}

{%- if add_cta %}
Expand Down
4 changes: 3 additions & 1 deletion content/birds/index.njk
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@ sub: Founded in 2008 by three odd siblings
permalink: about/index.html
bird: oddbird
social:
twitter: oddbird
mastodon:
user: oddbird
server: front-end.social
github: oddbird
email: birds
summary: |
Expand Down
5 changes: 4 additions & 1 deletion content/contact/index.njk
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,11 @@
title: Contact
sub: Let's get to know each other
banner: Contact OddBird
bird: oddbird
social:
twitter: oddbird
mastodon:
user: oddbird
server: front-end.social
github: oddbird
email: birds
summary: |
Expand Down
2 changes: 1 addition & 1 deletion content/index.njk
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ resilient design systems, and **well-tested code.**
- Branding & Logo Design
- User Research & Concepting
- UI/UX Design (*OOUX*)
- Python & Django on the backend
- Python on the backend (*Django, FastAPI*)
- CSS & Sass on the frontend
- JavaScript (*Svelte, Vue, React, Node, etc.*)
- Design Systems & Component Libraries
Expand Down
5 changes: 3 additions & 2 deletions content/services/development.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ summary: |
efficiently.
We provide expertise across a range of technologies, including
**Python/Django**, accessible **HTML**, **CSS/Sass**,
**Python** with **Django** & **FastAPI**,
accessible **HTML**, **CSS/Sass**,
**JavaScript** with **React** & **Vue**, **Node**, and more.
---

Expand Down Expand Up @@ -147,7 +148,7 @@ performance and architecture.

### Languages & Tools

- **Python** with **Django** (*core contributor*)
- **Python** with **FastAPI** or **Django** (*core contributor*)
- **HTML/CSS** with **Sass** (*core contributor*)
- **JavaScript** with **Vue**, **React**, or **Svelte**
- Node
Expand Down

0 comments on commit d652b64

Please sign in to comment.