diff --git a/schule/M3_220309_115557.pdf b/schule/M3_220309_115557.pdf new file mode 100644 index 0000000..acab698 Binary files /dev/null and b/schule/M3_220309_115557.pdf differ diff --git a/schule/info/html/projekt/contact.html b/schule/info/html/projekt/contact.html new file mode 100644 index 0000000..9438631 --- /dev/null +++ b/schule/info/html/projekt/contact.html @@ -0,0 +1,63 @@ + + + + + + Contact + + + + +
+ + + +
+

Contact me

+

Johannes Olzem +
+ Heerstr. 1 +
+ 53359 Rheinbach

+ olzemjo@sjg-rheinbach.de + +
+ + +
+ + \ No newline at end of file diff --git a/schule/info/html/projekt/css/header.png b/schule/info/html/projekt/css/header.png new file mode 100644 index 0000000..495dc56 Binary files /dev/null and b/schule/info/html/projekt/css/header.png differ diff --git a/schule/info/html/projekt/css/style.css b/schule/info/html/projekt/css/style.css new file mode 100644 index 0000000..209ac6f --- /dev/null +++ b/schule/info/html/projekt/css/style.css @@ -0,0 +1,127 @@ +body { + font-size: 80%; + font-family: 'Share Tech Mono', Monospace, Courier; + text-align: center; + background-color: #202020; +} + +#wrap { + width: 760px; + margin: 0 auto; + text-align: left; +} + +#navigation { + float: right; + width: 55px; + height: 803px; + border-bottom: 1px solid #999; + border-top: 1px solid #999; + font-size: 25px; + text-align: right; + font-family: 'Share Tech Mono', Monospace, Courier; + color: white; +} + +#navigation ul { + list-style-type: none; +} + +#navigation ul li { + display: inline; +} + +#header { + float: left; + width: 760px; + height: 90px; + background-image: header.png; + text-align: middle; + border-top: 1px solid #999; +} + +#content { + float: left; + height: 400px; + width: 559px; + border-right: 1px solid #999; +} + +#content ul { + list-style-type: circle; +} + +#content ul li { + display: inline; +} + +#content ol { + color: teal; +} + +#content ul li { + display: inline; +} + +#sidebar { + float: left; + height: 350px; + width: 100px; + top: 0; + font-size: 90%; +} + +#footer { + position: fixed; + left: 0; + bottom: 0; + width: 100%; + background-color: light-gray; + color: white; + text-align: center; +} + +/*the . before the word means i am defining a class and not an ID. When using an ID a # is used*/ +.price { + font-size: 15px; + font-weight: bold; + font-family: Verdana, Geneva, sans-serif; + color: teal; +} + +.specs ul { + list-style-type: disc; +} + +.dotted { + border: 5px dotted #555; +} + +/*This defines the Table*/ +table, th, td { + border: 2px solid teal; + border-collapse: collapse; + color: white; +} + +h2, h3, h4, h5, h6 { + margin: 20px; + color: white; +} + +/*I wanted heading1 to be teal so i seperated it from h2-h6*/ +h1 { + color: teal; + font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif; +} + +p { + margin: 20px 25px; + color: white; +} + +/*This defines the hyperlinks*/ +a { + color: teal; + +} \ No newline at end of file diff --git a/schule/info/html/projekt/details.html b/schule/info/html/projekt/details.html new file mode 100644 index 0000000..212f8af --- /dev/null +++ b/schule/info/html/projekt/details.html @@ -0,0 +1,120 @@ + + + + + + Details + + + + + +
+ + + +
+

Details

+

Sizes

+

There are several sizes of keyboard, defined by the number of keys.

+ + + + + + + + + + + + + + + + +
+

40%

+

A 40% Keyboard only has Keys for lettering, such as letters and a shift and backspace + as well as a backspace and a Tab.

+ a fourty percent keyboard +
+
+

60%

+

Probably the most common size in the custom keyboard Industry. + Has the same keys as a 40% as well as numbers and certain others.

+ a sixty percent keyboard +
+

65%

+

My favourite size, because of the extra arrow keys. It also has three additional keys. + These are most commonly Delete, Page Up and Page Down.

+ a sixty percent keyboard +
+

75%/TKL

+

A "normal" keyboard, just without the numpad. TKL stands for TenKeyLess.

+ a seventyfive percent keyboard +
+

95%/100%/full size

+

Has the keys of the keyboard you are probably using, if you have a mainstream Keyboard.

+ a full size keyboard +
+
+
+

Lube

+

Lube is used to significantly silent switches. I've included some typing sounds under here.

+

Unlubed Cherry MX Red switches

+ + +

Lubed Cherry MX Red switches

+ +

Overlubed Gateron Black Ink Switches

+ +
+ + +
+ + \ No newline at end of file diff --git a/schule/info/html/projekt/downloads.html b/schule/info/html/projekt/downloads.html new file mode 100644 index 0000000..7165b54 --- /dev/null +++ b/schule/info/html/projekt/downloads.html @@ -0,0 +1,75 @@ + + + + + + Downloads + + + + + +
+ + + +
+

Downloads

+ + +

VIA

+
+

VIA is a software, you can use to program a Keyboard. +
+ Before you build, you normally test the PCB, which you can do with this Software too. +
+ It is also used to change the RGB lightning on the switches or the PCB. +

+
+
+ +

AutoHotkey

+
+

AutoHotkey is a software, which is used to program macros to either to special macro keys, + or your normal Keys. It is normally used for Macro keyboards, which you can find + here. +

+
+ + +
+ + \ No newline at end of file diff --git a/schule/info/html/projekt/images/background.jpg b/schule/info/html/projekt/images/background.jpg new file mode 100644 index 0000000..9aec571 Binary files /dev/null and b/schule/info/html/projekt/images/background.jpg differ diff --git a/schule/info/html/projekt/images/epbt/close.jpg b/schule/info/html/projekt/images/epbt/close.jpg new file mode 100644 index 0000000..56418d4 Binary files /dev/null and b/schule/info/html/projekt/images/epbt/close.jpg differ diff --git a/schule/info/html/projekt/images/epbt/front.jpg b/schule/info/html/projekt/images/epbt/front.jpg new file mode 100644 index 0000000..b375cd8 Binary files /dev/null and b/schule/info/html/projekt/images/epbt/front.jpg differ diff --git a/schule/info/html/projekt/images/epbt/main.jpg b/schule/info/html/projekt/images/epbt/main.jpg new file mode 100644 index 0000000..0326e7b Binary files /dev/null and b/schule/info/html/projekt/images/epbt/main.jpg differ diff --git a/schule/info/html/projekt/images/epbt/main2.jpg b/schule/info/html/projekt/images/epbt/main2.jpg new file mode 100644 index 0000000..b582fd8 Binary files /dev/null and b/schule/info/html/projekt/images/epbt/main2.jpg differ diff --git a/schule/info/html/projekt/images/epbt/side.jpg b/schule/info/html/projekt/images/epbt/side.jpg new file mode 100644 index 0000000..1767911 Binary files /dev/null and b/schule/info/html/projekt/images/epbt/side.jpg differ diff --git a/schule/info/html/projekt/images/fourty.jpg b/schule/info/html/projekt/images/fourty.jpg new file mode 100644 index 0000000..3d94531 Binary files /dev/null and b/schule/info/html/projekt/images/fourty.jpg differ diff --git a/schule/info/html/projekt/images/header.png b/schule/info/html/projekt/images/header.png new file mode 100644 index 0000000..495dc56 Binary files /dev/null and b/schule/info/html/projekt/images/header.png differ diff --git a/schule/info/html/projekt/images/hundred.jpg b/schule/info/html/projekt/images/hundred.jpg new file mode 100644 index 0000000..fc1d463 Binary files /dev/null and b/schule/info/html/projekt/images/hundred.jpg differ diff --git a/schule/info/html/projekt/images/keyboard.jpg b/schule/info/html/projekt/images/keyboard.jpg new file mode 100644 index 0000000..ceb889d Binary files /dev/null and b/schule/info/html/projekt/images/keyboard.jpg differ diff --git a/schule/info/html/projekt/images/seventyfive.jpg b/schule/info/html/projekt/images/seventyfive.jpg new file mode 100644 index 0000000..c91d3d0 Binary files /dev/null and b/schule/info/html/projekt/images/seventyfive.jpg differ diff --git a/schule/info/html/projekt/images/sixty.jpg b/schule/info/html/projekt/images/sixty.jpg new file mode 100644 index 0000000..0d52d21 Binary files /dev/null and b/schule/info/html/projekt/images/sixty.jpg differ diff --git a/schule/info/html/projekt/index.html b/schule/info/html/projekt/index.html new file mode 100644 index 0000000..e220876 --- /dev/null +++ b/schule/info/html/projekt/index.html @@ -0,0 +1,116 @@ + + + + + + Custom Keyboards + + + + + + +
+ + + +
+

Custom Keyboards

+

The hobby of building a custom keyboard is massively gaining popularity at the moment. +
+ To Build a Custom Keyboard you need 5 parts. +

+
    +
  1. +

    Case

    +

    The Case is basically just the Housing of the Keyboard. + All the Parts get screwed into it, so that they get held in place.

    +
  2. +
  3. +

    PCB

    +

    The PCB is basically just the Motherboard of the Keyboard. + You can either solder or just place the switches in, + depending of which type of PCB you have.

    +
  4. +
  5. +

    Switches

    +

    The switches are the actuators of the typing. They send a signal through + the PCB, which sends it over the Cable to the PC.

    +
  6. +
  7. +

    Plate

    +

    The Plate is inbetween the Switches and the PCB. The Stabilisers, + which stabilize the longer keycaps are also mounted on the Plate.

    +
  8. +
  9. +

    Keycaps

    +

    The Keycaps are placed on the switches, so you can actually type. + They come in different colors and sizes. + There are also Printed Keycaps and blank ones.

    +
  10. +
+ +

Here you can see a Keyboard Timelapse Build

+ + +
+
+
+ + +
Background image
+

A Rose Gold Kyuu built for Lilypichu by the Youtuber and Streamer Taeha Types.

+
+ + +
+ + \ No newline at end of file diff --git a/schule/info/html/projekt/keycaps.html b/schule/info/html/projekt/keycaps.html new file mode 100644 index 0000000..f85c42f --- /dev/null +++ b/schule/info/html/projekt/keycaps.html @@ -0,0 +1,99 @@ + + + + + + EPBT Samurai 75% Keycap set + + + + + +
+ + + +
+ +

+

EPBT Samurai 75% Keycap set

+

99,80€

+

This is one of my favourite Keycap sets

+ + +
+
+
+
+
+
+
+

Specs

+ + + + + + + + + + + + + + + + + +
Reverse Dyesub
PBT Material
Made in china
with chinese letters
includes iso Enter
+
+
+ +

Product Images

+ + + + +
+ + +
+ + \ No newline at end of file diff --git a/schule/info/html/projekt/legal_notice.html b/schule/info/html/projekt/legal_notice.html new file mode 100644 index 0000000..5661be9 --- /dev/null +++ b/schule/info/html/projekt/legal_notice.html @@ -0,0 +1,64 @@ + + + + + + Legal Notice + + + + +
+ + + +
+

Legal Notice

+

Some of the Content on this site is Copyrighted. + If you have a complaint about Copyright infringement, + please send an email to olzemjo@sjg-rheinbach.de. + +
+ Also Contact this e-mail, if you are a content owner and + you would like to contribute your content to this Website. +

+
+ + +
+ + \ No newline at end of file diff --git a/schule/info/html/projekt/privacy_policy.html b/schule/info/html/projekt/privacy_policy.html new file mode 100644 index 0000000..e4fbee6 --- /dev/null +++ b/schule/info/html/projekt/privacy_policy.html @@ -0,0 +1,85 @@ + + + + + + Privacy Policy + + + + +
+ + + +
+

Privacy Policy

+

Data Collection

+ +

Deletion of personal Data

+ +

Cookies

+ +

Links to other Sites

+
+ + +
+ + \ No newline at end of file diff --git a/schule/info/html/projekt/shop.html b/schule/info/html/projekt/shop.html new file mode 100644 index 0000000..ecfe279 --- /dev/null +++ b/schule/info/html/projekt/shop.html @@ -0,0 +1,62 @@ + + + + + + Shop + + + + + +
+ + + +
+

Shop

+ + +

EPBT Samurai 65% Keycap set +
+ 99,90€

+
+
+ + +
+ + \ No newline at end of file diff --git a/schule/info/html/projekt/sounds/overlubed.mp3 b/schule/info/html/projekt/sounds/overlubed.mp3 new file mode 100644 index 0000000..53f2fa0 Binary files /dev/null and b/schule/info/html/projekt/sounds/overlubed.mp3 differ diff --git a/schule/info/html/projekt/sounds/redlubed.mp3 b/schule/info/html/projekt/sounds/redlubed.mp3 new file mode 100644 index 0000000..a3bb175 Binary files /dev/null and b/schule/info/html/projekt/sounds/redlubed.mp3 differ diff --git a/schule/info/html/projekt/sounds/redunlubed.mp3 b/schule/info/html/projekt/sounds/redunlubed.mp3 new file mode 100644 index 0000000..418a40b Binary files /dev/null and b/schule/info/html/projekt/sounds/redunlubed.mp3 differ diff --git a/schule/info/html/projekt/sounds/welcome.mp3 b/schule/info/html/projekt/sounds/welcome.mp3 new file mode 100644 index 0000000..cbebad6 Binary files /dev/null and b/schule/info/html/projekt/sounds/welcome.mp3 differ diff --git a/schule/info/index.html b/schule/info/index.html new file mode 100644 index 0000000..4dbdc62 --- /dev/null +++ b/schule/info/index.html @@ -0,0 +1,29 @@ + + + + Index for ~/schule/info | Johannes Olzem + + + +
+

Index for  ~ / schule / info /

+ +
+ + diff --git a/schule/info/python/roulette/index.html b/schule/info/python/roulette/index.html new file mode 100644 index 0000000..f146d6b --- /dev/null +++ b/schule/info/python/roulette/index.html @@ -0,0 +1,26 @@ + + + + Index for ~/pages/schule/info/python/roulette/ | Johannes Olzem + + + + + +
+

Index for  ~ / pages / schule / info / python / roulette /

+ +
+ + \ No newline at end of file diff --git a/schule/info/python/roulette/werte.png b/schule/info/python/roulette/werte.png new file mode 100644 index 0000000..12ee17a Binary files /dev/null and b/schule/info/python/roulette/werte.png differ