-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
66 lines (53 loc) · 2.52 KB
/
about.html
File metadata and controls
66 lines (53 loc) · 2.52 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
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
61
62
63
64
65
66
<!DOCTYPE html>
<html lang="en">
<head>
<title>maxephraim.com</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<!--header-->
<header>
<logo class="logo"> <img src="./css/img/logo.png"width="130"></logo>
<h1 class="maxe">Maxephraim.com</h1>
<h4 class="exp"><i>experience it...</i></h4>
</div>
<!--menus bar-->
<nav>
<ul>
<li><a href="index.html">HOME</a></li>
<li class="current"><a href="about.html">ABOUT</a></li>
<li><a href="services.html">SERVICE</a></li>
<li><a href="blog.html">BLOG</a></li>
<li><a href="contact.html">CONTACT</a></li>
<li><a href="news.html">NEWS</a></li>
<li><a href="signup.html">SignUp</a></li>
</ul>
</nav>
</div>
</header>
<!--about me-->
<div class="aboutme">
<img src="./css/img/my.jpg" width="200px" alt="">
<h2>About Maxwell Ephraim Halilu</h2>
<p> <b> Maxwell Ephraim Halilu </b>is a talented freelance with experience in Graphics Design, <br> web development Research, data Management, and also a Blogger. <br> Maxwell has spent most of his carrier working with Fortade Business center now <br> (Fortade Hilltop Business Center) in Mubi as a Researcher and Graphics Designer. <br> Maxwell is currently working with TT-INTER COMPUTERS Birnin Kebbi, Kebbi <br> State as a Researcher, Graphics Designer, Publisher and a Web Developer. He is <br> also into printing of flex banner, T-shirt, caps, and customize souvenir. He has <br> recently focused on HTML, CSS and JavaScript Programing, Blogging and <br> Artificial Intelligence (AI). He has founded Maxephraim Graphics He prides <br> himself on a proven record of building full solutions with tangible results.</p>
</div>
<!--subscribe to our news letters-->
<section id="newsletter">
<divc class="container">
<h1>Subscribe To Our News Letters</h1>
<form>
<input type="email" placeholder="Enter Email..." required>
<button type="Sumit" class="button-1">Subscribe</button>
</form>
</div>
</div>
</section>
<!--footer-->
<footer>
<div class="footer">
<p>maxephraim.com Copyright © 2023</p>
</div>
</footer>
</div>
</body>
</html>