-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.html
182 lines (148 loc) · 9.15 KB
/
about.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
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
<!DOCTYPE html>
<html lang="en">
<head>
<title>Writeup | It's Called a Homelab!</title>
<meta charset="utf-8">
<meta name="author" content="Elliott Evans">
<meta name="keywords" content="homelab, home server, elliott, evans, elliott evans">
<meta name="viewport" content="width=device-width, initial-scale=1.0"><!--mobile scale-->
<meta name="description" content="">
<link rel="icon" href="images/favicon.png">
<link rel="stylesheet" media='screen and (min-width: 720px)' href="style.css"> <!--css page for site-->
<link rel="stylesheet" media='screen and (max-width: 719px)' href="mobile_style.css"> <!--css page for mobile version of site-->
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Coda+Caption:800|Teko|Ubuntu&display=swap"> <!--adds custom fonts from Google Fonts-->
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.5.0/css/all.css"> <!--This string enables the use of FontAwesome glyphs in the website. www.fontawesome.com-->
</head>
<body>
<header class="title generic"><a href="index.html" class="title_anim"><i class="fas fa-server"></i> It's Called a Homelab</a></header>
<!--just a title which links to the index page -->
<div class="nav">
<a href="index.html">
<i class="fas fa-home"></i> Home
</a>
<div class="dropdown">
<form><button class="dropbtn" formaction="homelab.html">
<i class="fas fa-server"></i>
Home Servers
<i class="fa fa-caret-down"></i>
</button></form>
<div class="dropdown-content dropdown_content_a">
<a href="homelab.html#whats_a_homelab" class="dropdown_content_a">What's a Homelab?</a>
<a href="homelab.html#why_a_homelab" class="dropdown_content_a">Why a Homelab?</a>
<a href="homelab.html#how_a_homelab" class="dropdown_content_a">How's a Homelab?</a>
</div>
</div>
<div>
<a href="blog.html">
<i class="fab fa-pied-piper-alt"></i> Blog
</a>
<div class="dropdown">
<form><button class="dropbtn" formaction="mylab.html">
<i class="fas fa-database"></i>
My Homelab
<i class="fa fa-caret-down"></i>
</button></form>
<div class="dropdown-content dropdown_content_b">
<a href="mylab.html#my_hardware" class="dropdown_content_b">My Hardware</a>
<a href="mylab.html#my_software" class="dropdown_content_b">My Software</a>
</div>
</div>
<a href="about.html" style="background-color:rgba(62, 157, 31,0.95)">
<i class="far fa-file-alt"></i> Writeup
</a>
<a href="contact.html">
<i class="fas fa-dungeon"></i> Contact
</a>
</div>
</div>
<div class="main">
<div class="content main_col generic">
<p><a href="https://github.com/elliott-evans/2020-homelab-assessment">View the Github repository here</a></p><hr>
<p><a href="deployment.zip">Download the website code here</a></p><hr>
<p> <a href="writeup.pdf">Download the writeup here</a></p><hr><hr>
<iframe src="writeup.pdf" width="595px" height="842px" style="display:block"></iframe>
</div>
<div class="sidebar main_col generic">
<p><b>OTHER RESOURCES</b></p>
<p>Below you will find a number of useful resources for homelabs.</p>
<div class="sidebar_dropdown">
<br>
<ul>
<li><a href="https://www.reddit.com/r/homelab/">r/homelab subreddit</a></li>
<hr>
<li><a href="https://www.reddit.com/r/homelab/wiki/">r/homelab wiki</a></li>
<hr>
<li><a href="https://reddit.com/r/selfhosted/">r/selfhosted software</a></li>
<hr>
<li><a href="https://www.wired.com/2010/02/set-up-a-home-server/">WIRED's Homelab Guide</a></li>
<hr>
<li><a href="https://haydenjames.io/home-lab-beginners-guide-hardware/">A Beginners Guide</a></li>
<hr>
<li><a href="https://b3n.org/homelab-ideas/">Ideas for Homelabs</a></li>
<hr>
<li><a href="https://opensource.com/article/19/3/home-lab">opensource.com's guide</a></li>
</ul>
<hr>
<br>
<hr>
<p>And some informative blogs about homelabs:</p>
<ul>
<li><a href="https://blog.monstermuffin.org/">Monstermuffin's Blog</a></li>
<li><a href="https://homelab.blog/">CaeDoesHomelab's Blog</a></li>
</ul>
</div>
</div>
</div>
<div class="social generic">
<a href="https://www.reddit.com" class=""><div class="reddit_social social_button generic"><i class="fab fa-reddit-alien"></i></div></a>
<a href="https://www.twitter.com" class=""><div class="twitter_social social_button generic"><i class="fab fa-twitter"></i></div></a>
<a href="https://www.facebook.com" class=""><div class="facebook_social social_button generic"><i class="fab fa-facebook-f"></i></div></a>
<a href="https://www.instagram.com" class=""><div class="instagram_social social_button generic"><i class="fab fa-instagram"></i></div></a>
<a href="https://www.linkedin.com" class=""><div class="linkedin_social social_button generic"><i class="fab fa-linkedin-in"></i></div></a>
<a href="https://www.discordapp.com" class=""><div class="discord_social social_button generic"><i class="fab fa-discord"></i></div></a>
<a href="https://www.googleplus.com" class=""><div class="gplus_social social_button generic"><i class="fab fa-google-plus-g"></i></div></a>
<p style="vertical-align: middle;margin-top: 2.23vw;font-size:2vw;padding-left:10px;" class="socialtext"> <i class="fas fa-arrow-left"></i> Follow us online!</p>
</div>
<div class="footer generic">
<hr>
<table class="footer_nav">
<tr>
<th><a href="index.html">HOME</a></th>
<th><a href="homelab.html">HOME SERVERS</a></th>
<th><a href="blog.html">BLOG</a></th>
<th><a href="mylab.html">MY HOMELAB</a></th>
<th style="background-color:rgba(0,0,0,0.25)"><a href="about.html">Writeup</a></th>
<th><a href="contact.html">CONTACT US</a></th>
</tr>
<tr>
<td><a href="#"></a></td>
<td><a href="homelab.html#whats_a_homelab">What's A Homelab?</a></td>
<td><a href="blog.html">Missing</a></td>
<td><a href="mylab.html#my_hardware">My Hardware</a></td>
<td style="background-color:rgba(0,0,0,0.25)"><a href="#"></a></td>
<td><a href="#"></a></td>
</tr>
<tr>
<td><a href="#"></a></td>
<td><a href="homelab.html#why_a_homelab">Why's A Homelab?</a></td>
<td><a href="#"></a></td>
<td><a href="mylab.html#my_software">My Sofware</a></td>
<td style="background-color:rgba(0,0,0,0.25)"><a href="#"></a></td>
<td><a href="#"></a></td>
</tr>
<tr>
<td><a href="#"></a></td>
<td><a href="homelab.html#how_a_homelab">How's A Homelab?</a></td>
<td><a href="#"></a></td>
<td><a href="#"></a></td>
<td style="background-color:rgba(0,0,0,0.25)"><a href="#"></a></td>
<td><a href="#"></a></td>
</tr>
</table>
<hr>
<p>Licensed under GNU General Public Licence v3 (<a href="https://fsf.org/" style="color: rgb(46, 117, 22); text-decoration: none;">fsf.org</a>).</p>
<p>Image copyright Pixabay/Elliott Evans 2020</p>
<h4><a href="/rep/egg.html" style="color: black;">GPL</a> v3 Elliott Evans, 2019</h4>
</div>
</body>
</html>