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+
132/* eslint-disable react/function-component-definition */
233import React , { useState } from 'react' ;
334import '../styles/Contact.css' ;
@@ -64,42 +95,68 @@ const Contact = () => {
6495 < Row className = 'contact-card-one' >
6596 < Col md = { 6 } >
6697 < div className = 'contact-card' style = { { color : '#E74D3C' } } >
98+ < a
99+ 100+ style = { { 'text-decoration' : 'none' , color : 'inherit' } }
101+ >
67102 < ImMail size = { 150 } />
68103 < p >
6910470105 </ p >
106+ </ a >
71107 </ div >
72108 </ Col >
73109 < Col md = { 6 } >
74110 < 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+ >
75117 < ImGithub size = { 150 } />
76118 < p >
77119 < a href = 'https://github.com/codeisscience' target = '_blank' rel = 'noreferrer' >
78120 GitHub
79121 </ a >
80122 </ p >
123+ </ a >
81124 </ div >
82125 </ Col >
83126 </ Row >
84127 < Row className = 'contact-card-two' >
85128 < Col md = { 6 } >
86129 < 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+ >
87136 < ImTwitter size = { 150 } />
88137 < p >
89138 < a href = 'https://twitter.com/codeisscience' target = '_blank' rel = 'noreferrer' >
90139 @codeisscience
91140 </ a >
92141 </ p >
142+ </ a >
93143 </ div >
94144 </ Col >
95145 < Col md = { 6 } >
96146 < div className = 'contact-card' style = { { color : '#4C4C4D' } } >
97147 < 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 >
99155 < a href = 'https://gitter.im/codeisscience/Lobby' target = '_blank' rel = 'noreferrer' >
100156 Gitter
101157 </ a >
102158 </ p >
159+ </ a >
103160 </ div >
104161 </ Col >
105162 </ Row >
@@ -167,4 +224,17 @@ const Contact = () => {
167224 )
168225} ;
169226
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