-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
104 lines (95 loc) · 3.86 KB
/
index.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>UltraEdit</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<!-- navigation bar start -->
<header>
<nav>
<div class="logo">
UE
</div>
<div class="logoname">UltraEdit</div>
<div class="nex">An Idera,Inc. Company</div>
<div class="right">
<ul>
<li>Products <img width="16px" src="11.png" alt=""></li>
<li>Pricing <img width="16px" src="11.png" alt=""></li>
<li>Resourses <img width="16px" src="11.png" alt=""></li>
<li>About Us <img width="16px" src="11.png" alt=""></li>
<div class="logo2"> <img src="22.png" alt=""></div>
</ul>
</div>
</nav>
</header>
<!-- navigation bar end -->
<!-- main content start -->
<main>
<div class="container">
<div class="first">Download <b>UltraEdit</b> for windows</div>
<br>
<div class="second">Download and try UltraEdit before you buy it! This download includes the full windows
version of the Text Editor</div>
<button class="button1">DOWNLOAD MAC OR LINUX VERSION</button>
</div>
<div class="grid2">
<div class="logo3">
UE
</div>
<div class="name">Download UltraEdit <div class="vers">v2023.1 (released 08/16/2023) | Hotfix</div>
</div>
<div class="grid">
<div class="item">
<div class="lang">English</div>
<button class="blue">Download 32-bit</button>
<button class="green">Download 64-bit</button>
</div>
<div class="item">
<div class="lang">Chinese</div>
<button class="blue">Download 32-bit</button>
<button class="green">Download 64-bit</button>
</div>
<div class="item">
<div class="lang">Duch</div>
<button class="blue">Download 32-bit</button>
<button class="green">Download 64-bit</button>
</div>
<div class="item">
<div class="lang">Korean</div>
<button class="blue">Download 32-bit</button>
<button class="green">Download 64-bit</button>
</div>
<div class="item">
<div class="lang">Japanese</div>
<button class="blue">Download 32-bit</button>
<button class="green">Download 64-bit</button>
</div>
<div class="item">
<div class="lang">Spanish</div>
<button class="blue">Download 32-bit</button>
<button class="green">Download 64-bit</button>
</div>
<div class="item">
<div class="lang">French</div>
<button class="blue">Download 32-bit</button>
<button class="green">Download 64-bit</button>
</div>
<div class="item">
<div class="lang">Italian</div>
<button class="blue">Download 32-bit</button>
<button class="green">Download 64-bit</button>
</div>
<div class="item">
<div class="lang">German</div>
<button class="blue">Download 32-bit</button>
<button class="green">Download 64-bit</button>
</div>
</div>
</main>
<!-- main content end -->
</body>
</html>