Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
MrBourriz committed Jan 24, 2024
1 parent 47133ab commit da42264
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 26 deletions.
34 changes: 17 additions & 17 deletions css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@ color: white;



.Experience .box-container{
.Certifications .box-container{
display: flex;
align-items: center;
justify-content: space-between;
Expand All @@ -295,23 +295,23 @@ color: white;
padding-left: 3rem;
}

.Experience .box-container .box{
.Certifications .box-container .box{
width:37rem;
margin: 5rem 1rem;
padding-left: 4rem;
border-left: .2rem solid #fff;
position: relative;
}

.Experience .box-container .box span{
.Certifications .box-container .box span{
font-size: 1.3rem;
background:#222;
color:#fff;
border-radius: 5rem;
padding:.5rem 2.5rem;
}

.Experience .box-container .box h3{
.Certifications .box-container .box h3{
font-size: 2rem;
color:#fff;
padding-top: 1.5rem;
Expand All @@ -323,7 +323,7 @@ color: white;
padding: 1rem 0;
}

.Experience .box-container .box i{
.Certifications .box-container .box i{
position: absolute;
top:-1.5rem; left:-2.5rem;
height:5rem;
Expand All @@ -336,17 +336,17 @@ color: white;
background:var(--blue);
}

.Experience .box-container .box a{
.Certifications .box-container .box a{
color: white
}

.Experience .box-container .box a:hover{
.Certifications .box-container .box a:hover{
color: blue
}



.Project .box-container{
.Talks .box-container{
display: flex;
align-items: center;
justify-content: space-between;
Expand All @@ -355,35 +355,35 @@ color: white;
padding-left: 3rem;
}

.Project .box-container .box{
.Talks .box-container .box{
width:27rem;
margin:4rem 1rem;
padding-left: 4rem;
border-left: .2rem solid #fff;
position: relative;
}

.Project .box-container .box span{
.Talks .box-container .box span{
font-size: 1.3rem;
background:#222;
color:#fff;
border-radius: 5rem;
padding:.5rem 2.5rem;
}

.Project .box-container .box h3{
.Talks .box-container .box h3{
font-size: 2rem;
color:#fff;
padding-top: 1.5rem;
}

.Project .box-container .box p{
.Talks .box-container .box p{
font-size: 1.4rem;
color:#eee;
padding: 1rem 0;
}

.Project .box-container .box i{
.Talks .box-container .box i{
position: absolute;
top:-1.5rem; left:-2.5rem;
height:5rem;
Expand All @@ -396,11 +396,11 @@ color: white;
background:var(--blue);
}

.Project .box-container .box a{
.Talks .box-container .box a{
color: white;
}

.Project .box-container .box a:hover{
.Talks .box-container .box a:hover{
color: blue
}

Expand Down Expand Up @@ -543,11 +543,11 @@ color: white;
width:100%;
}

.Experience .box-container .box{
.Certifications .box-container .box{
width:100%;
}

.Project .box-container .box{
.Talks .box-container .box{
width:100%;
}

Expand Down
18 changes: 9 additions & 9 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ <h3 class="name">Bourriz Mohamed </h3>
<li><a href="#About">About</a></li>
<li><a href="#Education">Education</a></li>
<li><a href="#Certifications">Certifications</a></li>
<li><a href="#Project"> Projects</a></li>
<li><a href="#Talks"> Talks</a></li>
<li><a href="#Blog">Blogs</a></li>
</ul>
</nav>
Expand Down Expand Up @@ -67,7 +67,7 @@ <h1> I'm <span>Bourriz Mohamed</span></h1>

<section class="About" id="About">

<h1 class="heading"> A<span>bout</span></h1>
<h1 class="heading"> Get <span>bout</span></h1>

<div class="row">

Expand Down Expand Up @@ -106,19 +106,19 @@ <h3>Mathematical Sciences A -French option-</h3>

<div class="box">
<i class="fas fa-graduation-cap"></i>
<span>2018-On Going</span>
<span>2018-2023</span>
<h3>Geomatics Sciences And Surveying Engineering</h3>
<p><a href="https://iav.ac.ma/" target="_blank">The Agronomic And Veterinary Medicine Institute Hassan II</a></p>
</div>

<div class="box">
<i class="fas fa-graduation-cap"></i>
<span>2018-On Going</span>
<h3>Geomatics Sciences And Surveying Engineering</h3>
<p><a href="https://iav.ac.ma/" target="_blank">The Agronomic And Veterinary Medicine Institute Hassan II</a></p>
<span>2023-On Going</span>
<h3>PhD in Remote Sensing</h3>
<p><a href="https://um6p.ma//" target="_blank">University Mohamed VI Polytechnic</a></p>
</div>


</div>

</section>
Expand Down Expand Up @@ -183,9 +183,9 @@ <h3>Freelancer</h3>

<!-- Projects section starts -->

<section class="Project" id="Project">
<section class="Talks" id="Talks">

<h1 class="heading"> My <span> Projects </span> </h1>
<h1 class="heading"> My <span> Talks </span> </h1>

<div class="box-container">
<div class="box">
Expand Down

0 comments on commit da42264

Please sign in to comment.