Commit Graph

69 Commits

Author SHA1 Message Date
Lucy Cifferello
94d6bfa862 add link to pdf for more community tech details 2023-05-10 14:07:38 -06:00
Matt Hill
0f3c08200c change community to contribute and more 2023-05-01 11:01:44 -06:00
kn0wmad
6e70028f0c WIP (#20)
add community to header

---------

Co-authored-by: Lucy Cifferello <12953208+elvece@users.noreply.github.com>
2023-05-01 10:16:09 -06:00
kn0wmad
cf0470a014 Community page (#18)
* Community page

* Add security vuln reporting email

* remove vscode settings from git

* adjust some layout, typos, and add safe emails

---------

Co-authored-by: Lucy Cifferello <12953208+elvece@users.noreply.github.com>
2023-04-26 07:25:44 -06:00
kn0wmad
a353b400ae Add TGR video (#16) 2023-03-27 12:28:49 -06:00
kn0wmad
90173fc252 Contact Form (#15)
* 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>
2023-03-03 17:12:19 -07:00
kn0wmad
ba95a176ed Livechat MVP (#13) 2023-03-03 17:12:09 -07:00
kn0wmad
1e5b1085ed Update 2 podcast images (#14) 2023-02-14 14:31:15 -07:00
kn0wmad
6133655784 2 new videos (#11) 2023-02-13 14:13:06 -07:00
kn0wmad
3b0554c7a8 Update with 4 latest podcasts (#10) 2023-01-18 09:08:01 -07:00
Matt Hill
a11c990f3e add dread nostr pubkey 2023-01-10 11:09:26 -07:00
Matt Hill
b93447bafc needs to do cors in nginx 2023-01-06 12:37:23 -07:00
Matt Hill
a66c1e0e85 convert keys to hex and try middleware 2023-01-06 12:36:03 -07:00
Matt Hill
31531411d4 add cors headers and another pubkey 2023-01-06 12:19:08 -07:00
Matt Hill
4073f56f1f move nostr.json to public 2023-01-06 12:09:49 -07:00
Matt Hill
58eefc02e9 add NOSTR pubkeys 2023-01-06 12:04:33 -07:00
Matt Hill
e954a64593 add caching page and nostr verification 2023-01-05 13:02:28 -07:00
Lucy Cifferello
855a66fc18 remove conflicting gsap import since using cdn 2023-01-05 12:25:33 -07:00
Lucy Cifferello
8c13584502 update donation link 2022-12-09 19:46:04 -07:00
Lucy Cifferello
5a8d1f5b95 change media path 2022-12-09 15:13:05 -07:00
Lucy Cifferello
5d8c095eef add iframe for compressed pro video 2022-12-09 14:47:05 -07:00
Lucy Cifferello
81ae3565ac update deps 2022-12-07 13:16:41 -07:00
kn0wmad
e0e4d38689 Add Q4 podcasts for 2022 (#9)
* Add Q4 podcasts for 2022

* Add latest BTC Sessions pod

* typo fix
2022-12-07 12:30:34 -07:00
Lucy Cifferello
38727418e3 turn off banner 2022-11-21 14:20:38 -07:00
Lucy Cifferello
aa02a4d92c change banner link 2022-11-10 10:40:52 -07:00
Lucy Cifferello
d97e7124be make banner clickable 2022-11-10 08:13:10 -07:00
Lucy Cifferello
63f923119b fix: text center on mobile banner 2022-11-10 07:31:50 -07:00
Lucy Cifferello
795a9a76b9 add banner 2022-11-10 07:29:19 -07:00
Lucy Cifferello
2274924a73 update job post 2022-11-10 07:29:09 -07:00
Lucy C
b495794a03 Fix/optimizations (#3)
* 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
2022-11-08 13:31:00 -07:00
Matt Hill
78b5014be8 set vars for global break points 2022-11-02 12:29:58 -06:00
Lucy C
e8ae97da1c Misc edits for release (#1)
* 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>
2022-11-01 08:35:02 -06:00
Spencer Flagg
322b0e19db made seo image path absolute
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.
2022-10-26 16:20:58 +02:00
Spencer Flagg
bcab345d24 re-centered buy svg 2022-10-24 15:11:10 +02:00
Spencer Flagg
9df227e62d resized bkg 2022-10-24 14:28:17 +02:00
Spencer Flagg
5c12e2aaea iOS, macOS, firefox css tweaks; config and readme updates; 2022-10-24 14:17:02 +02:00
Spencer Flagg
9ca6779388 added initial slash to image paths and disabled image compression to test on ios 2022-10-22 18:17:56 +02:00
Spencer Flagg
443254a087 reorg css; color variables; reorg js; remove old code, comments 2022-10-21 16:19:18 +02:00
Spencer Flagg
7e164ad4e8 reorged images, svgs, components; removed obsolete images, files; 2022-10-21 10:51:39 +02:00
Spencer Flagg
df7924c1bc fixed ios glitch; removed obsolete code; buy embassy glow 2022-10-18 21:57:28 +02:00
Spencer Flagg
e82bc80050 fixed gsap warnings; added privacy hero; removed list.js reference; 2022-10-18 17:55:41 +02:00
Spencer Flagg
d962e152b9 changes from 10/11 meeting 2022-10-18 16:13:05 +02:00
Spencer Flagg
e0aa7abb58 fix casing on about; shrink BUY image 2022-10-11 18:49:31 +02:00
Spencer Flagg
1f3134d10d bkg path 2022-10-11 18:12:20 +02:00
Spencer Flagg
ce81714c2b trying to get the bkg working with a passthrough 2022-10-11 18:05:32 +02:00
Spencer Flagg
27a1f28c58 10/9 notes from Lucy: header and link css; image and style tweaks; news page revamp; jobs empty template; firefox fixes; 2022-10-11 17:44:21 +02:00
Spencer Flagg
b396396c1f new "real" buy image 2022-10-07 18:36:05 +02:00
Spencer Flagg
a2cde8ba4c safari ticker position issues; bkg path issues 2022-10-07 18:07:09 +02:00
Spencer Flagg
44ee58ac5e safari targeting: bitcoing bkg shift, ticker line shift 2022-10-07 17:57:00 +02:00
Spencer Flagg
b83334ac6f safari target: additional stuff 2022-10-07 17:53:44 +02:00