-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnews.html
373 lines (371 loc) · 17.4 KB
/
news.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
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
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta content="G. Orfanides | News Page" property="og:title" />
<meta content="News about the webpage." property="og:description" />
<meta content="http://georgeorfa015.github.io/news.html" property="og:url" />
<meta content="https://i.imgur.com/fv55MPW.png" property="og:image" />
<meta content="#090f0c" data-react-helmet="true" name="theme-color" id="theme-color"/>
<link rel="icon" href="WebsiteLogo2.ico">
<title>News</title>
<style>
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
body{
background: #000000;
font-family: poppins;
color: #fff;
margin: 0vw 2vw 2vw 2vw;
}
#outer-container{
display: grid;
grid-template-columns: 1fr;
gap: 1.5vw;
}
.topMessage{
display: grid;
grid-template-columns: 1fr;
margin-bottom: 1.75vw;
}
.title{
font-size: 5vw;
font-weight: 700;
}
.backButton{
font-size: 1.75vw;
width: 100%;
}
a.backButton{
font-size: 1.75vw;
text-decoration: #222 underline;
color: #fff;
transition: 0.3s text-decoration;
}
a.backButton:hover{
text-decoration: #aaa underline;
}
.article-outer-container{
background: #222;
border-radius: 1vw;
overflow: hidden;
}
.article-date{
font-size: 2vw;
padding: 0.6vw 1vw;
font-weight: 600;
}
.article{
background: #111;
font-size: 1.4vw;
padding: 0.5vw 0.8vw;
}
.article-commit-cont{
display: grid;
grid-template-columns: 1fr 1fr;
width: 100%
}
.article-commit{
font-size: 0.9vw;
color: #aaa;
text-align: left;
align-self: center;
width: fit-content
}
a.article-commit{
text-decoration: #444 underline;
}
a.article-commit:hover{
text-decoration: #777 underline;
}
a.news{
color: #54df8e;
transition: 0.1s color;
text-decoration:underline;
text-decoration-color: #065629;
}
a.news:hover{
color: #85f6b4;
text-decoration-color: #0b7338;
}
.item-right{
text-align: right;
width: 100%;
}
.commit-sha{
font-family: 'Courier New'
}
@media(max-width:600px){
body{
margin: 4vw;
}
#outer-container{
gap: 4vw;
}
.title{
font-size: 6.9vw;
text-align: center;
}
.backButton{
font-size: 5vw;
text-align: center;
}
a.backButton{
font-size: 5vw;
}
.article-date{
font-size: 6vw;
text-align: center;
padding: 2.5vw 4vw;
}
.article{
font-size: 3.75vw;
padding: 2vw 3vw;
line-height: 5vw;
text-align: justify;
text-justify: distribute;
}
.article-outer-container{
border-radius: 3vw;
}
.article-commit{
font-size: 2.75vw;
width: 100%;
line-height: 4vw;
text-align: left;
}
.article-commit-cont{
grid-template-columns: 1fr;
}
}
</style>
</head>
<body>
<div class="topMessage">
<span class="title">Latest News</span>
<span class="backButton">< <a class="backButton" href="../">Back to Home Page</a></span>
</div>
<div id="outer-container">
<!-- <div class="article-outer-container" id="">
<div class="article-date">
</div>
<div class="article">
<div class="article-text">
</div>
<div class="article-commit-cont">
<span class="article-commit">
<a class="article-commit" href=""></a> on
<a class="article-commit" href=""></a>
</span>
<span class="article-commit item-right commit-sha">, </span>
</div>
</div>
</div> -->
<div class="article-outer-container" id="13">
<div class="article-date">
Thursday, March 27, 2025
</div>
<div class="article">
<div class="article-text">
Added a Prime Factorization module in <a class="news" href="math/">Math Tools</a>, which analyzes a number to its prime factors.
</div>
<div class="article-commit-cont">
<span class="article-commit">
<a class="article-commit" href="https://github.com/GeorgeOrfa015/georgeorfa015.github.io/commit/9afce88726dbd94c21a80f3c99b05ba2931cf7d3">Commit 177 on main</a>
</span>
<span class="article-commit item-right commit-sha">9afce88</span>
</div>
</div>
</div>
<div class="article-outer-container" id="12">
<div class="article-date">
Wednesday, February 5, 2025
</div>
<div class="article">
<div class="article-text">
Added a new project, <a class="news">Year Progress</a>, which shows what percentage of the current Year, Month, Day, Hour, Minute and Second has passed.
</div>
<div class="article-commit-cont">
<span class="article-commit">
<a class="article-commit" href="https://github.com/GeorgeOrfa015/georgeorfa015.github.io/commit/47b607398dcfbb2fb225503760098a23d9b6611f">Commit 5 on year-progress</a> on
<a class="article-commit" href="https://github.com/GeorgeOrfa015/georgeorfa015.github.io/commit/93e5a0a25be781e69ae7d991410191d69e104b00">Pull Request #13 by GeorgeOrfa015</a>
</span>
<span class="article-commit item-right commit-sha">47b6073, 93e5a0a</span>
</div>
</div>
</div>
<div class="article-outer-container" id="11">
<div class="article-date">
Tuesday, February 4, 2025
</div>
<div class="article">
<div class="article-text">
Created a custom <a href="404.html" class="news">404 Page</a> for the website, which appears whenever an incorrect link is entered into the URL bar.
</div>
<div class="article-commit-cont">
<span class="article-commit">
<a class="article-commit" href="https://github.com/GeorgeOrfa015/georgeorfa015.github.io/commit/d39b9b6619298ec1559c4ff06a71589f38710285">Commit 1 on 404-page</a> on
<a class="article-commit" href="https://github.com/GeorgeOrfa015/georgeorfa015.github.io/commit/0784fa3bb3c45eb104434d268783cfa95990dd12">Pull Request #12 by GeorgeOrfa015</a>
</span>
<span class="article-commit item-right commit-sha">d39b9b6, 0784fa3</span>
</div>
</div>
</div>
<div class="article-outer-container" id="10">
<div class="article-date">
Friday, December 13, 2024
</div>
<div class="article">
<div class="article-text">
Added a <a href="news.html" class="news">News Page</a>, which contains all news articles from the past with some additional information for each update. You can go there by clicking "See More..." on this also updated news section!
</div>
<div class="article-commit-cont">
<span class="article-commit">
<a class="article-commit" href="https://github.com/GeorgeOrfa015/georgeorfa015.github.io/commit/2d6bd09d3cc72a51f737f92874afe0052f61b4ea">Commit 4 on news</a> on
<a class="article-commit" href="https://github.com/GeorgeOrfa015/georgeorfa015.github.io/commit/e2b67829b11f19f9cc4f280f42baaa6409c32126">Pull Request #11 by GeorgeOrfa015</a>
</span>
<span class="article-commit item-right commit-sha">2d6bd09, e2b6782</span>
</div>
</div>
</div>
<div class="article-outer-container" id="9">
<div class="article-date">
Sunday, December 8, 2024
</div>
<div class="article">
<div class="article-text">
Added small modules for simple math equations in <a class="news">Math Tools</a>. Due to Point Precision Error, decimals are not allowed into any of these modules.
</div>
<div class="article-commit-cont">
<span class="article-commit">
<a class="article-commit" href="https://github.com/GeorgeOrfa015/georgeorfa015.github.io/commit/abb32ac2fc2d0c34670bd36fd4cd7ca985be2cb7">Commit 5 on simple-math-implementation</a> on
<a class="article-commit" href="https://github.com/GeorgeOrfa015/georgeorfa015.github.io/commit/82bfeb365f7a52751103f932ffde40664164d7db">Pull Request #10 by GeorgeOrfa015</a>
</span>
<span class="article-commit item-right commit-sha">abb32ac, 82bfeb3</span>
</div>
</div>
</div>
<div class="article-outer-container" id="8">
<div class="article-date">
Sunday, December 8, 2024
</div>
<div class="article">
<div class="article-text">
<a class="news" href="clock">Wall Clock</a> now has a toggle to display seconds, implemented by <a class="news" href="https://github.com/xdn3">xdn3</a>, which has also been added to the contributors section.
</div>
<div class="article-commit-cont">
<span class="article-commit">
<a class="article-commit" href="https://github.com/GeorgeOrfa015/georgeorfa015.github.io/commit/8a30b1713674230fefa63d9d303fc0d149b95348">Commit 5 on clock_seconds</a> on
<a class="article-commit" href="https://github.com/GeorgeOrfa015/georgeorfa015.github.io/commit/8db6e173d92d68245970b2f87ff646c717c8394c">Pull Request #9 by xdn3</a>
</span>
<span class="article-commit item-right commit-sha">8a30b17, 8db6e17</span>
</div>
</div>
</div>
<div class="article-outer-container" id="7">
<div class="article-date">
Sunday, December 8, 2024
</div>
<div class="article">
<div class="article-text">
<a href="timers/" class="news">Custom Timers</a> has had a visual refresh! You can now customize each timer individually, and the date selection inputs have been replaced with a better date selector. Old codes will work for this one!
</div>
<div class="article-commit-cont">
<span class="article-commit">
<a class="article-commit" href="https://github.com/GeorgeOrfa015/georgeorfa015.github.io/commit/9e6fcad743f78fa889b3009fc262065f0be3b2cb">Commit 4 on timers-visual-refresh</a> on
<a class="article-commit" href="https://github.com/GeorgeOrfa015/georgeorfa015.github.io/commit/06e9cadbeec7dc332f04553451834473a9679e36">Pull Request #8 by GeorgeOrfa015</a>
</span>
<span class="article-commit item-right commit-sha">9e6fcad, 06e9cad</span>
</div>
</div>
</div>
<div class="article-outer-container" id="6">
<div class="article-date">
Friday, November 15, 2024
</div>
<div class="article">
<div class="article-text">
Added a new project: <a href="voltage-drop/" class="news">Cable Voltage Drop</a>! It's a calculator designed for finding out what is the voltage drop of a cable of set length and cross-sectional area when Current is flowing through. It also calculates other useful metrics for that cable, like the efficiency and resistance of the wire.
</div>
<div class="article-commit-cont">
<span class="article-commit">
<a class="article-commit" href="https://github.com/GeorgeOrfa015/georgeorfa015.github.io/commit/2a5e042bdd00955091e120bc6335010f90751624">Commit 3 on electric-cable-voltage-drop</a> on
<a class="article-commit" href="https://github.com/GeorgeOrfa015/georgeorfa015.github.io/commit/0684f164076ce7781666175b94f799566ff52bb1">Pull Request #7 by GeorgeOrfa015</a>
</span>
<span class="article-commit item-right commit-sha">2a5e042, 0684f16</span>
</div>
</div>
</div>
<div class="article-outer-container" id="5">
<div class="article-date">
Tuesday, October 8, 2024
</div>
<div class="article">
<div class="article-text">
Replaced the random letter module in <a class="news">Random Generators</a> with a random string generator.
</div>
<div class="article-commit-cont">
<a class="article-commit" href="https://github.com/GeorgeOrfa015/georgeorfa015.github.io/commit/2492a0fb43dcb2dac89095239214f7d3d799c969">Commit 160</a>
<span class="commit-sha item-right article-commit">2492a0f</span>
</div>
</div>
</div>
<div class="article-outer-container" id="4">
<div class="article-date">
Friday, July 19, 2024
</div>
<div class="article">
<div class="article-text">
Overhauled the button game by rewriting all of the code for it. Introduced a new upgrade, a new and imporved UI, and patched an exploit.
</div>
<div class="article-commit-cont">
<a class="article-commit" href="https://github.com/GeorgeOrfa015/georgeorfa015.github.io/commit/405cd7afc4b4a4c6e47cfffd28f42942dbb224ca">Commit 146</a>
<span class="commit-sha item-right article-commit">405cd7a</span>
</div>
</div>
</div>
<div class="article-outer-container" id="3">
<div class="article-date">
Saturday, July 12, 2024
</div>
<div class="article">
<div class="article-text">
Added a "Max upgrade" button in "Chase the button" for easier upgrading in later stages.
</div>
<div class="article-commit-cont">
<a class="article-commit" href="https://github.com/GeorgeOrfa015/georgeorfa015.github.io/commit/bb9a373e0043ff8f5aaeb5fb2429298461a13cfe">Commit 142</a>
<span class="commit-sha item-right article-commit">bb9a373</span>
</div>
</div>
</div>
<div class="article-outer-container" id="2">
<div class="article-date">
Thursday, July 4, 2024
</div>
<div class="article">
<div class="article-text">
Added a new "in development" link in the home page for all the hidden pages under /indev/, and added a calculator for the sum of a progression on Math tools.
</div>
<div class="article-commit-cont">
<a class="article-commit" href="https://github.com/GeorgeOrfa015/georgeorfa015.github.io/commit/18540e388642d2bf675648d478dea82ca74f3497">Commit 141</a>
<span class="commit-sha item-right article-commit">18540e3</span>
</div>
</div>
</div>
<div class="article-outer-container" id="1">
<div class="article-date">
Friday, June 21, 2024
</div>
<div class="article">
<div class="article-text">
Overhauled the home page! It now includes the latest news and an "About me" section, project descriptions, and a loading animation.
</div>
<div class="article-commit-cont">
<a class="article-commit" href="https://github.com/GeorgeOrfa015/georgeorfa015.github.io/commit/652c05df87b6a672d05ed88fc6edb186ff1795a6">Commit 134</a>
<span class="commit-sha item-right article-commit">652c05d</span>
</div>
</div>
</div>
</div>
</body>
</html>