-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathnews.html
More file actions
50 lines (50 loc) · 2.15 KB
/
news.html
File metadata and controls
50 lines (50 loc) · 2.15 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
<head>
<link rel="shortcut icon" href="https://raw.githubusercontent.com/setapdede/setapdede.github.io/main/favicon.ico" type="image/x-icon">
<title>News | Setap's Website</title>
<link rel="stylesheet" type="text/css" href="css.css">
</head>
<body>
<div class="header">
<img style="vertical-align:bottom" src="https://github.com/setapdede/setapdede.github.io/blob/main/logo.png?raw=true" width=140 height=35/> <button class="btnheader" onClick="window.location.href='https://setapdede.github.io';">Home</button><button class="btnheader" onClick="window.location.href='https://setapdede.github.io/news.html';">News</button><button class="btnheader" onClick="window.location.href='https://setapdede.github.io/stuff/stuff.html';">Stuff</button><button class="btnheader" onClick="window.location.href='https://setapdede.github.io/contact.html';">Contact</button>
</div>
<div class="content">
<br><br>
<h1>News</h1>
<br>
<div class="box">
<h2>What's new in 2.3.6?</h2>
<h3>July 5, 2022</h3>
<p>The website has been updated to 2.3.6. Here are the changes:</p>
<ul>
<li>The 404 page has been redesigned</li>
<li>Updated the site to include the new Setap logo</li>
<li>Changed the shade of yellow used to match the new logo</li>
</ul>
</div>
<br>
<div class="box">
<h2>What's new in 2.3.5?</h2>
<h3>May 18, 2022</h3>
<p>The website has been updated to 2.3.5. Here are the changes:</p>
<ul>
<li>A new item in the <a src="https://setapdede.github.io/stuff/stuff">Stuff section</a></li>
<li>Also in the <a src="https://setapdede.github.io/stuff/stuff">Stuff section</a> there is now a description for each item</li>
</ul>
</div>
<br>
<div class="box">
<h2>Website redesign</h2>
<h3>January 17, 2022</h3>
<p>The website is undergoing some major layout changes and it's going to be an actual functional website, finally! There is now a header and a footer and now the News page! Enjoy browsing!</p>
</div>
</div>
<br>
<br>
<br>
<br>
<div class="footer">
<br>
<div class="pc">setapdede Productions 2016-2022</div>
<br>
</div>
</body>