commit 25af7ca47bc7c34cf8b3fe722e69e9b7a354bcfe Author: wsor Date: Thu Sep 3 22:46:24 2020 -0400 forked bc site from personal repo diff --git a/assets/home_1.png b/assets/home_1.png new file mode 100644 index 0000000..940619a Binary files /dev/null and b/assets/home_1.png differ diff --git a/assets/home_2.png b/assets/home_2.png new file mode 100644 index 0000000..2ada234 Binary files /dev/null and b/assets/home_2.png differ diff --git a/css/index.css b/css/index.css new file mode 100644 index 0000000..edc8329 --- /dev/null +++ b/css/index.css @@ -0,0 +1,44 @@ +.content{ + width: 95%; + margin: 20px auto; + text-align: center; + background: black; + border-radius: 25px; + border: 1px solid #bebebe; +} + + +/* Medium screens and above */ +@media (min-width: 768px) { + .content { + width: 40%; + } +} + + +.content p{ + padding: 20px 20px; +} + +.content img{ + max-width: 100%; + height: auto; +} + +.main{ + text-align: center; +} + +a{ + color: #bebebe; + text-decoration: none; +} + +a:hover{ + color: #4f8cc9; +} + +hr.formated_hr{ + width: 80%; + border-top: 1px solid #bebebe; +} diff --git a/css/main.css b/css/main.css new file mode 100644 index 0000000..c3dd1e1 --- /dev/null +++ b/css/main.css @@ -0,0 +1,73 @@ +body{ + background-color: #232323; + margin: 0; +} + +p{ + margin:0; + color: #bebebe; +} + +/*header css rules*/ +header{ + background-color: #181818; + border-bottom: 1px solid #bebebe; +} + +header::after{ + content: ''; + display: table; + clear: both; +} + +.header_container{ + width: 80%; + margin: 0 auto; + font-weight: 400; +} + +.logo{ + float: left; + padding: 10px 0; +} + +nav{ + float: right; +} + +nav ul{ + margin: 0; + padding: 0; + list-style: none; +} + +nav ul > li{ + display: inline-block; + margin-left: 5vw; + padding: 10px 0; +} + +nav ul > li > a{ + color: #bebebe; + text-decoration: none; + text-transform: uppercase; +} + +nav ul > li > a:hover{ + color: #4f8cc9; +} + +/* +html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption { + margin: 0; + padding: 0; + border: 0; + outline: 0; + font-size: 100%; + vertical-align: baseline; + background: transparent; +} + +> above use useful for slowly remove and testing to find out what is adding random space + +*/ \ No newline at end of file diff --git a/index.html b/index.html new file mode 100644 index 0000000..09bd56c --- /dev/null +++ b/index.html @@ -0,0 +1,48 @@ + + + + BlockCity homepage + + + + + +
+
+ + + +
+
+ +
+
+

Welcome to BlockCity's website!

+ +

Welcome to Our Main Page! To see some of the builds on the Builds page

+ +
+ +

Come and Visit Us!

+

Server Name: BlockCity Creative
+ Adress: nri.edgy.net
+ port: 30000

+

supporting connections from
minetest 0.4x
minetest 5x
and multicraft

+ +
+ +

Owned By: wsor and Edgy1(Trump)
+ Server Hosts: Edgy1, Maksym, wsor
+ Server Admin: wsor

+

Admins: wsor, meme_queen, Nezrok, ScoutTrooper, Odaxelagnia
+ Moderators: Gulf, Leutomazien, Olliy

+
+
+ + + diff --git a/liscense.txt b/liscense.txt new file mode 100644 index 0000000..4627cfb --- /dev/null +++ b/liscense.txt @@ -0,0 +1,21 @@ +The MIT License (MIT) + +Copyright (c) 2020 wsor aka wsor4035 + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. \ No newline at end of file