-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
329 lines (306 loc) · 15.9 KB
/
index.html
File metadata and controls
329 lines (306 loc) · 15.9 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
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
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="css/utility.css">
</head>
<body>
<header>
<nav>
<div class="img">
<img src="https://www.ultraedit.com/wp-content/uploads/2023/01/Dark-logo.png" alt="Image">
</div>
<ul>
<div>
<li class="li">Products</li>
<svg class="svg-img" width="25px" viewBox="0 0 24 24" fill="none"
xmlns="http://www.w3.org/2000/svg">
<path
d="M6 9L11.2929 14.2929C11.6262 14.6262 11.7929 14.7929 12 14.7929C12.2071 14.7929 12.3738 14.6262 12.7071 14.2929L18 9"
stroke="#141B34" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path>
</svg>
</div>
<div>
<li class="li">Pricing</li>
<svg class="svg-img" width="25px" viewBox="0 0 24 24" fill="none"
xmlns="http://www.w3.org/2000/svg">
<path
d="M6 9L11.2929 14.2929C11.6262 14.6262 11.7929 14.7929 12 14.7929C12.2071 14.7929 12.3738 14.6262 12.7071 14.2929L18 9"
stroke="#141B34" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path>
</svg>
</div>
<div>
<li class="li">Resourses</li>
<svg class="svg-img" width="25px" viewBox="0 0 24 24" fill="none"
xmlns="http://www.w3.org/2000/svg">
<path
d="M6 9L11.2929 14.2929C11.6262 14.6262 11.7929 14.7929 12 14.7929C12.2071 14.7929 12.3738 14.6262 12.7071 14.2929L18 9"
stroke="#141B34" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path>
</svg>
</div>
<div>
<li class="li">About Us</li>
<svg class="svg-img" width="25px" viewBox="0 0 24 24" fill="none"
xmlns="http://www.w3.org/2000/svg">
<path
d="M6 9L11.2929 14.2929C11.6262 14.6262 11.7929 14.7929 12 14.7929C12.2071 14.7929 12.3738 14.6262 12.7071 14.2929L18 9"
stroke="#141B34" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path>
</svg>
</div>
</ul>
</nav>
</header>
<main>
<div class="container">
<div class="yes margin"> Download <strong>UltraEdit</strong> For Windows</div>
<div class="no margin"> download and try ultraedit before you buy it! this ownload includes the full windows
version of the text
editor</div>
<div class="btn margin">
<button> download windows for linux version</button>
</div>
</div>
<div class="boxContainer">
<div class="box">
<div class="inside-div">
<h2>English</h2>english
</div>
<div class="first">
<button class="btn-Inside-Boxs Green-Btn"> 32 bits</button>
<button class="btn-Inside-Boxs Blue-Btn"> 64 bits</button>
</div>
</div>
<div class="box">
<div class="inside-div">
<h2>Deutsch german</h2>German
</div>
<div class="second">
<button class="btn-Inside-Boxs Green-Btn"> 32 bits</button>
<button class="btn-Inside-Boxs Blue-Btn"> 64 bits</button>
</div>
</div>
<div class="box">
<div class="inside-div">
<h2>italiano</h2>Italian
</div>
<div class="second">
<button class="btn-Inside-Boxs Green-Btn"> 32 bits</button>
<button class="btn-Inside-Boxs Blue-Btn"> 64 bits</button>
</div>
</div>
<div class="box">
<div class="inside-div">
<h2>Español</h2>Spanish
</div>
<div class="second">
<button class="btn-Inside-Boxs Green-Btn"> 32 bits</button>
<button class="btn-Inside-Boxs Blue-Btn"> 64 bits</button>
</div>
</div>
<div class="box">
<div class="inside-div">
<h2>Português brasileiro</h2>Brazilian Portuguese
</div>
<div class="second">
<button class="btn-Inside-Boxs Green-Btn"> 32 bits</button>
<button class="btn-Inside-Boxs Blue-Btn"> 64 bits</button>
</div>
</div>
<div class="box">
<div class="inside-div">
<h2>français</h2>French
</div>
<div class="second">
<button class="btn-Inside-Boxs Green-Btn"> 32 bits</button>
<button class="btn-Inside-Boxs Blue-Btn"> 64 bits</button>
</div>
</div>
<div class="box">
<div class="inside-div">
<h2>日本</h2>Japanese
</div>
<div class="second">
<button class="btn-Inside-Boxs Green-Btn"> 32 bits</button>
<button class="btn-Inside-Boxs Blue-Btn"> 64 bits</button>
</div>
</div>
<div class="box">
<div class="inside-div">
<h2>한국어</h2>Korean
</div>
<div class="second">
<button class="btn-Inside-Boxs Green-Btn"> 32 bits</button>
<button class="btn-Inside-Boxs Blue-Btn"> 64 bits</button>
</div>
</div>
<div class="box">
<div class="inside-div">
<h2>中国</h2>Chinese
</div>
<div class="second">
<button class="btn-Inside-Boxs Green-Btn"> 32 bits</button>
<button class="btn-Inside-Boxs Blue-Btn"> 64 bits</button>
</div>
</div>
<div class="box">
<div class="inside-div">
<h2>中国</h2>tradition chinese
</div>
<div class="second">
<button class="btn-Inside-Boxs Green-Btn"> 32 bits</button>
<button class="btn-Inside-Boxs Blue-Btn"> 64 bits</button>
</div>
</div>
</div>
<section class="containers">
<div class="third-fourth">
<div class="third">
<h3 class="undercontainer"> join the ultraedit newsletter</h3>
<p class="paragraph">sign up for your newsletter and receive emails for the latestnews,</p>
<p class="paragraph"> blogs and special deals on ultraedit</p>
</div>
<div class="fourth">
<div>
<div class="third color fourth-margin">SUBSCRIBE TO OUR EMAILS </div>
<div class="motabhai">Enter Email Address</div>
<div class="cover">
<input class="signup fourth-margin" type="text" placeholder="Enter your email">
<button class="sign fourth-margin"> SIGN UP</button>
</div>
</div>
</div>
</div>
<div class="fifth">
<div class="one best" style="font-weight: bold;"> EXE or MSI? </div>
<div class="two best"> The EXE builds of our products are the preferred download for most of our users,
running Windows 8.1
and later.</div>
<div class="five best">
We make MSI builds available for bulk or silent deployments (command line, GPO, SCCM, etc.). Get
the
UltraEdit MSI installer. </div>
<div class="three best" style="font-weight: bold;"> Free trial period </div>
<div class="four best"> This application comes with a free, fully functional 30 day trial period. After
the trial period
expires, you must purchase a license to continue using it. </div>
</div>
</section>
<div class="lastbox">
<div class="box1 lulla">
<div>What’s your language?</div>
<div>
<div><a href="/">Code editor (General)</a></div>
<div><a href="/">Text editor</a></div>
<div><a href="/">Hex</a></div>
<div><a href="/">HTML</a></div>
<div><a href="/">PHP</a></div>
<div><a href="/">CSS</a></div>
<div><a href="/">XML</a></div>
<div><a href="/">Markdown</a></div>
<div><a href="/">C++</a></div>
<div><a href="/">SAS</a></div>
<div><a href="/">Unix shell script</a></div>
<div><a href="/">sPL/SQL</a></div>
<div><a href="/">Visual Basic</a></div>
</div>
</div>
<div class="box2 lulla">
<div>What type of user are you?</div>
<div>
<div><a href="/"> Programmer / Developer</a></div>
<div><a href="/"> Web Developer</a></div>
<div><a href="/"> Database Manager</a></div>
<div><a href="/"> System Administrator</a></div>
<div><a href="/"> Technical Writer</a></div>
<div><a href="/"> Editor / Publisher</a></div>
<div><a href="/"> Medical / Phramaceutical</a></div>
</div>
</div>
<div class="box3 lulla">
<div>General</div>
<div>
<div> <a href="/">Contact</a></div>
<div> <a href="/">Licences Agreement</a></div>
<div> <a href="/">End of Life Policy</a></div>
<div> <a href="/">Libaries and Patents</a></div>
<div> <a href="/">Information Policy</a></div>
<div> <a href="/">Privacy Policy</a></div>
<div> <a href="/">Uninstall Instructions</a></div>
<div> <a href="/">Sitemap </a></div>
<div> <a href="/">Legal</a></div>
</div>
</div>
<div class="box4 lulla">
<div> Subscribe to Newsletter</div>
<div>Get the latest news on new releases, event, and developments.</div>
<div class="cover ls">
<input class="signup" type="text" placeholder="Enter your email address">
<button class="sign">subscribe</button>
</div>
</div>
</div>
</main>
<footer>
<div>
<div class="ultraeditimage">
<img src="https://www.ultraedit.com/wp-content/uploads/2023/01/Dark-logo.png" alt="ultra edit image">
</div>
<div class="Footer-lastlogo-icons-potion">
<ul>
<li style="list-style-type: none;">
<span class="Footer-lastlogo-icons-potion-gap">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"
fill="#2b80c1" stroke="currentColor" stroke-width="2" stroke-linecap="round"
stroke-linejoin="round" class="lucide lucide-twitter">
<path
d="M22 4s-.7 2.1-2 3.4c1.6 10-9.4 17.3-18 11.6 2.2.1 4.4-.6 6-2C3 15.5.5 9.6 3 5c2.2 2.6 5.6 4.1 9 4-.9-4.2 4-6.6 7-3.8 1.1 0 3-1.2 3-1.2z">
</path>
</svg>
</span>
<span class="Footer-lastlogo-icons-potion-gap">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-youtube">
<path d="M2.5 17a24.12 24.12 0 0 1 0-10 2 2 0 0 1 1.4-1.4 49.56 49.56 0 0 1 16.2 0A2 2 0 0 1 21.5 7a24.12 24.12 0 0 1 0 10 2 2 0 0 1-1.4 1.4 49.55 49.55 0 0 1-16.2 0A2 2 0 0 1 2.5 17"></path>
<path d="m10 15 5-3-5-3z"></path>
</svg>
</span>
<span class="Footer-lastlogo-icons-potion-gap">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-instagram">
<rect width="20" height="20" x="2" y="2" rx="5" ry="5"></rect>
<path d="M16 11.37A4 4 0 1 1 12.63 8 4 4 0 0 1 16 11.37z"></path>
<line x1="17.5" x2="17.51" y1="6.5" y2="6.5"></line>
</svg>
</span>
<span class="Footer-lastlogo-icons-potion-gap">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-facebook">
<path d="M18 2h-3a5 5 0 0 0-5 5v3H7v4h3v8h4v-8h3l1-4h-4V7a1 1 0 0 1 1-1h3z"></path>
</svg>
</span>
<span class="Footer-lastlogo-icons-potion-gap">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-linkedin">
<path d="M16 8a6 6 0 0 1 6 6v7h-4v-7a2 2 0 0 0-2-2 2 2 0 0 0-2 2v7h-4v-7a6 6 0 0 1 6-6z"></path>
<rect width="4" height="12" x="2" y="9"></rect>
<circle cx="4" cy="4" r="2"></circle>
</svg>
</span>
<span class="Footer-lastlogo-icons-potion-gap">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-github">
<path d="M15 22v-4a4.8 4.8 0 0 0-1-3.5c3 0 6-2 6-5.5.08-1.25-.27-2.48-1-3.5.28-1.15.28-2.35 0-3.5 0 0-1 0-3 1.5-2.64-.5-5.36-.5-8 0C6 2 5 2 5 2c-.3 1.15-.3 2.35 0 3.5A5.403 5.403 0 0 0 4 9c0 3.5 3 5.5 6 5.5-.39.49-.68 1.05-.85 1.65-.17.6-.22 1.23-.15 1.85v4"></path>
<path d="M9 18c-4.51 2-5-2-7-2"></path>
</svg>
</span>
</li>
</ul>
</div>
</div>
<div>
<div class="Footer-Copyright">
<!--?xml version="1.0" encoding="UTF-8"?-->
<span>© 2023 UltraEdit. All rights reserved</span>
</div>
</div>
</footer>
</body>
</html>