Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
46 commits
Select commit Hold shift + click to select a range
9c7f0f4
added a layout of what I wanted to desgin and jake audio
Arthur1asdf Feb 25, 2025
909eee9
commented out jakingit audio until I need it and finished basic navba…
Arthur1asdf Feb 26, 2025
dc7a242
decided to add carousel cause why not?
Arthur1asdf Feb 26, 2025
d1cef42
added image to main content don't knmow what to put there yet and jui…
Arthur1asdf Feb 26, 2025
fc1c52b
changed banner images made right side ads and linked my cashapp
Arthur1asdf Feb 26, 2025
ad7e639
I think this is the prev commit idk i pressed git status and there we…
Arthur1asdf Feb 26, 2025
9c2286c
added left side images no link tho
Arthur1asdf Feb 26, 2025
c9af2e7
added left side images no link tho
Arthur1asdf Feb 26, 2025
42f3d97
yap.gif is back and should be able to be commit because it is under 1…
Arthur1asdf Feb 26, 2025
51561b2
added cursor pointers ro all the adds and added links to the leftside…
Arthur1asdf Feb 26, 2025
c6ac6e0
added links to all the navbar links, home plays audio, about does jum…
Arthur1asdf Feb 26, 2025
5597e13
made the file structure for the contact page. picture.png and sample.…
Arthur1asdf Apr 11, 2025
65bc974
moved the div that was wrapped around hello inside the header/sample.…
Arthur1asdf Apr 14, 2025
1c47439
added text to header and added Pragati Narrow font by changing stuff …
Arthur1asdf Apr 15, 2025
9d8ab18
added contact-form.tsx with a basic function and chnaged the structur…
Arthur1asdf Apr 15, 2025
ae2e95c
added useState for the inputs and made a barebones structure for the …
Arthur1asdf Apr 15, 2025
dfeaad3
add labels and inputs to the div structure, changed some names in the…
Arthur1asdf Apr 20, 2025
0bf9703
added placeholder containers for left and right background svgs and c…
Arthur1asdf Apr 20, 2025
7874622
added background color from figma to tailwind, and changed color of b…
Arthur1asdf Apr 20, 2025
b904c89
setup left and right side background components and cleaned up the pa…
Arthur1asdf Apr 20, 2025
4ac0dba
modifying some files to fix some bugs, and changed some css
Arthur1asdf Apr 20, 2025
acfadbf
modified tailwind config so there is cream color for the inputs in th…
Arthur1asdf Apr 20, 2025
7bee702
modified styling
Arthur1asdf Apr 20, 2025
3c73e11
added contact form handlechanges and contactus sends a json in the c…
Arthur1asdf Apr 21, 2025
1e9f7cf
fixed some bugs with custom css for checkboxes, a styling touch ups f…
Arthur1asdf Apr 21, 2025
618aa90
minor styling tweaks to contact us button, more rounded, and added s…
Arthur1asdf Apr 21, 2025
7d58a85
finished the large monitor design for header and contact form, made i…
Arthur1asdf Apr 22, 2025
b0c610c
Moved the contactus button around and made the checkbox container sm…
Arthur1asdf Apr 22, 2025
86996df
centered the tablet desgin for contact page
Arthur1asdf Apr 25, 2025
08005db
added custom css for flickering lights, changing contact us in header…
Arthur1asdf Apr 29, 2025
26f08c8
mobile version of svg background is finished, mobile contact page is …
Arthur1asdf May 7, 2025
c398ac7
My brain decided to have the first wrinke in 20 years, I changed the …
Arthur1asdf May 7, 2025
01c8504
changed css of the left and right side react components, mobile site …
Arthur1asdf May 9, 2025
1ff59ed
modfied css to move around background react components to look nice …
Arthur1asdf May 9, 2025
1b02179
modfied css in the react components in the backgroudn so laptop and l…
Arthur1asdf May 9, 2025
98dac53
modified css so that the svgs were not super far apart on longer scre…
Arthur1asdf May 10, 2025
7de17d9
tweaked padding for form and deleted css that was not being used
Arthur1asdf May 10, 2025
43a9172
deleted my application files
Arthur1asdf May 11, 2025
257dd29
deleted images and sounds from application
Arthur1asdf May 11, 2025
35e3f7b
formatting for tailwind.config.ts failed in pr, fixed the formatting …
Arthur1asdf May 12, 2025
49c7965
made small modification to the global.css and tailwind config file fo…
Arthur1asdf May 12, 2025
e0693f1
trigger github rebase check
Arthur1asdf May 16, 2025
308fd1b
trigger github rebase check
Arthur1asdf May 16, 2025
6662328
trigger github rebase check
Arthur1asdf May 16, 2025
a584cde
added a cheesburger in .env.example so I can reopen the pull request …
Arthur1asdf May 16, 2025
d7d5d2d
Merge pull request #8 from Arthur1asdf/contactForm
Arthur1asdf May 16, 2025
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
3 changes: 2 additions & 1 deletion .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,5 @@ GOOGLE_CLIENT_EMAIL=""
# Minio
MINIO_ENDPOINT=""
MINIO_ACCESS_KEY=""
MINIO_SECRET_KEY=""
MINIO_SECRET_KEY=""
#can I get a cheese burger
66 changes: 66 additions & 0 deletions apps/club/src/app/contact/_components/assets/abstract-left.tsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,66 @@
import type { SVGProps } from "react";
import * as React from "react";

