-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
52 lines (47 loc) · 1.78 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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
<!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> About Author</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<div class="card">
<!-- 1 -->
<div class="picture">
<img link="profile.jpg" src="profile.jpg">
</div>
<!-- 2 -->
<div class="main-content">
<h3 class="name">GIDEON JUSTICE</h3>
<span><i class="fa fa-github"></i> cyberxverse</span>
<h4 class="title">Python & Web Developer 👨💻</h4>
</div>
<!-- 3 -->
<ul class="social">
<li><a href="https://github.com/inventorjustice" class="fa fa-github"></a></li>
<li><a href="https://twitter.com/outsethall" class="fa fa-twitter"></a></li>
<li><a href="https://www.instagram.com/_gideonjustice/" class="fa fa-instagram"></a></li>
<li><a href="https://t.me/CyberX_Hub" class="fa fa-telegram"></a></li>
</ul>
<!-- 4 -->
<div class="skills">
<h6 style="font-size: 19px;">Abilities</h6>
<ul>
<li>RESPONSIVE WEB DESIGN</li>
<li>WEBPAGE DEVELOPER</li>
<li>PYTHON DEV</li>
<li>FREELANCER</li>
<li>BLOGGER</li>
<li>ELECTRICAL ENGINEER</li>
<li>2D & 3D ARCHITECTURE ENGINEER</li>
<li>DIGITAL MARKETING</li>
<li>PHOTOGRAPHER</li>
</ul>
</div>
</div>
<script src="https://kit.fontawesome.com/dd8c49730d.js" crossorigin="anonymous"></script>
</body>
</html>