-
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
6 changed files
with
144 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
<!DOCTYPE html> | ||
<html lang="en" dir="ltr"> | ||
<head> | ||
<meta charset="utf-8"> | ||
<title></title> | ||
</head> | ||
<body> | ||
<h3>My contact details</h3> | ||
<p>+60 1169301411</p> | ||
<p>[email protected]</p> | ||
<hr> | ||
<form action="mailto: [email protected]" method="post" enctype="text/plain"> | ||
<label for="">Your Name:</label> | ||
<input type="text" name="Your Name" value=""> <br> | ||
<label for="">Your Email:</label> | ||
<input type="email" name="Your Email" value=""><br> | ||
<label for="">Your Message:</label><br> | ||
<textarea name="Your Message" rows="10" cols="30"></textarea><br> | ||
<input type="submit" name="" value="Click here to submit"> | ||
</form> | ||
</body> | ||
</html> |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
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 |
---|---|---|
@@ -0,0 +1,16 @@ | ||
<!DOCTYPE html> | ||
<html lang="en" dir="ltr"> | ||
<head> | ||
<meta charset="utf-8"> | ||
<title>Project</title> | ||
</head> | ||
<body> | ||
<p>These are the projects I am presently working on</p> | ||
<ul> | ||
<li>National scale mapping and projection of sea level rise using geospatial technologies and machine learning</li> | ||
<li>A systematic reviews of Recent Advances in sea level rise monitoring using spatial data science and geospatial | ||
technologies in the 4th Industrial Revolution</li> | ||
<li>Developing a low-cost GEOAPP for disaster management</li> | ||
</ul> | ||
</body> | ||
</html> |
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 |
---|---|---|
@@ -0,0 +1,106 @@ | ||
<!DOCTYPE html> | ||
<html lang="en" dir="ltr"> | ||
|
||
<head> | ||
<meta charset="utf-8"> | ||
<title>Naheem Adebisi's Personal Site</title> | ||
</head> | ||
|
||
<body> | ||
<table cellspacing="20"> | ||
<tr> | ||
<td><img src="new_passport_photo (2).jpg" alt="angela profile picture"></td> | ||
<td> | ||
<h1> Naheem Adebisi</h1> | ||
<p> | ||
<em>Research Assistant | ||
<br>Geospatial Analysis and Modelling Research (GAMR) Group | ||
<br>Department <a href="https://www.utp.edu.my/Pages/Admission/Undergraduate/Bachelor-of-Civil-Engineering-with-Honours.aspx">Civil and Environmental Engineering</a> | ||
<br><a href="https://www.utp.edu.my/Pages/Home.aspx">Universiti Teknologi Petronas, Malaysia</a></em> | ||
</p> | ||
<p>I am experienced and solution-oriented GIS Analyst | ||
who is passionate about providing simple digital solutions | ||
to complex environmental and spatial problems. | ||
</p> | ||
</td> | ||
</tr> | ||
</table> | ||
|
||
<hr> | ||
<h3>Research Area</h3> | ||
<ul> | ||
<li>Oceanography (Opean Ocean and coastal areas)</li> | ||
<li>Sustainable Cities</li> | ||
<li>Resource Management</li> | ||
<li>Climate Change</li> | ||
</ul> | ||
<hr> | ||
<h3>Work Experience</h3> | ||
<table> | ||
<thead> | ||
<tr> | ||
<th>Date</th> | ||
<th>Work</th> | ||
</tr> | ||
</thead> | ||
<tbody> | ||
<tr> | ||
<td>06/2019 - Present</td> | ||
<td>Researcher at the Geospatial Analysis and Modelling Research Group</td> | ||
</tr> | ||
<tr> | ||
<td>12/2018 – 06/2019</td> | ||
<td>Cadastral Officer at Teqbridge Limited, Nigeria</td> | ||
</tr> | ||
</tbody> | ||
<tfoot> | ||
</tfoot> | ||
</table> | ||
<hr> | ||
<h3>Skills</h3> | ||
|
||
<table> | ||
<tr> | ||
<td> | ||
<table cellspacing="10"> | ||
<tr> | ||
<td>GIS</td> | ||
<td>★★★★★</td> | ||
</tr> | ||
<tr> | ||
<td>Remote Sensing</td> | ||
<td>★★★★★</td> | ||
</tr> | ||
<tr> | ||
<td>Digital Marketting</td> | ||
<td>★★★★☆</td> | ||
</tr> | ||
</table> | ||
</td> | ||
<td> | ||
<table cellspacing="10"> | ||
<tr> | ||
<td>Data Science</td> | ||
<td>★★★☆☆</td> | ||
</tr> | ||
<tr> | ||
<td>Web Development</td> | ||
<td>★★★☆☆</td> | ||
</tr> | ||
<tr> | ||
<td>Graphics designing</td> | ||
<td>★★★☆☆</td> | ||
</tr> | ||
</table> | ||
</td> | ||
</tr> | ||
</table> | ||
|
||
|
||
<p><a href="contact.html">Contact me</a> </p> | ||
<p> <a href="Project.html" target="_blank">Check my current project</a> </p> | ||
<p> <a href="Naheem_complete_resume.pdf" download> Download my CV here</a></p> | ||
|
||
</body> | ||
|
||
</html> |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.