-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
86 lines (84 loc) · 3.32 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Download UltraEdit text editor for Windows</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<!-- Design the body of this wedsite: https://bit.ly/ULtraedit-CWH -->
<header>
<nav>
<div class="logo">
<img src="https://www.ultraedit.com/wp-content/uploads/2023/01/Dark-logo.png" alt="">
</div>
<div class="right">
<ul>
<li>Products</li>
<li>Pricing</li>
<li>Resources</li>
<li>About Us</li>
</ul>
</div>
</nav>
</header>
<main>
<section class="first">
<span>Download <b>UltraEdit</b> for Windows <img width="34px"
src="https://www.ultraedit.com/wp-content/uploads/2022/10/Reviews.png" alt="image"></span>
<p>Download and try UltraEdit before you buy it! This download includes the full Windows version of the
text editor.</p>
<div>
<button class="btn">
DOWNLOAD MAC OR LINUX VERSION
</button>
</div>
</section>
<section class="second">
<div class="download">
<img width="40px" src="https://www.shutterstock.com/image-vector/letter-ue-simple-logo-design-260nw-2185787475.jpg" alt="image">
<span> Download UltraEdit</span>
<span class="small">v2023.1(released 08/16/2023) | Hotfix</span>
</div>
<div class="grid">
<div class="item">
<div class="item-lang">English</div>
<button class="btn blue"><a href="/file.exe">Download 32-bit</a></button>
<button class="btn green"> <a href="/file.exe">Download 64-bit</a></button>
</div>
<div class="item">
<div class="item-lang">Deutsch</div>
<button class="btn blue">Download 32-bit</button>
<button class="btn green">Download 64-bit</button>
</div>
<div class="item">
<div class="item-lang">Italiano</div>
<button class="btn blue">Download 32-bit</button>
<button class="btn green">Download 64-bit</button>
</div>
<div class="item">
<div class="item-lang">Español</div>
<button class="btn blue">Download 32-bit</button>
<button class="btn green">Download 64-bit</button>
</div>
<div class="item">
<div class="item-lang">français</div>
<button class="btn blue">Download 32-bit</button>
<button class="btn green">Download 64-bit</button>
</div>
<div class="item">
<div class="item-lang">Português brasileiro </div>
<button class="btn blue">Download 32-bit</button>
<button class="btn green">Download 64-bit</button>
</div>
<div class="item">
<div class="item-lang">Kannada</div>
<button class="btn blue">Download 32-bit</button>
<button class="btn green">Download 64-bit</button>
</div>
</div>
</section>
</main>
</body>
</html>