-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
50 lines (46 loc) · 3.06 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
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="format-detection" content="address=no, telephone=no, date=no">
<meta name="description" content="A website for Linux users and geeks in general to express their thoughts and spread information">
<title>Mysore Linux Users' Group</title>
<link rel="stylesheet" type="text/css" href="shared/css/main.css">
</head>
<body>
<header>
<h2 class="main-title">Mysore Linux Users' Group</h2>
<p class="main-subtitle">A website for Linux users and geeks in general to express their thoughts and spread information</p>
<hr>
</header>
<main>
<h1 class="article-heading1">Articles</h1>
<p class="article-paragraph">
<a href="articles/2022/05/sipb-setup-guide/index.html">Host Your Own Pastebin</a> by Eeshaan K. B. and Prithvi Vishak <br>
<a href="articles/2022/01/building-docker-container/index.html">Building My First Docker Container</a> by Prithvi Vishak <br>
<a href="articles/2021/12/assembly-thoughts/index.html">My First Experiences with x86 Assembly + Some speed tests</a> by Prithvi Vishak <br>
<a href="articles/2021/12/qemu-bridge-networking/index.html">Bridge Networking with Qemu and Libvirt</a> by Prithvi Vishak <br>
<a href="articles/2021/11/screen-to-webcam/index.html">Sharing Your Screen as a Webcam</a> by Prithvi Vishak <br>
<a href="articles/2021/11/prithvi-keyboard/index.html">Building My Mechanical Keyboard</a> by Prithvi Vishak <br>
<a href="articles/2021/10/laptop-fans/index.html">A Little on Laptop Fans</a> by Prithvi Vishak <br>
<a href="articles/2021/08/noobs-read-this/index.html">What is Linux? Why should I care?</a> by Prithvi Vishak and Eeshaan K. B. <br>
<a href="articles/2021/07/linux-macbook-1-1/index.html">Dual-Booting Linux with OSX on a Core Duo MacBook 1,1</a> by Prithvi Vishak <br>
<a href="articles/2021/06/scipybabble1/index.html">SciPy Babble #1</a> by Eeshaan K. B. <br>
<a href="articles/2021/06/refurbishing-old-toshiba/index.html">Refurbishing an Old Toshiba Laptop</a> by Prithvi Vishak <br>
<a href="articles/2021/06/writing-gnome-extension/index.html">Writing a GNOME Extension</a> by Prithvi Vishak <br>
<a href="articles/2021/06/intel-wifi-dabbling/index.html">Fumbling Around with a WiFi Card</a> by Prithvi Vishak <br>
<a href="articles/2021/06/prithvi-linux-story/index.html">My Linux Story</a> by Prithvi Vishak <br>
</p>
<h3 class="article-heading1">Who can contribute and how?</h3>
<p class="article-paragraph">
This site aims to give Linux users from the Mysore vicinity a platform to write about their technical interests. Our <a href="https://github.com/pippadi/MysoreLUGWebsite">GitHub page</a> has more detailed instructions and guidelines.
</p>
</main>
<br><br>
<footer>
<hr>
<a href="https://github.com/Pippadi/MysoreLUGWebsite">Contribute on GitHub</a><br>
<p>If you want to advertise our website, use this button: <a href="https://plootarg.com/"><img src="/shared/images/button.gif" alt="button"></a></p>
<p>Planet Plootarg is one of the planets Spaceman Spiff crashes on while being pursued by aliens. It's just a fun name for a domain.</p>
</footer>
</body>
</html>