-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
executable file
·125 lines (74 loc) · 4.02 KB
/
index.html
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
121
122
123
124
125
<!DOCTYPE html>
<html lang="en">
<head>
<meta name="generator" content="Hugo 0.115.4"><title>Home – Society for Open Software</title>
<meta name="description" content="BPHC's Linux and Free Software Society">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta charset="UTF-8"/>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.1.2/css/all.min.css" integrity="sha512-1sCRPdkRXhBV2PBLUdRb4tMg1w2YPf37qatUFeS7zlBy7jJI8Lf4VHwWfZZfpXtYSLy85pkm9GaYVYMfw5BC1A==" crossorigin="anonymous" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/academicons/1.9.1/css/academicons.min.css" integrity="sha512-b1ASx0WHgVFL5ZQhTgiPWX+68KjS38Jk87jg7pe+qC7q9YkEtFq0z7xCglv7qGIs/68d3mAp+StfC8WKC5SSAg==" crossorigin="anonymous" />
<link rel="stylesheet" href="./css/palettes/gruvbox-dark.css">
<link rel="stylesheet" href="./css/risotto.css">
<link rel="stylesheet" href="./css/custom.css">
</head>
<body>
<div class="page">
<header class="page__header"><h1 class="page__logo"><a href="./" class="page__logo-inner">Society for Open Software</a></h1>
<nav class="page__nav main-nav">
<ul>
<li class="main-nav__item"><a class="nav-main-item" href="./about/" title="">About</a></li>
<li class="main-nav__item"><a class="nav-main-item" href="./apply/" title="">Apply</a></li>
<li class="main-nav__item"><a class="nav-main-item" href="./members/" title="">Members</a></li>
<li class="main-nav__item"><a class="nav-main-item" href="./resources/" title="">Resources</a></li>
<li class="main-nav__item"><a class="nav-main-item" href="./posts/" title="Posts">Posts</a></li>
</ul>
</nav>
</header>
<section class="page__body">
<pre tabindex="0"><code>[you@sos ~]$ tree SOS
SOS
├── CTFs
├── CyberSec
└── Linux
1 directory, 3 files
</code></pre><h1 id="welcome-to-the-bits-sos-website">Welcome to the BITS-SOS website</h1>
<ul>
<li>Check out <a href="./about">about</a> for information about us</li>
<li>Check out <a href="./posts">posts</a> to learn about the events we have conducted</li>
<li>Check out <a href="./resources">resources</a> if you are looking for learning resources</li>
<li>Check out <a href="./members">members</a> to get to know about our members</li>
<li>Check out <a href="./apply">apply</a> to apply for membership</li>
</ul>
</section>
<section class="page__aside">
<div class="aside__about">
<div class="aside__about">
<img class="about__logo" src="./images/bits_sos.png" alt="Logo">
<h1 class="about__title">Society for Open Software</h1>
<p class="about__description">BPHC’s Linux and Free Software Society</p>
</div>
<ul class="aside__social-links">
<li>
<a href="https://github.com/BITS-SOS/" rel="me" aria-label="GitHub" title="GitHub"><i class="fa-brands fa-github" aria-hidden="true"></i></a>
</li>
<li>
<a href="mailto:[email protected]" rel="me" aria-label="Email" title="Email"><i class="fa-solid fa-envelope" aria-hidden="true"></i></a>
</li>
<li>
<a href="https://www.facebook.com/groups/425545595875621" rel="me" aria-label="Facebook" title="Facebook"><i class="fa-brands fa-facebook" aria-hidden="true"></i></a>
</li>
</ul>
</div>
<hr>
<div class="aside__content">
</div>
</section>
<footer class="page__footer"><p>
</p>
<br /><br />
<p class="copyright">© 2022-23 <a href="https://lispy.tech">Sarthak Shah</a> & <a href="https://github.com/orgs/BITS-SOS/people">SOS Members</a>. <a href="https://creativecommons.org/licenses/by-sa/4.0/">CC-BY-SA</a></p>
<p class="advertisement">Powered by <a href="https://gohugo.io/">hugo</a> and <a href="https://github.com/joeroe/risotto">risotto</a>.</p>
</footer>
</div>
</body>
</html>