-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathsnow-landingpage.html
162 lines (148 loc) · 6.14 KB
/
snow-landingpage.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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Snow landing page</title>
<link rel="stylesheet" href="css/all.min.css">
<link rel="stylesheet" href="css/testing.css" />
</head>
<!-- <script>alert("welcome")</script>-->
</head>
<body>
<section class="header">
<nav>
<div class="container">
<h1>SN<span>o</span>W</h1>
<ul>
<li><a href="#">pricing</a></li>
<li><a href="#">sign in</a></li>
</ul>
</div>
</nav>
<div class="container">
<div class="content">
<h1>A free landing page them</h1>
<p>This is a great space to write long text about your company and your services. You can use this space </p>
<br /> <button>LEARN MORE</button>
<button class="second-button">REQUEST INVITE</button>
</div>
</div>
<div class="footer">
<div class="scroll">
</div>
</div>
</section>
<!--start the first-->
<section class="first">
<div class="be">
<h1>
Be the first
</h1>
<p>This is a great space to write long text </p>
</div>
<img src="images/iphone.png" width="350px" height="450px" />
</section>
<section class="green">
<div class="container">
<div class="apps">
<div class="app">
<hr style=" border:1px dashed #A09BD7 ;width:90%" />
<br />
<h5>app feature one here</h5>
<p>This is a great space to write long text about your company and your services. You can use this spaceThis is a grThis is a great space to write long text </p>
</div>
<div class="app">
<hr style=" border:1px dashed #A09BD7;width: 90%;" />
<br />
<h5>app feature one here</h5>
<p>This is a great space to write long text about your company and your services. You can use this spaceThis is a grThis is a great space to write long text </p>
</div>
<div class="app">
<hr style=" border:1px dashed #A09BD7; width: 90%;" />
<br />
<h5>app feature one here</h5>
<p>This is a great space to write long text about your company and your services. You can use this spaceThis is a grThis is a great space to write long text </p>
</div>
</div>
</section>
<!--end green-->
<!--start price-->
<section class="price">
<div class="container">
<h1>Pricing</h1>
<p>This is a great space to write long text about your about your</p>
<div class="flex">
<div class="pricing-div" id="walaa">
<ul>
<li class="person">personal</li>
<li class="doller">$5<span>/m</span></li>
<li class="words">This is a great space to write long text about your about your</li>
<li class="list">Up To 25 projects</li>
<li class="list">10GB storage</li>
<li class="list"> other info</li>
<li class="button">get started</li>
</ul>
</div>
<div class="pricing-div" id="ww">
<ul>
<li class="person">personal</li>
<li class="doller">$5<span>/m</span></li>
<li class="words">This is a great space to write long text about your about your</li>
<li class="list">Up To 25 projects</li>
<li class="list">10GB storage</li>
<li class="list"> other info</li>
<li class="button">get started</li>
</ul>
</div>
<div class="pricing-div" id="walaa">
<ul>
<li class="person">personal</li>
<li class="doller">$5<span>/m</span></li>
<li class="words">This is a great space to write long text about your about your</li>
<li class="list">Up To 25 projects</li>
<li class="list">10GB storage</li>
<li class="list"> other info</li>
<li class="button">get started</li>
</ul>
</div>
</div>
</div>
</section>
<!--end price-->
<!--start envelope-->
<section class="envelope">
<i class="fas fa-users"></i>
<h1>Get the invite</h1>
<p>This is a great space to write long text about your about your</p>
<input type="email" placeholder="Enter Email" /><br />
<button>Request invite</button>
</section>
<section class="line">
<div class="container">
<div class="center">
<div class="line-image"><img src="images/press-01.jpg" /></div>
<div class="line-content"><p>This is a great space to write long text about your <br /></p> <span>tech for walaa mohamed - 2020</span></div>
</div>
<hr />
<div class="center">
<div class="line-image"><img src="images/press-02.jpg" /></div>
<div class="line-content"><p>This is a great space to write long text about your <br /></p> <span>forbes for walaa mohamed - 2020</span></div>
</div>
<hr />
</div>
</section>
<!--start footer-->
<section class="end">
<div class="container">
<div class="connect">
<p> connect with us on</p>
</div>
<div class="copy">
<p>copyright ©2020 all rights reserved</p><span> created by walaa mohamed</span>
</div>
</div>
</section>
<script src="js/all.min.js"></script>
</body>
</html>