diff --git a/LICENSE b/LICENSE deleted file mode 100644 index fdddb29..0000000 --- a/LICENSE +++ /dev/null @@ -1,24 +0,0 @@ -This is free and unencumbered software released into the public domain. - -Anyone is free to copy, modify, publish, use, compile, sell, or -distribute this software, either in source code form or as a compiled -binary, for any purpose, commercial or non-commercial, and by any -means. - -In jurisdictions that recognize copyright laws, the author or authors -of this software dedicate any and all copyright interest in the -software to the public domain. We make this dedication for the benefit -of the public at large and to the detriment of our heirs and -successors. We intend this dedication to be an overt act of -relinquishment in perpetuity of all present and future rights to this -software under copyright law. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, -EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. -IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR -OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, -ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR -OTHER DEALINGS IN THE SOFTWARE. - -For more information, please refer to diff --git a/README.md b/README.md deleted file mode 100644 index 2a8ad9c..0000000 --- a/README.md +++ /dev/null @@ -1,2 +0,0 @@ -# Website -my website, currently hosted on InfinityFree (thanks) at http://adrian.rf.gd/ diff --git a/assets/img/HarumaThumbnail.png b/assets/img/HarumaThumbnail.png new file mode 100644 index 0000000..af556de Binary files /dev/null and b/assets/img/HarumaThumbnail.png differ diff --git a/assets/img/android12.jpeg b/assets/img/android12.jpeg new file mode 100644 index 0000000..150b222 Binary files /dev/null and b/assets/img/android12.jpeg differ diff --git a/assets/img/arch.jpg b/assets/img/arch.jpg new file mode 100644 index 0000000..2cad8c4 Binary files /dev/null and b/assets/img/arch.jpg differ diff --git a/assets/img/audacity-win-3.4.2-64bit.exe b/assets/img/audacity-win-3.4.2-64bit.exe new file mode 100644 index 0000000..751748d Binary files /dev/null and b/assets/img/audacity-win-3.4.2-64bit.exe differ diff --git a/assets/img/debian.png b/assets/img/debian.png new file mode 100644 index 0000000..670648c Binary files /dev/null and b/assets/img/debian.png differ diff --git a/assets/img/eleven.jpg b/assets/img/eleven.jpg new file mode 100644 index 0000000..f49b088 Binary files /dev/null and b/assets/img/eleven.jpg differ diff --git a/assets/img/ios.jpg b/assets/img/ios.jpg new file mode 100644 index 0000000..8e8ef06 Binary files /dev/null and b/assets/img/ios.jpg differ diff --git a/assets/img/kali.jpg b/assets/img/kali.jpg new file mode 100644 index 0000000..a226ed0 Binary files /dev/null and b/assets/img/kali.jpg differ diff --git a/assets/img/macos.jpg b/assets/img/macos.jpg new file mode 100644 index 0000000..dc4e203 Binary files /dev/null and b/assets/img/macos.jpg differ diff --git a/assets/img/mint.png b/assets/img/mint.png new file mode 100644 index 0000000..52231a3 Binary files /dev/null and b/assets/img/mint.png differ diff --git a/assets/img/oraclelinux.jpg b/assets/img/oraclelinux.jpg new file mode 100644 index 0000000..c054b47 Binary files /dev/null and b/assets/img/oraclelinux.jpg differ diff --git a/assets/img/os.jpg b/assets/img/os.jpg new file mode 100644 index 0000000..a737f41 Binary files /dev/null and b/assets/img/os.jpg differ diff --git a/assets/img/ubuntu.jpg b/assets/img/ubuntu.jpg new file mode 100644 index 0000000..8f0e9bb Binary files /dev/null and b/assets/img/ubuntu.jpg differ diff --git a/assets/img/ubuntuserverinstall.png b/assets/img/ubuntuserverinstall.png new file mode 100644 index 0000000..df91c1a Binary files /dev/null and b/assets/img/ubuntuserverinstall.png differ diff --git a/assets/img/windows.png b/assets/img/windows.png new file mode 100644 index 0000000..0e9ae4f Binary files /dev/null and b/assets/img/windows.png differ diff --git a/assets/img/windowsphone.jpg b/assets/img/windowsphone.jpg new file mode 100644 index 0000000..eb942ac Binary files /dev/null and b/assets/img/windowsphone.jpg differ diff --git a/assets/logo.jpg b/assets/logo.jpg new file mode 100644 index 0000000..a02a4b7 Binary files /dev/null and b/assets/logo.jpg differ diff --git a/assets/main.css b/assets/main.css new file mode 100644 index 0000000..694ebb8 --- /dev/null +++ b/assets/main.css @@ -0,0 +1,157 @@ +body { + background-color: black; + color: white; + font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; + display: flex; + justify-content: center; + align-items: flex-start; + gap: 20px; + margin-top: 50px; +} + +a { + color: lightgray; + text-decoration: none; +} + +a:hover { + color: darkgray; +} + +footer { + text-align: center; +} + +aside { + display: flex; + flex-direction: column; + width: 400px; + border: 2px solid white; + background-color: #111; +} + +nav.profile img { + width: 100px; + margin-top: -50px; + border: 4px solid white; +} + +nav.profile { + background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('https://i.postimg.cc/jdSrJ8GD/purplesky.png'); + background-size: cover; + background-position: center; + border-bottom: 2px solid white; + padding: 20px; +} + +#links { + border-bottom: 2px solid white; +} + + +main { + display: flex; + flex-direction: row; + flex-grow: 1; + width: 100%; + padding: 20px; +} + +* { + box-sizing: border-box; +} + +.centerText { + text-align: center; +} + +.box { + padding: 10px; + gap: 20px; +} + +.noMargin { + margin: 0px; +} + +.lightBackground { + background-color: #111; +} + +.border { + border: 2px solid white; +} + +.dottedBorder { + border: 2px dotted white; +} + +.dashedBorder { + border: 2px dashed white; +} + +.thumbnail { + border: 2px solid white; +} + +.flex { + display: flex; +} + +.flex-row { + flex-direction: row; +} + +.flex-column { + flex-direction: column; +} + + +.lightColor { + color: lightgray; +} + +.flyOnHover:hover { + animation: alternate .4s fly; + animation-fill-mode: forwards; +} + +.bnwOnHover:hover { + transition-duration: .4s; + filter: grayscale(100%); +} + +.menuEntry { + margin-bottom: 10px; + margin-top: 10px; +} + +.menuEntry:hover { + transition-duration: 0.4s; + background-color: #070707; +} + +.menuEntryColor { + color: white; +} + +.menuEntryColor:hover { + color: white; +} + +.menuEntry:hover > img { + animation: alternate .4s fly; + animation-fill-mode: forwards; +} + + +/* Keyframes */ +@keyframes fly { + 0% { + transform: translate(0, 0); + } + + 100% { + transform: translate(0%, -2%); + } +} diff --git a/assets/main.js b/assets/main.js new file mode 100644 index 0000000..45d9028 --- /dev/null +++ b/assets/main.js @@ -0,0 +1,32 @@ +class Header extends HTMLElement { + constructor() { + super(); + } + + connectedCallback() { + this.innerHTML = ` + + `; + } + } + + customElements.define('header-component', Header); + \ No newline at end of file diff --git a/favicon.ico b/favicon.ico new file mode 100644 index 0000000..da40ab9 Binary files /dev/null and b/favicon.ico differ diff --git a/favicon.png b/favicon.png new file mode 100644 index 0000000..47ca385 Binary files /dev/null and b/favicon.png differ diff --git a/fonts/segoeui.ttf b/fonts/segoeui.ttf deleted file mode 100644 index 46b3b99..0000000 Binary files a/fonts/segoeui.ttf and /dev/null differ diff --git a/index.htm b/index.htm deleted file mode 100644 index f80009e..0000000 --- a/index.htm +++ /dev/null @@ -1,35 +0,0 @@ - - - - Adrian - - - - -
-

