commit d6fb0529498f4f3a493fa6e230b9c148620084a2 Author: Marvin Schreurs Date: Thu Feb 4 17:54:23 2021 +0100 Initial commit for comfitu.re repo. diff --git a/1.gif b/1.gif new file mode 100644 index 0000000..430af0e Binary files /dev/null and b/1.gif differ diff --git a/2.jpeg b/2.jpeg new file mode 100644 index 0000000..c250f8a Binary files /dev/null and b/2.jpeg differ diff --git a/3.jpeg b/3.jpeg new file mode 100644 index 0000000..68d3e7c Binary files /dev/null and b/3.jpeg differ diff --git a/4.jpeg b/4.jpeg new file mode 100644 index 0000000..a442a27 Binary files /dev/null and b/4.jpeg differ diff --git a/5.jpeg b/5.jpeg new file mode 100644 index 0000000..b558813 Binary files /dev/null and b/5.jpeg differ diff --git a/Web437_IBM_VGA_8x16-2x.woff b/Web437_IBM_VGA_8x16-2x.woff new file mode 100644 index 0000000..894dc88 Binary files /dev/null and b/Web437_IBM_VGA_8x16-2x.woff differ diff --git a/Web437_IBM_VGA_8x16.woff b/Web437_IBM_VGA_8x16.woff new file mode 100644 index 0000000..1f1508d Binary files /dev/null and b/Web437_IBM_VGA_8x16.woff differ diff --git a/index.html b/index.html new file mode 100644 index 0000000..1a1c3ce --- /dev/null +++ b/index.html @@ -0,0 +1,88 @@ + + + + + Comfitu.re - Sweet comfy + + + + + + + + +
+ +
+
+
+  ___            __ _ _
+ / __|___ _ __  / _(_) |_ _  _   _ _ ___
+| (__/ _ \ '  \|  _| |  _| || |_| '_/ -_)   v0.1.33
+ \___\___/_|_|_|_| |_|\__|\_,_(_)_| \___|   by Fristi-kan
+            
+ Home | Projects | Contact
+
+ +
+
+
+                                              (   )
+                                             (    )
+                                              (    )
+                                             (    )
+                                               )  )
+                                              (  (                  /\
+                                               (_)                 /  \  /\
+                                       ________[_]________      /\/    \/  \
+                              /\      /\        ______    \    /   /\/\  /\/\
+                             /  \    //_\       \    /\    \  /\/\/    \/    \
+                      /\    / /\/\  //___\       \__/  \    \/
+                     /  \  /\/    \//_____\       \ |[]|     \
+                    /\/\/\/       //_______\       \|__|      \
+                   /      \      /XXXXXXXXXX\                  \
+                           \    /_I_II  I__I_\__________________\
+                                  I_I|  I__I_____[]_|_[]_____I
+                                  I_II  I__I_____[]_|_[]_____I
+                                  I II__I  I     XXXXXXX     I
+                               ~~~~~"   "~~~~~~~~~~~~~~~~~~~~~~~~
+                
+ +

+ Hello, welcome to my comfy personal website! 0w0 +

+ +

+ I am a webdeveloper and general tinkerer from the Netherlands. + Most of my time is usually spent on PHP/Laravel projects. + In my free time I maintain my Linux server, running a number + of services including a Pleroma microblogging instance, a Nextcloud instance, + a Prosody XMPP instance, as well as some of my websites and some other small things. +

+ +

+ +

+
+ + +
+ + +
+ + + \ No newline at end of file diff --git a/style.css b/style.css new file mode 100644 index 0000000..9877e21 --- /dev/null +++ b/style.css @@ -0,0 +1,158 @@ +@font-face { + font-family: IBMVGA8; + src: url("Web437_IBM_VGA_8x16.woff"); +} + +html { + margin:0; + padding:0; +} + +body { + margin:0; + padding:0; +} + +.test { + position: absolute; + top: 20px; + left :20px; + width: 300px; + height: 20px; + + border-top-left-radius: 50%; + border-top-right-radius: 50%; + + background-color: #000000; +} + +.background { + position:absolute; + top:0; + left:0; + width:100%; + height:100%; + background-image: url("3.jpeg"); + background-position: center center; + background-size: cover; + background-attachment: fixed; +} + +.container { + position:absolute; + box-sizing: border-box; + top:0; + left:0; + bottom:0; + right:0; + width: 880px; + height: 652px; + + padding:30px 40px; + margin:auto; + + background-color: rgba(31, 37, 47, 0.9); + color: rgba(90, 228, 70, 1); + + font-family: IBMVGA8, monospace; + font-size: 16px; + + line-height: 16px; + + border-radius: 90px / 820px; + border-style: outset; + border-color: rgba(126, 126, 134, 1); + border-width: 8px; + + box-shadow: 0 0 10px rgba(0, 0, 0, 1); +} + +header, main, footer { + position: relative; + margin:0; + padding:0; + width: 100%; + box-sizing: border-box; +} + +header { + height: 96px; + overflow: hidden; +} + +main { + height: 448px; + overflow-y: auto; + overflow-x: hidden; + padding: 16px; +} + +footer { + height: 32px; + overflow: hidden; +} + +a { + color: rgba(240,240,240, 1); + text-decoration: none; +} + +a:before { + content: '['; +} + +a:after { + content: ']'; +} + +a:hover, a:active { + background-color: rgba(240,240,240, 1); + color: rgba(31, 37, 47, 0.8); +} + +a.active { + text-decoration: underline; +} + +h1, h2, h3, h4, h5, h6 { + font-size: 16px; + font-weight: normal; + padding: 0; + margin: 0 0 16px 0; + text-decoration: underline; +} + +h1:before { + content: '# '; +} + +h2:before { + content: '## '; +} + +h3:before { + content: '### '; +} + +h4:before { + content: '#### '; +} + +h5:before { + content: '##### '; +} + +h6:before { + content: '###### '; +} + +p { + padding:0; + margin: 0 0 16px 0; +} + +pre { + margin:0; + padding:0; + font-family: IBMVGA8, monospace; +} \ No newline at end of file