@@ -43,57 +43,57 @@ const Contact = () => {
43
43
}
44
44
return (
45
45
< div >
46
- < section class = "text-gray-400 bg-gray-1000 body-font " >
47
- < div class = "container px-5 py-24 mx-auto" >
48
- < div class = "flex flex-col text-center w-full mb-12" >
49
- < h1 class = "sm:text-3xl text-2xl font-medium title-font mb-4 text-white" >
46
+ < section className = "text-gray-400 bg-gray-1000 body-font " >
47
+ < div className = "container px-5 py-24 mx-auto" >
48
+ < div className = "flex flex-col text-center w-full mb-12" >
49
+ < h1 className = "sm:text-3xl text-2xl font-medium title-font mb-4 text-white" >
50
50
Contact Us
51
51
</ h1 >
52
- < p class = "lg:w-2/3 mx-auto leading-relaxed text-base" > </ p >
52
+ < p className = "lg:w-2/3 mx-auto leading-relaxed text-base" > </ p >
53
53
</ div >
54
54
< div className = "lg:w-1/2 md:w-2/3 mx-auto mb-8" >
55
55
< div className = "flex justify-center md:space-x-12 lg:space-x-14 xl:space-x-20 space-x-6" >
56
56
< div className = "w-12 h-10 flex flex-col items-center" >
57
- < a href = "https://discord.com/invite/4xruwjjU9B" target = "discord" > < FaDiscord className = " hover:fill-current hover:text-[#0DFF1C] hover:w-12 " size = { 40 } /> </ a >
57
+ < a href = "https://discord.com/invite/4xruwjjU9B" target = "discord" > < FaDiscord className = " hover:fill-current hover:text-[#0DFF1C] hover:w-12 " size = { 40 } /> </ a >
58
58
</ div >
59
59
< div className = "w-12 h-10 flex flex-col items-center" >
60
- < a href = "https://www.reddit.com/r/fosscu/" target = "discord" > < FaReddit className = " hover:fill-current hover:text-[#0DFF1C] hover:w-12 " size = { 40 } /> </ a >
60
+ < a href = "https://www.reddit.com/r/fosscu/" target = "discord" > < FaReddit className = " hover:fill-current hover:text-[#0DFF1C] hover:w-12 " size = { 40 } /> </ a >
61
61
</ div >
62
62
< div className = "w-12 h-10 flex flex-col items-center" >
63
- < a href = "Mailto:[email protected] " target = "mail" > < FaEnvelope className = " hover:fill-current hover:text-[#0DFF1C] hover:w-12 hover:h-10" size = { 35 } /> </ a >
63
+ < a href = "Mailto:[email protected] " target = "mail" > < FaEnvelope className = " hover:fill-current hover:text-[#0DFF1C] hover:w-12 hover:h-10" size = { 35 } /> </ a >
64
64
</ div >
65
65
< div className = "w-12 h-10 flex flex-col items-center" >
66
- < a href = "https://www.linkedin.com/company/fosscu/" target = "linkedin" > < FaLinkedin className = " fill-current hover:text-[#0DFF1C] hover:w-12 hover:h-10" size = { 35 } /> </ a >
66
+ < a href = "https://www.linkedin.com/company/fosscu/" target = "linkedin" > < FaLinkedin className = " fill-current hover:text-[#0DFF1C] hover:w-12 hover:h-10" size = { 35 } /> </ a >
67
67
</ div >
68
68
< div className = "w-12 h-10 flex flex-col items-center" >
69
- < a href = "https://twitter.com/fosscuk" target = "twitter" > < FaTwitter className = " fill-current hover:text-[#0DFF1C] hover:w-12 hover:h-10 " size = { 35 } /> </ a >
69
+ < a href = "https://twitter.com/fosscuk" target = "twitter" > < FaTwitter className = " fill-current hover:text-[#0DFF1C] hover:w-12 hover:h-10 " size = { 35 } /> </ a >
70
70
</ div >
71
71
< div className = "w-12 h-10 flex flex-col items-center" >
72
- < a href = "https://matrix.to/#/#fosscu:matrix.org" target = "Matrix" > < FaNetworkWired className = " fill-current hover:text-[#0DFF1C] hover:w-12 hover:h-10 " size = { 35 } /> </ a >
73
- </ div >
72
+ < a href = "https://matrix.to/#/#fosscu:matrix.org" target = "Matrix" > < FaNetworkWired className = " fill-current hover:text-[#0DFF1C] hover:w-12 hover:h-10 " size = { 35 } /> </ a >
73
+ </ div >
74
74
</ div >
75
75
</ div >
76
- < div class = "lg:w-1/2 md:w-2/3 mx-auto" >
77
- < form class = "flex flex-wrap -m-2"
78
- // onSubmit={(e) => submit(e)}
79
- netlify >
80
- < div class = "p-2 w-1/2" >
81
- < div class = "" >
82
- < label for = "name" class = "leading-7 text-sm text-gray-400" >
76
+ < div className = "lg:w-1/2 md:w-2/3 mx-auto" >
77
+ < form className = "flex flex-wrap -m-2"
78
+ // onSubmit={(e) => submit(e)}
79
+ netlify >
80
+ < div className = "p-2 w-1/2" >
81
+ < div className = "" >
82
+ < label for = "name" className = "leading-7 text-sm text-gray-400" >
83
83
Name
84
84
</ label >
85
85
< input
86
86
type = "text"
87
87
id = "name"
88
88
onChange = { ( e ) => handle ( e ) }
89
89
value = { data . name }
90
- class = "w-full bg-gray-800 hover:outline-2 bg-opacity-40 rounded border border-gray-700 focus:border-[#0dff1c] focus:bg-gray-900 focus:ring-2 focus:ring-[#0dff1c] text-base outline-none text-gray-100 py-1 px-3 leading-8 transition-colors duration-200 ease-in-out"
90
+ className = "w-full bg-gray-800 hover:outline-2 bg-opacity-40 rounded border border-gray-700 focus:border-[#0dff1c] focus:bg-gray-900 focus:ring-2 focus:ring-[#0dff1c] text-base outline-none text-gray-100 py-1 px-3 leading-8 transition-colors duration-200 ease-in-out"
91
91
/>
92
92
</ div >
93
93
</ div >
94
- < div class = "p-2 w-1/2" >
95
- < div class = "" >
96
- < label for = "email" class = "leading-7 text-sm text-gray-400" >
94
+ < div className = "p-2 w-1/2" >
95
+ < div className = "" >
96
+ < label for = "email" className = "leading-7 text-sm text-gray-400" >
97
97
Email
98
98
</ label >
99
99
< input
@@ -102,26 +102,26 @@ const Contact = () => {
102
102
name = "email"
103
103
onChange = { ( e ) => handle ( e ) }
104
104
value = { data . email }
105
- class = "w-full bg-gray-800 bg-opacity-40 rounded border border-gray-700 focus:border-[#0dff1c] focus:bg-gray-900 focus:ring-2 focus:ring-[#0dff1c] text-base outline-none text-gray-100 py-1 px-3 leading-8 transition-colors duration-200 ease-in-out"
105
+ className = "w-full bg-gray-800 bg-opacity-40 rounded border border-gray-700 focus:border-[#0dff1c] focus:bg-gray-900 focus:ring-2 focus:ring-[#0dff1c] text-base outline-none text-gray-100 py-1 px-3 leading-8 transition-colors duration-200 ease-in-out"
106
106
/>
107
107
</ div >
108
108
</ div >
109
- < div class = "p-2 w-full" >
110
- < div class = "" >
111
- < label for = "message" class = "leading-7 text-sm text-gray-400" >
109
+ < div className = "p-2 w-full" >
110
+ < div className = "" >
111
+ < label for = "message" className = "leading-7 text-sm text-gray-400" >
112
112
Message
113
113
</ label >
114
114
< textarea
115
115
id = "message"
116
116
name = "message"
117
117
onChange = { ( e ) => handle ( e ) }
118
118
value = { data . message }
119
- class = "w-full bg-gray-800 bg-opacity-40 rounded border border-gray-700 focus:border-[#0dff1c] focus:bg-gray-900 focus:ring-2 focus:ring-[#0dff1c] h-32 text-base outline-none text-gray-100 py-1 px-3 resize-none leading-6 transition-colors duration-200 ease-in-out"
119
+ className = "w-full bg-gray-800 bg-opacity-40 rounded border border-gray-700 focus:border-[#0dff1c] focus:bg-gray-900 focus:ring-2 focus:ring-[#0dff1c] h-32 text-base outline-none text-gray-100 py-1 px-3 resize-none leading-6 transition-colors duration-200 ease-in-out"
120
120
> </ textarea >
121
121
</ div >
122
122
</ div >
123
- < div class = "p-2 w-full" >
124
- < button class = "flex mx-auto tracking-tight font-semibold text-black bg-[#00ff11c4] border-0 py-2 px-8 focus:outline-none hover:bg-[#0dff1c] rounded text-lg" >
123
+ < div className = "p-2 w-full" >
124
+ < button className = "flex mx-auto tracking-tight font-semibold text-black bg-[#00ff11c4] border-0 py-2 px-8 focus:outline-none hover:bg-[#0dff1c] rounded text-lg" >
125
125
Submit
126
126
</ button >
127
127
</ div >
0 commit comments