refactor: Update proudly-open-source.ejs to include GitHub repo link

This commit is contained in:
Simon Larsen 2024-08-03 14:34:51 -06:00
parent 70371a32af
commit 21b078040c
No known key found for this signature in database
GPG Key ID: 96C5DCA24769DBCA

View File

@ -1,5 +1,6 @@
<section class="mb-32 border-gray-100 border-t-2 border-b-2">
<div class="mx-auto mt-32 max-w-7xl pb-32">
<div class="mx-auto mt-32 max-w-7xl pb-32 pl-10 pr-10">
<div class="md:flex justify-between">
<div class="mx-auto max-w-2xl lg:mx-0">
<h2 class="text-3xl font-bold tracking-tight text-gray-900 sm:text-4xl">
We're proudly open source. 🚀
@ -8,6 +9,11 @@
Open-source wins, open-software wins, open-protocol wins. Our platform is built on open source technologies and we're proud to contribute back to the community.
</p>
</div>
<div class="mt-10">
<a href="https://github.com/oneuptime/oneuptime" target="_blank" class="text-base font-semibold leading-6 text-gray-900 ">View GitHub Repo <span
aria-hidden="true">→</span></a>
</div>
</div>
<div class="mx-auto mt-16 flex max-w-2xl flex-col gap-8 lg:mx-0 lg:mt-20 lg:max-w-none lg:flex-row lg:items-end">
<div class="flex flex-col-reverse justify-between gap-x-16 gap-y-8 rounded-2xl bg-gray-50 p-8 sm:w-3/4 sm:max-w-md sm:flex-row-reverse sm:items-end lg:w-96 lg:max-w-none lg:flex-none lg:flex-col lg:items-start">
<p class="flex-none text-3xl font-bold tracking-tight text-gray-900">80+</p>
@ -32,7 +38,7 @@
<div class="sm:w-80 sm:shrink lg:w-auto lg:flex-none">
<p class="text-lg font-semibold tracking-tight text-white">Open Source Downloads</p>
<p class="mt-2 text-base leading-7 text-indigo-200">
Used by thousands of companies - all the way from small startups to large enterprises.
Used by thousands of companies - from small startups to large enterprises.
</p>
</div>
</div>