-
Notifications
You must be signed in to change notification settings - Fork 0
/
MagicGardenExplained.html
108 lines (105 loc) · 3.9 KB
/
MagicGardenExplained.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<link rel="stylesheet" href="assets/css/style.css">
<link rel="stylesheet" href="assets/css/main.css"/>
<style type="text/css">
#altLinks li{
display: inline;
}
</style>
<title>The Magic Garden Explained</title>
</head>
<body>
<section id="one" class="wrapper">
<div class="inner">
<header class="align-center">
<h1>The internals of Unix System V Release 4, an Open Systems Design by Berny Goodheart and James Cox.</h1>
</header>
<div class="content">
<p>Few handwritten notes</p>
</div>
</div>
<div class="inner flex flex-3">
<div class="flex-item box">
<div class="image fit">
<a href="assets/img/magicGarden0.jpg">
<img src="assets/img/magicGarden0.jpg" alt=""/>
</a>
</div>
</div>
<div class="flex-item box">
<div class="image fit">
<a href="assets/img/magicGarden1.jpg">
<img src="assets/img/magicGarden1.jpg" alt=""/>
</a>
</div>
</div>
<div class="flex-item box">
<div class="image fit">
<a href="assets/img/magicGarden2.jpg">
<img src="assets/img/magicGarden2.jpg" alt=""/>
</a>
</div>
</div>
<div class="flex-item box">
<div class="image fit">
<a href="assets/img/magicGarden3.jpg">
<img src="assets/img/magicGarden3.jpg" alt=""/>
</a>
</div>
</div>
</div>
</section>
<!-- Footer -->
<footer id="footer">
<ul class="actions">
<li><a href="index.html">Home</a></li>
<li><a href="services.html">Services</a></li>
<li><a href="project.html">Projects</a></li>
<li><a href="workExperience.html">Experience</a></li>
<li><a href="education.html">Education</a></li>
<li><a href="writing.html">Blog</a></li>
<li><a href="books.html">Book library</a></li>
<li><a href="photo.html">Photos</a></li>
<li><a href="assets/pdf/girishResume.pdf">CV</a></li>
</ul>
<div class="inner">
<h2>Get In Touch</h2>
<ul class="actions">
<li><span class="icon fa-envelope"></span> <a href="#">girishm at posteo dot net</a></li>
<li><a href="girishmInfo.asc">GPG key</a></li>
</ul>
</div>
<noscript>
<h3>For those who are afraid of non-free JavaScript</h3>
<div class="inner flex flex-3 row 6u 12u$(small)">
<ul id="altLinks">
<li><a href="index.html">Home</a></li>
<li><a href="services.html">Services</a></li>
<li><a href="project.html">Projects</a></li>
<li><a href="workExperience.html">Experience</a></li>
<li><a href="education.html">Education</a></li>
<li><a href="assets/pdf/girishResume.pdf">CV</a></li>
<li><a href="writing.html">Blog</a></li>
<li><a href="books.html">Book library</a></li>
<li><a href="photo.html">Photos</a></li>
</ul>
</div>
</noscript>
<div class="copyright">
<p>Copyright © 2019 to present, Girish M,
<br/>
This work is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by/4.0/">Creative
Commons
Attribution 4.0 International License</a>. The source for this web-page can be found <a
href="https://github.com/girish17/girish17.github.io/blob/master/photo.html">here</a>
</p>
© Untitled. Design <a href="https://templated.co">TEMPLATED</a>. Images <a href="https://unsplash.com">Unsplash</a>.
</div>
<a href="javascript.html" rel="jslicense">JavaScript license information</a>
</footer>
</body>
</html>