-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
87 lines (87 loc) · 4.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
87
<!DOCTYPE html>
<html>
<head>
<title>Home | Reunion7</title>
<meta property="og:title" content="Reunion7">
<meta property="og:description" content="Welcome to Reunion7, The Windows mod that aims to be 1:1 with 7.">
<meta property="og:image" content="https://reunion7.com/Assets/seo.png">
<meta property="og:url" content="https://reunion7.com">
<meta property="og:type" content="website">
<meta property="og:site_name" content="Reunion7">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="icon" href="Assets/icon.png">
<link rel="stylesheet" href="styles.css">
</head>
<body>
<div class="body-content">
<div class="navbar">
<div class="top-header">
<p class="language-header">United States</p>
<a href="#">Change</a>
|
<a href="#">Other projects</a>
</div>
<div class="bottom-header">
<img src="Assets/long-logo.svg" alt="Reunion Logo" class="reunion-logo">
<div class="navlinks">
<a href="/" class="link-selected">Home</a>
<a href="downloads.html">Download</a>
<a href="credits.html">Credits</a>
<a href="https://github.com/reunion-7-mod">GitHub</a>
<a href="https://discord.gg/dXVHnz2My9">Discord</a>
</div>
</div>
</div>
<div class="content">
<div class="banner-content">
<h1 class="header-banner">Introducing<br>
Reunion7.</h1>
<p class="pg-banner">Reunion7, created by the creators of Reloaded7 and Classic 7 is a mod<br>
based of Windows 10 LTSC 2021 that replicates Windows 7.</p>
<a href="downloads.html" class="download-button">Download now</a>
</div>
</div>
<div class="real-content">
<div class="content-cards">
<h1 class="card-header">Modification features</h1>
<div class="cards">
<div class="card">
<img src="Assets/theme.png" class="showcase-img">
<a href="#" class="card-header-link">Gadgets and themes</a>
<p>Our modification restores classic gadgets and themes from Windows 7.</p>
</div>
<div class="card">
<img src="Assets/hw.png" class="showcase-img">
<a href="#" class="card-header-link">Got new hardware?</a>
<p>No worries! Reunion7 supports new hardware unlike Windows 7. You can use it on the latest hardware available!</p>
</div>
<div class="card">
<img src="Assets/dsc.png" class="showcase-img">
<a href="#" class="card-header-link">Need support?</a>
<p>Our great community on <a href="#">Discord</a> can help you out at any time if you need assistance with anything!</p>
</div>
</div>
</div>
<div class="extras">
<h1 class="addons-header">Addons</h1>
<div class="list">
<ul>
<li><a href="https://escargot.chat">Windows Live Messenger</a></li>
</ul>
</div>
</div>
</div>
<footer>
<div class="copyright">
<img src="Assets/long-logo.svg" alt="Reunion Logo" class="reunion-logo-footer">
<p>© 2025 Reunion7</p>
</div>
<div class="right-side">
<p class="psa">This project isn't related to Microsoft. Windows and its logo are Microsoft's property.</p>
<img src="Assets/teamlogo.svg" alt="Reunion Team Logo" class="team-logo">
</div>
</footer>
</div>
</body>
</html>