const AbstractLeft = (props: SVGProps<SVGSVGElement>) => (
<svg
xmlns="http://www.w3.org/2000/svg"
viewBox="50 30 380 320"
fill="none"
{...props}
>
<g filter="url(#abstract-left-a)">
<path
stroke="#C084FC"
strokeWidth={5}
d="M196.959 54.37c18.41-6.557 39.046 11.694 50.364 27.67 10.408 14.692-8.243 42.255 6.485 52.578 44.029 30.858 129.474 4.929 147.824 55.571 14.048 38.769-77.22 27.142-107.901 54.604-24.527 21.954-16.229 74.093-47.439 84.437-30.899 10.241-67.88-13.459-86.994-39.882-17.966-24.837-1.247-59.776-6.911-89.934-2.13-11.337-7.757-21.656-15.629-30.065-25.502-27.246-97.818-40.016-81.344-73.538 16.695-33.973 73.652 26.052 109.894 15.441 21.207-6.209 10.833-49.466 31.651-56.882Z"
clipRule="evenodd"
shapeRendering="crispEdges"
/>
</g>
<defs>
<filter
id="abstract-left-a"
width={455.091}
height={383.671}
x={0.5}
y={0.498}
colorInterpolationFilters="sRGB"
filterUnits="userSpaceOnUse"
>
<feFlood floodOpacity={0} result="BackgroundImageFix" />
<feColorMatrix
in="SourceAlpha"
result="hardAlpha"
values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"
/>
<feOffset />
<feGaussianBlur stdDeviation={12.5} />
<feComposite in2="hardAlpha" operator="out" />
<feColorMatrix values="0 0 0 0 0.494118 0 0 0 0 0.133333 0 0 0 0 0.807843 0 0 0 1 0" />
<feBlend
in2="BackgroundImageFix"
result="effect1_dropShadow_1009_5597"
/>
<feColorMatrix
in="SourceAlpha"
result="hardAlpha"
values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"
/>
<feOffset />
<feGaussianBlur stdDeviation={25} />
<feComposite in2="hardAlpha" operator="out" />
<feColorMatrix values="0 0 0 0 0.494118 0 0 0 0 0.133333 0 0 0 0 0.807843 0 0 0 1 0" />
<feBlend
in2="effect1_dropShadow_1009_5597"
result="effect2_dropShadow_1009_5597"
/>
<feBlend
in="SourceGraphic"
in2="effect2_dropShadow_1009_5597"
result="shape"
/>
</filter>
</defs>
</svg>
);
export default AbstractLeft;
68 changes: 68 additions & 0 deletions apps/club/src/app/contact/_components/assets/abstract-right.tsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,68 @@
import type { SVGProps } from "react";
import * as React from "react";

