mirror of
https://github.com/jambonz/next-static-site.git
synced 2025-12-19 04:47:44 +00:00
Latest news + banner, cypress tests, open source copy, general style tweaks (#13)
* Adding latest news and banners * Adding first draft of cypress specs and github actions workflow * Adding sticky position for top banner * Tweak styles for new latest news section * Tweak styles for text__layout innerHTML * Fix Cypress homepage test spec * Fix mobile navi z-index with sticky top banner * Fix sticky banner z-index bug with mobile navi * Refactor markdown tools to support pages beyond developer docs * Adjust TADHACK text max-widths for small mobile * initial changes for open source copy * more copy * more copy * updated open source structure * minor * typo * more copy * Adjust styles for Open Source markdown small text * Update readme and remove floats from docs webhooks markdown * Add readme notes on Cypress and flesh out navi spec tests * Fix main navi highlight when on sub-sections of markdown pages Co-authored-by: Dave Horton <daveh@beachdognet.com>
This commit is contained in:
committed by
GitHub
parent
ac33cdaac1
commit
db94b17829
27
data/open-source.yml
Normal file
27
data/open-source.yml
Normal file
@@ -0,0 +1,27 @@
|
||||
root:
|
||||
link: /open-source/
|
||||
label: Open Source
|
||||
navi:
|
||||
-
|
||||
path: commitment
|
||||
title: Our commitment
|
||||
pages:
|
||||
-
|
||||
path: oss-we-make
|
||||
title: Open source we make
|
||||
-
|
||||
path: oss-we-use
|
||||
title: Open source we use
|
||||
-
|
||||
path: oss-contributions
|
||||
title: How we contribute
|
||||
-
|
||||
path: your-contributions
|
||||
title: How you contribute
|
||||
-
|
||||
path: install
|
||||
title: How to install
|
||||
pages:
|
||||
-
|
||||
path: overview
|
||||
title: Overview
|
||||
@@ -1,3 +1,25 @@
|
||||
banner:
|
||||
active: true
|
||||
text: jambonz now available on AWS Marketplace
|
||||
link: https://aws.amazon.com/marketplace/pp/prodview-7lmody7uv2sye
|
||||
latest:
|
||||
-
|
||||
active: true
|
||||
label: tadhack
|
||||
headline: jambonz is a proud sponsor of TADHACK 2021 in Orlando!
|
||||
subtext:
|
||||
- Sign up <a href="https://jambonz.us/register" target="_blank">here</a> for your free development account,
|
||||
- and <a href="https://www.telecomsxchange.com/jambonz" target="_blank">visit our partner TelecomXChange</a> for $20 free credit!
|
||||
-
|
||||
active: false
|
||||
label: econnect
|
||||
headline: jambonz will be at Enterprise Connect 2021
|
||||
subtext: Ping us at <a href="mailto:sales@jambonz.org" target="_blank">sales@jambonz.org</a> to set up a meeting!
|
||||
-
|
||||
active: false
|
||||
label: aws
|
||||
headline: jambonz now available on AWS Marketplace
|
||||
subtext: <a href="https://aws.amazon.com/marketplace/pp/prodview-7lmody7uv2sye" target="_blank">Deploy jambonz</a> with AWS CloudFormation today!
|
||||
navi:
|
||||
home:
|
||||
link: /
|
||||
@@ -15,6 +37,9 @@ navi:
|
||||
-
|
||||
label: Pricing
|
||||
link: /pricing/
|
||||
-
|
||||
label: Open Source
|
||||
link: /open-source/
|
||||
footer:
|
||||
email: support@jambonz.org
|
||||
links:
|
||||
@@ -31,4 +56,4 @@ footer:
|
||||
link: /privacy/
|
||||
-
|
||||
label: Terms of Service
|
||||
link: /terms/
|
||||
link: /terms/
|
||||
Reference in New Issue
Block a user