-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
115 lines (62 loc) · 1.62 KB
/
index.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
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="stylesheet" href="style.css" >
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title> LOGOGIFY</title>
</head>
<body>
<!-- hedar strat -->
<section class="hedar" >
<div class="conatiner">
<div class="navbar">
<div class="logo_img_and_text">
<h3>LOGOGIFY</h3>
<img src="img/Logo icon/logoicon.jpg" alt="">
</div>
<div class="meubar">
<p class="home">HOME</p>
<p>SERVICES</p>
<p> PORTFOLIO</p>
<p> ABOUT</p>
<div class="btn ">
<a href="#" style="text-decoration: none;">Button</a>
</div>
</div>
</div>
</div>
</section>
<!-- header_ Navbar_end -->
<!-- Hero section Strar -->
<section class="hero">
<div class=" conatiner">
<div class="content">
<div class="hero_text">
<p class="sup_heading">Yes, I want to do<p/>
<h1 class="sup_main">UIUX DESIGNER</h1>
<p> Stay inspired by exploring different design styles, following design blogs and keeping up with design awards and recognitions.</p>
<div class="btn"><a href="#">Contact Us Now</a>
</div>
<div class="upoth_main">
<div class="Upto_1st">
<p>Upto </p>
<h4>15%</h4>
<p class="footer_text">Discount on 1st order</p>
</div>
<div class="Upto_end">
<p>Upto </p>
<h4>50%</h4>
<p class="footer_text">Growth Estimate</p>
</div>
</div>
</div>
<div class="img_right">
<img src="img/hero section/Image 1.jpg" alt="">
</div>
</div>
</div>
</section>
<!-- Hero section end -->
</body>
</html>