const AbstractRight = (props: SVGProps<SVGSVGElement>) => (
<svg
xmlns="http://www.w3.org/2000/svg"
width={456}
height={385}
viewBox="0 0 456 385"
fill="none"
{...props}
>
<g filter="url(#abstract-right-a)">
<path
stroke="#C084FC"
strokeWidth={5}
d="M259.132 54.37c-18.41-6.557-39.046 11.694-50.364 27.67-10.408 14.692 8.243 42.255-6.485 52.578-44.029 30.858-129.474 4.929-147.824 55.571-14.048 38.769 77.22 27.142 107.901 54.604 24.527 21.954 16.229 74.093 47.439 84.437 30.899 10.241 67.88-13.459 86.994-39.882 17.966-24.837 1.247-59.776 6.912-89.934 2.129-11.337 7.757-21.656 15.628-30.065 25.502-27.246 97.818-40.016 81.344-73.538-16.695-33.973-73.652 26.052-109.894 15.441-21.207-6.209-10.833-49.466-31.651-56.882Z"
clipRule="evenodd"
shapeRendering="crispEdges"
/>
</g>
<defs>
<filter
id="abstract-right-a"
width={455.091}
height={383.671}
x={0.5}
y={0.498}
colorInterpolationFilters="sRGB"
filterUnits="userSpaceOnUse"
>
<feFlood floodOpacity={0} result="BackgroundImageFix" />
<feColorMatrix
in="SourceAlpha"
result="hardAlpha"
values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"
/>
<feOffset />
<feGaussianBlur stdDeviation={12.5} />
<feComposite in2="hardAlpha" operator="out" />
<feColorMatrix values="0 0 0 0 0.494118 0 0 0 0 0.133333 0 0 0 0 0.807843 0 0 0 1 0" />
<feBlend
in2="BackgroundImageFix"
result="effect1_dropShadow_121_1373"
/>
<feColorMatrix
in="SourceAlpha"
result="hardAlpha"
values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"
/>
<feOffset />
<feGaussianBlur stdDeviation={25} />
<feComposite in2="hardAlpha" operator="out" />
<feColorMatrix values="0 0 0 0 0.494118 0 0 0 0 0.133333 0 0 0 0 0.807843 0 0 0 1 0" />
<feBlend
in2="effect1_dropShadow_121_1373"
result="effect2_dropShadow_121_1373"
/>
<feBlend
in="SourceGraphic"
in2="effect2_dropShadow_121_1373"
result="shape"
/>
</filter>
</defs>
</svg>
);
export default AbstractRight;
20 changes: 20 additions & 0 deletions apps/club/src/app/contact/_components/assets/shield.tsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
import type { SVGProps } from "react";
import * as React from "react";

const Shield = (props: SVGProps<SVGSVGElement>) => (
<svg
xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 270 346"
fill="none"
{...props}
>
<path
stroke="#C084FC"
strokeLinejoin="round"
strokeMiterlimit={10}
strokeWidth={5}
d="M135.217 342.671a5.402 5.402 0 0 1-3.767 0C115.283 336.889 0 290.975 0 160.237V42.084a6.891 6.891 0 0 1 1.407-4.196 6.656 6.656 0 0 1 3.643-2.42l126.667-32.36a6.537 6.537 0 0 1 3.233 0l126.667 32.36a6.654 6.654 0 0 1 3.642 2.42 6.89 6.89 0 0 1 1.408 4.196v118.153c0 132.047-115.267 176.805-131.45 182.451v-.017Z"
/>
</svg>
);
export default Shield;
Loading