-
Notifications
You must be signed in to change notification settings - Fork 51
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Usecases #288
Usecases #288
Conversation
Hey @paularah Great job so far, I've reviewed your code and the content of the page. here are some observations that I discussed with @xmulligan
These are all my observations for now, let me know if you need more clarity. Also, I'll take a look at the fixes you made. Great work! |
Thank you! I made the designs on Figma so things aren't set in stone. I made some last-minute changes while building the pages that I felt were better aesthetically; that's why there are some differences between the Figma designs and the pages. The rationale is to keep videos on the right as much as possible so it's easier to spot and consistent across pages, while images can float left or right. LMK if you think otherwise. |
@paularah I see, that makes sense. I'm really just worried about inconsistency in the pages. If we are sticking to one style of positioning, let's just stick to that. I also noticed some pages where all the images and videos where all floated to the right. So maybe do a quick check and make sure there's consistency in the positioning of the images, text and videos on those pages. |
I'm going to merge this so we can do a final check against the main branch |
* Usecases (#288) * feat: use icons for network inlet section * feat: cni page styling * feat: add layer load balancer page * feat: add clutsermesh page * fix: update file extensions to jsx * fix: remove unsued imports * fix: correct type on clickhouse * feat: break off sections into diiferent components * fix: alternate image postion with props * fix: reorg file directory * feat: cluster mesh page with seperated components * fix: correct urls and quotes on use cases cards * fix: images sizes for intro section * feat: add bandwidth and lantency optimization page * feat: add kube-proxy-replacement-page contents * feat: add bgp page * feat: add egress-gateway-page * feat: add service mesh page * chore: remove dead imports * feat: add gaeway api page * fix: add image alt for gateway api content image * feat: add service map page and use cases * feat: add metrics and tracing export * feat: add network-flow-logs-page * feat: add protocol visibility page * feat: add transparent encryption page * feat: add network policy editor * feat: add runtime enforcement page * fix: give pages component the correct names * feat: add cni page * feat: add home feature page * fix: fix broken links on CNI use case section * fix: include missing image for service mesh page * feat: use section components for load balancer page * fix: style xdp section correctly * fix: correct text for use case card on cni page * fix: capitalize use cases card header * fix: fix prop types for use case card * fix: correct prefix for gatsby routing * fix: props for alternating video postition * Removes unused Faq component breaking the build. (#292) * feat: use icons for network inlet section * feat: cni page styling * feat: add layer load balancer page * feat: add clutsermesh page * fix: update file extensions to jsx * fix: remove unsued imports * fix: correct type on clickhouse * feat: break off sections into diiferent components * fix: alternate image postion with props * fix: reorg file directory * feat: cluster mesh page with seperated components * fix: correct urls and quotes on use cases cards * fix: images sizes for intro section * feat: add bandwidth and lantency optimization page * feat: add kube-proxy-replacement-page contents * feat: add bgp page * feat: add egress-gateway-page * feat: add service mesh page * chore: remove dead imports * feat: add gaeway api page * fix: add image alt for gateway api content image * feat: add service map page and use cases * feat: add metrics and tracing export * feat: add network-flow-logs-page * feat: add protocol visibility page * feat: add transparent encryption page * feat: add network policy editor * feat: add runtime enforcement page * fix: give pages component the correct names * feat: add cni page * feat: add home feature page * fix: fix broken links on CNI use case section * fix: include missing image for service mesh page * feat: use section components for load balancer page * fix: style xdp section correctly * fix: correct text for use case card on cni page * fix: capitalize use cases card header * fix: fix prop types for use case card * fix: correct prefix for gatsby routing * fix: props for alternating video postition * fix: comment out faq component * Fixes broken build by removing faq component (#293) * feat: use icons for network inlet section * feat: cni page styling * feat: add layer load balancer page * feat: add clutsermesh page * fix: update file extensions to jsx * fix: remove unsued imports * fix: correct type on clickhouse * feat: break off sections into diiferent components * fix: alternate image postion with props * fix: reorg file directory * feat: cluster mesh page with seperated components * fix: correct urls and quotes on use cases cards * fix: images sizes for intro section * feat: add bandwidth and lantency optimization page * feat: add kube-proxy-replacement-page contents * feat: add bgp page * feat: add egress-gateway-page * feat: add service mesh page * chore: remove dead imports * feat: add gaeway api page * fix: add image alt for gateway api content image * feat: add service map page and use cases * feat: add metrics and tracing export * feat: add network-flow-logs-page * feat: add protocol visibility page * feat: add transparent encryption page * feat: add network policy editor * feat: add runtime enforcement page * fix: give pages component the correct names * feat: add cni page * feat: add home feature page * fix: fix broken links on CNI use case section * fix: include missing image for service mesh page * feat: use section components for load balancer page * fix: style xdp section correctly * fix: correct text for use case card on cni page * fix: capitalize use cases card header * fix: fix prop types for use case card * fix: correct prefix for gatsby routing * fix: props for alternating video postition * fix: comment out faq component * fix: remove faq component entirely * feat: use icons for network inlet section * feat: cni page styling * feat: add layer load balancer page * feat: add clutsermesh page * fix: update file extensions to jsx * fix: remove unsued imports * fix: correct type on clickhouse * feat: break off sections into diiferent components * fix: alternate image postion with props * fix: reorg file directory * feat: cluster mesh page with seperated components * fix: correct urls and quotes on use cases cards * fix: images sizes for intro section * feat: add bandwidth and lantency optimization page * feat: add kube-proxy-replacement-page contents * feat: add bgp page * feat: add egress-gateway-page * feat: add service mesh page * chore: remove dead imports * feat: add gaeway api page * fix: add image alt for gateway api content image * feat: add service map page and use cases * feat: add metrics and tracing export * feat: add network-flow-logs-page * feat: add protocol visibility page * feat: add transparent encryption page * feat: add network policy editor * feat: add runtime enforcement page * fix: give pages component the correct names * feat: add cni page * feat: add home feature page * fix: fix broken links on CNI use case section * fix: include missing image for service mesh page * feat: use section components for load balancer page * fix: style xdp section correctly * fix: correct text for use case card on cni page * fix: capitalize use cases card header * fix: fix prop types for use case card * fix: correct prefix for gatsby routing * fix: props for alternating video postition * fix: comment out faq component * fix: remove faq component entirely * fix: review corrections pre feedback * feat: use cases navabar * fix: smoothen scroll behaviour for usecase navbar * fix: remove sproutffi from testimonials * fix: clilium logo for advanced protocol visibility page * fix spelling --------- Signed-off-by: Paul Arah <paularah.self@gmail.com> Co-authored-by: Bill Mulligan <billmulligan516@gmail.com>
@xmulligan