|
1 | 1 | import React from "react"
|
| 2 | +import ButtonConf from "../Button" |
2 | 3 |
|
3 | 4 | const ThanksConf: React.FC = () => {
|
4 | 5 | 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> |
| 6 | + <section className="text-gray-600 mt-8"> |
| 7 | + <h1 className="text-center text-4xl text-white mb-10 font-bold"> |
| 8 | + Thank you for Attending! |
| 9 | + </h1> |
| 10 | + <div className="container mx-auto flex md:flex-row flex-col items-center align-middle justify-center "> |
| 11 | + <div className="lg:max-w-lg lg:w-full md:w-1/2 w-5/6"> |
| 12 | + <img |
| 13 | + alt="gallery" |
| 14 | + className="w-full h-full rounded-full object-cover object-center block" |
| 15 | + src={`/img/conf/Gallery/7.jpg`} |
| 16 | + /> |
| 17 | + </div> |
| 18 | + <div className="md:w-1/2 lg:pl-24 md:pl-16 flex flex-col md:items-start md:text-left items-center text-center"> |
| 19 | + <p className="mb-8 leading-relaxed text-white font-medium"> |
| 20 | + Thank you to all who joined us for <a>GraphQLConf 2023!</a> We look |
| 21 | + forward to seeing you at future events. |
| 22 | + <br /> |
| 23 | + <br /> |
| 24 | + To experience the best of this year's event, be sure to watch |
| 25 | + session recordings and slides from speakers, available on the event |
| 26 | + schedule for each talk. |
| 27 | + </p> |
| 28 | + <div className="flex justify-center"> |
| 29 | + <ButtonConf |
| 30 | + className="inline-flex text-white border-0 py-2 px-6 focus:outline-none rounded text-lg" |
| 31 | + href="/conf/schedule/" |
| 32 | + > |
| 33 | + Explore recordings and slides |
| 34 | + </ButtonConf> |
78 | 35 | </div>
|
79 | 36 | </div>
|
80 | 37 | </div>
|
81 |
| - </div> |
| 38 | + </section> |
82 | 39 | )
|
83 | 40 | }
|
84 | 41 |
|
|
0 commit comments