1
+ Skip to content
2
+ Search or jump to…
3
+ Pull requests
4
+ Issues
5
+ Marketplace
6
+ Explore
7
+
8
+ @Riturajseal2001
9
+ codeisscience
10
+ /
11
+ journal - policy - tracker - frontend
12
+ Public
13
+ Code
14
+ Issues
15
+ 20
16
+ Pull requests
17
+ 7
18
+ Actions
19
+ Projects
20
+ Wiki
21
+ Security
22
+ Insights
23
+ journal - policy - tracker - frontend / src / pages / Contact . js /
24
+ @prajwalkulkarni
25
+ prajwalkulkarni Add contact form validation
26
+ Latest commit 31e26 c4 6 days ago
27
+ History
28
+ 5 contributors
29
+ @prajwalkulkarni @jayeclark @padmajabhol @NumanAnees @dikshashukla455
30
+ 168 lines ( 153 sloc ) 5.59 KB
31
+
1
32
/* eslint-disable react/function-component-definition */
2
33
import React , { useState } from 'react' ;
3
34
import '../styles/Contact.css' ;
@@ -64,42 +95,68 @@ const Contact = () => {
64
95
< Row className = 'contact-card-one' >
65
96
< Col md = { 6 } >
66
97
< div className = 'contact-card' style = { { color : '#E74D3C' } } >
98
+ < a
99
+
100
+ style = { { 'text-decoration' : 'none' , color : 'inherit' } }
101
+ >
67
102
< ImMail size = { 150 } />
68
103
< p >
69
104
70
105
</ p >
106
+ </ a >
71
107
</ div >
72
108
</ Col >
73
109
< Col md = { 6 } >
74
110
< div className = 'contact-card' style = { { color : '#4C4C4D' } } >
111
+ < a
112
+ href = 'https://github.com/codeisscience'
113
+ target = '_blank'
114
+ rel = 'noreferrer'
115
+ style = { { 'text-decoration' : 'none' , color : 'inherit' } }
116
+ >
75
117
< ImGithub size = { 150 } />
76
118
< p >
77
119
< a href = 'https://github.com/codeisscience' target = '_blank' rel = 'noreferrer' >
78
120
GitHub
79
121
</ a >
80
122
</ p >
123
+ </ a >
81
124
</ div >
82
125
</ Col >
83
126
</ Row >
84
127
< Row className = 'contact-card-two' >
85
128
< Col md = { 6 } >
86
129
< div className = 'contact-card' style = { { color : '#3D9DD9' } } >
130
+ < a
131
+ href = 'https://twitter.com/codeisscience'
132
+ target = '_blank'
133
+ rel = 'noreferrer'
134
+ style = { { 'text-decoration' : 'none' , color : 'inherit' } }
135
+ >
87
136
< ImTwitter size = { 150 } />
88
137
< p >
89
138
< a href = 'https://twitter.com/codeisscience' target = '_blank' rel = 'noreferrer' >
90
139
@codeisscience
91
140
</ a >
92
141
</ p >
142
+ </ a >
93
143
</ div >
94
144
</ Col >
95
145
< Col md = { 6 } >
96
146
< div className = 'contact-card' style = { { color : '#4C4C4D' } } >
97
147
< FaGitter size = { 150 } />
98
- < p >
148
+ < a
149
+ href = 'https://gitter.im/codeisscience/Lobby'
150
+ target = '_blank'
151
+ rel = 'noreferrer'
152
+ style = { { 'text-decoration' : 'none' , color : 'inherit' } }
153
+ >
154
+ < p >
99
155
< a href = 'https://gitter.im/codeisscience/Lobby' target = '_blank' rel = 'noreferrer' >
100
156
Gitter
101
157
</ a >
102
158
</ p >
159
+ </ a >
103
160
</ div >
104
161
</ Col >
105
162
</ Row >
@@ -167,4 +224,17 @@ const Contact = () => {
167
224
)
168
225
} ;
169
226
170
- export default Contact ;
227
+ export default Contact ;
228
+ © 2022 GitHub , Inc .
229
+ Terms
230
+ Privacy
231
+ Security
232
+ Status
233
+ Docs
234
+ Contact GitHub
235
+ Pricing
236
+ API
237
+ Training
238
+ Blog
239
+ About
240
+ Loading complete
0 commit comments