-
Notifications
You must be signed in to change notification settings - Fork 0
/
About.html
31 lines (26 loc) · 1.2 KB
/
About.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
<!DOCTYPE html>
<html>
<head>
<title>ABOUT IBE SAMUEL CHIMANKPAM</title>
<link rel ="Stylesheet" href="About.css">;
<link rel = "preconnect" href="https://fonts.google.com">
<link rel = "preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href = "https://fonts.googleapis.com/css2?family=Poppins:wght@300&display=swap" rel = "stylesheet">
</head>
<body>
<section class="About">;
<div class="main">
<image src="ABOUTPICS.jpg" class="ABOUTPICS"</image>
<div class="about-text">
<h1> About ME</h1>
<h3><span>STUDENT OF GOMYCODE AND DIGITAL REGENESYS</span></h3>
<p>I am a student of Gomycode learning full stack web Developement and Cyber Security<br>
at Digital Regenesys.i am a graduate from Rivers State University of Science and Technology.<br>
I plan using the skills i will acquire in Full stack web development to better my career on Cyber Security<br>
</p>
<button type="button">Let's Talk</button>
</DIV>
</div>
</section>
</body>
</html>