-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
35 lines (31 loc) · 1.6 KB
/
Copy pathindex.html
File metadata and controls
35 lines (31 loc) · 1.6 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
34
35
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<title>Olanrewaju's Business Card</title>
<link rel="stylesheet" href="styles.css">
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
</head>
<body>
<div class="business-card">
<img src="my-ghibili.png" class="profile-image" alt="Profile picture of Oluwaniyi Olanrewaju">
<p class="full-name">OLUWANIYI OLANREWAJU</p>
<p class="designation">FULL STACK DEVELOPER</p>
<p class="company">VIRTUOSO LABS</p>
<hr/>
<h2>Click to:</h2>
<p class="clickable-link"><a href="mailto:oluwaniyiolanrewaju@gmail.com" target="_blank">Send me an email</a></p>
<p class="clickable-link"><a href="https://wa.me/2349160396656?text=Hello%20Olanrewaju%2C%20just%20checked%20your%20portfolio%2C%20and%20would%20like%20to%20connect%20with%20you%20on%20this%20space.%20My%20name%20is%20" target="_blank">Contact me on Whatsapp</a></p>
<a href="portfolio.html" target="_self"><button class="social-button">Portfolio</button></a>
<hr/>
<div class="social-media">
<h2>Connect with me</h2>
<a href="https://x.com/lanoverflow" target="_blank"><button class="social-button">Twitter</button></a>
<a href="https://www.linkedin.com/in/olanrewaju-oluwaniyi-a7a293333/" target="_blank"><button class="social-button">LinkedIn</button></a>
<a href="https://github.com/LAN3X3ANQS/my-first-personal-website" target="_blank"><button class="social-button">GitHub</button></a>
</div>
</p>
</div>
</body>
</html>