-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.html
60 lines (47 loc) · 2.71 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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="description" content="I want to create a simple calculator.">
<meta name="keyword" content="calculator, science, maths, physics, chemistry">
<meta name="author" content="Muktar Bello">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<script src="https://kit.fontawesome.com/b7a140f295.js" crossorigin="anonymous"></script>
<title>about me</title>
<link rel="stylesheet" href="style.css">
</head>
<body id="about">
<div id="desc">
<a href="index.htm" class="arrow"><i class="fa fa-arrow-left" style="margin-bottom: 20px;"></i></a>
<h1 class="headabout">About Me</h1>
<br><br>
<table>
<tr>
<td><pre id="par1">Hello, Good day.
My name is Muktar
Bello, I am 18years
old and also a
students.
</pre></td>
<td><img src="IMG_20230210_132226.jpg" alt="My pics" height="160" width="140" id="mypic"></td>
</tr>
</table>
<p>I am a developer, and I will like to become a data scientist.</p>
<p>This Web Calculator I created is actually the first Web page I created and published, I am actually nervous and anxious at first when publishing, thinking and telling myself that there is nothing into what I did, but I still publish it, there is a saying <i>'there is first time for everything'</i>.</p>
<p>I am glad with you (reader) for visiting this site and checking its features, I will really like you to tell me if you really liked my site, my contact information is <a href="#mycontacts"><b>below</b></a>.</p>
<p>My next project by God's grace will be a little comprehensive and user friendly as I will devote my time in developing something that will help both students and teachers accomplish their academic activities by just using their Mobile phone.</p>
<p>Thank you very much for devoting your time to read this page.</p>
</div>
</body>
<footer class="social" id="mycontacts">
<div>
<a href="https://www.facebook.com/muhammadbello.muktar.5" class="fb"><i class="fa fa-facebook"></i></a>
<a href="https://wa.me/+2349069044178" class="wa"><i class="fa fa-whatsapp"></i></a>
<br><br>
<hr>
</div>
<p style="color: rgb(0%,0%,0%);"><b>CONTACT US</b></p>
<p style="color: rgb(0%,0%,0%);">Email : <a href="mailto:[email protected]" class="contact">[email protected]</a></p>
<p style="color: rgb(0%,0%,0%);">Phone No. : <a href="tel: +2349069044178" class="contact">+234-906-9044-178</a></p>
</footer>
</html>