-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathproject_7.html
122 lines (116 loc) · 4.85 KB
/
project_7.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
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
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="stylesheet" href="project_7.css">
<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" />
<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>project_7</title>
</head>
<body>
<div class="hero">
<nav>
<h2 class="logo"> Portfo<span>lio</span> </h2>
<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>
<a class="btn" href="#"> Subscribe</a>
</nav>
<div class="content">
<h4>Hello,my name is </h4>
<h1>Mujeeb <span>khan</span> </h1>
<h3>I'am a web Developer</h3>
<div class="newslatter">
<form>
<input type="email" name="email" id="mail" placeholder="Enter your email">
<input type="submit" name="submit" value="lets start">
</form>
</div>
</div>
</div>
<!-----about section ------>
<section class="about">
<div class="main">
<img src="img/img6.jpg"">
<div class=" about-text">
<h2>About Me</h2>
<h5>Developer <span> & Designer</span></h5>
<p>Apparently, a provider of web services there conducted a survey, the findings of which, took everyone by
surprise. To begin with, as many as 69%** of small businesses were considering increasing the money to
be spent on mobile marketing, a technique that according to the survey, was termed the key to growth in
the coming
years.Coming back to 2013, Perka’s acquisition by a leading provider of </p>
<button type="button">Let's Talk</button>
</div>
</div>
</section>
<!----services section ----->
<div class="services">
<div class="title">
<h2>Our Services</h2>
</div>
<div class="box">
<div class="card">
<i class="fa-solid fa-bars"></i>
<h5>Web Development</h5>
<div class="pra">
<p>Lorem ipsum dolor sit, amet consectetur adipisicing elit. Ratione earum ad, odio corrupti eveniet
cupiditate praesentium laborum, cumque similique eum animi reprehenderit
omnis.</p>
<p style="text-align:center ;">
<a class="button" href="#">Read More</a>
</p>
</div>
</div>
<div class="card">
<i class="fa-solid fa-user-group"></i>
<h5>Web Development</h5>
<div class="pra">
<p>Lorem ipsum dolor sit, amet consectetur adipisicing elit. Ratione earum ad, odio corrupti eveniet
cupiditate praesentium laborum, cumque similique eum animi reprehenderit
omnis. </p>
<p style="text-align:center ;">
<a class="button" href="#">Read More</a>
</p>
</div>
</div>
<div class="card">
<i class="fa-solid fa-bell"></i>
<h5>Web Development</h5>
<div class="pra">
<p>Lorem ipsum dolor sit, amet consectetur adipisicing elit. Ratione earum ad, odio corrupti eveniet
cupiditate praesentium laborum, cumque similique eum animi reprehenderit
omnis.</p>
<p style="text-align:center ;">
<a class="button" href="#">Read More</a>
</p>
</div>
</div>
</div>
</div>
<!-------contact me----->
<div class="contact-me">
<p>Let Me Get You A Beautiful website.</p>
<a class="button-tow" href="#">Hire Me</a>
</div>
<!-------footer start------>
<footer>
<p>Mujeeb khan</p>
<p>Lorem ipsum dolor sit amet consectetur adipisicing elit. Provident ab fuga deleniti ut commodi
repellat reprehenderit maiores enim dolores expedita.</p>
<div class="social">
<a href="#"><i class="fa-brands fa-facebook-f"></i></a>
<a href="#"><i class="fa-brands fa-instagram"></i></a>
<a href="#"><i class="fa-brands fa-twitter"></i></a>
</div>
<p class="end">CoypRight By Mujeeb khan</p>
</footer>
</body>
</html>