-
Notifications
You must be signed in to change notification settings - Fork 0
/
Misc.html
132 lines (105 loc) · 5.22 KB
/
Misc.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
126
127
128
129
130
131
132
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:fb="http://ogp.me/ns/fb#">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<link rel="alternate" type="application/rss+xml" href="https://luisgg.me/rss.xml" title="Luis GG - Tales and notes">
<meta property="og:image" content="http://luisgg.me/_assets/about-me/og.jpeg" />
<meta property="og:title" content="Misc" />
<meta property="og:description" content="Luis GG - Tales and notes" />
<!-- favicons -->
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
<link rel="manifest" href="/site.webmanifest">
<title>Misc</title>
<meta name="generator" content="Zim 0.73.4-da75848">
<meta name="viewport" content="width=device-width">
<link rel="stylesheet" href="./_resources/style.css" type="text/css"/>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/10.5.0/styles/default.min.css">
<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/10.5.0/highlight.min.js"></script>
<script src="./_resources/jquery-toc-0.4.0.js" type="text/javascript"></script>
<script type="text/javascript">
$(window).on('load', function () {
// Initialize highlight.js formatter
$('pre code').each(function (i) {
hljs.highlightBlock(this);
});
if ($("h2").length != 0)
$("#tocdata").toc({content: "#content", headings: "h2,h3,h4"});
else
$("#toc").hide();
$("#navigation").children("ul").prepend("<li class='index-item'><a href='./index.html'>Index</a></li>");
$(".toggle").addClass('toggle-off');
$(".toggle").click(function(){
$("#navigation").children("ul").toggle();
var vwWidth = $(window).width();
if ($(".toggle").hasClass('toggle-on')) {
$(".toggle").removeClass('toggle-on');
$(".toggle").addClass('toggle-off');
$(".wrapper").css('max-width', vwWidth + '%');
$(".wrapper").css('width', vwWidth + 'vw');
} else if ($(".toggle").hasClass('toggle-off')) {
$(".toggle").removeClass('toggle-off');
$(".toggle").addClass('toggle-on');
$(".wrapper").css('max-width', vwWidth + '%');
$(".wrapper").css('width', vwWidth + 'vw');
}
});
$("img").wrap("<div class='imgcenter'></div>");
});
</script>
</head>
<body>
<noscript>
<div style="border: 1px solid purple; padding: 10px">
<span style="color:red">This page is best viewed with JavaScript enabled!</span>
</div>
</noscript>
<table id="wrapper">
<tr>
<td id="navigation" rowspan="2">
<svg class="toggle">
<line x1="10" y1="10" x2="40" y2="10" />
<line x1="10" y1="20" x2="40" y2="20" />
<line x1="10" y1="30" x2="40" y2="30" />
</svg>
<ul>
<li><a href="./About_Me.html" title="About Me" class="page">About Me</a></li>
<li><a href="./About_RSS_feed.html" title="About RSS feed" class="page">About RSS feed</a></li>
<li><a href="./Arduno_and_electronics.html" title="Arduno and electronics" class="page">Arduno and electronics</a></li>
<li><b>Misc</b>
<ul>
<li><a href="./Misc/Test.html" title="Test" class="page">Test</a></li>
</ul>
</li>
<li><a href="./Software_Development.html" title="Software Development" class="page">Software Development</a></li>
</ul>
</td>
<td id="header">
<h1><a href="/">Luis GG - Tales and notes</a></h1>
</td>
</tr>
<tr>
<td id="content">
<h1>Misc <a name='Misc'></a></h1>
<div id="toc">
<div class="toctitle">Contents</div>
<ul id="tocdata"></ul>
</div>
<p>
Created Thursday 31 December 2020
</p>
</td>
</tr>
<tr>
<td id="credits" colspan="2">
<p><i><strong>Author:</strong> Luis Gabriel Gomez</i></p>
<p><i><strong>Disclaimer:</strong> I may not own the entirety of the site media (including logos, images), thus being used under a fair use policy. All credits go to their rightful owners.</i></p>
<p><i>This site was generated using <a href='https://zim-wiki.org'>Zim 0.73.4-da75848</a> and an author-made <a href='https://github.com/lggomez/zim-templates-gh'>theme</a> based on <a href="https://github.com/gandrille/zim-simple-web-template">Etienne Gandrille's.</a></i></p>
</td>
</tr>
</table>
</body>
</html>