diff --git a/README.md b/README.md index 19c086e..d225ead 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,7 @@ Features ======== * Uses Bootstrap 3.3.5, jQuery 2.1.4. +* Uses FastClick for removing tap delay on mobile devices. * Smooth scrolling to sections. * Dynamic "back to top" button. * Resposnive site and favicon. diff --git a/css/main.min.css b/css/main.min.css index c17bed0..1bb8dbc 100644 --- a/css/main.min.css +++ b/css/main.min.css @@ -1,6 +1,6 @@ .content{margin:0 20%;}.content a{color:#000;border-bottom:1px solid #000;transition:.15s;}.content a:hover,.content a:focus{color:#456336;border-bottom:1px solid #456336;text-decoration:none}.content a:active{color:#588f3d;border-bottom:1px solid #588f3d}@media (max-width:992px){.content{margin:0 10%}}@media (max-width:768px){.content{margin:0 5%}}@media (max-width:480px){.content{margin:0 2%}} @font-face{font-family:"Titillium Web Regular";font-weight:500;src:local("Titillium Web Regular"),url("../fonts/titilliumweb/TitilliumWeb-Regular.ttf")}@font-face{font-family:"Titillium Web Italic";font-style:"italic";font-weight:500;src:local("Titillium Web Italic"),url("../fonts/titilliumweb/TitilliumWeb-Italic.ttf")}@font-face{font-family:"Titillium Web Bold";font-weight:700;src:local("Titillium Web Bold"),url("../fonts/titilliumweb/TitilliumWeb-Bold.ttf")}@font-face{font-family:"Titillium Web Bold Italic";font-style:"italic";font-weight:700;src:local("Titillium Web Bold Italic"),url("../fonts/titilliumweb/TitilliumWeb-BoldItalic.ttf")} footer{background-color:#2e2e2e;color:#999;text-align:center;padding:3rem 0;margin-top:3rem;}footer a{color:#e6e6e6;border-bottom:1px solid #e6e6e6;transition:.15s;}footer a:hover,footer a:focus{color:#b3b3b3;border-bottom:1px solid #b3b3b3;text-decoration:none}footer a:active{color:#808080;border-bottom:1px solid #808080} -.jumbotron{background-image:url("../media/background-home.png");background-size:cover;border-radius:0 !important;color:#fff;padding-top:25vh;margin:0 -15px !important;height:100vh;min-height:60rem;text-shadow:0 0 .5rem #000;}.jumbotron .btn{margin:4rem 4rem 0 4rem;font-size:2rem;transition:.15s}.jumbotron.reduced{padding-top:5rem;height:25vh;min-height:30rem}.jumbotron.downloads{background-image:url("../media/background-downloads.png")}.jumbotron.community{background-image:url("../media/gallery/1.png")}.jumbotron.credits{background-image:url("../media/gallery/2.png")}.jumbotron.customize{background-image:url("../media/gallery/3.png")}.jumbotron.irc{background-image:url("../media/gallery/4.png")}.jumbotron.development{background-image:url("../media/gallery/5.png")} -@font-face{font-family:"Titillium Web Regular";font-weight:500;src:local("Titillium Web Regular"),url("../fonts/titilliumweb/TitilliumWeb-Regular.ttf")}@font-face{font-family:"Titillium Web Italic";font-style:"italic";font-weight:500;src:local("Titillium Web Italic"),url("../fonts/titilliumweb/TitilliumWeb-Italic.ttf")}@font-face{font-family:"Titillium Web Bold";font-weight:700;src:local("Titillium Web Bold"),url("../fonts/titilliumweb/TitilliumWeb-Bold.ttf")}@font-face{font-family:"Titillium Web Bold Italic";font-style:"italic";font-weight:700;src:local("Titillium Web Bold Italic"),url("../fonts/titilliumweb/TitilliumWeb-BoldItalic.ttf")}.navbar{box-shadow:0 0 1rem #000}.navbar-brand{font-weight:700;color:#659b4b !important;}.navbar-brand img{margin-top:-1.7rem}.content{margin:0 20%;}.content a{color:#000;border-bottom:1px solid #000;transition:.15s;}.content a:hover,.content a:focus{color:#456336;border-bottom:1px solid #456336;text-decoration:none}.content a:active{color:#588f3d;border-bottom:1px solid #588f3d}@media (max-width:992px){.content{margin:0 10%}}@media (max-width:768px){.content{margin:0 5%}}@media (max-width:480px){.content{margin:0 2%}}.jumbotron{background-image:url("../media/background-home.png");background-size:cover;border-radius:0 !important;color:#fff;padding-top:25vh;margin:0 -15px !important;height:100vh;min-height:60rem;text-shadow:0 0 .5rem #000;}.jumbotron .btn{margin:4rem 4rem 0 4rem;font-size:2rem;transition:.15s}.jumbotron.reduced{padding-top:5rem;height:25vh;min-height:30rem}.jumbotron.downloads{background-image:url("../media/background-downloads.png")}.jumbotron.community{background-image:url("../media/gallery/1.png")}.jumbotron.credits{background-image:url("../media/gallery/2.png")}.jumbotron.customize{background-image:url("../media/gallery/3.png")}.jumbotron.irc{background-image:url("../media/gallery/4.png")}.jumbotron.development{background-image:url("../media/gallery/5.png")}footer{background-color:#2e2e2e;color:#999;text-align:center;padding:3rem 0;margin-top:3rem;}footer a{color:#e6e6e6;border-bottom:1px solid #e6e6e6;transition:.15s;}footer a:hover,footer a:focus{color:#b3b3b3;border-bottom:1px solid #b3b3b3;text-decoration:none}footer a:active{color:#808080;border-bottom:1px solid #808080}::-moz-selection{background-color:#659b4b;color:#fff}::selection{background-color:#659b4b;color:#fff}body{background-color:#f2f2f2;color:#333;cursor:default;font-family:"Titillium Web Regular",sans-serif}p,li{font-size:1.7rem}h1{font-weight:bold;font-size:5rem;margin:9rem 0 4.5rem 0;text-align:center}h2{font-weight:bold;font-size:3rem;margin:6rem 0 3rem 0}h3{font-size:2.6rem;margin:5rem 0 2.5rem 0}h4{margin:3rem 0 1.5rem 0;font-size:2.2rem}pre,code{background-color:#e2e2e2;border:1px solid #ccc;color:#333}.intro{margin-top:5rem;font-size:1.8rem;text-align:center}.center{text-align:center}.line{background-color:#bbb;height:1px;margin:4rem 0;width:100%}.inline{display:inline}.no-border,.thumbnail{border-bottom:none !important} +.jumbotron{background-image:url("../media/background-home.jpg");background-size:cover;border-radius:0 !important;color:#fff;padding-top:25vh;margin:0 -15px !important;height:100vh;min-height:60rem;text-shadow:0 0 .5rem #000;}.jumbotron .btn{margin:4rem 4rem 0 4rem;font-size:2rem;transition:.15s}.jumbotron.reduced{padding-top:5rem;height:25vh;min-height:30rem}.jumbotron.downloads{background-image:url("../media/background-downloads.jpg")}.jumbotron.community{background-image:url("../media/gallery/1.jpg")}.jumbotron.credits{background-image:url("../media/gallery/2.jpg")}.jumbotron.customize{background-image:url("../media/gallery/3.jpg")}.jumbotron.irc{background-image:url("../media/gallery/4.jpg")}.jumbotron.development{background-image:url("../media/gallery/5.jpg")} +@font-face{font-family:"Titillium Web Regular";font-weight:500;src:local("Titillium Web Regular"),url("../fonts/titilliumweb/TitilliumWeb-Regular.ttf")}@font-face{font-family:"Titillium Web Italic";font-style:"italic";font-weight:500;src:local("Titillium Web Italic"),url("../fonts/titilliumweb/TitilliumWeb-Italic.ttf")}@font-face{font-family:"Titillium Web Bold";font-weight:700;src:local("Titillium Web Bold"),url("../fonts/titilliumweb/TitilliumWeb-Bold.ttf")}@font-face{font-family:"Titillium Web Bold Italic";font-style:"italic";font-weight:700;src:local("Titillium Web Bold Italic"),url("../fonts/titilliumweb/TitilliumWeb-BoldItalic.ttf")}.navbar{box-shadow:0 0 1rem #000}.navbar-brand{font-weight:700;color:#659b4b !important;}.navbar-brand img{margin-top:-1.7rem}.content{margin:0 20%;}.content a{color:#000;border-bottom:1px solid #000;transition:.15s;}.content a:hover,.content a:focus{color:#456336;border-bottom:1px solid #456336;text-decoration:none}.content a:active{color:#588f3d;border-bottom:1px solid #588f3d}@media (max-width:992px){.content{margin:0 10%}}@media (max-width:768px){.content{margin:0 5%}}@media (max-width:480px){.content{margin:0 2%}}.jumbotron{background-image:url("../media/background-home.jpg");background-size:cover;border-radius:0 !important;color:#fff;padding-top:25vh;margin:0 -15px !important;height:100vh;min-height:60rem;text-shadow:0 0 .5rem #000;}.jumbotron .btn{margin:4rem 4rem 0 4rem;font-size:2rem;transition:.15s}.jumbotron.reduced{padding-top:5rem;height:25vh;min-height:30rem}.jumbotron.downloads{background-image:url("../media/background-downloads.jpg")}.jumbotron.community{background-image:url("../media/gallery/1.jpg")}.jumbotron.credits{background-image:url("../media/gallery/2.jpg")}.jumbotron.customize{background-image:url("../media/gallery/3.jpg")}.jumbotron.irc{background-image:url("../media/gallery/4.jpg")}.jumbotron.development{background-image:url("../media/gallery/5.jpg")}footer{background-color:#2e2e2e;color:#999;text-align:center;padding:3rem 0;margin-top:3rem;}footer a{color:#e6e6e6;border-bottom:1px solid #e6e6e6;transition:.15s;}footer a:hover,footer a:focus{color:#b3b3b3;border-bottom:1px solid #b3b3b3;text-decoration:none}footer a:active{color:#808080;border-bottom:1px solid #808080}::-moz-selection{background-color:#659b4b;color:#fff}::selection{background-color:#659b4b;color:#fff}body{background-color:#f2f2f2;color:#333;cursor:default;font-family:"Titillium Web Regular",sans-serif}p,li{font-size:1.7rem}h1{font-weight:bold;font-size:5rem;margin:9rem 0 4.5rem 0;text-align:center}h2{font-weight:bold;font-size:3rem;margin:6rem 0 3rem 0}h3{font-size:2.6rem;margin:5rem 0 2.5rem 0}h4{margin:3rem 0 1.5rem 0;font-size:2.2rem}pre,code{background-color:#e2e2e2;border:1px solid #ccc;color:#333}.intro{margin-top:5rem;font-size:1.8rem;text-align:center}.center{text-align:center}.line{background-color:#bbb;height:1px;margin:4rem 0;width:100%}.inline{display:inline}.no-border,.thumbnail{border-bottom:none !important} .navbar{box-shadow:0 0 1rem #000}.navbar-brand{font-weight:700;color:#659b4b !important;}.navbar-brand img{margin-top:-1.7rem} \ No newline at end of file diff --git a/css/stylus/jumbotron.styl b/css/stylus/jumbotron.styl index 0a3e8a3..d6ad825 100644 --- a/css/stylus/jumbotron.styl +++ b/css/stylus/jumbotron.styl @@ -1,7 +1,7 @@ // jumbotron.styl: Jumbotron .jumbotron - background-image url("../media/background-home.png") + background-image url("../media/background-home.jpg") background-size cover border-radius 0 !important color #fff @@ -22,19 +22,19 @@ min-height 30rem &.downloads - background-image url("../media/background-downloads.png") + background-image url("../media/background-downloads.jpg") &.community - background-image url("../media/gallery/1.png") + background-image url("../media/gallery/1.jpg") &.credits - background-image url("../media/gallery/2.png") + background-image url("../media/gallery/2.jpg") &.customize - background-image url("../media/gallery/3.png") + background-image url("../media/gallery/3.jpg") &.irc - background-image url("../media/gallery/4.png") + background-image url("../media/gallery/4.jpg") &.development - background-image url("../media/gallery/5.png") + background-image url("../media/gallery/5.jpg") diff --git a/index.html b/index.html index 4b37913..df912f8 100644 --- a/index.html +++ b/index.html @@ -59,38 +59,38 @@ title: Home - Minetest
- - + +
- - + +
- - + +
- - + +
- - + +
- - + +
diff --git a/media/background-downloads.jpg b/media/background-downloads.jpg new file mode 100644 index 0000000..cc1a26a Binary files /dev/null and b/media/background-downloads.jpg differ diff --git a/media/background-downloads.png b/media/background-downloads.png deleted file mode 100644 index 240d884..0000000 Binary files a/media/background-downloads.png and /dev/null differ diff --git a/media/background-home.jpg b/media/background-home.jpg new file mode 100644 index 0000000..4632283 Binary files /dev/null and b/media/background-home.jpg differ diff --git a/media/background-home.png b/media/background-home.png deleted file mode 100644 index 22b8398..0000000 Binary files a/media/background-home.png and /dev/null differ diff --git a/media/gallery/1.jpg b/media/gallery/1.jpg new file mode 100644 index 0000000..d65a2c2 Binary files /dev/null and b/media/gallery/1.jpg differ diff --git a/media/gallery/1.png b/media/gallery/1.png deleted file mode 100644 index 760033c..0000000 Binary files a/media/gallery/1.png and /dev/null differ diff --git a/media/gallery/2.jpg b/media/gallery/2.jpg new file mode 100644 index 0000000..2711ce4 Binary files /dev/null and b/media/gallery/2.jpg differ diff --git a/media/gallery/2.png b/media/gallery/2.png deleted file mode 100644 index 83abec3..0000000 Binary files a/media/gallery/2.png and /dev/null differ diff --git a/media/gallery/3.jpg b/media/gallery/3.jpg new file mode 100644 index 0000000..8b0f0a4 Binary files /dev/null and b/media/gallery/3.jpg differ diff --git a/media/gallery/3.png b/media/gallery/3.png deleted file mode 100644 index 0f85479..0000000 Binary files a/media/gallery/3.png and /dev/null differ diff --git a/media/gallery/4.jpg b/media/gallery/4.jpg new file mode 100644 index 0000000..2cb13c5 Binary files /dev/null and b/media/gallery/4.jpg differ diff --git a/media/gallery/4.png b/media/gallery/4.png deleted file mode 100644 index e161665..0000000 Binary files a/media/gallery/4.png and /dev/null differ diff --git a/media/gallery/5.jpg b/media/gallery/5.jpg new file mode 100644 index 0000000..5b03cef Binary files /dev/null and b/media/gallery/5.jpg differ diff --git a/media/gallery/5.png b/media/gallery/5.png deleted file mode 100644 index cd17278..0000000 Binary files a/media/gallery/5.png and /dev/null differ diff --git a/media/gallery/6.jpg b/media/gallery/6.jpg new file mode 100644 index 0000000..05b8c61 Binary files /dev/null and b/media/gallery/6.jpg differ diff --git a/media/gallery/6.png b/media/gallery/6.png deleted file mode 100644 index 7eacc94..0000000 Binary files a/media/gallery/6.png and /dev/null differ