Skip to content

Commit

Permalink
Deploying to gh-pages from @ c5b76e0 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
SteKoe committed Mar 22, 2024
1 parent ec68c30 commit 93e396c
Show file tree
Hide file tree
Showing 134 changed files with 8,822 additions and 0 deletions.
10 changes: 10 additions & 0 deletions 3.2.3/css/common.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
/*!
* Licensed under the MIT License (http://www.opensource.org/licenses/mit-license.php)
*/
/*!
* General-use styles, meant to be applied to all the pages on the site.
*/

body {
min-height: 100vh;
}
114 changes: 114 additions & 0 deletions 3.2.3/css/custom.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,114 @@
.shadow {
box-shadow: none !important;
}

body::before {
background-image: url("../images/wave.svg");
background-position: bottom;
background-repeat: no-repeat;
background-size: 100%;
content: "";
display: block;
height: 200px;
left: 0;
position: fixed;
width: 100%;
z-index: -1;
}

.navbar {
position: fixed;
width: 100%;
top: 0;
z-index: 1;
border-bottom: 1px solid #333;
}

.navbar.bg-light {
background-color: rgba(255, 255, 255, 0.5) !important;
backdrop-filter: blur(10px);
box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
}

#main-section {
display: flex;
flex-direction: column;
margin-top: 80px;
}

#navbar-footer dt {
display: none;
}

#navbar-footer dl {
display: flex;
flex-direction: row;
gap: 2rem;
justify-content: center;
}


#footer-info {
display: flex;
flex-direction: column;
align-items: center;
line-height: 2em;
font-size: .8em;
}

.hljs {
background-color: rgba(240, 240, 240, .75);
backdrop-filter: blur(10px);
}

#footer-info a, #navbar-footer a {
color: #000;
}

#footer-info a {
padding: 0 .5rem;
}

/* Content */
.listingblock {
position: relative;
}

.listingblock .title {
position: absolute;
right: 0;
top: 0;
border-radius: 0.25rem;
border: 1px solid #ddd;
background-color: #fff;
padding: 0 0.5rem;
}

header.border-bottom {
border: none !important;
}

.colist tr td:first-child {
text-align: right;
}

.hero {
flex: 1 0 0;

display: flex;
align-items: center;
margin: 0 25%;
}

.hero .title {
font-size: 4rem;
line-height: 4rem;
margin-bottom: 4rem;
text-align: center;
}

.hero .paragraph p {
font-size: 1.5rem;
font-weight: 400;
text-align: center;
}
28 changes: 28 additions & 0 deletions 3.2.3/css/link.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
/*!
* Licensed under the MIT License (http://www.opensource.org/licenses/mit-license.php)
*/
/*!
* Link styles.
*/

/**
* Link with a note.
*
* It will be shown like: "Link (note)".
*
* The note should be marked with <span class="note">note</span> right next to the link name.
*
* So a noted link would be: <a href="#" class="link-noted">Link <span class="note">note</span></a>.
*/

.link-noted .note {
font-size: 65%;
}

.link-noted .note:before {
content: "(";
}

.link-noted .note:after {
content: ")";
}
1 change: 1 addition & 0 deletions 3.2.3/css/site.css
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/* You can override this file with your own styles */
9 changes: 9 additions & 0 deletions 3.2.3/css/style.min.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
/*!
* Licensed under the MIT License (http://www.opensource.org/licenses/mit-license.php)
*//*!
* General-use styles, meant to be applied to all the pages on the site.
*/body{min-height:100vh}/*!
* Licensed under the MIT License (http://www.opensource.org/licenses/mit-license.php)
*//*!
* Link styles.
*/.link-noted .note{font-size:65%}.link-noted .note:before{content:"("}.link-noted .note:after{content:")"}
Binary file added 3.2.3/favicon.ico
Binary file not shown.
Binary file added 3.2.3/images/mail-notification-sample.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added 3.2.3/images/notification-filter.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
43 changes: 43 additions & 0 deletions 3.2.3/images/wave.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 14 additions & 0 deletions 3.2.3/js/initializeHighlight.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
/**
* Licensed under the MIT License (http://www.opensource.org/licenses/mit-license.php)
*/
/**
* Initializes highlight.js.
*
* This file can be overriden to change the initialization.
*/

/**
* Initializes highlight.js when the document loads.
*/
// Uses the default initialization
hljs.initHighlightingOnLoad();
7 changes: 7 additions & 0 deletions 3.2.3/lib/bootstrap/dist/js/bootstrap.min.js

