File tree Expand file tree Collapse file tree 2 files changed +7
-11
lines changed Expand file tree Collapse file tree 2 files changed +7
-11
lines changed Original file line number Diff line number Diff line change @@ -735,24 +735,22 @@ img {
735
735
font-family : var (--body-font );
736
736
}
737
737
738
-
739
-
740
738
@media screen and (max-width : 600px ) {
741
739
.portfolio__container {
742
740
padding-left : 1rem ;
743
741
padding-right : 1rem ;
744
742
}
745
-
746
-
747
743
}
748
744
749
745
@import url ("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&display=swap" );
750
746
747
+
751
748
.container-tabs {
752
749
display : flex;
753
750
align-items : center;
754
751
justify-content : center;
755
- }
752
+ }
753
+
756
754
.tabs {
757
755
display : flex;
758
756
position : relative;
@@ -764,9 +762,11 @@ img {
764
762
.tabs * {
765
763
z-index : 2 ;
766
764
}
765
+
767
766
input [type = "radio" ] {
768
767
display : none;
769
768
}
769
+
770
770
.tab {
771
771
display : flex;
772
772
flex-direction : row;
Original file line number Diff line number Diff line change @@ -269,7 +269,7 @@ <h3 class="qualification__title">Senior Secondary</h3>
269
269
< div class ="qualification__data ">
270
270
< div class ="qualification__details ">
271
271
< h3 class ="qualification__title ">
272
- Frontend Developer
272
+ Full Stack Developer
273
273
</ h3 >
274
274
< span class ="qualification--subtitle "> Smartrek Technologies</ span > < br />
275
275
< i class ="uil uil-calendar-alt "> 2024 - Present </ i >
@@ -303,7 +303,7 @@ <h3 class="qualification__title">Freelance Software Developer </h3>
303
303
< div class ="qualification__data ">
304
304
< div class ="qualification__details ">
305
305
< h3 class ="qualification__title ">
306
- Software Engineer
306
+ Software Developer
307
307
</ h3 >
308
308
< span class ="qualification--subtitle "> Platos Foods LLP</ span > < br />
309
309
< i class ="uil uil-calendar-alt "> Aug 2020 - Nov 2021 </ i >
@@ -490,7 +490,6 @@ <h1 class="section__title">Projects</h1>
490
490
491
491
< div class ="container-tabs ">
492
492
< div class ="tabs ">
493
-
494
493
< input type ="radio " onclick ="changeSection('web_development') " id ="radio-1 " name ="tabs " checked />
495
494
< label class ="tab " for ="radio-1 "> Web Application</ label >
496
495
< input type ="radio " onclick ="changeSection('mobile_development') " id ="radio-2 " name ="tabs " />
@@ -503,9 +502,6 @@ <h1 class="section__title">Projects</h1>
503
502
</ div >
504
503
</ div >
505
504
506
-
507
-
508
-
509
505
< div class ="portfolio__container " id ="web_development " >
510
506
< div class ="project-card color-container flip-card " data-card ="proj1 ">
511
507
< div class ="flip-card-inner ">
You can’t perform that action at this time.
0 commit comments