-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcontact.html
More file actions
33 lines (33 loc) · 1.35 KB
/
contact.html
File metadata and controls
33 lines (33 loc) · 1.35 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>Contact Basil Latif</title>
<meta name="description" content="Contact Me Page" />
<meta name="author" content="SitePoint" />
<link rel="stylesheet" href="styles.css" />
</head>
<div align="center">
<h1>Let's Stay in Touch</h1>
<div class="topnav">
<a href="index.html">Home</a>
<a href="projects.html">Data Science Projects</a>
<a href="ai_portfolio.html">AI Portfolio</a>
<a href="teaching.html">Teaching Portfolio</a>
<a href="consulting.html">Consulting Portfolio</a>
<a href="books.html">Top 20 Books</a>
<a href="contact.html">Contact</a>
</div>
<div class = "container">
<p>
I am always looking for new projects to work
on. If you would like to collaborate on a project, feel free to
reach out.
</p>
</div>
<p>My email is basil.latif@gmail.com</p><br>
<a href="https://basil-latif.medium.com/" target="_blank" rel="noopener noreferrer" class="button" style="margin-top: 10px; font-size: 18px;"">Follow me on Medium.com</a><br>
<a href="https://www.linkedin.com/in/basil-latif/" target="_blank" rel="noopener noreferrer" class="button" style="margin-top: 10px; font-size: 18px;"">LinkedIn Profile</a><br>
<a href="https://github.com/basillatif" target="_blank" rel="noopener noreferrer" class="button" style="margin-top: 10px; font-size: 18px;"">GitHub Profile</a>
<body>
</html>