File tree Expand file tree Collapse file tree 2 files changed +35
-4
lines changed Expand file tree Collapse file tree 2 files changed +35
-4
lines changed Original file line number Diff line number Diff line change @@ -7,17 +7,37 @@ export default function Main(props) {
7
7
const navigate = useNavigate ( ) ;
8
8
return (
9
9
< section id = "main-landing" className = "text-light text-center" >
10
- < div style = { { float : "right" , marginRight : "20px" , marginTop : "20px" } } >
11
- </ div >
12
- < img src = { logo } alt = "logo" className = "logo img-fluid" /> < br />
13
- { props . global . s_status ? < span className = "badge bg-label-primary" > • Live</ span > : < span class = "badge bg-label-dark" > • Offline</ span > }
10
+ < div
11
+ style = { { float : "right" , marginRight : "20px" , marginTop : "20px" } }
12
+ > </ div >
13
+ < img src = { logo } alt = "logo" className = "logo img-fluid" />
14
+ < br />
15
+ { props . global . s_status ? (
16
+ < span className = "badge bg-label-primary" > • Live</ span >
17
+ ) : (
18
+ < span class = "badge bg-label-dark" > • Offline</ span >
19
+ ) }
14
20
< br > </ br >
15
21
< button className = "btn" onClick = { ( ) => navigate ( "/login" ) } >
16
22
Login
17
23
</ button >
18
24
< button className = "btn" onClick = { ( ) => navigate ( "/register" ) } >
19
25
Sign Up
20
26
</ button >
27
+ < br />
28
+ < div className = "footer bottom-fixed bottom-0 text-center text-dark mt-5" >
29
+ < p className = "m-0" style = { { fontFamily : "monospace" } } >
30
+ Developed, Maintained and Hosted with ❤️ by{ " " }
31
+ < a
32
+ href = "https://aboutrohit.in"
33
+ target = "_blank"
34
+ rel = "noreferrer"
35
+ style = { { textDecoration : "none" , color : "black" } }
36
+ >
37
+ < u > Rohit Kumar</ u >
38
+ </ a >
39
+ </ p >
40
+ </ div >
21
41
</ section >
22
42
) ;
23
43
}
Original file line number Diff line number Diff line change @@ -153,6 +153,17 @@ export default function Footer(props) {
153
153
(Powered by Blockchain & Smart Contracts , Made with ❤️ in
154
154
India )
155
155
< br /> © Cast My Vote, Ghaziabad, Uttar Pradesh, India
156
+ < br />
157
+ Developed, Maintained and Hosted with ❤️ by
158
+ < a
159
+ href = "https://aboutrohit.in"
160
+ className = "mx-2"
161
+ target = "_blank"
162
+ rel = "noreferrer"
163
+ style = { { textDecoration : "none" } }
164
+ >
165
+ < u > Rohit Kumar</ u >
166
+ </ a >
156
167
</ small >
157
168
</ p >
158
169
</ div >
You can’t perform that action at this time.
0 commit comments