diff --git a/chat-app/static/css/main.css b/chat-app/static/css/main.css index 596c5de..491edb8 100644 --- a/chat-app/static/css/main.css +++ b/chat-app/static/css/main.css @@ -57,17 +57,18 @@ div { padding: 1em 1.25em; margin-right: 1em; box-sizing: border-box; - font-famil: monospace !important; + font-family: monospace !important; } -.chat-input > form > submit { - background-color: #020a03; - border: none; +.chat-input > form > input[type=submit] { + background-color: #dacaae; + border: 1px solid #010a02; border-radius: 5px; - color: #fffbf6; + color: #0c0b09; font-weight: bold; padding: 0.75em 1em; margin-right: 0; } + .chat-input > form > input[name="chatter"] { width: 20%; border: 1px solid #020a03; @@ -109,12 +110,12 @@ div { } .chat-input > form > input[name="message"] { - width: 60%; + width: 65%; order: 2; } .chat-input > form > input[type=submit] { - width: 34%; + width: 30%; order: 3; } } diff --git a/slides/deployment.html b/slides/deployment.html index 8360903..38d279c 100644 --- a/slides/deployment.html +++ b/slides/deployment.html @@ -35,10 +35,9 @@

Dave Smith-Hayes

@@ -65,16 +64,27 @@
+
+ +
+

Deployment Methods

+

Doing it Yourself

+

What do you need?

+
+

How Dokku Works

+ +
+ +
+

Builders

+ +
+ +
+

Plugins

+ +
+ +
+

Demo

+
+

Anatomy of the Server

Anatomy of the Application