adrian's webspace

-

fantasy is not a crime, find your castle in the sky

- -

- blog - gallery - projects - -

-

- YouTube - GitHub - Reddit -

- - - -
-

Hello, I'm Adrian, a newbie developer, tech enthusiast, photographer and conlang creator who loves literature.

-

Check this video:

- -
-

Adrian Victor, under unlicense, on GitHub

-

- - diff --git a/index.html b/index.html new file mode 100644 index 0000000..2dc4026 --- /dev/null +++ b/index.html @@ -0,0 +1,30 @@ + + + + + + Adrian - Home + + + + + + + + + +
+

Home

+ + + +
+ + \ No newline at end of file diff --git a/projects.htm b/projects.htm deleted file mode 100644 index c054937..0000000 --- a/projects.htm +++ /dev/null @@ -1,30 +0,0 @@ - - - - Adrian - - - - -
-

adrian's webspace

-

all my projects listed below

- -

- home -

-

-

- - - -
-

APKrenamer

-

Simple, user-friendly tool to bulk-rename APK files according to it's manifest

-

TheCoolCat!

-

A channel where I review malware.

-
-

Adrian Victor, under unlicense, on GitHub

-

- - diff --git a/styles.css b/styles.css deleted file mode 100644 index a186549..0000000 --- a/styles.css +++ /dev/null @@ -1,49 +0,0 @@ -@font-face { - font-family: "segoeUI"; - src: url("./fonts/segoeui.ttf"); -} - -body { - background-color: black; - color: white; - font-family: "segoeUI" -} - -a { - color: gray; -} - -.italic { - font-style: italic; -} - -.bold { - font-style: bold; -} - -.lightcol { - color: lightgray; -} - -.nospace { - margin-top: 0; - margin-bottom: 0; -} - -.notopmargin { - margin-top: 0; -} - -.nobottommargin { - margin-bottom: 0; -} - - -.vertcentered { - position: absolute; - top: 50%; - left: 50%; - -moz-transform: translateX(-50%) translateY(-50%); - -webkit-transform: translateX(-50%) translateY(-50%); - transform: translateX(-50%) translateY(-50%); -}