-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
78 lines (74 loc) · 3.41 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="https://retro.5ht.co/style.css?v=1" />
<title>SE/30</title>
<style>header { background: linear-gradient(144deg, DarkSlateBlue, Teal);}</style>
</head>
<body>
<header>
<div class="container">
<nav>
<img src="assets/logo.svg" height=50>
<div class="nav-links">
<a href="#spec">Специфікація</a>
<a href="#doc">Документація</a>
<a href="#code">Код</a>
</div>
</nav>
<div class="hero">
<div class="hero-text">
<h1>SE/30</h1>
<p>226.06 x 222.64 mm</p>
<button onclick="location.href='https://github.com/5HT/se30'" type="button">Github</button>
</div>
<div class="hero-image">
<img src="assets/2024-12-20_Top.png" style="padding: 10px 10px 10px 10px;background-color:#EEEEEE;">
</div>
</div>
</div>
</header>
<main>
<section id="intro" class="container">
<h2>Комп'ютер, який приніс славу Apple</h2>
<p>Macintosh SE/30, представлений у 1989 році, був найшвидшим компактним Mac від Apple. Він мав процесор Motorola 68030 із частотою 16 МГц, підтримував до 128 МБ оперативної пам’яті та оснащувався 9-дюймовим монохромним дисплеєм (512x342). Комп’ютер мав дисковод SuperDrive на 1,44 МБ, інтерфейс SCSI для підключення пристроїв та слот PDS для розширення. Працював під управлінням System 6, із підтримкою до System 7.5.5. Компактний, надійний і потужний, SE/30 залишається улюбленцем серед шанувальників ретрокомп'ютерів.</p>
</section>
<section id="spec" class="container">
<h2><a name="spec">Специфікація</a></h2>
<table class="specs">
<tr>
<th width="20%">Процесор:</th>
<td>68030.</td>
</tr>
<tr>
<th>FP процесор:</th>
<td>68882.</td>
</tr>
<tr>
<th>Пам'ять:</th>
<td>128 МБ.</td>
</tr>
<tr>
<th>Відео:</th>
<td>512 x 342.</td>
</tr>
<tr>
<th>Диски:</th>
<td>SCSI.</td>
</tr>
</table>
</section>
<section id="doc" class="container">
<h2><a name="doc">Документація</a></h2>
</section>
<section id="code" class="container">
<h2><a name="doc">Код</a></h2>
</section>
</main>
<footer>
<p> 2024—2025 © <a href="https://retro.5ht.co">Bit Edits: Ретрокомпіки</a>. All rights reserved.</p>
</footer>
</body>
</html>