Lp/leaderboard update

Lp/leaderboard update
This commit is contained in:
Johannes
2023-10-02 10:17:35 +05:45
committed by GitHub
4 changed files with 51 additions and 17 deletions

View File

@@ -1,5 +1,4 @@
import GitHubMarkWhite from "@/images/github-mark-white.svg";
import GitHubMarkDark from "@/images/github-mark.svg";
import HackIconGold from "@/images/formtribe/hack-icon-gold.svg";
import Image from "next/image";
import Link from "next/link";
@@ -10,7 +9,7 @@ export const GitHubSponsorship: React.FC = () => {
@media (min-width: 426px);
`}</style>
<div className="right-24 lg:absolute">
<Image
{/* <Image
src={GitHubMarkDark}
alt="GitHub Sponsors Formbricks badge"
width={100}
@@ -22,19 +21,24 @@ export const GitHubSponsorship: React.FC = () => {
alt="GitHub Sponsors Formbricks badge"
width={100}
height={100}
className="mr-12 hidden dark:block md:mr-4 "
className="mr-12 hidden dark:block md:mr-4"
/> */}
<Image
src={HackIconGold}
alt="Hacktober Icon Gold"
width={100}
height={100}
className="mr-12 md:mr-4"
/>
</div>
<h2 className="mt-4 text-2xl font-bold tracking-tight text-slate-800 dark:text-slate-200 lg:text-2xl">
Proudly Open-Source 🤍
The FormTribe goes Hacktoberfest 🥨
</h2>
<p className="lg:text-md mt-4 max-w-3xl text-slate-500 dark:text-slate-400">
We&apos;re proud to to be supported by GitHubs Open-Source Program!{" "}
Write code, win a Mac! We&apos;re running a Hacktoberfest community Hackathon:
<span>
<Link
href="/blog/inaugural-batch-github-accelerator"
className="decoration-brand-dark underline underline-offset-4">
Read more.
<Link href="/formtribe" className="decoration-brand-dark ml-2 underline underline-offset-4">
Find out more.
</Link>
</span>
</p>

View File

@@ -20,10 +20,10 @@ export const Hero: React.FC = ({}) => {
<div className="relative">
<div className="px-4 pb-20 pt-16 text-center sm:px-6 lg:px-8 lg:pb-32 lg:pt-20">
<a
href="https://github.com/formbricks/formbricks"
href="https://formbricks.com/formtribe"
target="_blank"
className="border-brand-dark rounded-full border px-4 py-1.5 text-sm text-slate-500 hover:bg-slate-100 dark:text-slate-300 dark:hover:bg-slate-800">
We&apos;re Open-Source | Star us on GitHub{" "}
className="border-brand-dark animate-bounce rounded-full border px-4 py-1.5 text-sm text-slate-500 hover:bg-slate-100 dark:text-slate-300 dark:hover:bg-slate-800">
The FormTribe Hackathon is on 🔥
<ChevronRightIcon className="inline h-5 w-5 text-slate-300" />
</a>
<h1 className="mt-10 text-3xl font-bold tracking-tight text-slate-800 dark:text-slate-200 sm:text-4xl md:text-5xl">

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 67 KiB

View File

@@ -266,9 +266,13 @@ const FAQ = [
const Leaderboard = [
{
name: "Piyush",
points: "200",
points: "450",
link: "https://github.com/gupta-piyush19",
},
{
name: "Suman",
points: "200",
},
{
name: "Subhdeep",
points: "100",
@@ -279,7 +283,7 @@ const Leaderboard = [
},
{
name: "/home/babubaap",
points: "100",
points: "200",
},
{
name: "Karuppiah",
@@ -295,7 +299,7 @@ const Leaderboard = [
},
{
name: "Kelvin Parmar",
points: "100",
points: "200",
},
{
name: "Arjun",
@@ -303,7 +307,7 @@ const Leaderboard = [
},
{
name: "Yashhhh",
points: "100",
points: "200",
},
{
name: "vishleshak",
@@ -337,6 +341,31 @@ const Leaderboard = [
name: "Suyash",
points: "100",
},
{
name: "Rohan Gupta",
points: "100",
},
{
name: "Nafees Nazik",
points: "100",
},
{
name: "monk",
points: "100",
},
{
name: "Pratik Tiwari (Pratik)",
points: "100",
},
{
name: "Ardash Malviya",
points: "100",
},
{
name: "Aditya Deshlahre",
points: "250",
link: "https://github.com/adityadeshlahre",
},
];
export default function FormTribeHackathon() {