-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
93 lines (92 loc) · 4.42 KB
/
Copy pathindex.html
File metadata and controls
93 lines (92 loc) · 4.42 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
85
86
87
88
89
90
91
92
93
<!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">
<link rel="stylesheet" href="portfolio.css">
<title>portfolio Website</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.1.1/css/all.min.css" integrity="sha512-KfkfwYDsLkIlwQp6LFnl8zNdLGxu9YAA1QvwINks4PhcElQSvqcyVLLD9aMhXd13uQjoXtEKNosOWaZqXgel0g==" crossorigin="anonymous" referrerpolicy="no-referrer" />
</head>
<body>
<div class="primary">
<!-- header -->
<div class="main">
<div class="top">
<div class="logo"><h2>Portfo<span>lio</span></h2></div>
<nav class="navi">
<ul>
<li><a href="#">Home</a></li>
<li><a href="#">about us</a></li>
<li><a href="#">services</a></li>
<li><a href="#">skills</a></li>
<li><a href="#">contact us</a></li>
</ul>
</nav>
<a href="#" class="btn">Subscribe</a>
</div>
<!-- body -->
<div class="part">
<h3>Hello, my name is</h3>
<h2>Khalid <span>Rabiu</span></h2>
<p>I'am a Web Developer</p>
<div class="try">
<input type="email" name="name" id="email" placeholder="Enter Your Email" required>
<a href="#" class="btn">let's start</a>
</div>
</div>
</div>
<!-- par two -->
<div class="container">
<img src="img2.jpg" alt="" class="image2">
<div class="text">
<h1>About Me</h1>
<h4 style="font-size:14px;">Developer <span>& Designer</span></h4>
<p>i am a front-end web developer. i can provide clean code and pixels perfect design. i also make the website more and more interactive with web amimations. i can provide clean code and pixels perfect design. I also make the website more and more attractive with web animations. a responsive design makes your website accessible to all users, regardless of thier devices </p>
<a href="#" class="btn"> Let's Talk</a>
</div>
</div>
<!-- services -->
<div class="service-content">
<h1 style="text-align:center; font-family: Arial, Helvetica, sans-serif; font-size: 60px; font-weight: bold; color: white;">our services</h1>
<div class="services">
<div class="service">
<i class="fa-solid fa-bars"></i>
<h2>Web Development</h2>
<p>Lorem ipsum dolor sit amet consectetur adipisicing elit. Ipsa dolores fuga illo natus maiores sint ipsam doloremque officia numquam! Quod quisquam voluptate quaerat aut cum?</p>
<a href="#" class="btn">Read More</a>
</div>
<div class="service">
<i class="fa-solid fa-user"></i>
<h2>Web Development</h2>
<p>Lorem ipsum dolor sit amet consectetur adipisicing elit. Ipsa dolores fuga illo natus maiores sint ipsam doloremque officia numquam! Quod quisquam voluptate quaerat aut cum?</p>
<a href="3" class="btn">Read More</a>
</div>
<div class="service">
<i class="fa-solid fa-bell"></i>
<h2>Web Development</h2>
<p>Lorem ipsum dolor sit amet consectetur adipisicing elit. Ipsa dolores fuga illo natus maiores sint ipsam doloremque officia numquam! Quod quisquam voluptate quaerat aut cum?</p>
<a href="3" class="btn">Read More</a>
</div>
</div>
</div>
<!-- hire me sevction -->
<div class="section">
<h2>Let me get you a beautiful website</h2>
<a href="#" class="btn">Hire Me</a>
</div>
<!-- footer -->
<div class="foot">
<h2>Khalid Rabiu</h2>
<p>For HTML, CSS, and coding tutorails, please <br><br>click on the link below to Subscribe to my channel: </p>
<div class="icons">
<a href="#"><i class="fa-brands fa-facebook-messenger"></i></a>
<a href="#"><i class="fa-brands fa-whatsapp"></i></a>
<a href="#"><i class="fa-brands fa-instagram"></i></a>
</div>
<p class="last">copyright © Eng.Khalid Rabiu</p>
</div>
<!-- end -- of -- primary -->
</div>
</body>
</html>