Skip to content

Commit

Permalink
Re-design to focus on JSON Schema
Browse files Browse the repository at this point in the history
Signed-off-by: Juan Cruz Viotti <[email protected]>
  • Loading branch information
jviotti committed Nov 12, 2024
1 parent 703088c commit 754ae6b
Show file tree
Hide file tree
Showing 23 changed files with 469 additions and 163 deletions.
7 changes: 6 additions & 1 deletion assets/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@

$blockquote-font-size: 16px;
$border-radius: 0;
$primary: #000;

// Configuration
@import "../vendor/bootstrap/scss/variables";
Expand All @@ -24,7 +25,7 @@ $border-radius: 0;
// @import "../vendor/bootstrap/scss/transitions";
// @import "../vendor/bootstrap/scss/dropdown";
// @import "../vendor/bootstrap/scss/button-group";
// @import "../vendor/bootstrap/scss/nav";
@import "../vendor/bootstrap/scss/nav";
@import "../vendor/bootstrap/scss/navbar";
// @import "../vendor/bootstrap/scss/card";
// @import "../vendor/bootstrap/scss/accordion";
Expand Down Expand Up @@ -61,6 +62,10 @@ $bootstrap-icons-font-dir: "./";
-webkit-text-fill-color: transparent;
}

.border-bottom-bg-light {
border-bottom-color: $light !important;
}

#jumbotron {
background-image: url(background.png);
background-position: center;
Expand Down
349 changes: 235 additions & 114 deletions content/_index.html

Large diffs are not rendered by default.

Binary file added content/alterschema.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions content/asyncapi.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified content/background.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 removed content/billgalloway58.jpeg
Binary file not shown.
Binary file modified content/blaze.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
56 changes: 56 additions & 0 deletions content/hero.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed content/jonthomason.jpeg
Binary file not shown.
Binary file added content/jsonschemacli.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 content/kinlane.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified content/learnjsonschema.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 removed content/markpesce.jpeg
Binary file not shown.
1 change: 1 addition & 0 deletions content/openapi.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions content/raml.svg
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 content/unifying.webp
Binary file not shown.
Loading

0 comments on commit 754ae6b

Please sign in to comment.