-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
187 lines (177 loc) Β· 6.98 KB
/
index.html
File metadata and controls
187 lines (177 loc) Β· 6.98 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
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
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
<!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="shortcut icon" href="https://cdn-icons-png.flaticon.com/512/7484/7484959.png" />
<title>Pactise Frontend Project</title>
<!-- castom css file link up -->
<link rel="stylesheet" href="css/style.css">
<!-- font awesome cdn file link up -->
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.7.0/css/all.css"/>
</head>
<body>
<!--!=====header section start====*-->
<header class="header">
<nav class="nav">
<div class="logo h3">G3 Architects</div>
<div class="nav-link">
<li><a href="#home">home</a></li>
<li><a href="#about">about</a></li>
<li><a href="#features">features</a></li>
<li><a href="#sponsor">our sponsors</a></li>
<li><a href="#team">our team</a></li>
<li><a href="#">login</a></li>
</div>
</nav>
<div class="header-details">
<div class="info-part">
<h1 class="h1">Brand New Group of Architects</h1>
<p class="p">There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don't look even</p>
<a href="#" class="a btn">Explore More</a>
</div>
<img src="images/banner.png" alt="banner image" class="header-banner">
</div>
</header>
<!--!=====header section end====*-->
<!--* ====Wrapper Start===== *-->
<div class="wrapper">
<!--!=====out feature section start====*-->
<section class="our-feature" id="about">
<div class="feature-image">
<img src="images/team1.png" alt="feature image">
<img src="images/team2.png" alt="feature image">
<img src="images/team3.png" alt="feature image">
<img src="images/team4.png" alt="feature image">
</div>
<div class="feature-info">
<h3 class="h3">Quick list <span class="span1">of Our</span>
<span class="span">Features</span></h3>
<p class="p">There are many variations of passages of Lorem Ipsum available,
but the majority have suffered alteration in some form, by injected
humour, or randomised words which don't look even</p>
<a href="#" class="a btn">Explore More</a>
</div>
</section>
<!--!=====featur section end====*-->
<!--!=====another-feature section start====*-->
<section class="another-feature" id="features">
<div class="all-feature">
<div class="main-feature">
<h1 class="h1">Features you will
love & enjoy</h1>
<img src="images/Rectangle.png" class="line" alt="">
<p class="p" id="p">There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don't look even</p>
<div class="feature-card">
<h3 class="h3">Dexktop & Mobile Version</h3>
<p class="p">There are many variations of passages of Lorem Ipsum available,but the majority have suffered alteration in some form, by
injected humour, or randomised...........</p>
</div>
<!--* ====feature card1===== *-->
<div class="feature-card">
<h3 class="h3">Drag & Drop Builder</h3>
<p class="p">There are many variations of passages of Lorem Ipsum available,but the majority have suffered alteration in some form, by
injected humour, or randomised...........</p>
</div>
<!--* ====feature card2===== *-->
<div class="feature-card">
<h3 class="h3">Awesome Modern Design</h3>
<p class="p">There are many variations of passages of Lorem Ipsum available,but the majority have suffered alteration in some form, by
injected humour, or randomised...........</p>
</div>
<!--* ====feature card3===== *-->
<div class="feature-card">
<h3 class="h3">Super Easy to Edit</h3>
<p class="p">There are many variations of passages of Lorem Ipsum available,but the majority have suffered alteration in some form, by
injected humour, or randomised...........</p>
</div>
<!--* ====feature card4===== *-->
<div class="btn">10+Year <span>Experience</span></div>
</div>
<div class="feature-img">
<img src="images/architect.png" alt="">
</div>
</div>
</section>
<!--!=====another-feature section end====*-->
<!--!=====our achievement section start====*-->
<section class="achievement">
<h3 class="h3">some facts</h3>
<p class="p" id="p">There are many variations of passages of Lorem Ipsum available, but
the majority have suffered alteration.</p>
<div class="some-fects">
<div class="fact fact1">
<img src="images/icons/ribon.png" alt="icon image">
<h3 class="h3">54</h3>
<p class="p">Awards Winnings</p>
</div>
<!--* ======== *-->
<div class="fact fact2">
<img src="images/icons/projects.png" alt="icon image">
<h3 class="h3">1458</h3>
<p class="p">Project Finished</p>
</div>
<!--* ======== *-->
<div class="fact fact3">
<img src="images/icons/customers.png" alt="icon image">
<h3 class="h3">590</h3>
<p class="p">Clients Worked</p>
</div>
<!--* ======== *-->
<div class="fact fact4">
<img src="images/icons/email.png" alt="icon image">
<h3 class="h3">590</h3>
<p class="p">Email Send</p>
</div>
<!--* ======== *-->
</div>
</section>
<!--!=====our achievement section end====*-->
<!--!=====our sponsor section start====*-->
<section class="our-sponsor" id="sponsor">
<h1 class="h1">Our Sponspors</h3>
<p class="p">There are many variations of passages of Lorem Ipsum available, but
the majority have suffered alteration.</p>
<div class="sponsor-logo-image">
<img src="images/sponsors/google.png" alt="sponsor logo image">
<img src="images/sponsors/amazon.png" alt="sponsor logo image">
<img src="images/sponsors/telerama.png" alt="sponsor logo image">
<img src="images/sponsors/figma.png" alt="sponsor logo image">
</div>
</section>
<!--!=====our sponsor section end====*-->
<!--!===== our team section start====*-->
<section class="our-team" id="team">
<h3 class="h3 span" id="h3">Meet The Team Leaders <i class="fas fa-users"></i></h3>
<div class="teams">
<div class="team-member-card">
<img src="images/team/team1.png" alt="team member image">
<h3 class="h3">phoenix baker</h3>
<p class="p">founder & ceo</p>
<a class="btns">more info <i>β</i></a>
</div>
<div class="team-member-card">
<img src="images/team/team2.png" alt="team member image">
<h3 class="h3">lana steiner</h3>
<p class="p">hand of engineering</p>
<a class="btns">more info <i>β</i></a>
</div>
<div class="team-member-card">
<img src="images/team/team3.png" alt="team member image">
<h3 class="h3">John Doe</h3>
<p class="p">chief operating officer</p>
<a class="btns">more info <i>β</i></a>
</div>
</div>
</section>
<!--!===== our team section end====*-->
<!--!=====footer section start====*-->
<section class="footer">
<div class="p">All rights reserved copyright@2023 || <span class="span">Md. Jakaria</span> startup landing page design</div>
</section>
<!--!=====foooter section end====*-->
</div>
<!--* ====Wrapper End===== *-->
</body>
</html>