-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathindex.html
152 lines (143 loc) · 8.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
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
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport"
content="width=device-width, initial-scale=0.5, maximum-scale=3.0, user-scalable=yes">
<link rel='stylesheet' type='text/css' href='/IT_notes/map_v1.css' />
<meta name="keywords" content="documentation,IT notes,blockchain,cryptography,java,js,javascript,programming,software architecture,DevOps,kubernetes,azure,aws,cloud,docker,code snippet,low code,machine learning,data science,management,CMS,open source,software">
<meta name="description" content="Ordered and classified colletion on different software development and management topics">
<meta name="author" content="earizon">
<meta name="copyright" content="Creative Commons">
<title>Oficina 24x7</title>
<style>
h1, h2, h3, body { font-family: sans-serif; /*text-shadow: 0px 0px 1px #555;*/ line-height:1.4;
}
body {
width: 90%;
margin-left:2.5%;
margin-top:1rem;
padding-left:1rem;
padding-right:1rem;
padding-top:1rem;
box-shadow: 0px 0px 10px 10px #aaaaaa;
border-radius: 2em;
background-image: url('./background.jpg');
background-repeat: no-repeat;
background-position: 50% 0;
background-size: cover;
}
ul {
z-index:10;
}
.octicon-star {
color: blue;
}
#star_box {
display: inline;
border: 1px solid grey;
border-radius: 0.3em;
}
</style>
<script>
function onPageLoaded() {
const html = ''
+ '<image style="height:0; width:0; size:0;" '
+ ' src="http://www.oficina24x7.com/visited/'+escape(document.location)+'" ></image>'
document.getElementById("afterEndMark").insertAdjacentHTML('afterend', html)
}
window.addEventListener('load', onPageLoaded )
</script>
</head>
<body>
<p style="color: red">
WARN: This project has been replaced by the newer, faster and lighter:
<a href="https://earizon.github.io/txt_world_domination/">TXT World Domination!!!!/</a>
</p>
<h2 style="text-align:center;">Growing collection of classified and curated IT notes, mental maps, books powered by <br/><a target="_new" href="https://singlepagebookproject.github.io/Single-Page-Book/README.html">the Single Page Book Project</a></h2>
<h3>Current list of Single Page Books:</h3>
<ul style="font-family:monospace">
<li>
<a target=_new href='./General/cryptography_map.html?showSearchMenu=true'>Cryptography map</a>
<br/>Common sub-topics:
[<a target=_new href='./General/cryptography_map.html?topics=low_code&showSearchMenu=false'>Low Code</a>],
[<a target=_new href='./General/cryptography_map.html?topics=secret_mng.*&showSearchMenu=false'>Secret Management</a>],
[<a target=_new href='./General/cryptography_map.html?topics=standards.*&showSearchMenu=false'>Standards</a>],
[<a target=_new href='./General/cryptography_map.html?topics=use_case.*&showSearchMenu=false'>Use Cases</a>]
</li>
<li>
<a target=_new href='./JAVA/java_map.html?showSearchMenu=true' >JAVA map</a>
<br/>Common sub-topics:
[<a target=_new href='./JAVA/java_map.html?topics=persistence.sql,low_code&showSearchMenu=false' >Low Code + persistence.SQL</a>]
[<a target=_new href='./JAVA/java_map.html?topics=scalability,low_code&showSearchMenu=false' >Low Code + scalability</a>]
</li>
<li>
<a target=_new href='./DevOps/linux_administration_summary.html?showSearchMenu=true'>Linux Admin.Map</a>
<br/>Common sub-topics:
[<a target=_new href='./DevOps/linux_administration_summary.html?topics=monitoring.*&showSearchMenu=true'>Monitoring</a>],
[<a target=_new href='./DevOps/linux_administration_summary.html?topics=security.*&showSearchMenu=true'>Security</a>],
[<a target=_new href='./DevOps/linux_administration_summary.html?topics=troubleshooting.*&showSearchMenu=true'>Troubleshooting</a>].
</li>
<li>
<a target=_new href='./WebTechnologies/map.html?showSearchMenu=true' >Web Technologies Map</a>
<br/>Common sub-topics:
[<a target=_new href='./WebTechnologies/map.html?topics=use_case.data_visualization&showSearchMenu=false'>Data Visualization</a>],
[<a target=_new href='./WebTechnologies/map.html?topics=use_case.seo&showSearchMenu=false'>Search Engine Positioning (SEO)</a>],
[<a target=_new href='./WebTechnologies/map.html?topics=qa.*&showSearchMenu=false'>Quality Assurance</a>],
[<a target=_new href='./WebTechnologies/map.html?topics=css.101&showSearchMenu=false'>CSS 101</a>],
[<a target=_new href='./WebTechnologies/map.html?topics=dev_lang.js,101&showSearchMenu=false'>Javascript 101</a>],
[<a target=_new href='./WebTechnologies/map.html?topics=stack.angular.*&showSearchMenu=false'>Angular</a>],
[<a target=_new href='./WebTechnologies/map.html?topics=use_case.monetization&showSearchMenu=false'>Monetization</a>],
</li>
<li>
<a target=_new href='./DevOps/devops_map.html?showSearchMenu=true' >DevOps map</a>
<br/>Common sub-topics:
[<a target=_new href='./DevOps/devops_map.html?topics=git.*&showSearchMenu=false'>Git</a>],
[<a target=_new href='./DevOps/devops_map.html#topics=shell_script.*&showSearchMenu=false'>Shell Script</a>],
[<a target=_new href='./DevOps/devops_map.html?topics=qa.*&showSearchMenu=false'>Quality Assurance</a>],
[<a target=_new href='./DevOps/devops_map.html?topics=containerization.*&showSearchMenu=false'>Containerization</a>]
</li>
<li>
<a target=_new href='./Architecture/architecture_map.html?showSearchMenu=true'>Soft.Architecture map</a>
<br/>Common sub-topics:
[<a target=_new href='./Architecture/architecture_map.html?topics=db_engine.*&showSearchMenu=false'>Database Engines</a>],
[<a target=_new href='./Architecture/architecture_map.html?topics=scalability.*&showSearchMenu=false'>Scalability</a>],
[<a target=_new href='./Architecture/architecture_map.html?topics=storage.*&showSearchMenu=false'>Storage</a>],
[<a target=_new href='./Architecture/architecture_map.html?topics=data.*&showSearchMenu=false'>Data Architecture</a>],
[<a target=_new href='./Architecture/architecture_map.html?topics=security.*&showSearchMenu=false'>Security</a>],
</li>
<li>
<a target=_new href='./Blockchain/ethereum_map.html?showSearchMenu=true' >Ethereum Map</a>
<br/>Common sub-topics:
[<a target=_new href='./Blockchain/ethereum_map.html?topics=consensus.*&showSearchMenu=false' >Network Consensus</a>],
[<a target=_new href='./Blockchain/ethereum_map.html?topics=dev_language.solidity&showSearchMenu=false' >Solidity</a>],
[<a target=_new href='./Blockchain/ethereum_map.html?topics=evm.*&showSearchMenu=false' >EVM</a>],
[<a target=_new href='./Blockchain/ethereum_map.html?topics=scalability.*&showSearchMenu=false' >Scalability</a>],
[<a target=_new href='./Blockchain/ethereum_map.html?topics=evm.gas_price&showSearchMenu=false' >Gas Price</a>],
[<a target=_new href='./Blockchain/ethereum_map.html?topics=qa.*&showSearchMenu=false' >Quality Assurance</a>],
[<a target=_new href='./Blockchain/ethereum_map.html?topics=wallet.*&showSearchMenu=false' >Wallets</a>],
</li>
</ul>
<p>
<div style="border:1px solid black; border-radius:1em; padding: 1.0em;">
Core Author: <code><a target="_new" href="https://www.linkedin.com/in/enrique-arizon-benito-8466458/">Enrique Arizón Benito</a></code> <br/>
Inspired by:
<ul>
<li> <code><a target="_new" href="https://en.wikipedia.org/wiki/Johannes_Gutenberg#Printing_press">Johannes Gutenberg</a></code> </li>
<li> <code><a target="_new" href="https://en.wikipedia.org/wiki/Niklas_Luhmann#Note-taking_system_(Zettelkasten)">Niklas Luhmann' notes taking system</a></code> </li>
<li> <code><a target="_new" href="https://en.wikipedia.org/wiki/Tim_Berners-Lee">Tim Berners-Lee</a></code></li>
<li> <code><a target="_new" href="https://en.wikipedia.org/wiki/Brendan_Eich#Netscape_and_JavaScript">Brendan Eigh</a></code></li>
<li> <code><a target="_new" href="https://en.wikipedia.org/wiki/Jimmy_Wales">Jimmy Wales</a></code> </li>
<li> <code><a target="_new" href="https://simple.wikipedia.org/wiki/Junio_Hamano">濱野 純 (Junio Hamano)</a></code></li>
<li> many others </li>
</ul>
</div>
<br/>
<h4 style="text-align: center">
Follow us on <a target="_new" href="https://github.com/SinglePageBookProject/IT_notes/">
Github</a>
</h4>
<br/>
<span id="afterEndMark"></span>
</body>
</html>