-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathindex.html
More file actions
235 lines (227 loc) · 8.24 KB
/
index.html
File metadata and controls
235 lines (227 loc) · 8.24 KB
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
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="google-site-verification" content="UWHTkMxkkqv0hsUJcBHWc3ZjLXysHyydwRcO67gs_tk" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title id="title">Home | MacTools</title>
<link rel="shortcut icon" href="/logo.png" type="image/x-icon" />
<link rel="stylesheet" href="style.css" />
<script src="index.js"></script>
<script src="global.js"></script>
<!--<style>
.wrap {
display: flex;
width: 100%;
flex-direction: row;
align-items: initial;
}
.panel {
width: 80%;
height: 100%;
overflow: auto;
height: calc(100vh - 50.6px);
}
.side {
width: 20%;
padding-block: 20px;
height: calc(100vh - 50.6px);
overflow: auto;
}
.side h3 {
color: white;
width: 85%;
margin-inline: 7.5%;
margin-bottom: 20px;
font-size: 20px;
}
.boxes {
display: flex;
flex-direction: column;
}
.box {
color: white;
width: 95%;
margin-inline: 2.5%;
padding-inline: 15px;
font-size: 18px;
display: flex;
border-radius: 10px;
transition: background-color 0.25s ease;
}
.box label {
margin-left: 10px;
width: 100%;
padding-block: 10px;
cursor: pointer;
display: block;
}
.frame {
border: none;
outline: none;
width: 47%;
margin: 10px;
border-radius: 10px;
border: 2px solid gray;
padding: 15px;
height: 300px;
display: none;
}
.box:hover {
background-color: rgb(20, 20, 20);
}
@media (width < 500px) {
.wrap {
display: flex;
flex-direction: column !important;
}
.panel {
width: 100%;
height: 70vh !important;
overflow: auto;
}
.side {
width: 100% !important;
height: 30vh !important;
}
}
</style>-->
</head>
<body>
<div class="macsidebar" id="sidebar">
<a href="/"><img src="/logo.png" alt="" /></a>
<a href="/macideas/"><img src="/MacIdeas Logo.png" alt="" /></a>
<a href="/maclearn/"><img src="/MacLearn Logo.png" alt="" /></a>
<a href="/mactools/"><img src="/MacTools Logo.png" alt="" /></a>
<a href="/macvg/"><img src="/MacVG Logo.png" alt="" /></a>
<a href="/macblog/"><img src="/MacBlog Logo.png" alt="" /></a>
</div>
<nav class="nav">
<a href="/mactools/" class="logo">
<img src="/mactools/mactools-logo.png" alt="MacTools Logo" />
</a>
<a href="/mactools/tools.html" class="nav-link">Tools</a>
<div class="tools select help-menu">
<span class="help-label help-menu">Math</span>
<img src="/caret.svg" class="caret help-menu" id="caret" />
<ul id="cats" class="cats help-menu">
<a href="/mactools/math/algebra.html">Algebra</a>
<a href="/mactools/math/converter.html">Converter</a>
<a href="/mactools/math/geometry.html">Geometry</a>
<a href="/mactools/math/sequence.html">Sequence</a>
</ul>
</div>
<div class="tools select help-menu">
<span class="help-label help-menu">Text</span>
<img src="/caret.svg" class="caret help-menu" id="caret" />
<ul id="cats" class="cats help-menu">
<a href="/mactools/text/decoder.html">Decoder</a>
<a href="/mactools/text/encoder.html">Encoder</a>
<a href="/mactools/text/format.html">Formatter</a>
</ul>
</div>
<div class="tools select help-menu">
<span class="help-label help-menu">Time</span>
<img src="/caret.svg" class="caret help-menu" id="caret" />
<ul id="cats" class="cats help-menu">
<a href="/mactools/time/alarm.html">Alarm</a>
<a href="/mactools/time/countdown.html">Countdown</a>
<a href="/mactools/time/stopwatch.html">Stopwatch</a>
<a href="/mactools/time/time.html">Time</a>
<a href="/mactools/time/timer.html">Timer</a>
</ul>
</div>
<div class="right">
<div class="select help-menu">
<span class="help-label help-menu">Help</span>
<img src="/caret.svg" class="caret help-menu" id="caret" />
<ul id="cats" class="cats help-menu">
<a href="/macblog/apps/mactools/">About</a>
<a href="/macblog/updates/mactools/">Updates</a>
<a href="/macblog/apps/mactools/">Docs</a>
<a href="https://forms.gle/dWn2LQ2Bdzn6GaLEA" target="_blank">Feedback</a>
</ul>
</div>
<img src="/profile.svg" class="profile" id="profile" />
</div>
</nav>
<div class="modal-background">
<div class="modal">
<h2 class="modal-title">MacTools Winter Update</h2>
<img src="update.png" class="modal-img" />
<p class="modal-des">
RENAMED APP, tons of new utilities, new features, new appearance, and more! Check out the MacTools 2025 Winter Update!
</p>
<a href="/macblog/updates/mactools/2025/winter.html" class="modal-link" target="_blank"> What's new </a>
</div>
</div>
<script>
let updateModal = document.querySelector(".modal-background");
if (localStorage.mactoolsmodall) {
updateModal.style.display = "none";
}
</script>
<div class="wrap">
<div class="hero">
<h1 class="hero-title">Welcome to MacTools!</h1>
<p class="hero-des">The most powerful utilities right at your fingertips.</p>
</div>
<div class="apps">
<a href="tools.html" class="app">
<p class="text">Tools</p>
</a>
<a href="math/geometry.html" class="app">
<p class="text">Geometry Calculator</p>
</a>
<a href="text/decoder.html" class="app">
<p class="text">Text Decoder</p>
</a>
<a href="time/countdown.html" class="app">
<p class="text">Countdown</p>
</a>
<a href="time/timer.html" class="app">
<p class="text">Timer</p>
</a>
</div>
<!--
<div class="panel" id="panel">
<iframe src="clean/alarm.html" frameborder="0" class="frame" id="alarmf"></iframe>
<iframe src="clean/calendar.html" frameborder="0" class="frame" id="calendarrf"></iframe>
<iframe src="clean/countdown.html" frameborder="0" class="frame" id="countdownf"></iframe>
<iframe src="clean/focus.html" frameborder="0" class="frame" id="focusf"></iframe>
<iframe src="clean/stopwatch.html" frameborder="0" class="frame" id="stopwatchf"></iframe>
<iframe src="clean/timer.html" frameborder="0" class="frame" id="timerf"></iframe>
<iframe src="clean/world.html" frameborder="0" class="frame" id="worldf"></iframe>
</div>
<div class="side">
<h3>Choose which widgests to pin to the home page!</h3>
<div class="boxes">
<div class="box">
<input class="checkbox" type="checkbox" name="choose" id="alarm" value="alarm" />
<label for="alarm">Alarm</label>
</div>
<div class="box">
<input class="checkbox" type="checkbox" name="choose" id="calendarr" value="calendarr" />
<label for="calendarr">Calendar</label>
</div>
<div class="box">
<input class="checkbox" type="checkbox" name="choose" id="countdown" value="countdown" />
<label for="countdown">Countdown</label>
</div>
<div class="box">
<input class="checkbox" type="checkbox" name="choose" id="stopwatch" value="stopwatch" />
<label for="stopwatch">Stopwatch</label>
</div>
<div class="box">
<input class="checkbox" type="checkbox" name="choose" id="timer" value="timer" checked="true" />
<label for="timer">Timer</label>
</div>
<div class="box">
<input class="checkbox" type="checkbox" name="choose" id="world" value="world" checked="true" />
<label for="world">World Clock</label>
</div>
</div>
</div>-->
</div>
</body>
</html>