-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
84 lines (70 loc) · 2.94 KB
/
index.html
File metadata and controls
84 lines (70 loc) · 2.94 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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
<!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>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 class="current"><a href="index.html">HOME</a></li>
<li><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>
<!--body text-->
<section id="showcase">
<div class="container">
<h2>HELLO I'AM</h2>
<h1>MAXWELL EPHRAIM HALILU</h1>
<p>WEB DEVELOPER</p>
</div>
</section>
<!--side picture-->
<div id="sidebar">
<img src="./css/img/my.jpg" width="100px" alt="">
</aside>
<!--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>
</section>
<!--about us -->
<section>
<div class="about5">
<h1>About Us</h1>
<p>Maxwell Ephraim Halilu, is a talented freelance with experience in Graphics Design, web development Research, data Management, and also a Blogger. Maxwell has spent most of his carrier working with Fortade Business center now (Fortade Hilltop Business Center) in Mubi as a Researcher and Graphics Designer. Maxwell is currently working with TT-INTER COMPUTERS Birnin Kebbi, Kebbi State as a Researcher, Graphics Designer, Publisher and a Web Developer. He is also into printing of flex banner, T-shirt, caps, and customize souvenir. He has recently focused on HTML, CSS and JavaScript Programing, Blogging and Artificial Intelligence (AI). He has founded Maxephraim Graphics He prides himself on a proven record of building full solutions with tangible results.</p>
</div>
</section>
<div class="web">
<p>WEB DEVELOPER</p>
</div>
<!--footer-->
<footer>
<div class="footer">
<p>maxephraim.com Copyright © 2023</p>
</div>
</footer>
</body>
</html>