Skip to content

Commit ddf74eb

Browse files
authored
Website information post event (graphql#1563)
1 parent 953d210 commit ddf74eb

File tree

8 files changed

+92
-895
lines changed

8 files changed

+92
-895
lines changed

src/components/Conf/Footer/index.tsx

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,10 @@ import PartnersConf from "../Partners"
55

66
const links = [
77
[
8-
{ text: "Attend", href: "/conf/#attend" },
98
{ text: "Speakers", href: "/conf/#speakers" },
10-
{ text: "Partner", href: "/conf/partner/" },
119
{ text: "Schedule", href: "/conf/#schedule" },
12-
{ text: "Location", href: "/conf/#location" },
1310
],
1411
[
15-
{ text: "Sponsor", href: "/conf/sponsor/" },
1612
{ text: "FAQ", href: "/conf/faq/" },
1713
{ text: "Contact Us", href: "/conf/faq/#contact" },
1814
],

src/components/Conf/Header/index.tsx

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,8 @@ interface LinkItem {
99
}
1010

1111
const links: LinkItem[] = [
12-
{ text: "Attend", href: "/conf/#attend" },
1312
{ text: "Speakers", href: "/conf/speakers/" },
1413
{ text: "Schedule", href: "/conf/schedule/" },
15-
{ text: "Sponsor", href: "/conf/sponsor/" },
16-
{ text: "Partner", href: "/conf/partner/" },
1714
{ text: "FAQ", href: "/conf/faq/" },
1815
]
1916

@@ -79,22 +76,22 @@ const HeaderConf = ({ className = "" }: HeaderConfProps) => {
7976
</div>
8077

8178
<div className="lg:flex items-center gap-5 mt-5 lg:mt-0 hidden">
82-
<ButtonConf
79+
{/* <ButtonConf
8380
href="https://cvent.me/4zbxz9"
8481
className="ml-auto lg:visible"
8582
>
8683
Buy a Ticket!
87-
</ButtonConf>
84+
</ButtonConf> */}
8885
</div>
8986
</nav>
9087

9188
<div
9289
className="flex items-center space-x-4 lg:hidden"
9390
onClick={handleDrawerClick}
9491
>
95-
<ButtonConf href="https://cvent.me/4zbxz9" className="lg:hidden">
92+
{/* <ButtonConf href="https://cvent.me/4zbxz9" className="lg:hidden">
9693
Buy a Ticket!
97-
</ButtonConf>
94+
</ButtonConf> */}
9895
<div className="space-y-2 cursor-pointer py-3">
9996
<span className="block w-8 h-0.5 bg-white"></span>
10097
<span className="block w-5 h-0.5 bg-white"></span>

src/components/Conf/Thanks/index.tsx

Lines changed: 85 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,85 @@
1+
import React from "react"
2+
3+
const ThanksConf: React.FC = () => {
4+
return (
5+
<div className="bg-white mb-5">
6+
<div className="container px-3 py-6 mx-auto">
7+
<h1 className="text-center text-4xl text-[#171E26] mb-10 font-bold">
8+
Thank you for Attending!
9+
</h1>
10+
<h2 className="text-center text-lg mt-2 mb-10">
11+
Thank you to all who joined us for GraphQLConf 2023! We look forward
12+
to seeing you at future events
13+
</h2>
14+
<div className="flex flex-wrap ">
15+
<div className="p-4 md:w-1/2 w-full rounded-2xl">
16+
<div className="h-full bg-gray-100 p-8 rounded">
17+
<svg width="50" height="50" viewBox="0 0 24 24" fill="none">
18+
<path
19+
d="M22 8L16 12L22 16V8Z"
20+
stroke="#f827a3"
21+
stroke-width="1"
22+
stroke-linecap="round"
23+
stroke-linejoin="round"
24+
/>
25+
<path
26+
d="M14 6H4C2.89543 6 2 6.89543 2 8V16C2 17.1046 2.89543 18 4 18H14C15.1046 18 16 17.1046 16 16V8C16 6.89543 15.1046 6 14 6Z"
27+
stroke="#f827a3"
28+
stroke-width="1"
29+
stroke-linecap="round"
30+
stroke-linejoin="round"
31+
/>
32+
</svg>
33+
<p>
34+
To experience the best of this year’s event, be sure to watch
35+
session recordings, available on the{" "}
36+
<a href="https://www.youtube.com/@GraphQLFoundation">
37+
GraphQL Foundation YouTube Channel.
38+
</a>
39+
</p>
40+
</div>
41+
</div>
42+
<div className="p-4 md:w-1/2 w-full rounded-2xl">
43+
<div className="h-full bg-gray-100 p-8 rounded">
44+
<svg
45+
width="50"
46+
height="50"
47+
viewBox="0 0 50 50"
48+
fill="none"
49+
xmlns="http://www.w3.org/2000/svg"
50+
xmlnsXlink="http://www.w3.org/1999/xlink"
51+
>
52+
<rect width="50" height="50" fill="url(#pattern0)" />
53+
<defs>
54+
<pattern
55+
id="pattern0"
56+
patternContentUnits="objectBoundingBox"
57+
width="1"
58+
height="1"
59+
>
60+
<use xlinkHref="#image0_45_8" transform="scale(0.02)" />
61+
</pattern>
62+
<image
63+
id="image0_45_8"
64+
width="50"
65+
height="50"
66+
xlinkHref="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAYAAAAeP4ixAAAACXBIWXMAAAsTAAALEwEAmpwYAAACMElEQVR4nO2Zv0scQRTHpzCmScQmAbUIyN2849qUFlbpYyWkjijR5L8Iol1KIUF977C4PyIBD6PCKZZWRsKlsTx/zLOaMOucXM5Vdu/mcjM4Xxg4ZmeO9+E77+3bXSGiPBVL/M5AOrBRuwsy+KC6GveCiEDEjwaEAxsiBaQ26KA498Dt/JZ5Is4aXwT5T+LoiGfi6EiOXk1JumCJu6qES7pcHRYhOsIdNV4BHV7C1ni3AQ8cREl6zxL/3PzGA9fOsCsQXfjyVAF9ZKC95CjZVrp9n3GiDWYx2VeuPmOJp7226ewC5LK4MaGAjtL6nc59qliZS+Yk7nYPgtvOQawTFgJ/K6D5NJA7uSKpKRyKewVhwE/22kkriTtAarkbu0GAKMB9M38tK7O5/9QrEInnZr5Z+Paic22WJPUm2ZWkppnX8PV529pa1rzwJtkZaM9Wobf37VWwuXCzhn6KPol7dqSES/a+cKxfrY+mlWYGalhHPjiM3XH5LVeHTdvRguEizegCjZxP4strqLxjSb/stbp+vfZE9Ens5IYIW+MtmPTcwPpFicbS9nqT7P84I3HR5IGpZEk1k7RjjtNDTniT7L6II4hn4uiIZ+LoiGfi6EjojrDnQ2QACeA7CTp9fM4k31uexwOip38MKaCV2xYfaMXMidCkJK6mPK+sitDEQGdJ8CV8cyUrUxbmTIQmtu9+DUQbSEOEJgW4nHK0PovQpJOXFbhsnWkYiH59/IkSHuovyCnYiMTNoH0AAAAASUVORK5CYII="
67+
/>
68+
</defs>
69+
</svg>
70+
71+
<p>
72+
Review session slides from speakers who provided them via the{" "}
73+
<a href="https://graphqlconf23.sched.com/overview/area/Yes">
74+
event schedule.
75+
</a>
76+
</p>
77+
</div>
78+
</div>
79+
</div>
80+
</div>
81+
</div>
82+
)
83+
}
84+
85+
export default ThanksConf

0 commit comments

Comments
 (0)