-
-
North Bay Python
- The Python conference in a live music venue
-
-
-
-
-
- The Mystic Theatre
- Petaluma, California
-
-
-
- November 3 & 4, 2018
- Tickets on sale now!
-
-
-
-
-
+
+
North Bay
+ Python
+
+ A one-track Python conference, north of the Golden Gate.
+ November 2 & 3, 2019.
+ Mystic Theatre, Petaluma, California
+
-
diff --git a/static/scss/custom.scss b/static/scss/custom.scss
index 7851449..b5d9568 100644
--- a/static/scss/custom.scss
+++ b/static/scss/custom.scss
@@ -189,6 +189,18 @@ $homepage-block-min-height: 480px;
min-height: ($homepage-block-min-height - 80px);
}
+
+.homepage-block-content-cloudsep {
+ min-height: ($homepage-block-min-height - 200px);
+}
+
+
+.homepage-block-bloop {
+ min-height: 120px;
+}
+
+
+
/* ??? */
.homepage-block-footer {
@@ -304,7 +316,7 @@ $homepage-block-min-height: 480px;
height: 100%;
}
-.floop {
+.grey-gradient {
background-size: 100%;
background-position: bottom;
@@ -476,7 +488,7 @@ span.date {
footer .footer-copy {
margin-left: 1em;
-
+
p {
font-size: 16px;
}
@@ -522,8 +534,18 @@ footer .footer-copy {
}
}
+.homepage-title {
+ font-weight: 600;
+}
+
.homepage-subtitle {
font-size: $font-size-h3;
+ line-height: 1.25;
+ font-weight: 300;
+
+ .wrap-break {
+ display: inline-block;
+ }
}
.navbar-toggle {