-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
53 additions
and
81 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -28,18 +28,18 @@ | |
|
||
<div class="user"> | ||
<img src="img/L'ARCADE 2022-08-22_0079 copy.jpg" alt="Bourriz Mohamed" title="Bourriz Mohamed"> | ||
<h3 class="name">Bourriz Mohamed</h3> | ||
<p class="post">Engineering Student In Geomatics Sciences And Land Survey </p> | ||
<h3 class="name">Bourriz Mohamed </h3> | ||
<p class="post">PhD Student | Geomatics and Land Surveying Engineer </p> | ||
</div> | ||
|
||
<nav class="navbar"> | ||
<ul> | ||
<li><a href="#home">Menu</a></li> | ||
<li><a href="#about">About</a></li> | ||
<li><a href="#education">Education</a></li> | ||
<li><a href="#Experience">Experiences</a></li> | ||
<li><a href="#Home">Menu</a></li> | ||
<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="#contact">Contact</a></li> | ||
<li><a href="#Blog">Blogs</a></li> | ||
</ul> | ||
</nav> | ||
|
||
|
@@ -51,21 +51,21 @@ <h3 class="name">Bourriz Mohamed</h3> | |
|
||
<!-- home section starts --> | ||
|
||
<section class="home" id="home"> | ||
<section class="Home" id="Home"> | ||
|
||
<h3> Hey !</h3> | ||
<h1> I'm <span>Bourriz Mohamed</span></h1> | ||
<p>As a 3rd year engineering student in the Agronomic and Veterinary Medicine Institute Hassan II, I have acquired different assets of geomatics sciences and surveying engineering, I’m | ||
having also an interest in the field of computer development, geospatial technologies and with a great sense of criticism and analysis, I'm open to all opportunities.</p> | ||
<a href="#about"><button class="btn">About <i class="fas fa-user"></i></button></a> | ||
<a href="#About"><button class="btn">About <i class="fas fa-user"></i></button></a> | ||
|
||
</section> | ||
|
||
<!-- home section ends --> | ||
|
||
<!-- about section starts --> | ||
|
||
<section class="about" id="about"> | ||
<section class="About" id="About"> | ||
|
||
<h1 class="heading"> A<span>bout</span></h1> | ||
|
||
|
@@ -90,7 +90,7 @@ <h3> <span> AMETOP Member</span></h3> | |
|
||
<!-- education section starts --> | ||
|
||
<section class="education" id="education"> | ||
<section class="Education" id="Education"> | ||
|
||
<h1 class="heading"> My <span>Education</span> </h1> | ||
|
||
|
@@ -120,9 +120,9 @@ <h3>Geomatics Sciences And Surveying Engineering</h3> | |
|
||
<!-- Experience section starts --> | ||
|
||
<section class="Experience" id="Experience"> | ||
<section class="Certifications" id="Certifications"> | ||
|
||
<h1 class="heading"> My <span> Experiences </span> </h1> | ||
<h1 class="heading"> My <span> Certifications </span> </h1> | ||
|
||
<div class="box-container"> | ||
<div class="box"> | ||
|
@@ -233,47 +233,19 @@ <h3>Geoportal of the Moroccan national parks</h3> | |
|
||
<!-- contact section starts --> | ||
|
||
<section class="contact" id="contact"> | ||
<section class="Blog" id="Blog"> | ||
|
||
<h1 class="heading">Contact<span> Me</span></h1> | ||
<h1 class="heading"> <span> Blogs </span></h1> | ||
|
||
<div class="row"> | ||
|
||
<div class="content"> | ||
|
||
<h3 class="title">Contact info</h3> | ||
|
||
<div class="info"> | ||
<h3> <i class="fas fa-envelope"></i> [email protected] </h3> | ||
<h3> <i class="fas fa-phone"></i> +(212)-660465254</h3> | ||
<h3> <i class="fas fa-map-marker-alt"></i> Madinat Al Irfane, Rabat, Maroc</h3> | ||
<h3> <i class="fa-brands fa-linkedin-in"></i><a href="https://www.linkedin.com/in/mohamed-b-a33b52102/" target="_blank">Mohamed Bourriz</a></h3> | ||
<br> | ||
<h3>If you wish to consult my projects, do not hesitate to contact me !</h3> | ||
</div> | ||
|
||
<div class="box-container"> | ||
|
||
</div> | ||
|
||
<form action="https://formsubmit.co/[email protected]" method="post"> | ||
<label for="name"><input type="text" placeholder="name" class="box" value="" id="name" required ></label> | ||
<label for="email"><input type="email" placeholder="email" class="box" value="" id="email" required></label> | ||
<label for="text"><input type="text" placeholder="objet" class="box" value="" id="text"required></label> | ||
<select name="Continent" class="box" id="choix" required> | ||
<option> Africa </option> | ||
<option> Asia </option> | ||
<option> Europe </option> | ||
<option> North America </option> | ||
<option> South America</option> | ||
</select> | ||
<label for="bio"><textarea name="" id="bio" cols="30" rows="10" class="box message" placeholder="message" value="" required ></textarea></label> | ||
<button type="submit" class="btn"> Send <i class="fas fa-paper-plane"></i> </button> | ||
|
||
</form> | ||
|
||
</div> | ||
</section> | ||
|
||
<!-- contact section ends --> | ||
|
||
|
||
<!-- scroll top button --> | ||
|