-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
76 lines (68 loc) · 3.51 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
<!DOCTYPE html>
<html lang="en-IN">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="https://cdn.simplecss.org/simple.min.css">
<link rel="stylesheet" href="/assets/css/style.css">
<title>Study Notes</title>
<meta name="description" content="Personal tutorial notes on a variety of topics" />
<link rel="icon" href="/assets/images/favicon.png" />
<link rel="apple-touch-icon" href="/assets/images/favicon.png">
<!-- Facebook integration -->
<meta property="og:title" content="Study Notes - Personal tutorial notes on a variety of topics"/>
<meta property="og:image" content="https://notes.arghyadeep.in/assets/images/study-notes-logo.webp"/>
<meta property="og:url" content="https://notes.arghyadeep.in/"/>
<meta property="og:type" content="article">
<meta property="og:site_name" content="Study Notes"/>
<meta property="og:description" content="Personal notes related to various tutorials collected over the years made available to the public domain for quick referencing by anyone."/>
<!-- Twitter integration -->
<meta name="twitter:card" content="summary">
<meta name="twitter:creator" content="@arghyadeep_k" />
<meta name="twitter:title" content="Study Notes - Personal tutorial notes on a variety of topics" />
<meta name="twitter:image" content="https://notes.arghyadeep.in/assets/images/study-notes-logo.webp" />
<meta name="twitter:url" content="https://notes.arghyadeep.in/" />
<meta name="twitter:description" content="Personal notes related to various tutorials collected over the years made available to the public domain for quick referencing by anyone." />
</head>
<body>
<header>
<nav>
<a href="/" class="current">Home</a>
<a href="/about">About</a>
<a href="/contact">Contact</a>
</nav>
<h1>Study Notes 📝</h1>
<p>Personal notes related to various tutorials made over the years.</p>
</header>
<main>
<!-- <p class="notice"><strong>Linux File System</strong><br/>
If you are, it would be great if you considered buying me a coffee to say thanks. Things like this really help open source software thrive. You can <a href="https://ko-fi.com/kevquirk">Buy Me A Coffee</a> or even <a href="https://github.com/sponsors/kevquirk">sponsor me on GitHub</a>. ❤️</p> -->
<div class="notes-item">
<a class="notes-link" href="/notes/linux-file-system">Linux File Systems 🗂</a>
<p class="meta"><i>The different folders present on the root folder of Linux and what purpose do each serve.</i></p>
<p class="meta">09 Mar 2022</p>
</div>
<div>
<br><br><br><br><br><br><br>
</div>
</main>
<footer>
Created by
<a href="https://arghyadeep.in">Arghyadeep</a>
<br>
<br>
<div>
<a href="https://github.com/arghyadeep-k/NotesBlog"><img src="https://img.shields.io/badge/GitHub-NotesBlog-369cc2.svg"></a>
<a href="https://opensource.org/licenses/MIT"><img src="https://img.shields.io/badge/License-MIT-blue.svg"/></a>
<a href="https://www.javascript.com"><img src="https://img.shields.io/badge/Made%20without-JavaScript-1f425f.svg"></a>
</div>
<br>
<div class="kb-club">
<a target="blank" href="https://512kb.club"><span class="kb-club-no-bg">512KB Club</span><span class="kb-club-bg">GREEN TEAM</span></a>
</div>
</footer>
</body>
</html>