forked from sid0831/nginx-container
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
12 changed files
with
481 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,46 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
|
||
<head> | ||
<title>You've encountered an error</title> | ||
<style> | ||
@import url('https://fonts.googleapis.com/css2?family=Open+Sans&family=Oswald:wght@700&family=Ubuntu+Mono&display=swap'); | ||
p.title { | ||
font-family: 'Oswald', sans-serif; | ||
text-align: center; | ||
font-weight: bold; | ||
color: red; | ||
font-size: 32pt; | ||
margin-top: 8pt; | ||
margin-bottom: 16pt; | ||
} | ||
|
||
p.main { | ||
font-family: 'Open Sans', sans-serif; | ||
font-size: 16pt; | ||
color: white; | ||
text-align: center; | ||
} | ||
|
||
span.mono { | ||
font-family: 'Ubuntu Mono', monospace; | ||
font-size: 16pt; | ||
color: white; | ||
} | ||
</style> | ||
</head> | ||
|
||
<body bgcolor="#101820"> | ||
<p class="title"> | ||
<img src="assets/morpheus_meme.jpg" /> | ||
</p> | ||
<p class="title"> | ||
HTTP 404: Sorry, that didn't go well. | ||
</p> | ||
<p class="main"> | ||
You are trying to visit a page that doesn't exist on our site <span class="mono">pie.dc.sidlibrary.org.</span> | ||
<br /> If you're goofying around with random URI, please gently leave without doing anything malicious. | ||
</p> | ||
</body> | ||
|
||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
BSD 3-Clause License | ||
|
||
Copyright (c) 2022, Sidney Jeong | ||
All rights reserved. | ||
|
||
Redistribution and use in source and binary forms, with or without | ||
modification, are permitted provided that the following conditions are met: | ||
|
||
1. Redistributions of source code must retain the above copyright notice, this | ||
list of conditions and the following disclaimer. | ||
|
||
2. Redistributions in binary form must reproduce the above copyright notice, | ||
this list of conditions and the following disclaimer in the documentation | ||
and/or other materials provided with the distribution. | ||
|
||
3. Neither the name of the copyright holder nor the names of its | ||
contributors may be used to endorse or promote products derived from | ||
this software without specific prior written permission. | ||
|
||
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" | ||
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE | ||
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE | ||
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE | ||
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL | ||
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR | ||
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER | ||
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, | ||
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE | ||
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
Welcome to Sid's GitHub page | ||
============================ | ||
|
||
About me | ||
-------- | ||
|
||
* A Data Centre Technician, who used to study sociology in grad school. | ||
* He/They [AMAB enby](https://en.wikipedia.org/wiki/Non-binary_gender). | ||
* A great fan of [Dreamcatcher](https://en.wikipedia.org/wiki/Dreamcatcher_(group)), a k-pop girl group | ||
|
||
Education | ||
--------- | ||
|
||
* **Sungkyunkwan University**, Seoul, South Korea | ||
- 2007-2012, Bachelor of Arts in Sociology and Oriental Studies | ||
* **Seoul National University**, Seoul, South Korea | ||
- 2012-2018, Master of Arts in Sociology (_Incomplete_) | ||
- Incomplete due to financial challenges | ||
* **Busan IT Training Centre**, Busan, South Korea | ||
|
||
Experience | ||
---------- | ||
|
||
* **EB Tech Net**, Seoul, South Korea | ||
- Oct 2019 - May 2020, Systems Engineer | ||
- Did a technical support / pre-sales concerning early contact of reselling an HPC cloud service based in the US while also doing the technical support for customers needing it for installing and maintaining the servers. Customers included: Samsung SDS, LG U+, Hyundai Maritime Insurance, Korea Environment Corporation. | ||
* **PersolKelly Korea**, Seoul, South Korea | ||
- Jul 2020 - Dec 2021, Data Centre Operations Technician | ||
- As a Temp Operations Technician on-site at Google, I did builds, deployments, repairs, and ticket-based problem solving independent to full-time employees, in overlapping but slightly smaller scope. | ||
|
||
To do | ||
----- | ||
|
||
* [ ] Improve GitHub page and repositories. | ||
* [ ] Revive the [blog](https://www.sidlibrary.org). | ||
* [x] Survive. |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
68 changes: 68 additions & 0 deletions
68
rootfs/opt/bitnami/nginx/html/assets/dreamcatcher-svgrepo-com.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.