-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathren-week1-wix.html
248 lines (240 loc) · 8.47 KB
/
ren-week1-wix.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
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
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Free Website Builder | Create a Free Website | Wix.com</title>
<link rel="icon" sizes="192x192" href="https://www.wix.com/favicon.ico" />
<link
href="https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;600;700&display=swap"
rel="stylesheet"
/>
<link href="./style.css" rel="stylesheet" />
</head>
<body>
<div class="nav-container">
<div class="nav-left">
<img src="images/image_1.svg" alt="wix log" class="logo" />
<a class="nav-left-margin" href="./ren-wix.html">Features</a>
<a class="nav-left-margin" href="./ren-wix.html">Explore</a>
<div class="nav-left-margin dropdown">
<button class="dropdownbtn">
Subscriptions
<img
src="./images/chevron-down-arrow.svg"
alt="A head arrow"
style="height: 10px;"
/>
</button>
<div class="dropdown-content">
<a href="#">Premium Plans</a>
<a href="#">Domain</a>
<a href="#">Mailboxes</a>
</div>
</div>
<a class="nav-left-margin" href="#">Templates</a>
<div class="nav-left-margin dropdown">
<button class="dropdownbtn">
Wix Partners
<img
src="./images/chevron-down-arrow.svg"
alt="A head arrow"
style="height: 10px;"
/>
</button>
<div class="dropdown-content">
<a href="#">Become a Wix Partner</a>
<a href="#">Hire a Wix Partner</a>
</div>
</div>
<a class="nav-left-margin" href="#">Editor X</a>
<a class="nav-left-margin" href="#">Support</a>
</div>
<div class="nav-right">
<div class="dropdown">
<button class="dropdownbtn language">
<img
src="./images/globe.svg"
alt="Globe icon"
style="height: 18px; width: 18px; margin-right: 5px;"
/>
<span>EN</span>
</button>
<div class="dropdown-content">
<a href="#">Deutsch</a>
<a href="#">Español</a>
<a href="#">Français</a>
<a href="#">Italiano</a>
<a href="#">Nederlands</a>
<a href="#">Norsk</a>
<a href="#">Polski</a>
<a href="#">Português</a>
<a href="#">Русский</a>
<a href="#">Svenska</a>
<a href="#">日本語</a>
<a href="#">한국어</a>
<a href="#">Türkçe</a>
<a href="#">Dansk</a>
<a href="#">हिन्दी</a>
<a href="#">Čeština</a>
<a href="#">ไทย</a>
<a href="#">Українська</a>
<a href="#">繁體中文 </a>
</div>
</div>
<button>Sign In</button>
</div>
</div>
<div class="main-wrapper">
<div class="slide1">
<h1>Create a Website You’re Proud Of</h1>
<h5>
Discover the platform that gives you the freedom to create, design,
manage and develop your web presence exactly the way you want.
</h5>
<div>
<button class="main-btn"><span>Get Started</span></button>
</div>
</div>
<div class="slide2">
<img
class="slide2-1"
alt="A database of information built using Corvid by Wix "
src="./images/image_3.webp"
style="width: 254px; height: 271px; object-fit: cover;"
/>
<img
class="slide2-2"
alt="Side bar logos"
src="./images/image_4.webp"
style="width: 36px; height: 189px; object-fit: cover;"
/>
<img
class="slide2-3"
alt="A computer displaying the Wix editor and the creation of an eCommerce website that sells headphones. The website presents a pair of camel colored sound canceling headphones for sale in the online store. "
src="./images/image_5.webp"
style="width: 1009px; height: 549px; object-fit: cover;"
/>
<img
class="slide2-4"
alt="A cart view from a Wix store displaying merchandise "
src="./images/image_6.webp"
style="width: 123px; height: 400px; object-fit: cover;"
/>
<img
class="slide2-5"
alt="A Wix blog post displayed on mobile view"
src="./images/image_7.webp"
style="width: 215px; height: 386px; object-fit: cover;"
/>
</div>
<div class="blue-card">
<div class="left-hand">
<h2>The Freedom to Create the Websites You Want</h2>
</div>
<div class="right-hand">
<h5>
Design and build your own high-quality websites. Whether you’re
promoting your business, showcasing your work, opening your store or
starting a blog—you can do it all with the Wix website builder.
</h5>
<a class="blue-btn" href="#">
<h3>
Get Started
</h3>
<img class="arrow" src="./images/arrow.svg" alt="Arrow"
/></a>
</div>
</div>
<div class="green-card">
<div class="left-hand">
<h2>Build Your Unique Online Presence</h2>
<h5>To create your own website, follow these steps:</h5>
<div class="green-card-container">
<div class="row1">
<div class="green1">
<h4>Customize your site</h4>
<p>
Pick a template and customize anything, or answer a few
questions and get a free website designed just for you.
</p>
</div>
<div class="green2">
<h4>Edit your mobile view</h4>
<p>
Check out the mobile-optimized version of your site. Switch to
the Mobile Editor to personalize it even more.
</p>
</div>
</div>
<div class="row2">
<div class="green3">
<h4>Add advanced features</h4>
<p>
Start your own blog, add an online store and accept bookings
online. You can always add more features as you grow.
</p>
</div>
<div class="green4">
<h4>Optimize for search engines</h4>
<p>
Answer a few questions about your website, location and
keywords and get a personalized SEO plan to get found online.
</p>
</div>
</div>
</div>
<a class="green-btn" href="#">
<h3>
Start Now
</h3>
<img class="arrow" src="./images/arrow.svg" alt="Arrow"
/></a>
</div>
<div class="right-hand">
<img
src="./images/image_8.webp"
alt="Brand Studio Website"
style="width: 560px; height: 440px; object-fit: cover;"
/>
</div>
</div>
<div class="white-card">
<div class="left-hand">
<img
src="images/image_2.png"
alt="Image of a fashion blog website called Half Full Circle shown on desktop and mobile."
style="width: 481px; height: 600px; object-fit: cover;"
/>
</div>
<div class="right-hand">
<div>
<h2>Wix Editor</h2>
<h2>Total Design Freedom</h2>
</div>
<div>
<h5>
Start from scratch or choose from over 500 designer-made templates
to make your own website. With the world’s most innovative drag
and drop website builder, you can customize or change anything.
Make your site come to life with video backgrounds, scroll effects
and animation. With the Wix Editor, you can create your own
professional website that looks stunning.
</h5>
</div>
<a class="white-btn" href="#">
<h3>
Get Started
</h3>
<div>
<img
class="arrow"
src="./images/arrow-black.svg"
alt="Arrow"
/></div
></a>
</div>
</div>
</div>
</body>
</html>