-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathauthors.html
More file actions
82 lines (66 loc) · 2.81 KB
/
authors.html
File metadata and controls
82 lines (66 loc) · 2.81 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
<!DOCTYPE html>
<html lang="en"><head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8"><script src="authors_files/livereload.js" data-no-instant="" defer="defer"></script>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Authors | PSSA</title>
<meta name="description" content="The official website for the KNTU Physics Students Scientific Association.">
<link rel="stylesheet" href="./style.css">
<link rel="stylesheet" href="./authors_files/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="" 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="active" 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">
<header style="text-align: center; margin-bottom: 3rem;">
<h1>Our Authors</h1>
<p>The brilliant minds behind our articles and publications.</p>
</header>
<div class="author-grid">
<a href="./knourauth.html" class="author-card">
<img src="./member1.jpg" alt="Kiarash Nourafshan">
<h3>Kiarash Nourafshan</h3>
<p>1 post</p>
</a>
</div>
</div>
</main>
<footer class="site-footer">
<div class="container">
© 2025 PSSA | All Rights Reserved
</div>
</footer>
<script src="scripts/main.js"></script>
<script src="scripts/authors.js"></script>
</body></html>