Skip to content

Commit 62c97a9

Browse files
authored
GraphQLConf 2024 add Location & Venue information (#1667)
* aa * aa * aa * aa * rollback * move gallery images from `public` directory to `app` dir * aa * more * more * format * fixes * more * more * more * more * prettier
1 parent 9f69cc5 commit 62c97a9

File tree

14 files changed

+263
-25
lines changed

14 files changed

+263
-25
lines changed

public/img/conf/around.svg

Lines changed: 0 additions & 1 deletion
This file was deleted.

public/img/conf/bus.svg

Lines changed: 0 additions & 1 deletion
This file was deleted.

public/img/conf/parking.svg

Lines changed: 0 additions & 1 deletion
This file was deleted.

public/img/conf/sf-hotel-image.png

-683 KB
Binary file not shown.

public/img/conf/train.svg

Lines changed: 0 additions & 21 deletions
This file was deleted.

src/app/conf/2024/page.tsx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ import { HostedByGraphQLFoundation } from "@/icons"
33
import { Sponsors } from "./sponsors"
44
import { About } from "./about"
55
import { Pricing } from "./pricing"
6+
import { Venue } from "./venue"
67
import { Button } from "@/app/conf/_components/button"
78

89
export const metadata: Metadata = {
@@ -21,6 +22,7 @@ export default function Page() {
2122
</div>
2223
<div className="flex gap-10 items-center">
2324
<svg
25+
className="w-full"
2426
viewBox="0 0 1239 142"
2527
fill="currentColor"
2628
xmlns="http://www.w3.org/2000/svg"
@@ -68,6 +70,7 @@ export default function Page() {
6870
</div>
6971
<Pricing />
7072
<About />
73+
<Venue />
7174
<Sponsors />
7275
</>
7376
)

src/app/conf/2024/sf-city-view.jpeg

2.53 MB
Loading

0 commit comments

Comments
 (0)