-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
106 lines (82 loc) · 3.35 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
<!DOCTYPE: HTML>
<html>
<head>
<link rel="stylesheet" href="./css/css.css"/>
<script src="https://code.jquery.com/jquery-latest.min.js"></script>
<script src="./js/jquery.connections.js"></script>
</script>
</head>
<body>
<div id='mainContent'>
<h1><span>Felix Ruttan: DevOps Journal</span></h1>
<div class="overview title node" onclick='manageNav("overview")'>
<h3>This page is a personal journal of my time at BCIT in the CIT program.
Through this process I hope to better position myself as a future DevOp/SRE.</h3>
<hr>
<p>Click/tap on dark grey nodes to see descriptive content.</p>
</div>
<div class="personal node">
Links
<span class="anchor"></span>
<ul>
<li><a href="https://github.com/niceAndGoodBoyOnline">Github</a></li>
<li><a href="https://www.linkedin.com/in/niceandgoodboyonline/">LinkedIn</a>
</div>
<br>
<div class='fall19 title node' onclick='manageNav("fall19")'>CIT Fall 2019</div>
<div class='projects fall19prj node'>
<strong>Projects From Level 1</strong><hr>
<strong><div class='js19'>JS/Web:</strong>
<span class="anchor"></span>
<ul>
<li><a class='jsInner1' href='https://github.com/niceAndGoodBoyOnline/Hangman/tree/master'>Hangman</a></li>
<li><a href='https://github.com/niceAndGoodBoyOnline/dogPetter/tree/master'>DogPetter</a></li>
<li><a href='https://github.com/niceAndGoodBoyOnline/StudentSelect/tree/master'>StudentSelect</a></li>
<li><a href='https://github.com/niceAndGoodBoyOnline/1620-lab3/tree/master'>Homepage</a></li>
</ul>
</div>
<div class='db19'><strong>Database:</strong>
<span class="anchor"></span>
<ul>
<li><a href='https://docs.google.com/document/d/1pqHsv1TyT9PHSWRDxdYQbOnn2jo2CO4IZcjIl1s3iW4/edit'>Stardew Valley ERD model</a></li>
<li><a href=''>Stardew Valley SQL mini DB</a></li>
</ul>
</div>
<div class='wr19'><strong>Written:</strong>
<span class="anchor"></span>
<ul>
<li><a href='https://docs.google.com/document/d/1rHUJcZb_KcwjZDFdfUd-8-JYX9Sp9xdz7Wf1pH3uK6Q/edit?usp=sharing'>Case Study (Organizational Behavior)</a></li>
<li><a href='https://docs.google.com/document/d/12EMy8oa2Ep_Aub1wzEEBFi5GqfuRg8KyKAeVJKSxXSk/edit?usp=sharing'>Recommendation Report (Business Communications)</a></li>
</ul>
</div>
</div>
<br>
<div class='winterBreak title node' onclick='manageNav("winterBreak")'>
Winter Break 2019
</div>
<div class='projects winterBreakprj node'>
<strong>Personal Projects Winter 2019</strong>
<hr>
<span class="anchor"></span>
<ul>
<li><a href='#'>DevOps Journal (this page!)</a></li>
<li><a href='#'>Linux/macOS dual boot Hackintosh</a></li>
<li><a href='https://niceandgoodboyonline.github.io/DogPetterPRO/'>DogPetterPRO</a></li>
</ul>
</div>
<br>
<div class='winter20 title node' onclick='manageNav("winter20")'>CIT Winter 2020</div>
<div class='projects winter20prj node'>
<strong>Projects From Level 2</strong>
</div>
<br>
<div class='summerBreak title node' onclick='manageNav("summerBreak")'>Summer Break 2020 // Co-Op
</div>
<div id="contentSideNav" class="sidenav">
<a href="#" id='navContent'><h2></h2></a>
<a href="javascript:void(0)" class="closebtn" onclick="closeNav()">×</a>
</div>
</div>
</body>
<script src="./js/js.js"></script>
</html>