Jeff Escalante
af82bdb67e
add enterprise downloads page ( #13524 )
2021-12-25 14:42:55 -05:00
Alex Carpenter
927f46d5d7
Homepage redesign ( #13159 )
...
* homepage setup
* [Homepage] `<IoHomeHero />` component (#13160 )
* init <Hero /> component
* adds loading animation
* updates variable naming
* makes index optional
* Update hero-pattern.svg
* prefix with IoHome
* updates usage
* [Homepage] `<IoHomePreFooter />` component (#13182 )
* adds <IoHomePreFooter />
* adds interfaces
* [Homepage] `<IoHomeHero />` component (#13160 )
* init <Hero /> component
* adds loading animation
* updates variable naming
* makes index optional
* Update hero-pattern.svg
* prefix with IoHome
* updates usage
* adds <IoHomePreFooter />
* adds interfaces
* adds key
* [Homepage] `<IoHomeCallToAction />` component (#13164 )
* adding brand to cta
* cleanup homepage
* [Homepage] `<IoHomeVideo />` component (#13161 )
* init <Video /> component
* adjusts sizing and border radius
* responsive styling
* fix hover svg gitter
* adjust play icon sizing
* include temp thumbnail
* dialog implementation
* conditionally display person and show helpers
* rename component
* updates dialog naming
* add homepage styling
* simplify background color
* page level styling
* [Homepage] `<IoHomeCaseStudies />` (#13190 )
* adds <IoHomeCaseStudies />
* adds interface
* animate gradient
* update min-heights
* Homepage `<IoHomeCard />` component (#13151 )
* init <Card /> component
* fixes heading color
* adds product logos and hover styles
* update naming
* simplifies inset spacing
* use ternary and add key
* removes repo link
* removes need for camelCase package
* adds keys
* adds in practice cards
* adds in practice background
* use case cards
* update min col sizing
* adds feature component (#13203 )
* fixes card hover bug
* [Homepage] connect homepage to dato content (#13227 )
* connect homepage to dato
* Check for internal link
* fix return types
* adds youtube video
* hook up meta tags and chunk cards
* removes chunking
* fix ts return
* fix prop naming
* fix return type
* mobile sizing adjustments
* [Homepage] Usecase pages (#13240 )
* init usecase page
* updates use case call to action
* card container component
* themeing
* convert to using strictly props
* responsive spacing
* reworking sections component
* adds callout and hero patterns
* adds priority
* makes feature link optional
* [Homepage] connect use case template to dato (#13295 )
* Start connecting to dato
* Fix spacing when no video is present
* Remove log
* adds images
* hook up cards
* pass eyebrow and products
* Delete index.tsx
* Use card container on homepage
* use react video player
* [Homepage] fix mobile video (#13309 )
* Removing attributes
* update url
* spacing adjustments
* Allow previewing draft content (#13312 )
* fix heading width
* fix feature max width
* adjust in practice padding
* increase icon sizing
* adjust icon alignment
* update eyebrow
* update hero pattern
* update usecase hero pattern
* add hover scale
* [Homepage] populate use case dropdown from use case pages (#13325 )
* create standard layout
* removes unused subnav data
* removes static use case pages
* removes use cases style
* bump subnav and use hashicorp vault logo
* fixes use cases paths
* removes hashistack menu
* removes subnav top border
* conditionally render video callout avatar
* hook up data and conditionals
* update components to work with other products
* extract in practice section for reuse
* use Products type
* fix type error
* rework cta logic
* removes type
* updates accent method
* fix button prop
* refactor customer case study
* refactor case studies component
* cleanup margin
* refactor data props
* Spacing updates and introduce intro component
* adds intro interface
* Delete style.css
* fix intro description color
* add revalidate code to homepage
* bump subnav
* make stats optional
* adjust border radius based on customer story
* cleanup temp files
* redirect /home to homepage
* reorder resources
* fix: move heading and description
* fix: logo alignment
* fix: section background color
* feat: optional tutorial and docs links
* fix: removes case studies background
* formatting
* feat: sort use cases in nav
* fix: card overflow (#13429 )
* fix: adjust overflow method
* fix: padding on desktop
* fix: scroll padding-right on mobile
* remove debugger
* increase last item width
* card container overflow method (#13434 )
* use flex
* formatting
* add comment
2021-12-15 10:32:45 -05:00
Jeff Escalante
1ff47a60c9
update dependencies ( #12807 )
...
* full dependency update, cut unnecessary deps
* remove husky
* add simple-git-hooks, fix package.json formatting
* fix button spacing on use case page footers
* bugfixes
2021-10-12 17:07:16 -04:00
Bryce Kalow
55e195f161
website: upgrades dependencies ( #12670 )
...
* upgrades deps and gets it building
* remove unneeded css file
* fix: hide intended elements in print (#12710 )
* upgrade deps to latest
Co-authored-by: Zachary Shilton <4624598+zchsh@users.noreply.github.com>
2021-10-07 11:23:19 -04:00
Zachary Shilton
88be341d21
Upgrade global styles ( #12167 )
...
* website: upgrade global-styles packages
* website: remove deprecated --site-max-width on community page
* website: replace code-block showWindowBar with showChrome
* website: replace old g-container with g-grid-container
* website: backfill missing type styles
* website: revert change to heading semantics
* website: fix mismatched border colour
* website: fix spacing issue
* website: revert accidental replacement
* website: clarify debt intention with comment
* website: fix missing search styles, remove cruft
* website: hide alert-banner on mobile
* website: bump to latest patched dependencies
2021-08-20 12:20:18 -04:00
Bryce Kalow
45dfa2dd02
web: migrate to web platform- packages ( #12118 )
...
* migrate usages of nextjs-scripts to platform packages
* Updates hashi packages
2021-07-27 18:43:40 -04:00
Mike Wickett
6b5d1ab4dc
update content param for improved attribution ( #11929 )
2021-06-24 11:12:37 -04:00
Kendall Strautman
ccee88180b
feat(website): A11y updates ( #11869 )
...
* adds lang attribute
* fixes: empty anchor tag
* adds alt attributes
* alt tag logo grid updates
* fix footer contrast color
* only render header if it exists
* adds `main` element to page
* testing pre-releases
* fix: button aria-label updates
* chore: update deps
* fix: adds `main` element to all pages
* chore: formatting
* fix: adds alts to use-cases page
* chore: update headline element
* chore: adds alt text
* fix: adds alt tags
* style: fix height issue
* fix: use h1 at top of page
* fix: remove main to avoid duplicate tag
* chore: fix deps
* main is already defined in docs page component
* Update website/components/footer/style.css
Co-authored-by: Jimmy Merritello <7191639+jmfury@users.noreply.github.com>
Co-authored-by: Jimmy Merritello <7191639+jmfury@users.noreply.github.com>
2021-06-21 12:50:59 -04:00
Zachary Shilton
3fad03e9ff
website: support hidden pages in nav-data ( #11528 )
...
* website: bump to docs-page prerelease, support hidden pages
* website: switch to hidden pages approach for docs and api-docs
* website: remove temporary fix for hidden pages, and related check
* website: fix content structure issue with docs/auth/jwt
* website: bump to latest pre-release
* website: bump to stable docs-page, w next-mdx-remote bump
* website: bump to latest markdown-page
2021-05-06 13:32:25 -04:00
Brandon Romano
5352a0adca
Update Try Cloud CTAs to go direct to the portal ( #11535 )
2021-05-05 10:44:32 -04:00
Kendall Strautman
8b5560eb02
[Assembly]: Branding Refresh ( #11118 )
...
* style: update gray brand colors (#11092 )
* Style: Update brand colors (#11224 )
* style: update brand colors
* chore: upgrade react-components
* style: update use cases page btn --> vault brand
* chore: home page component api updates
* style: fix link colors
* run npm audit
* upgrade downloads page
* typo fixes
* fix husky, run lint
* roll back husky upgrade
* style(home callouts): body copy gray -2
* style: testing hashi-stack-menu prerelease
* style: upgrade components --> color contrast (#11328 )
* chore: upgrades components w/ new styles
* refactor(use-cases pages): to use FeaturedSlider component
* style(BeforeAfterDiagram): swap check icon
* style(use-cases-cta): adjust background color --> vault primary
* chore(community): pass to VerticalBlockTextList
* chore(deps): adds tippy.js
* chore(deps): upgrade product downloads pre-release
* fix(subnav): use asPath to set active item
* chore: upgrade deps to stable
* style: home callouts body copy to black
* chore: upgrade hashi-stack-menu to stable
* chore: upgrade deps
* style(use-cases): update background and button colors
* chore: upgrade deps body copy color
* chore: upgrades alert-banner
* fix: remove package.json
* content(home): removes hero background image
* content(home): updates assets
* content(use-cases): updates assets
* style(before-after-diagram): adjust scaling styles
* content:swap svgs for pngs
* style: updates before/after diagram
* chore: testing product download page pre-release
* content: updates consul & nomad logomarks
* chore: updates product download page to stable
Co-authored-by: Jeff Escalante <jescalan@users.noreply.github.com>
2021-05-03 18:01:29 -04:00
Zachary Shilton
c8f56671a4
website: resolve unlinked content ( #11391 )
...
* website: temp support for unlinked content
* website: add GitHub check for unlinked content
* website: add hotfix for brand coloration issue
2021-04-22 13:41:07 -04:00
Zachary Shilton
e45d81ff47
Use revised BeforeAfterDiagram, VerticalTextBlockList ( #10907 )
...
* Switch BeforeAfterDiagram implementation, pulled from www-next
* Bump vertical-text-block-list, update md to HTML
* Bump to latest case-study-slider
2021-02-11 16:29:38 -05:00
Brandon Romano
4a6e00081c
Web Updates for HCP (2/2) ( #10820 )
...
* Web Updates for HCP (2/2)
Adds HCP Vault section to homepage
Updates the Nav
Hack in a third 'try cloud' link
Update banner to point to HCP site
* website: utm params for all hcp links
Co-authored-by: Kyle MacDonald <kmacdonald@hashicorp.com>
2021-02-02 11:41:19 -05:00
Jeff Escalante
ec620a7765
Implement MDX Remote ( #10581 )
...
* implement mdx remote
* fix an unfenced code block
* fix partials path
Co-authored-by: Jim Kalafut <jkalafut@hashicorp.com>
2020-12-17 16:53:33 -05:00
Kevin Pruett
7da4317b49
Integrate @hashicorp/react-search into layout ( #9868 )
2020-09-08 14:17:36 -07:00
Jeff Escalante
33cf45440a
improve mobile styling for columns component ( #9899 )
2020-09-04 15:12:01 -07:00
Calvin Leung Huang
744623746a
docs: add a plugin portal page ( #9590 )
...
* docs: add a plugins directory page
* docs: remove divs on the plugins directory page
* add columns
* tag component
* docs: use tags on plugins directory
* docs: revert tags on plugins directory for now
* fix header for official plugins
* add note on submission for community plugins
* s/plugins directory/plugin portal/
* move portal page into docs section
* tag oracle db as external, fix kerberos misspelling
* include gh issue template as submission form
Co-authored-by: Jeff Escalante <jescalan@users.noreply.github.com>
2020-09-02 16:25:06 -07:00
Jeff Escalante
a28209ad6d
small change to make github star count display correctly ( #9718 )
2020-08-11 17:06:23 -04:00
Jeff Escalante
290c6d7187
Fix broken links in website footer ( #9613 )
...
* add security page and press kit
* github link correction
2020-07-28 16:22:35 -04:00
Jeff Escalante
a3371f6242
🌷 Website Maintenance ( #9140 )
...
* another round of maintenance
- apply stylelint
- run eslint across all files
- remove unneeded font import
- add jsconfig and import from absolute pahts
- remove unneeded experimental nextjs config
- update all dependencies
* refreshing with the latest dep updates
2020-07-02 14:24:34 -04:00
Jeff Escalante
8eed94b072
🌷 Docs Website Maintenance ( #8985 )
...
* website maintenance round
* improve docs, revert bug workaround as it was fixed
* boost memory
* remove unnecessary code
2020-05-21 13:18:17 -04:00
Jeff Escalante
8af56bd620
Anchor Link Fixes ( #8572 )
...
* update anchor link algorithm
* update deps
* update content component
* fix a lot of broken links
2020-03-31 15:21:16 -04:00
Jonathan Neal
6550ba2b0e
Use HashiHead Component ( #8549 )
...
Co-authored-by: Jeff Escalante <jescalan@users.noreply.github.com>
2020-03-30 13:30:56 -04:00
Jonathan Neal
3043c3b14a
Add print styles ( #8408 )
...
Co-authored-by: Jeff Escalante <jescalan@users.noreply.github.com>
2020-03-13 10:14:08 -07:00
Jeff Escalante
811bcc4c88
correct use case button styles ( #8321 )
2020-03-13 10:06:26 -07:00
Jonathan Neal
7442b22f41
Replace internal ProductSubnav with @hashicorp/react-subnav ( #8473 )
2020-03-13 10:00:18 -07:00
Jeff Escalante
0062ad382d
[website] implement postgres/secrets redirect ( #8208 )
...
* add secrets/postgresql redirect
* change name of old path
* ensure deprecated pages are not indexed by search engines
* remove deprecated page from navigation
2020-01-22 12:29:37 -08:00
Jeff Escalante
df34412570
New Website! ( #8154 )
...
* new documentation website
* ci job adjustment
* update to latest version on downloads page
* remove transition-period scripts
* add netlify toml file
* fix docs patch
* fix ci config?
* revert go.mod changes
* a couple last markdown formatting fixes
2020-01-17 16:18:09 -08:00