Large diffs are not rendered by default.

12 changes: 12 additions & 0 deletions 3.2.3/lib/bootswatch/dist/cerulean/bootstrap.min.css

Large diffs are not rendered by default.

12 changes: 12 additions & 0 deletions 3.2.3/lib/bootswatch/dist/cosmo/bootstrap.min.css

Large diffs are not rendered by default.

12 changes: 12 additions & 0 deletions 3.2.3/lib/bootswatch/dist/cyborg/bootstrap.min.css

Large diffs are not rendered by default.

12 changes: 12 additions & 0 deletions 3.2.3/lib/bootswatch/dist/darkly/bootstrap.min.css

Large diffs are not rendered by default.

12 changes: 12 additions & 0 deletions 3.2.3/lib/bootswatch/dist/flatly/bootstrap.min.css

Large diffs are not rendered by default.

12 changes: 12 additions & 0 deletions 3.2.3/lib/bootswatch/dist/journal/bootstrap.min.css

Large diffs are not rendered by default.

12 changes: 12 additions & 0 deletions 3.2.3/lib/bootswatch/dist/litera/bootstrap.min.css

Large diffs are not rendered by default.

12 changes: 12 additions & 0 deletions 3.2.3/lib/bootswatch/dist/lumen/bootstrap.min.css

Large diffs are not rendered by default.

12 changes: 12 additions & 0 deletions 3.2.3/lib/bootswatch/dist/lux/bootstrap.min.css

Large diffs are not rendered by default.

12 changes: 12 additions & 0 deletions 3.2.3/lib/bootswatch/dist/materia/bootstrap.min.css

Large diffs are not rendered by default.

12 changes: 12 additions & 0 deletions 3.2.3/lib/bootswatch/dist/minty/bootstrap.min.css

Large diffs are not rendered by default.

12 changes: 12 additions & 0 deletions 3.2.3/lib/bootswatch/dist/morph/bootstrap.min.css

Large diffs are not rendered by default.

12 changes: 12 additions & 0 deletions 3.2.3/lib/bootswatch/dist/pulse/bootstrap.min.css

Large diffs are not rendered by default.

12 changes: 12 additions & 0 deletions 3.2.3/lib/bootswatch/dist/quartz/bootstrap.min.css

Large diffs are not rendered by default.

12 changes: 12 additions & 0 deletions 3.2.3/lib/bootswatch/dist/sandstone/bootstrap.min.css

Large diffs are not rendered by default.

12 changes: 12 additions & 0 deletions 3.2.3/lib/bootswatch/dist/simplex/bootstrap.min.css

Large diffs are not rendered by default.

12 changes: 12 additions & 0 deletions 3.2.3/lib/bootswatch/dist/sketchy/bootstrap.min.css

Large diffs are not rendered by default.

12 changes: 12 additions & 0 deletions 3.2.3/lib/bootswatch/dist/slate/bootstrap.min.css

Large diffs are not rendered by default.

12 changes: 12 additions & 0 deletions 3.2.3/lib/bootswatch/dist/solar/bootstrap.min.css

Large diffs are not rendered by default.

12 changes: 12 additions & 0 deletions 3.2.3/lib/bootswatch/dist/spacelab/bootstrap.min.css

Large diffs are not rendered by default.

12 changes: 12 additions & 0 deletions 3.2.3/lib/bootswatch/dist/superhero/bootstrap.min.css

Large diffs are not rendered by default.

12 changes: 12 additions & 0 deletions 3.2.3/lib/bootswatch/dist/united/bootstrap.min.css

Large diffs are not rendered by default.

12 changes: 12 additions & 0 deletions 3.2.3/lib/bootswatch/dist/vapor/bootstrap.min.css

Large diffs are not rendered by default.

12 changes: 12 additions & 0 deletions 3.2.3/lib/bootswatch/dist/yeti/bootstrap.min.css

Large diffs are not rendered by default.

12 changes: 12 additions & 0 deletions 3.2.3/lib/bootswatch/dist/zephyr/bootstrap.min.css

Large diffs are not rendered by default.

9 changes: 9 additions & 0 deletions 3.2.3/lib/font-awesome/css/all.min.css

Large diffs are not rendered by default.

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added 3.2.3/lib/font-awesome/webfonts/fa-solid-900.ttf
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading

0 comments on commit 93e396c

Please sign in to comment.