-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
120 lines (101 loc) · 4.98 KB
/
index.html
File metadata and controls
120 lines (101 loc) · 4.98 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Physics Students Scientific Association | KNTU</title>
<meta name="description"
content="Physics Students Scientific Association at Khajeh Nasir University of Technology - News, articles and scientific events">
<meta name="keywords" content="physics, university, scientific association, KNTU, students">
<meta name="author" content="KNTU PSSA">
<link rel="canonical" href="https://kntupssa.ir/">
<link rel="stylesheet" href="./style.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
</head>
<body>
<div class="bg-blur">
<header class="site-header">
<div class="container">
<a href="./index.html" class="logo" aria-label="Home Page">
<img style="width: 80px; height: 80px; float: left;" src="assets/logo.svg" alt="PSSA Logo" />
<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="#" role="menuitem">Blog</a>
<!-- <a href="./blog.html" role="menuitem">Blog</a> -->
</li>
<li role="none">
<a href="#" role="menuitem">News</a>
<!-- <a href="./news.html" role="menuitem">News</a> -->
</li>
<li role="none">
<a href="#" role="menuitem">About Us</a>
<!-- <a href="./aboutus.html" role="menuitem">About Us</a> -->
</li>
<li role="none">
<a href="#" role="menuitem">Authors</a>
<!-- <a href="./authors.html" role="menuitem">Authors</a> -->
</li>
<li role="none">
<a href="#" 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: 30px;">
<div style="text-align: center; padding: 3rem 0;">
<h1 style="font-size: 3.5rem; margin: 0;">Physics Students Scientific Association</h1>
<p style="font-size: 1.2rem; color: var(--color-meta);">Khajeh Nasir University of Technology</p>
</div>
<h2 style="font-size: 2rem; border-bottom: 1px solid var(--color-border); padding-bottom: 0.5rem;">Recent
News</h2>
<!-- <ul class="post-list" style="margin-top: -40px;">
<li class="post-item">
<h3 class="post-item-title"><a href="./Post1.html">Major Breakthrough Announced</a></h3>
<div class="post-item-meta">
<span>September 28, 2025</span> | By <a href="https://github.com/"></a> | In <a
href="./news.html">News</a>
</div>
<p class="post-item-description"></p>
</li>
</ul> -->
<h2 style="font-size: 2rem; border-bottom: 1px solid var(--color-border); padding-bottom: 0.5rem;">Blog</h2>
<!-- <ul class="post-list" style="margin-top: -40px;">
<li class="post-item">
<div class="post-content">
<img class="post-thumbnail" src="./assets/thumbnail.jpg" alt="Test Post #1" />
<div class="post-text">
<h3 class="post-item-title"><a href="./Post1.html">Test Post #1</a></h3>
<div class="post-item-meta">
<span>September 15, 2025</span> | By <a href="https://github.com/Kiarash1NfN1">Kiarash Nourafshan</a> | In <a href="./blog.html">Blog</a>
</div>
<p class="post-item-description">This is a sample text for blog content that can include scientific and educational information.</p>
</div>
</div>
</li>
</ul> -->
</div>
</main>
<footer class="site-footer" role="contentinfo">
<div class="container">
© 2025 PSSA | All Rights Reserved
</div>
</footer>
<script src="scripts/main.js"></script>
</div>
<div class="bg-text">
🌱 Coming Soon!
</div>
</body>
</html>