diff --git a/public/css/blocks.css b/public/css/blocks.css index 3ce2b17..f06a4fc 100644 --- a/public/css/blocks.css +++ b/public/css/blocks.css @@ -60,6 +60,7 @@ .nice-select:after { border-bottom: 2px solid #ccc; border-right: 2px solid #ccc; + content: ''; display: block; height: 10px; diff --git a/public/img/pyweek-banner.jpg b/public/img/pyweek-banner.jpg new file mode 100644 index 0000000..cc211b9 Binary files /dev/null and b/public/img/pyweek-banner.jpg differ diff --git a/public/img/pyweek-poster.png b/public/img/pyweek-poster.png new file mode 100644 index 0000000..873a6f2 Binary files /dev/null and b/public/img/pyweek-poster.png differ diff --git a/public/index.css b/public/index.css new file mode 100644 index 0000000..55607a8 --- /dev/null +++ b/public/index.css @@ -0,0 +1,37 @@ +* { + margin: 0; + padding: 0; + box-sizing: border-box; +} + +div.video{ + width: 100%; + display: flex; + flex-direction: column; + justify-content: center; + align-items: center; + +} + +div.video img{ + margin-top: 40px; + height: 30em; + width: 100%; + + @media (max-width: 500px) { + margin-top: 80px; + + } + +} +div.video a { + text-decoration: none; + color: #fff; + background-color: #000; + padding: 10px 20px; + border-radius: 5px; + font-size: 1.2rem; + cursor: pointer; + text-align: center; + margin: 10px auto; +} diff --git a/public/index.html b/public/index.html index b3bfdb7..9ac91c7 100644 --- a/public/index.html +++ b/public/index.html @@ -37,6 +37,7 @@ + @@ -130,11 +131,24 @@ })