-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathwarehouse.html
More file actions
62 lines (59 loc) · 2.24 KB
/
warehouse.html
File metadata and controls
62 lines (59 loc) · 2.24 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
<!DOCTYPE HTML>
<html>
<head>
<title>Warehouse not 13</title>
<meta name="author" content="Samuele Ferri">
<meta charset="utf-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<link rel="stylesheet" href="assets/css/main.css"/>
<link rel="stylesheet" href="assets/css/fontawesome-all.min.css">
</head>
<body>
<!-- Header -->
<header>
<!-- Nav -->
<nav>
<!-- Mobile format -->
<details>
<summary>Warehouse</summary>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="research.html">Research</a></li>
<li><a href="warehouse.html">Warehouse</a></li>
<li><a href="photoblog.html">Portfolio</a></li>
<li><a href="about.html">About me</a></li>
</ul>
</details>
<!-- Desktop format -->
<div id="nav">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="research.html">Research</a></li>
<li><a href="warehouse.html">Warehouse</a></li>
<li><a href="photoblog.html">Portfolio</a></li>
<li><a href="about.html">About me</a></li>
</ul>
</div>
</nav>
</header>
<article>
<h1>Welcome to the warehouse</h1>
This is a public collection of notes and things I have done and I leave them here in case they might be of use to anyone (other than me).
<br><br>
Notice that these notes are never finished. Some of them are basic collections of incomplete thoughts or links to other parts of the web,
while other parts are more polished, depending on how much time I spend on them.
<!-- <br><br>
<strong>No analytics:</strong>
I do not use any analytics tooling for this site. Whether you decide to visit my site or not and what you read here is your business and your business only.
<br> -->
<h2>Table of contents</h2>
<ul style="list-style-type:square; padding-left: 10%; padding-right: 10%;">
<li><a href="Warehouse/debloating.html">Debloating Window 11</a></li>
<li><a href="Warehouse/Fsuite.html">Ferrixio's suite</a></li>
<li><a href="Warehouse/gitPermission.html">Fix GitLab ssh permission</a></li>
<li><a href="Warehouse/matlab.html">Matlab on Linux</a></li>
<li><a href="Warehouse/PetscSmallGuide.html">Small guide to PETSc</a></li>
</ul>
</article>
</body>
</html>