From 2277bbda4e361750395251df8372aba9e69931fb Mon Sep 17 00:00:00 2001 From: Matt Rude Date: Thu, 1 Feb 2018 15:23:41 -0600 Subject: Starting Out --- assets/css/main.css | 59 + assets/css/main.css-old | 273 +++ assets/img/clients/chatsecure_logo.png | Bin 0 -> 1715 bytes assets/img/clients/conversations_logo.png | Bin 0 -> 31889 bytes assets/img/clients/gajim_logo.png | Bin 0 -> 23295 bytes assets/img/clients/messages_logo.png | Bin 0 -> 4228 bytes assets/img/clients/psi_logo.png | Bin 0 -> 15980 bytes assets/img/clients/spark_logo.png | Bin 0 -> 9575 bytes assets/img/clients/swift_logo.svg | 3252 +++++++++++++++++++++++++++++ assets/img/clients/xabber_logo.png | Bin 0 -> 55710 bytes assets/img/clients/yaxim_logo.png | Bin 0 -> 35324 bytes assets/img/favicon.ico | Bin 0 -> 3474 bytes assets/img/xmpp_logo.png | Bin 0 -> 14898 bytes assets/js/validator.js | 17 + 14 files changed, 3601 insertions(+) create mode 100644 assets/css/main.css create mode 100644 assets/css/main.css-old create mode 100644 assets/img/clients/chatsecure_logo.png create mode 100644 assets/img/clients/conversations_logo.png create mode 100644 assets/img/clients/gajim_logo.png create mode 100644 assets/img/clients/messages_logo.png create mode 100644 assets/img/clients/psi_logo.png create mode 100644 assets/img/clients/spark_logo.png create mode 100644 assets/img/clients/swift_logo.svg create mode 100644 assets/img/clients/xabber_logo.png create mode 100644 assets/img/clients/yaxim_logo.png create mode 100644 assets/img/favicon.ico create mode 100644 assets/img/xmpp_logo.png create mode 100644 assets/js/validator.js (limited to 'assets') diff --git a/assets/css/main.css b/assets/css/main.css new file mode 100644 index 0000000..632e580 --- /dev/null +++ b/assets/css/main.css @@ -0,0 +1,59 @@ +html { + position: relative; + min-height: 100%; +} +body { + position: relative; +} +.wrapper { + margin-bottom: 120px; +} +.footer { + position: absolute; + bottom: 0; + width: 100%; + background-color: #f5f5f5; +} +.section-headder { + padding: 60px 0 10px; +} + +.list-inline { + display: inline; +} + +.site-title h1 { + font-size: 4em; +} + +#contact-list { + font-size:2em; + text-align: center; +} +td.PASSED { + background-color: green; + color: white; +} +td.FAILED { + background-color: red; + color: white; +} + +.h1, .h2, .h3, h1, h2, h3 { +/* padding-top: 60px; */ +} + +#definitions h2 { + padding-top: 60px; +} + +.nav-item a { + padding: 0 10px; + color: #fff; +} + +@media (max-width: 968px) { + .pull-right, .pull-left { + text-align: center; + } + } diff --git a/assets/css/main.css-old b/assets/css/main.css-old new file mode 100644 index 0000000..d7ca4ef --- /dev/null +++ b/assets/css/main.css-old @@ -0,0 +1,273 @@ +body { + color: black; + background: #ffffff; + font-family: "lucida grande", Calibri, "segoe UI", "lucida sans unicode", "Droid Sans", "DejaVu Sans", "bitstream vera sans", verdana, arial, helvetica, sans-serif; + margin: 0; +} + +#content { + color: black; + background: #ffffff; + margin-top: 0.5em; + margin-bottom: 0.5em; + margin-right: auto; + margin-left: auto; + padding: 0 1em; + line-height: 1.3em; + text-align: left; + max-width: 800px; + min-width: 240px; + position: relative; } + +#header h4 { + -webkit-margin-before: -0.8em; + -webkit-margin-after: 1.0em; } + +#title h1 { + text-align: left; + margin-bottom: 8px; + padding: 2px; + padding-top: 10px; + border-bottom: 1px solid #CCC; + line-height: 1.1em; } +#title i { + color: #A9A9A9; + font-size: 0.8em; } + +h2 { + font-weight: normal; + margin-bottom: 8px; + padding: 2px; + padding-top: 10px; + border-bottom: 1px solid #CCC; } + h2 small { + font-size: 0.8em; + color: #777; } + +h3 small { + font-size: 0.8em; + color: #777; } + +td { + padding: 5px; } + td.PASSED { + background-color: green; + color: white; } + td.FAILED { + background-color: red; + color: white; } + +a { + text-decoration: none; + color: #0078e7; } + +a, a:visited { + color: #0078e7; + background: inherit; } + +a:hover { + text-decoration: underline; + color: #0078e7; } + +#footer { + font-size: 80%; + border-top: 1px solid #CCC; } + +.footer-left { + text-align: left; + float: left; + width: 49%; } + +.footer-right { + display: block; + text-align: right; + float: right; + width: 49%; } + +img { + border-width: 0px; } + +.center { + text-align: center; } + +.big { + font-size: larger; } + +.small { + font-size: small; } + +.quote { + max-width: 75%; + text-align: center; } + +div.code, p code { + font-family: Monaco, Consolas, 'Lucida Console', "Droid Sans Mono", "DejaVu Sans Mono", Courier, monospace; + font-size: 14px; + background-color: #eee; + border: 1px solid #999; + padding: 0 2px; + margin: 0 2px; } + +div#sksoutput pre, div#sksoutput code { + font-size: 12px; } + +pre, pre.code { + font-family: Monaco, Consolas, 'Lucida Console', "Droid Sans Mono", "DejaVu Sans Mono", Courier, monospace; + font-size: 14px; + width: auto; + overflow: auto; + background-color: #eee; + color: inherit; + border: 1px solid #999; + line-height: 1.3em; + padding: 5px; } + +pre.code { + border: 0; } + +fieldset { + border: 1px dotted #bedce7; + padding: 10px 15px; + color: inherit; } + +h1 { + line-height: 1em; } + h1 a { + text-decoration: none; } + h1 small { + color: #777; + font-size: 0.7em; } + +h4 small { + line-height: 1; + color: #777; } + +table { + background: #fff; + margin-bottom: 1.25rem; + border: solid 1px #ddd; + table-layout: auto; } + table thead { + background: #f5f5f5; } + table tr:nth-of-type(even) { + background: #F9F9F9; } + +#form { + display: table; } + #form.extract { + max-width: 430px; + margin: 0 auto; } + #form.extract .options { + border: 1px solid #CCC; + display: inline-block; + float: left; + min-height: 120px; + padding: 5px; + margin: 5px 0; } + #form.extract .key { + width: 418px; + border: 1px solid #CCC; + padding: 5px; } + #form.extract .key .extract-field { + float: right; + width: 300px; } + #form.extract .key .extract-field-label { + text-align: right; + width: 100px; } + #form.extract .checkboxs input { + margin: 0; } + #form.extract .radio { + margin-left: 5px; } + #form.extract label { + margin-bottom: 3px; + display: inline-block; } + #form.extract label.checkbox, #form.extract label.key { + width: 165px; + margin: 5px; } + #form.extract label.checkbox, #form.extract label input { + text-align: right; } + #form.extract label.extract-field-label.fingerprint, #form.extract label.extract-field-label.hash, #form.extract label.extract-field-label.exact, #form.extract label.extract-field-label.mr { + text-align: right; + width: 165px; + margin-right: 5px; } + #form.extract div.buttons { + float: right; + padding-right: 10px; } + #form.submit { + width: 550px; + margin: 0 auto; } + #form.submit textarea { + margin-bottom: 5px; + width: 100%; + padding: 0px; } + #form.submit input { + float: right; + margin-right: 5px; } + +#menu { + border-bottom: 1px solid #CCC; + border-top: 1px solid #CCC; + font-size: 0.9em; + margin: 5px 0 20px 0; + padding-left: 5px; + line-height: 1.5em; } + #menu a { + font-weight: bold; } + +#menu-sub { + font-size: 0.8em; + margin: -20px 0 20px 0; + padding: 5px 10px; + line-height: 1em; + background-color: #eee; + border: 1px solid #ccc; + border-top: 0; } + +#news ul { + -webkit-padding-start: 0px; + border-top: 1px solid #CCC; } + #news ul p { + margin-left: 2em; + font-style: italic; } +#news li { + list-style-type: none; } +#news h2 { + padding: 0px; + border-bottom: none; } + +@media (max-width: 600px) { + #form.submit { + width: 99%; } + + .footer-left .small-hide { + display: none; } } +@media (max-width: 500px) { + #content { + max-width: 100%; } + + #form { + width: 100%; } + #form.extract { + width: 100%; } + #form.extract .key { + float: none; + display: table; + width: 95%; } + #form.extract .key .extract-field { + float: none; + width: 90%; + padding: 0 5px; } + #form.extract .key .extract-field-label { + text-align: left; } + #form.extract .checkboxs input { + float: left; } + #form.extract .options { + width: 95%; } + #form.extract .radio { + margin-left: 0px; } + #form.extract label.extract-field-label.fingerprint, #form.extract label.extract-field-label.hash, #form.extract label.extract-field-label.exact, #form.extract label.extract-field-label.mr { + text-align: left; + margin-left: 5px; + margin-right: 0px; } + #form.submit { + width: 99%; } } diff --git a/assets/img/clients/chatsecure_logo.png b/assets/img/clients/chatsecure_logo.png new file mode 100644 index 0000000..e51b711 Binary files /dev/null and b/assets/img/clients/chatsecure_logo.png differ diff --git a/assets/img/clients/conversations_logo.png b/assets/img/clients/conversations_logo.png new file mode 100644 index 0000000..df2d41b Binary files /dev/null and b/assets/img/clients/conversations_logo.png differ diff --git a/assets/img/clients/gajim_logo.png b/assets/img/clients/gajim_logo.png new file mode 100644 index 0000000..2d02d3b Binary files /dev/null and b/assets/img/clients/gajim_logo.png differ diff --git a/assets/img/clients/messages_logo.png b/assets/img/clients/messages_logo.png new file mode 100644 index 0000000..7005089 Binary files /dev/null and b/assets/img/clients/messages_logo.png differ diff --git a/assets/img/clients/psi_logo.png b/assets/img/clients/psi_logo.png new file mode 100644 index 0000000..ce28218 Binary files /dev/null and b/assets/img/clients/psi_logo.png differ diff --git a/assets/img/clients/spark_logo.png b/assets/img/clients/spark_logo.png new file mode 100644 index 0000000..a5f5e01 Binary files /dev/null and b/assets/img/clients/spark_logo.png differ diff --git a/assets/img/clients/swift_logo.svg b/assets/img/clients/swift_logo.svg new file mode 100644 index 0000000..1c06ad9 --- /dev/null +++ b/assets/img/clients/swift_logo.svg @@ -0,0 +1,3252 @@ + + + +image/svg+xml \ No newline at end of file diff --git a/assets/img/clients/xabber_logo.png b/assets/img/clients/xabber_logo.png new file mode 100644 index 0000000..e61cfc4 Binary files /dev/null and b/assets/img/clients/xabber_logo.png differ diff --git a/assets/img/clients/yaxim_logo.png b/assets/img/clients/yaxim_logo.png new file mode 100644 index 0000000..1c3a58d Binary files /dev/null and b/assets/img/clients/yaxim_logo.png differ diff --git a/assets/img/favicon.ico b/assets/img/favicon.ico new file mode 100644 index 0000000..1a2f39d Binary files /dev/null and b/assets/img/favicon.ico differ diff --git a/assets/img/xmpp_logo.png b/assets/img/xmpp_logo.png new file mode 100644 index 0000000..1a3110c Binary files /dev/null and b/assets/img/xmpp_logo.png differ diff --git a/assets/js/validator.js b/assets/js/validator.js new file mode 100644 index 0000000..2e8bb2b --- /dev/null +++ b/assets/js/validator.js @@ -0,0 +1,17 @@ +(function() { + 'use strict'; + window.addEventListener('load', function() { + // Fetch all the forms we want to apply custom Bootstrap validation styles to + var forms = document.getElementsByClassName('needs-validation'); + // Loop over them and prevent submission + var validation = Array.prototype.filter.call(forms, function(form) { + form.addEventListener('submit', function(event) { + if (form.checkValidity() === false) { + event.preventDefault(); + event.stopPropagation(); + } + form.classList.add('was-validated'); + }, false); + }); + }, false); +})(); -- cgit v1.2.3-59-ga6da