8000 refactor: landing page by bhavanakarwade · Pull Request #815 · credebl/studio · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

refactor: landing page #815

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

Merged
merged 1 commit into from
Nov 8, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions public/images/adeya-credentials.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
15 changes: 15 additions & 0 deletions public/images/bhutan-ndi-container.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
340 changes: 340 additions & 0 deletions public/images/educreds-container.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
22 changes: 18 additions & 4 deletions public/images/mobile_1.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 0 additions & 9 deletions public/images/mobile_mockup.svg

This file was deleted.

Binary file removed public/images/org-dashboard-light.png
Binary file not shown.
9 changes: 9 additions & 0 deletions public/images/org-dashboard.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 10 additions & 0 deletions public/images/sevispass-digital-container.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 9 additions & 0 deletions public/images/trophy.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
79 changes: 77 additions & 2 deletions src/pages/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ const env = import.meta.env || process.env;
class="col-span-2 flex justify-center mx-auto -mt-36 md:pl-12 md:pr-12 sm:pl-3 sm:pr-3 max-w-screen-xl"
>
<img
src="/images/org-dashboard-light.png"
src="/images/org-dashboard.svg"
alt=""
class="max-w-screen-xl w-full block dark:hidden rounded-lg shadow-[0_0_12px_12px_rgba(0,0,0,0.1)]"
/>
Expand Down Expand Up @@ -422,7 +422,7 @@ const env = import.meta.env || process.env;
<div class="flex justify-center">
<img
class="px-4 pb-0"
src="/images/mobile_mockup.svg"
src="/images/adeya-credentials.svg"
style="width: 412px;"
/>
</div>
Expand Down Expand Up @@ -476,6 +476,81 @@ const env = import.meta.env || process.env;
</div>
</div>
</section>
<section class="mx-auto p-4 py-10 md:py-12 max-w-screen-xl">
<div class="max-w-screen-xl mx-auto p-4">
<div class="pb-8 lg:pb-4 mx-auto">
<h2
class="mb-4 text-2xl lg:text-3xl tracking-tight leading-tight text-center font-extrabold text-gray-900 dark:text-white"
>
Recent implementations of CREDEBL
</h2>
<p class="text-gray-500 sm:text-xl dark:text-gray-400 text-center">
Discover how CREDEBL is transforming identity management around thw world:
</p>
</div>

8000

<div class="grid grid-cols-1 md:grid-cols-3 gap-8 mt-8">
<div class="bg-white dark:bg-gray-800 shadow-lg rounded-lg overflow-hidden">
<div class="h-[208px] bg-cover bg-center bg-[url('/images/bhutan-ndi-container.svg')]"></div>

<div class="p-6">
<h3 class="text-lg font-semibold text-gray-900 dark:text-white">Bhutan NDI</h3>
<p class="mt-4 text-gray-600 dark:text-gray-400">CREDEBL serves as the protocol layer for managing verifiable credentials in Bhutan’s National Digital Identity (NDI) initiative. This cutting-edge solution provides secure and verifiable identity credentials to Bhutanese citizens, facilitating trusted interactions between individuals and organizations. With Bhutan NDI, citizens can take control of their personal data, sharing only what’s necessary for each transaction. It also enables remote onboarding for various online services, saving time and reducing costs by eliminating the need for physical visits to offices.
</p>
</div>
</div>

<div class="bg-white dark:bg-gray-800 shadow-lg rounded-lg overflow-hidden">
<div class="h-[208px] bg-cover bg-center bg-[url('/images/sevispass-digital-container.svg')]"></div>

<div class="p-6">
<h3 class="text-lg font-semibold text-gray-900 dark:text-white">SevisPass Digital ID</h3>
<p class="mt-4 text-gray-600 dark:text-gray-400">CREDEBL - integrated with DHI’s NDI Platform, plays a crucial role in the SevisPass digital ID, which facilitates nationwide digital identity issuance in Papua New Guinea. The SevisWallet app stores the SevisPass - a digital ID for residents based on the National ID program and existing physical IDs. This allows residents to easily access government services through the SevisPortal. CREDEBL & the NDI Platform ensures that the identity verification process is secure and efficient, making it simpler for citizens to navigate essential services.
</p>
</div>
</div>

<div class="bg-white dark:bg-gray-800 shadow-lg rounded-lg overflow-hidden">
<div class="h-[208px] bg-cover bg-center bg-[url('/images/educreds-container.svg')]"></div>

<div class="p-6">
<h3 class="text-lg font-semibold text-gray-900 dark:text-white">EduCreds</h3>
<p class="mt-4 text-gray-600 dark:text-gray-400">CREDEBL is at the core of the EduCreds platform, which uses blockchain technology to issue academic digital credentials. By leveraging CREDEBL, universities and educational institutions can seamlessly issue and verify digital credentials, eliminating the need for physical certificates. This enhances efficiency, reduces administrative burden, and ensures the authenticity of academic achievements, all while protecting data privacy of certificate holders and minimizing the risk of identity or document fraud.
</p>
</div>
</div>
</div>

</div>
</section>

<section class="mx-auto p-4 py-10 md:py-12 max-w-screen-xl">
<div class="max-w-screen-xl mx-auto p-4">
<div class="grid grid-cols-1 md:grid-cols-4 gap-4">
<div class="md:col-span-3">
<div>
<h2 class="text-xl sm:text-2xl lg:text-3xl tracking-tight leading-tight flex justify-start font-extrabold text-gray-900 dark:text-white">
We are honoured with the Prestigious
</h2>
<h2 class="text-xl sm:text-2xl lg:text-3xl tracking-tight leading-tight flex justify-start font-extrabold text-gray-900 dark:text-white">
Republic Business Emerging Technology Award (RBETA)
</h2>
<div class="mt-4 sm:mt-6 md:mt-8 w-full md:w-[664px]">
<p class="text-gray-600 dark:text-gray-400">
Bhutan’s National Digital Identity (NDI) program leverages CREDEBL as its protocol layer. AYANWORKS, being an implementation partner, has received the prestigious Republic Business Emerging Technology Award (RBETA) in the Social Service & CSR category, acknowledging its innovative impact on citizens’ lives.
</p>
</div>
</div>
</div>

<div class="col-span-1 flex justify-center md:justify-end">
<div class="bg-cover h-[486.38px] w-[234.62px] bg-center bg-[url('/images/trophy.svg')]"></div>
</div>
</div>
</div>
</section>

<section class="">
<div
class="bg-[url('/images/blue_background.png')] bg-cover bg-center p-4 py-10 md:py-12"
Expand Down
0