1
1
import React from "react" ;
2
- import { Link } from "react-router-dom"
2
+ import { Link } from "react-router-dom" ;
3
3
4
4
export default function Footer ( ) {
5
5
return (
6
6
< div >
7
- < footer class = "bg-primary " >
8
- < div class = "mx-auto w-full max-w-screen-xl" >
9
- < div class = "grid grid-cols-2 gap-8 px-4 py-6 lg:py-8 md:grid-cols-4" >
7
+ < footer className = "bg-primary " >
8
+ < div className = "mx-auto w-full max-w-screen-xl" >
9
+ < div className = "grid grid-cols-2 gap-8 px-4 py-6 lg:py-8 md:grid-cols-4" >
10
10
< div >
11
- < h2 class = "mb-6 text-sm font-semibold text-textcolor uppercase" >
12
- Company
11
+ < h2 className = "mb-6 text-sm font-semibold text-textcolor uppercase" >
12
+ Organization
13
13
</ h2 >
14
- < ul class = "text-textdark font-medium" >
15
- < li class = "mb-4" >
16
- < a href = "#" class = " hover:underline" >
14
+ < ul className = "text-textdark font-medium" >
15
+ < li className = "mb-4" >
16
+ < a href = "#" className = " hover:underline" >
17
17
About
18
18
</ a >
19
19
</ li >
20
- < li class = "mb-4" >
21
- < a href = "#" class = "hover:underline" >
22
- Careers
20
+ < li className = "mb-4" >
21
+ < a href = "#" className = "hover:underline" >
22
+ FAQs
23
23
</ a >
24
24
</ li >
25
- < li class = "mb-4" >
26
- < a href = "#" class = "hover:underline" >
27
- Brand Center
28
- </ a >
29
- </ li >
30
- < li class = "mb-4" >
31
- < a href = "#" class = "hover:underline" >
32
- Blog
25
+ < li className = "mb-4" >
26
+ < a href = "#" className = "hover:underline" >
27
+ NewsLetter
33
28
</ a >
34
29
</ li >
35
30
</ ul >
36
31
</ div >
37
32
< div >
38
- < h2 class = "mb-6 text-sm font-semibold text-textcolor uppercase" >
39
- Help center
33
+ < h2 className = "mb-6 text-sm font-semibold text-textcolor uppercase" >
34
+ Socials
40
35
</ h2 >
41
- < ul class = "text-textdark font-medium" >
42
- < li class = "mb-4" >
43
- < a href = "#" class = "hover:underline" >
36
+ < ul className = "text-textdark font-medium" >
37
+ < li className = "mb-4" >
38
+ < a href = "#" className = "hover:underline" >
44
39
Discord Server
45
40
</ a >
46
41
</ li >
47
- < li class = "mb-4" >
48
- < a href = "#" class = "hover:underline" >
42
+ < li className = "mb-4" >
43
+ < a href = "#" className = "hover:underline" >
49
44
Twitter
50
45
</ a >
51
46
</ li >
52
- < li class = "mb-4" >
53
- < a href = "#" class = "hover:underline" >
54
- Facebook
47
+ < li className = "mb-4" >
48
+ < a href = "#" className = "hover:underline" >
49
+ Youtube
55
50
</ a >
56
51
</ li >
57
- < li class = "mb-4" >
58
- < Link to = "/Contact" > Contact Us </ Link >
52
+ < li className = "mb-4" >
53
+ < Link to = "/Contact" > GitHub </ Link >
59
54
</ li >
60
55
</ ul >
61
56
</ div >
62
57
< div >
63
- < h2 class = "mb-6 text-sm font-semibold text-textcolor uppercase" >
64
- Legal
58
+ < h2 className = "mb-6 text-sm font-semibold text-textcolor uppercase" >
59
+ Community
65
60
</ h2 >
66
- < ul class = "text-textdark font-medium" >
67
- < li class = "mb-4" >
68
- < a href = "#" class = "hover:underline" >
69
- Privacy Policy
70
- </ a >
71
- </ li >
72
- < li class = "mb-4" >
73
- < a href = "#" class = "hover:underline" >
74
- Licensing
61
+ < ul className = "text-textdark font-medium" >
62
+ < li className = "mb-4" >
63
+ < a href = "#" className = "hover:underline" >
64
+ Blogs
75
65
</ a >
76
66
</ li >
77
- < li class = "mb-4" >
78
- < a href = "#" class = "hover:underline" >
79
- Terms & Conditions
67
+ < li className = "mb-4" >
68
+ < a href = "#" className = "hover:underline" >
69
+ Events
80
70
</ a >
81
71
</ li >
82
72
</ ul >
83
73
</ div >
84
74
< div >
85
- < h2 class = "mb-6 text-sm font-semibold text-textcolor uppercase " >
86
- Download
75
+ < h2 className = "mb-6 text-sm font-semibold text-textcolor uppercase " >
76
+ Contact us
87
77
</ h2 >
88
- < ul class = "text-textdark font-medium" >
89
- < li class = "mb-4" >
90
- < a href = "#" class = "hover:underline" >
91
- iOS
92
- </ a >
93
- </ li >
94
- < li class = "mb-4" >
95
- < a href = "#" class = "hover:underline" >
96
- Android
78
+ < ul className = "text-textdark font-medium" >
79
+ < li className = "mb-4" >
80
+ < a href = "#" className = "hover:underline" >
81
+
97
82
</ a >
98
83
</ li >
99
- < li class = "mb-4" >
100
- < a href = "#" class = "hover:underline" >
101
- Windows
84
+ < li className = "mb-4" >
85
+ < a href = "#" className = "hover:underline" >
86
+ Discord
102
87
</ a >
103
88
</ li >
104
- < li class = "mb-4" >
105
- < a href = "#" class = "hover:underline" >
106
- MacOS
89
+ < li className = "mb-4" >
90
+ < a href = "#" className = "hover:underline" >
91
+ Telegram
107
92
</ a >
108
93
</ li >
109
94
</ ul >
110
95
</ div >
111
96
</ div >
112
- < div class = "px-4 py-6 bg-gray-100 dark:bg-secondary md:flex md:items-center md:justify-between" >
113
- < span class = "text-sm text-textdark dark:text-gray-300 sm:text-center" >
114
- © 2023 < a href = "/" > TechNodes™</ a > . All Rights
115
- Reserved.
97
+ < div className = "px-4 py-6 bg-gray-100 dark:bg-secondary md:flex md:items-center md:justify-between" >
98
+ < span className = "text-sm text-textdark dark:text-gray-300 sm:text-center" >
99
+ © 2023 < a href = "/" > TechNodes™</ a > . All Rights Reserved.
116
100
</ span >
117
- < div class = "flex mt-4 space-x-6 sm:justify-center md:mt-0" >
101
+ < div className = "flex mt-4 space-x-6 sm:justify-center md:mt-0" >
118
102
< a
119
103
href = "#"
120
- class = "text-gray-400 hover:text-gray-900 dark:hover:text-white"
104
+ className = "text-gray-400 hover:text-gray-900 dark:hover:text-white"
121
105
>
122
106
< svg
123
- class = "w-5 h-5"
107
+ className = "w-5 h-5"
124
108
fill = "currentColor"
125
109
viewBox = "0 0 24 24"
126
110
aria-hidden = "true"
@@ -131,14 +115,14 @@ export default function Footer() {
131
115
clip-rule = "evenodd"
132
116
/>
133
117
</ svg >
134
- < span class = "sr-only" > Facebook page</ span >
118
+ < span className = "sr-only" > Facebook page</ span >
135
119
</ a >
136
120
< a
137
121
href = "#"
138
- class = "text-gray-400 hover:text-gray-900 dark:hover:text-white"
122
+ className = "text-gray-400 hover:text-gray-900 dark:hover:text-white"
139
123
>
140
124
< svg
141
- class = "w-5 h-5"
125
+ className = "w-5 h-5"
142
126
fill = "currentColor"
143
127
viewBox = "0 0 24 24"
144
128
aria-hidden = "true"
@@ -149,28 +133,28 @@ export default function Footer() {
149
133
clip-rule = "evenodd"
150
134
/>
151
135
</ svg >
152
- < span class = "sr-only" > Instagram page</ span >
136
+ < span className = "sr-only" > Instagram page</ span >
153
137
</ a >
154
138
< a
155
139
href = "#"
156
- class = "text-gray-400 hover:text-gray-900 dark:hover:text-white"
140
+ className = "text-gray-400 hover:text-gray-900 dark:hover:text-white"
157
141
>
158
142
< svg
159
- class = "w-5 h-5"
143
+ className = "w-5 h-5"
160
144
fill = "currentColor"
161
145
viewBox = "0 0 24 24"
162
146
aria-hidden = "true"
163
147
>
164
148
< path d = "M8.29 20.251c7.547 0 11.675-6.253 11.675-11.675 0-.178 0-.355-.012-.53A8.348 8.348 0 0022 5.92a8.19 8.19 0 01-2.357.646 4.118 4.118 0 001.804-2.27 8.224 8.224 0 01-2.605.996 4.107 4.107 0 00-6.993 3.743 11.65 11.65 0 01-8.457-4.287 4.106 4.106 0 001.27 5.477A4.072 4.072 0 012.8 9.713v.052a4.105 4.105 0 003.292 4.022 4.095 4.095 0 01-1.853.07 4.108 4.108 0 003.834 2.85A8.233 8.233 0 012 18.407a11.616 11.616 0 006.29 1.84" />
165
149
</ svg >
166
- < span class = "sr-only" > Twitter page</ span >
150
+ < span className = "sr-only" > Twitter page</ span >
167
151
</ a >
168
152
< a
169
153
href = "#"
170
- class = "text-gray-400 hover:text-gray-900 dark:hover:text-white"
154
+ className = "text-gray-400 hover:text-gray-900 dark:hover:text-white"
171
155
>
172
156
< svg
173
- class = "w-5 h-5"
157
+ className = "w-5 h-5"
174
158
fill = "currentColor"
175
159
viewBox = "0 0 24 24"
176
160
aria-hidden = "true"
@@ -181,14 +165,14 @@ export default function Footer() {
181
165
clip-rule = "evenodd"
182
166
/>
183
167
</ svg >
184
- < span class = "sr-only" > GitHub account</ span >
168
+ < span className = "sr-only" > GitHub account</ span >
185
169
</ a >
186
170
< a
187
171
href = "#"
188
- class = "text-gray-400 hover:text-gray-900 dark:hover:text-white"
172
+ className = "text-gray-400 hover:text-gray-900 dark:hover:text-white"
189
173
>
190
174
< svg
191
- class = "w-5 h-5"
175
+ className = "w-5 h-5"
192
176
fill = "currentColor"
193
177
viewBox = "0 0 24 24"
194
178
aria-hidden = "true"
@@ -199,7 +183,7 @@ export default function Footer() {
199
183
clip-rule = "evenodd"
200
184
/>
201
185
</ svg >
202
- < span class = "sr-only" > Dribbble account</ span >
186
+ < span className = "sr-only" > Dribbble account</ span >
203
187
</ a >
204
188
</ div >
205
189
</ div >
0 commit comments