Skip to content

Commit

Permalink
Add initial cv website file
Browse files Browse the repository at this point in the history
  • Loading branch information
Surfix authored Nov 26, 2019
1 parent 9f5943f commit f22cd79
Show file tree
Hide file tree
Showing 6 changed files with 144 additions and 0 deletions.
22 changes: 22 additions & 0 deletions Contact.html
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>
Binary file added Naheem_Adebisi.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Naheem_complete_resume.pdf
Binary file not shown.
16 changes: 16 additions & 0 deletions Project.html
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>
106 changes: 106 additions & 0 deletions index.html
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>&#9733;&#9733;&#9733;&#9733;&#9733;</td>
</tr>
<tr>
<td>Remote Sensing</td>
<td>&#9733;&#9733;&#9733;&#9733;&#9733;</td>
</tr>
<tr>
<td>Digital Marketting</td>
<td>&#9733;&#9733;&#9733;&#9733;&#9734;</td>
</tr>
</table>
</td>
<td>
<table cellspacing="10">
<tr>
<td>Data Science</td>
<td>&#9733;&#9733;&#9733;&#9734;&#9734;</td>
</tr>
<tr>
<td>Web Development</td>
<td>&#9733;&#9733;&#9733;&#9734;&#9734;</td>
</tr>
<tr>
<td>Graphics designing</td>
<td>&#9733;&#9733;&#9733;&#9734;&#9734;</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>
Binary file added new_passport_photo (2).jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit f22cd79

Please sign in to comment.