File tree Expand file tree Collapse file tree 3 files changed +27
-44
lines changed Expand file tree Collapse file tree 3 files changed +27
-44
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,6 @@ const useStyles = makeStyles((theme: Theme) => ({
13
13
background : theme . palette . background . paper ,
14
14
borderTop : `1px solid ${ theme . palette . background . paper } ` ,
15
15
padding : "30px" ,
16
- marginTop : "auto" ,
17
16
} ,
18
17
copyright : {
19
18
fontSize : "14px" ,
@@ -86,6 +85,16 @@ export const Footer: React.FC = () => {
86
85
: null }
87
86
</ Grid >
88
87
< Grid item xs = { 12 } md = { 3 } >
88
+ < Grid item >
89
+ < h1 > dzCode.io</ h1 >
90
+ < h5 > dzCode, Algeria</ h5 >
91
+ < Grid item >
92
+ < a href = "tel:+21367-626-1157" > +213 06-76-26-11-57</ a >
93
+ </ Grid >
94
+ < Grid item >
95
+
96
+ </ Grid >
97
+ </ Grid >
89
98
< Typography variant = "h6" className = { classes . copyright } >
90
99
Copyright © 2020{ " " }
91
100
< LinkV2
Original file line number Diff line number Diff line change @@ -15,15 +15,6 @@ const Contact = () => {
15
15
</ p >
16
16
< ContactForm />
17
17
</ div >
18
-
19
- < header className = "contact-info" >
20
- < h1 > dzCode.io</ h1 >
21
- < h2 > dzCode, Algeria</ h2 >
22
- < a href = "tel:+21367-626-1157" > +213 06-76-26-11-57</ a >
23
-
24
- </ header >
25
-
26
- < div className = "right" > </ div >
27
18
</ section >
28
19
) ;
29
20
} ;
Original file line number Diff line number Diff line change 22
22
margin : 0 ;
23
23
}
24
24
a {
25
+
25
26
font-size : 1rem ;
26
27
display : block ;
27
28
color : #000 ;
69
70
color : rgba ($color : #000 , $alpha : 0.9 );
70
71
padding : 0.9rem ;
71
72
margin : 0.5rem 0 ;
72
- background-color : rgba ($color : #000 , $alpha : 0.05 );
73
- border : none ;
73
+ background-color : rgba ($color : #fff , $alpha : 0.9 );
74
+ border : 1 px solid #1d1d1d ;
74
75
margin-top : 0.6rem ;
75
76
76
77
& :focus {
77
- background-color : rgba ($color : #000 , $alpha : 0.2 );
78
+ background-color : rgba ($color :white , $alpha : 0.9 );
79
+ border : 1px solid #1d1d1d ;
80
+ border-left : 2px solid red ;
81
+
78
82
79
- border : none ;
83
+
80
84
color : #000 ;
81
85
outline : none ;
82
86
}
95
99
& :hover {
96
100
background-color : rgba ($color : $primary , $alpha : 1 );
97
101
color : #fff ;
102
+ transition : .5s ;
98
103
}
99
104
}
100
105
}
104
109
.contact {
105
110
flex-direction : row ;
106
111
justify-content : center ;
107
- padding : 5% 0 ;
112
+ padding : 5% 3px ;
113
+ background-color : rgba ($color : #fff , $alpha : 0.1 );
114
+ margin-bottom : 5% ;
115
+
116
+
108
117
109
118
header {
110
119
display : block ;
111
120
}
112
121
113
- .contact-info {
114
- background-color : rgba ($color : #000 , $alpha : 0.1 );
115
- padding : 1rem ;
116
- padding-left : 2rem ;
117
- width : 300px ;
118
- margin : 1rem 0 ;
119
- position : absolute ;
120
- top : 5% ;
121
- right : 1% ;
122
-
123
- h1 {
124
- font-size : 1rem ;
125
- margin : 0.4rem 0 ;
126
- }
127
- h2 {
128
- font-size : 1.3rem ;
129
- margin : 0.4rem 0 ;
130
- font-weight : bold ;
131
- }
132
- a {
133
- font-size : 1.3rem ;
134
- display : block ;
135
- color : #1d1d1d ;
136
- margin : 0.4rem 0 ;
137
- font-weight : bold ;
138
-
139
- text-decoration : none ;
140
- }
141
- }
122
+
142
123
143
124
.left {
144
125
max-width : 40% ;
161
142
162
143
input ,
163
144
textarea {
145
+
164
146
padding : 0.8rem ;
165
147
}
166
148
}
167
149
}
168
150
}
169
151
}
152
+
You can’t perform that action at this time.
0 commit comments