Skip to content
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

New website #1629

Merged
merged 64 commits into from
Jun 21, 2023
Merged

New website #1629

merged 64 commits into from
Jun 21, 2023

Conversation

jamilbk
Copy link
Member

@jamilbk jamilbk commented May 23, 2023

Todo

  • NextJS boilerplate
  • Layout
    • Flowbite react components
    • footer
    • docs layout
      • max container width
      • toggle sidebar (hamburger) on small screens
      • sidebar search box
      • fix sidebar chevrons
      • fix sidebar left margin for nested collapse (use className directly)
    • blog layout
      • all articles
      • single article
    • marketing layout
      • landing page / home
      • fix contact / newsletter form
      • reusable contact / sales form
      • team page
  • Content
    • Team Bios
    • sitemap
    • custom 404 and 500 pages
    • favicon
    • fix navbar link collapse on small devices
    • customize format-enabled sections
    • convert <a> to <Link>
    • download images from githubusercontent
    • fix TabsGroup styling
    • fix Alert styling
    • disable darkmode
    • Add MDX support
    • migrate blog/web/docs pages to React Components
    • Replace Docusaurus components and MDX blocks with alternatives
  • CI
    • Static analysis for ts/md(x)/js/css/html
    • Build site to smoke test
    • Rename www to website

Saving for part 2

  • Publish
    • Move from Github Pages to Vercel to avoid possible usage policy violations
    • Add PostHog analytics
    • Update DNS records
    • Check Google search console
    • Check for JS errors
    • Check page speed / optimization
    • Reconfigure Algolia Docsearch

@coveralls
Copy link

coveralls commented May 23, 2023

Pull Request Test Coverage Report for Build 5c53e431a7cbbdcab93877bfacbedc2f95d3ccdc-PR-1629

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 70.669%

Totals Coverage Status
Change from base Build 952e48d45833e14faf43a221bdd900f8b625e67f: 0.0%
Covered Lines: 1966
Relevant Lines: 2782

💛 - Coveralls

@jamilbk jamilbk self-assigned this May 23, 2023
@jamilbk jamilbk changed the title New website initial commit New website May 23, 2023
@vercel
Copy link

vercel bot commented Jun 6, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

1 Ignored Deployment
Name Status Preview Comments Updated (UTC)
firezone ⬜️ Ignored (Inspect) Visit Preview Jun 20, 2023 3:28pm

@vercel vercel bot temporarily deployed to Preview June 6, 2023 12:31 Inactive
@jamilbk jamilbk force-pushed the website/flowbite-tailwind branch from f56d0dc to 180558b Compare June 6, 2023 12:43
@vercel vercel bot temporarily deployed to Preview June 6, 2023 12:43 Inactive
@vercel vercel bot temporarily deployed to Preview June 6, 2023 16:01 Inactive
@vercel vercel bot temporarily deployed to Preview June 6, 2023 16:34 Inactive
@vercel vercel bot temporarily deployed to Preview June 6, 2023 18:30 Inactive
@vercel vercel bot temporarily deployed to Preview June 9, 2023 22:24 Inactive
@vercel vercel bot temporarily deployed to Preview June 9, 2023 22:44 Inactive
@vercel vercel bot temporarily deployed to Preview June 9, 2023 22:54 Inactive
@vercel vercel bot temporarily deployed to Preview June 10, 2023 01:15 Inactive
@vercel vercel bot temporarily deployed to Preview June 10, 2023 16:33 Inactive
@jamilbk jamilbk marked this pull request as ready for review June 19, 2023 20:14
@jamilbk jamilbk requested a review from AndrewDryga June 19, 2023 20:14
@jamilbk
Copy link
Member Author

jamilbk commented Jun 19, 2023

@AndrewDryga Just requesting a quick scan through and approval, then I'll merge to master which should allow us to preview the deployment.

@vercel vercel bot temporarily deployed to Preview June 19, 2023 22:16 Inactive
@vercel vercel bot temporarily deployed to Preview June 19, 2023 22:17 Inactive
@jamilbk
Copy link
Member Author

jamilbk commented Jun 19, 2023

Screenshot of the new team page for context:

Screenshot 2023-06-19 at 3 22 36 PM

Senior Backend Engineer
</span>
<p className="mt-3 mb-4 max-w-sm font-light text-gray-500 dark:text-gray-400">
{/* TODO: bio */}
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@conectado Did you have a short bio you'd like to include here?

Founding Engineer
</span>
<p className="mt-3 mb-4 max-w-sm font-light text-gray-500 dark:text-gray-400">
{/* TODO: bio */}
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@AndrewDryga Did you have a short bio you'd like to include here?

Copy link
Collaborator

@AndrewDryga AndrewDryga Jun 21, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't and ChatGPT did not want to write one for me that I would actually use, eg. 🤣:

In the constellation of software engineering, Andrew is a guiding star, whose radiant passion has illuminated diverse domains since his early teenage years. As a technology virtuoso, he masterfully composes symphonies of code, fostering growth and innovation while dancing the dance of dexterity with the ever-changing tech landscape.

I think if we decide to keep them we can just use ChatGPT to write them all in the same style, otherwise they will look too different.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hahaha this is great

Senior Systems Engineer
</span>
<p className="mt-3 mb-4 max-w-sm font-light text-gray-500 dark:text-gray-400">
{/* TODO: bio */}
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@francesca64 Do you have a short bio you'd like to include here?

Senior Fullstack Engineer
</span>
<p className="mt-3 mb-4 max-w-sm font-light text-gray-500 dark:text-gray-400">
{/* TODO: bio */}
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@bmanifold Do you have a short bio you'd like to include here?

Technical Advisor
</span>
<p className="mt-3 mb-4 max-w-sm font-light text-gray-500 dark:text-gray-400">
{/* TODO: bio */}
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@rbhitchcock Do you have a short bio you'd like to include here on our new website?

Technical Consultant
</span>
<p className="mt-3 mb-4 max-w-sm font-light text-gray-500 dark:text-gray-400">
{/* TODO: bio */}
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@thomaseizinger Do you have a short bio you'd like to include here on our new website?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Does this work or is that too generic? :D

Thomas spent most of his professional life in the distributed systems space. He has a passion for Rust, OSS and sailing yachts.

Technical Consultant
</span>
<p className="mt-3 mb-4 max-w-sm font-light text-gray-500 dark:text-gray-400">
{/* TODO: bio */}
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@roop Do you have a short bio you'd like to include here on the new website?

Copy link
Member Author

@jamilbk jamilbk left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@AndrewDryga I believe we can merge this first and then switch DNS over and it should go live!

@jamilbk jamilbk enabled auto-merge (squash) June 20, 2023 15:38
@jamilbk jamilbk requested a review from a team June 20, 2023 16:53
@jamilbk jamilbk merged commit 6688b79 into master Jun 21, 2023
4 checks passed
@jamilbk jamilbk deleted the website/flowbite-tailwind branch June 21, 2023 15:20
@Nezteb
Copy link

Nezteb commented Jun 21, 2023

Hype!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants