-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathnews.html
More file actions
79 lines (67 loc) · 2.87 KB
/
news.html
File metadata and controls
79 lines (67 loc) · 2.87 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
<!DOCTYPE html>
<html lang="en">
<head><script src="/livereload.js?mindelay=10&v=2&port=1313&path=livereload" data-no-instant defer></script>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>News | PSSA</title>
<meta name="description" content="The official website for the KNTU Physics Students Scientific Association.">
<link rel="stylesheet" href="./style.css">
</head>
<body>
<header class="site-header">
<div class="container">
<a href="./index.html" class="logo"><img style="width: 80px; height: 80px; float: left;"
src="assets/logo.svg" />
<div style="margin-left: 20px; text-align: left; float:left; height: 80px; line-height: 80px;">
<h5 style="float: left; margin-right: 10px;">KNTU</h5> <h5 style="float: left;">PSSA</h5>
</div>
</a>
<nav class="main-nav" role="navigation" aria-label="Main Navigation">
<ul role="menubar">
<li role="none">
<a href="./blog.html" class="" role="menuitem">Blog</a>
</li>
<li role="none">
<a href="./news.html" class="active" role="menuitem">News</a>
</li>
<li role="none">
<a href="./aboutus.html" class="" role="menuitem">About Us</a>
</li>
<li role="none">
<a href="./authors.html" class="" role="menuitem">Authors</a>
</li>
<li role="none">
<a href="#" class="" role="menuitem">Discover</a>
</li>
</ul>
</nav>
<button class="nav-toggle" aria-label="Open Navigation Menu" aria-expanded="false">
<span class="hamburger"></span>
</button>
</div>
</header>
<main>
<div class="container" style="margin-top: 80px;">
<header class="list-header" style="text-align:center; padding-bottom: 2rem; border-bottom: 1px solid var(--color-border);">
<h1 style="margin:0;">News</h1>
<p style="margin:0; color: var(--color-meta);"></p>
</header>
<ul class="post-list">
<li class="post-item">
<h2 class="post-item-title"><a href="./Post1.html">Major Breakthrough Announced</a></h2>
<div class="post-item-meta">
<span>September 28, 2025</span>
</div>
<p class="post-item-description"></p>
</li>
</ul>
</div>
</main>
<footer class="site-footer">
<div class="container">
© 2025 PSSA | All Rights Reserved
</div>
</footer>
<script src="scripts/main.js"></script>
</body>
</html>