-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
181 lines (174 loc) · 9.76 KB
/
index.html
File metadata and controls
181 lines (174 loc) · 9.76 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
<!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>Free Modern React Templates & Components for building Landing Pages</title>
<link rel="stylesheet" href="style.css">
<script src="https://kit.fontawesome.com/e45040652d.js" crossorigin="anonymous"></script>
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;900&display=swap">
</head>
<body>
<header>
<div class="row">
<nav>
<a href="" class="logo__wrapper">
<img src="./assets/logo.2c489fc453a1783cbadacf914efa3df6.svg" alt="" class="logo">Treact
</a>
<div class="nav__links">
<a href="" class="nav__link">About</a>
<a href="" class="nav__link">Blog</a>
<a href="" class="nav__link">Pricing</a>
<a href="" class="nav__link">Contact Us</a>
<a href="" class="nav__link nav__link--login">Login</a>
<a class="btn" href="">Sign Up</a>
</div>
</nav>
</div>
<div class="row">
<div class="container">
<div class="main__desc">
<h1 class="main__desc--title">Beautiful React Templates <span class="text__purple">for you.</span></h1>
<p class="main__desc--para">Our templates are easy to setup, understand and customize. Fully modular components with a variety of pages and components.</p>
<div class="main__desc--input-wrapper">
<input type="email" placeholder="Your E-mail Address" class="main__desc--input">
<a href="" class="btn main__btn">Get Started</a>
</div>
<div class="main__logo--wrapper">
<p class="main__logo--para">OUR TRUSTED CUSTOMERS</p>
<img src="./assets/customers-logo-strip.680ac7c2e8ae28161d2c.png" alt="" class="main__logo">
</div>
</div>
<div class="main__figure--wrapper">
<figure class="main__figure">
<img src="./assets/design-illustration-2.6da6a00b20c07c4a9b65d1870679e1b8.svg" alt="" class="main__img">
</figure>
</div>
</div>
</div>
</header>
<main>
<div class="row">
<div class="features__container">
<div class="features__heading">
<h3 class="text__purple features__title">FEATURES</h3>
<h1 class="features__main--title">We have Amazing <span class="text__purple">Service</span></h1>
<p class="features__para">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>
</div>
<div class="features">
<div class="features__wrapper">
<div class="feature">
<img src="./assets/features/shield-icon.daefe14b320b14fbd9cbd18908ac93ec.svg" alt="" class="feature__img">
<div class="text__wrapper">
<h2 class="feature__heading">Secure</h2>
<p class="feature__para">We strictly only deal with vendors that provide top notch security</p>
</div>
</div>
</div>
<div class="features__wrapper">
<div class="feature">
<img src="./assets/features/shield-icon.daefe14b320b14fbd9cbd18908ac93ec.svg" alt="" class="feature__img">
<div class="text__wrapper">
<h2 class="feature__heading">24/7 Support</h2>
<p class="feature__para">Lorem ipsum donor amet siti ceali ut enim ad minim veniam, quis nostrud.
</p>
</div>
</div>
</div>
<div class="features__wrapper">
<div class="feature">
<img src="./assets/features/shield-icon.daefe14b320b14fbd9cbd18908ac93ec.svg" alt="" class="feature__img">
<div class="text__wrapper">
<h2 class="feature__heading">Customizable</h2>
<p class="feature__para">Lorem ipsum donor amet siti ceali ut enim ad minim veniam, quis nostrud.
</p>
</div>
</div>
</div>
<div class="features__wrapper">
<div class="feature">
<img src="./assets/features/shield-icon.daefe14b320b14fbd9cbd18908ac93ec.svg" alt="" class="feature__img">
<div class="text__wrapper">
<h2 class="feature__heading">Reliable</h2>
<p class="feature__para">Lorem ipsum donor amet siti ceali ut enim ad minim veniam, quis nostrud.
</p>
</div>
</div>
</div>
<div class="features__wrapper">
<div class="feature">
<img src="./assets/features/shield-icon.daefe14b320b14fbd9cbd18908ac93ec.svg" alt="" class="feature__img">
<div class="text__wrapper">
<h2 class="feature__heading">Fast</h2>
<p class="feature__para">Lorem ipsum donor amet siti ceali ut enim ad minim veniam, quis nostrud.
</p>
</div>
</div>
</div>
<div class="features__wrapper">
<div class="feature">
<img src="./assets/features/shield-icon.daefe14b320b14fbd9cbd18908ac93ec.svg" alt="" class="feature__img">
<div class="text__wrapper">
<h2 class="feature__heading">Easy</h2>
<p class="feature__para">Lorem ipsum donor amet siti ceali ut enim ad minim veniam, quis nostrud.
</p>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="row">
<div class="container qw__container">
<div class="qw__text--wrapper">
<h3 class="text__purple qw__title">QUALITY WORK</h3>
<h1 class="qw__main--title">Designed & Developed by <span class="text__purple">Professionals.</span></h1>
<p class="qw__para">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>
<a href="" class="btn qw__btn">Learn More</a>
</div>
<figure class="qw__figure--wrapper">
<img src="./assets/QW.png" alt="" class="qw__img">
</figure>
</div>
</div>
<div class="row">
<div class="container steps__container">
<figure class="steps__figure">
<img src="./assets/Steps.png" alt="">
</figure>
<div class="steps__wrapper">
<h3 class="steps__title text__purple">STEPS</h3>
<h1 class="steps__main--title">Easy to <span class="text__purple">Get Started</span></h1>
<div class="steps__text--wrapper">
<div class="step">
<div class="steps__numbers">01</div>
<div class="text__wrapper">
<div class="steps__heading">Register</div>
<div class="steps__para">Create an account with us using Google or Facebook.</div>
</div>
</div>
</div>
<div class="steps__text--wrapper">
<div class="step">
<div class="steps__numbers">02</div>
<div class="text__wrapper">
<div class="steps__heading">Download</div>
<div class="steps__para">Browse and Download the template that you like from the marketplace.</div>
</div>
</div>
</div> <div class="steps__text--wrapper">
<div class="step">
<div class="steps__numbers">03</div>
<div class="text__wrapper">
<div class="steps__heading">Run</div>
<div class="steps__para">Follow the instructions to setup and customize the template to your needs.</div>
</div>
</div>
</div>
</div>
</div>
</div>
</main>
</body>
</html>