-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathupdates.html
More file actions
77 lines (72 loc) · 2.91 KB
/
Copy pathupdates.html
File metadata and controls
77 lines (72 loc) · 2.91 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
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>uncool's hideout</title>
<link href="style.css" rel="stylesheet" type="text/css" media="all">
<style>
@media (max-width: 900px){
.main-content-section{
box-sizing: border-box;
width: 90%;
}
}
@media (max-width: 600px){
h1{
font-size: 36px;
line-height: 1.1;
}
h2{
font-size: 24px;
line-height: 1.2;
}
.main-content-section{
width: 100%;
padding: 18px;
font-size: 18px;
line-height: 1.5;
overflow-wrap: anywhere;
}
.icon-align > img{
max-width: 100%;
height: auto;
}
}
</style>
</head>
<body>
<h1 style="text-align: center; color:aliceblue;">Updates</h1>
<div class="content-container">
<div class="content main-content-section">
<h2>7/14/2026</h2>
<p>Added mobile responsiveness.</p>
<h2>4/5/2026</h2>
<p>Added page on <a href="works/beastro.html">Beastro's Monster Eatery.</a></p>
<h2>3/31/2026</h2>
<p>Added link to <i>Return of the Glitch Gummies</i> in the <a href="gallery.html">gallery</a>.
<h2>1/26/26</h2>
<p>Added link to <i>Glitch Gummies</i> in the <a href="gallery.html">gallery</a>. I also switched YouTube embeds to Vimeo because there were some errors.</p>
<h2>10/21/25</h2>
<p> Added contact info.</p>
<h2>10/13/25</h2>
<p>Added 1 new piece of digital artwork in the gallery and a page about my Studio 304 project this year, <a href="works/creature_tracker.html">Creature Tracker</a></p>
<h2>8/5/25</h2>
<p>
Added 4 new glitch art pieces <a href="works/glitchart.html">on the Glitch Art page.</a>
<br />
<br />
Added hover-over image for the Updates link on the main page.
</p>
<h2>6/25/25</h2>
<p>
Added 2 new pieces of digital artwork in the <a href="gallery.html">gallery</a>
</p>
<p>Added this page (yay!)</p>
<a href="index.html" style="margin-top: 24px;">HOME</a>
</div>
</div>
<div class="icon-align">
<img src="img/lemon.png" alt="image of a lemon headed character"/>
</div>
</body>
</html>