-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
38 lines (33 loc) · 1.44 KB
/
index.html
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
36
37
38
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>DeuLo's Portfolio</title>
<link rel="stylesheet" href="style.css" />
<link href="https://fonts.googleapis.com/css2?family=Bangers&family=Black+Ops+One&family=Creepster&family=La+Belle+Aurore&family=MedievalSharp&family=Orbitron&family=Rye&display=swap" rel="stylesheet">
<script src="index.js"></script>
</head>
<body>
<img src="francis.jpeg">
<h1> Hi, my name is Francis Efe .O</h1>
<h2>Fun facts about me:</h2>
<ul>
<li>-- years old</li>
<li>Live in Porthacourt, Nigeria</li>
<li>Studied Electrical/Electronics from Delta State University</li>
<li> Former interior disginer/Painter with peculiar paints ltd</li>
<li>🌱 Crypto enthausiast and 👀 I’m currently learning Js, REACT.js on scrimba</li>
<li>I'm well skilled in HTML & CSS</li>
<li>💞️ I’m looking to collaborate on scrimba, git ....</li>
</ul>
<p>
📫 You can reach me on
<a href="https://linkedin.com/in/francis-okpoluaefe-176174123" target="_blank">LinkedIn here</a> &
<a href="https://twitter.com/francisefe3" target="_blank">Twitter here</a>
</p>
<input type="text" placeholder="Enter email">
<button>Join newsletter</button>
</body>
</html>