Skip to content

Commit d5e77e1

Browse files
committed
Redirect to default index page
1 parent a9f5fee commit d5e77e1

File tree

1 file changed

+4
-106
lines changed

1 file changed

+4
-106
lines changed

index_nd.html

+4-106
Original file line numberDiff line numberDiff line change
@@ -1,112 +1,10 @@
11
<!DOCTYPE html>
2-
<html>
3-
2+
<html lang="en">
43
<head>
5-
<meta charset="UTF-8">
6-
<link rel="stylesheet" href="main.css">
7-
<link rel="icon" type="image/x-icon" href="./brightintosh_sm.png">
8-
<link href="./fontawesome/css/all.min.css" rel="stylesheet" />
9-
<script src="slider.js"></script>
10-
<title>BrightIntosh</title>
11-
<meta name="viewport" content="width=device-width, initial-scale=1.0, shrink-to-fit=no">
12-
<meta name="description"
13-
content="BrightIntosh enables MacBook Pros to use the displays full brightness capabilities. It's an open-source alternative to Vivid and Lunar.">
14-
<meta name="keywords"
15-
content="MacBook Pro, macOS, BrightIntosh, Brightness, outdoor, XDR, HDR, MacBook, Bright, display, BetterDisplay, Vivid, Lunar, free, open-source">
4+
<meta http-equiv="refresh" content="0; url=index.html">
5+
<title>Redirecting...</title>
166
</head>
17-
187
<body>
19-
<div class="background">
20-
<div class="head">
21-
<a class="brand" href="index.html"><img class="logo" src="./brightintosh_sm.png" alt="BrightIntosh Logo"><span
22-
class="title">BrightIntosh</span></a>
23-
<span class="download">
24-
<a class="appstore-download"
25-
href="https://apps.apple.com/us/app/brightintosh/id6452471855?mt=12&amp;itsct=apps_box_badge&amp;itscg=30200"><img
26-
src="https://tools.applemediaservices.com/api/badges/download-on-the-mac-app-store/white/en-us?size=270x83&amp;releaseDate=1693267200"
27-
alt="Download on the Mac App Store" style="width: 184px; height: 47px;"></a>
28-
<a href="https://github.com/niklasr22/BrightIntosh" class="github-btn hide-on-mobile"><i
29-
class="fa-brands fa-github"></i></a>
30-
</span>
31-
</div>
32-
33-
<div class="content">
34-
<div class="info large">
35-
<div class="img-comp-container">
36-
<div class="img-comp-img img-comp-base">
37-
<img src="demo_dark.webp" alt="MacBook Pro® with default maximum brightness">
38-
</div>
39-
<div class="img-comp-img img-comp-overlay" style="width: 0">
40-
<img src="demo_bright.webp" alt="MacBook Pro® with increased brightness through BrightIntosh">
41-
</div>
42-
</div>
43-
</div>
44-
<div class="info">
45-
<h2>About</h2>
46-
<p>
47-
BrightIntosh enables your MacBook Pro® to use the increased brightness (1000 nits) of its Liquid
48-
Retina XDR®
49-
display anytime.
50-
By default this is only possible when displaying HDR content.
51-
Please check the compatibility section for more information.
52-
</p>
53-
</div>
54-
<div class="info">
55-
<h2>Compatibility</h2>
56-
<div class="compatibility-table">
57-
<div class="row">
58-
<div class="col example-image">
59-
<img src="./MacBookPro.webp" />
60-
</div>
61-
<div class="col details">
62-
<p class="brand">MacBook Pro</p>
63-
<ul>
64-
<li>M1 Pro, M1 Max (2021)</li>
65-
<li>M2 Pro, M2 Max (2023)</li>
66-
<li>M3, M3 Pro, M3 Max (2023)</li>
67-
</ul>
68-
</div>
69-
</div>
70-
<div class="row">
71-
<div class="col example-image">
72-
<img src="./ProDisplayXDR.webp" />
73-
</div>
74-
<div class="col details">
75-
<p class="brand">Pro Display XDR</p>
76-
</div>
77-
</div>
78-
</div>
79-
</div>
80-
<div class="info">
81-
<h2>Disclaimer</h2>
82-
<p>
83-
This tool should not harm your display as macOS® is in full control over the display brightness.
84-
<br /><br />
85-
However this software comes with no warranty or guarantees. Users take full
86-
responsibility for any problems that arise from the use of this software.
87-
<br />
88-
By using the BrightIntosh application you accept the above.
89-
</p>
90-
</div>
91-
<div class="info">
92-
<h2>Trademark notices</h2>
93-
App Store, Apple, Apple Pro Display XDR, MacBook Pro, macOS, Liquid Retina XDR and the Apple logo are trademarks
94-
of Apple Inc.,
95-
registered in the U.S. and other
96-
countries.
97-
</div>
98-
</div>
99-
<div class="footer">
100-
<span><a href="https://x.com/BrightIntoshApp" class="social"><i class="fa-brands fa-square-x-twitter"
101-
title="X"></i></a> <a href="https://github.com/niklasr22/BrightIntosh" class="social"><i
102-
class="fa-brands fa-github"></i></a></span>
103-
<a href="./privacy_policy.html">Privacy policy / Datenschutzerklärung</a>
104-
<a href="./legal_notice.html">Legal notice / Impressum</a>
105-
</div>
106-
</div>
107-
<script>
108-
initComparisons();
109-
</script>
8+
<p>If you are not redirected automatically, follow this <a href="index.html">link to index.html</a>.</p>
1109
</body>
111-
11210
</html>

0 commit comments

Comments
 (0)