Skip to content

Commit e90a88f

Browse files
committed
updates
1 parent 21b7846 commit e90a88f

File tree

2 files changed

+7
-11
lines changed

2 files changed

+7
-11
lines changed

css/style.css

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -735,24 +735,22 @@ img {
735735
font-family: var(--body-font);
736736
}
737737

738-
739-
740738
@media screen and (max-width: 600px) {
741739
.portfolio__container{
742740
padding-left: 1rem;
743741
padding-right: 1rem;
744742
}
745-
746-
747743
}
748744

749745
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&display=swap");
750746

747+
751748
.container-tabs {
752749
display: flex;
753750
align-items: center;
754751
justify-content: center;
755-
}
752+
}
753+
756754
.tabs {
757755
display: flex;
758756
position: relative;
@@ -764,9 +762,11 @@ img {
764762
.tabs * {
765763
z-index: 2;
766764
}
765+
767766
input[type="radio"] {
768767
display: none;
769768
}
769+
770770
.tab {
771771
display: flex;
772772
flex-direction : row;

index.html

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@ <h3 class="qualification__title">Senior Secondary</h3>
269269
<div class="qualification__data">
270270
<div class="qualification__details">
271271
<h3 class="qualification__title">
272-
Frontend Developer
272+
Full Stack Developer
273273
</h3>
274274
<span class="qualification--subtitle">Smartrek Technologies</span><br />
275275
<i class="uil uil-calendar-alt"> 2024 - Present </i>
@@ -303,7 +303,7 @@ <h3 class="qualification__title">Freelance Software Developer </h3>
303303
<div class="qualification__data">
304304
<div class="qualification__details">
305305
<h3 class="qualification__title">
306-
Software Engineer
306+
Software Developer
307307
</h3>
308308
<span class="qualification--subtitle">Platos Foods LLP</span><br />
309309
<i class="uil uil-calendar-alt"> Aug 2020 - Nov 2021 </i>
@@ -490,7 +490,6 @@ <h1 class="section__title">Projects</h1>
490490

491491
<div class="container-tabs">
492492
<div class="tabs">
493-
494493
<input type="radio" onclick="changeSection('web_development')" id="radio-1" name="tabs" checked/>
495494
<label class="tab" for="radio-1">Web Application</label>
496495
<input type="radio" onclick="changeSection('mobile_development')" id="radio-2" name="tabs" />
@@ -503,9 +502,6 @@ <h1 class="section__title">Projects</h1>
503502
</div>
504503
</div>
505504

506-
507-
508-
509505
<div class="portfolio__container" id="web_development" >
510506
<div class="project-card color-container flip-card" data-card="proj1">
511507
<div class="flip-card-inner">

0 commit comments

Comments
 (0)