-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
53 lines (51 loc) · 1.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>A1200</title>
<link rel="stylesheet" href="https://retro.5ht.co/style.css?v=1" />
<style>header { background: linear-gradient(135deg, #004540, #F06347; }</style>
</head>
<body>
<header>
<div class="container">
<nav>
<div class="logo">
<img src="assets/logo.svg" height=70 alt="Product Image">
</div>
<div class="nav-links">
<a href="#rev">Ревізії</a>
<a href="#spec">Специфікація</a>
<a href="#doc">Документація</a>
<a href="#contact">Код</a>
</div>
</nav>
<div class="hero">
<div class="hero-text">
<h1>ReAmiga A1200 Rev 1.5</h1>
<p>352.50 x 180.92 mm</p>
<button onclick="location.href='https://github.com/5ht/A1200'" type="button">Github</button>
</div>
<div class="hero-image">
<img width=500 src="assets/A1200BigTop.jpg" style="padding: 10px 10px 10px 10px;background-color:#EEEEEE;">
</div>
</div>
</div>
</header>
<main>
<section id="specifications" class="container">
<h2><a name="spec">Специфікація</a></h2>
<table class="specs">
<tr>
<th>Процесор:</th>
<td>Motorola 68020.</td>
</tr>
</table>
</section>
</main>
<footer>
<p> 2024—2025 © <a href="https://retro.5ht.co">Bit Edits: Ретрокомпіки</a>. All rights reserved.</p>
</footer>
</body>
</html>