File tree Expand file tree Collapse file tree 3 files changed +20
-4
lines changed
Expand file tree Collapse file tree 3 files changed +20
-4
lines changed Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ <h1 class="profile_name">
4343 < div class ="group-1 ">
4444 < div class ="skills ">
4545 < h3 class ="title "> Skills</ h3 >
46- < ul class ="skill_list description ">
46+ < ul class ="skill_list description " style =" font-size: 12px " >
4747 < li >
4848 Java
4949 < ul style ="list-style-type: circle; padding-left: 20px ">
@@ -143,6 +143,11 @@ <h4 class="contacts">Contact :</h4>
143143 < img src ="logos/instagram.png " />
144144 </ a >
145145 </ div >
146+ < div class ="github ">
147+ < a href ="https://github.com/FrankQuintero " target ="_blank ">
148+ < img src ="logos/github.png " />
149+ </ a >
150+ </ div >
146151 </ div >
147152 </ div >
148153 </ div >
Original file line number Diff line number Diff line change 222222 transform : translate (-90% , -50% );
223223}
224224
225+ .contacts {
226+ margin-bottom : 10px ;
227+ }
228+
225229.linkedIn {
226230 width : 20% ;
227- margin-left : -100 px ;
231+ margin-left : -140 px ;
228232 border-radius : 20% ;
229233}
230234
231235.gmail {
232236 width : 15% ;
233237 margin-top : -50px ;
238+ margin-left : -50px ;
234239}
235240
236241.instagram {
237242 width : 12.5% ;
238- margin-left : 100 px ;
243+ margin-left : 40 px ;
239244 margin-top : -39px ;
240245}
241246
247+ .github {
248+ width : 16% ;
249+ margin-left : 125px ;
250+ margin-top : -40px ;
251+ }
252+
242253@media only screen and (max-width : 768px ) {
243254 .group-3 {
244255 margin-top : 50px ;
248259 align-items : center;
249260 }
250261
251- .linkedIn , .gmail , .instagram {
262+ .linkedIn , .gmail , .instagram , . github {
252263 width : 10% ;
253264 margin : 10px 0 ;
254265 }
You can’t perform that action at this time.
0 commit comments