* update contact page to prioritize social media links and add emails
* Update src/contact.njk
Co-authored-by: kn0wmad <39687477+kn0wmad@users.noreply.github.com>
* styling
* Remove emails from contact page in favor of contribute page and github
* Add attachment support to Contact Form
---------
Co-authored-by: Lucy Cifferello <12953208+elvece@users.noreply.github.com>
* WIP
* get contact form working and styled
* cleanup and adjust font size in form
---------
Co-authored-by: Lucy Cifferello <12953208+elvece@users.noreply.github.com>
* revamped js/css asset build
* update favicon compilation and color; cleanup package.json
* fix spacing
* update social media display and references
* adjust about page sizing and mobile display
* update jobs and page titles
* abstract links to single source, small style fixes
* adjust footer
* update pro viddeo page and seo
* seo and video fixes
* fix seo display
* move tor link to footer
* sizing adjustments and add hosted video
* video and sizing adjustments
* wip video
* final video
* update pro link
* temp fix for ticker start
* update link, add auto orient, remove video border
* fix contact form submission and mobile submit
* optimize data for ticker
* rework data model for cleaner be your own section
* wip
* delete deprecated assets
* edit copy; misc small style fixes
* reenable ticker, update nexcloud, edit embassy one name
* rearrange support section
* new graphiccs to info section
* bold personal server iheader in info section
* mobile styling for be your own section
* adjust infographics section
* adjust underline + animmation
* add ui screenshots to powered by section
* fix overflow, sizing, spacing
* renable ticker
* fix marketplace link
* more link updates
* edit team bios and fix apostrophes
* update footer with bdonation link; adjust scss spacing
* copy changes
* add license page
* clean up spacing and uunused files
* Update src/_includes/components/landing/community.njk
* Update src/_includes/components/landing/infographics.njk
* Update src/_includes/components/landing/powered-by.njk
* Update src/_includes/components/landing/support.njk
* connect subscribe api
* implement newsletter subscription
* audit all links and cleanup
* add 404 page and more cleanup
* add sitemap and robots
* fix service links
* small fixes + copy edits
* fix infographics and ticker spacing
* update emails
* update docs links and temp remove team
* update docs link urls
* fix diy link
* typo
* typo and sizing
* Update src/about.njk
Co-authored-by: Matt Hill <matthewonthemoon@gmail.com>
Changed image path from relative to absolute - I've included the thumbnail in the site files.
`seo.json` is where the site's metatag info is stored (for detailed display in search results, social media, messengers, etc). The image path was incorrect - it needs to be absolute.
An additional note - you may want to adjust the title and the description for better SEO.
https://metatags.io/ is a good quick way to test how the metatag info will display per platform.
Check out https://github.com/artstorm/eleventy-plugin-seo for more eleventy-seo-plugin settings.