diff --git a/E-Cafe Website/Images/Background.jpg b/E-Cafe Website/Images/Background.jpg new file mode 100644 index 0000000..7018938 Binary files /dev/null and b/E-Cafe Website/Images/Background.jpg differ diff --git a/E-Cafe Website/Images/E-Cafe.png b/E-Cafe Website/Images/E-Cafe.png new file mode 100644 index 0000000..01beec4 Binary files /dev/null and b/E-Cafe Website/Images/E-Cafe.png differ diff --git a/E-Cafe Website/Images/E-CafeIcon.png b/E-Cafe Website/Images/E-CafeIcon.png new file mode 100644 index 0000000..28c3a96 Binary files /dev/null and b/E-Cafe Website/Images/E-CafeIcon.png differ diff --git a/E-Cafe Website/flagle.html b/E-Cafe Website/flagle.html new file mode 100644 index 0000000..2a0807b --- /dev/null +++ b/E-Cafe Website/flagle.html @@ -0,0 +1,33 @@ + + + + Flagle - E-Cafe + + + + + + +
+ +
+

+ Countryle +

+
+ 1 +
+
+ 2 +
+ + + + + \ No newline at end of file diff --git a/E-Cafe Website/gamedlestyles.css b/E-Cafe Website/gamedlestyles.css new file mode 100644 index 0000000..5c35d32 --- /dev/null +++ b/E-Cafe Website/gamedlestyles.css @@ -0,0 +1,24 @@ +section.gamedle-section { + background: rgb(42, 42, 42); + color: white; + margin: 2%; + display: flex; + flex-direction: row; +} + +section.gamedle-section div { + background: rgb(42, 42, 42); + color: white; + margin: 1%; + display: inline-block; + width: 10%; +} + +div.gamedle-section { + background: rgb(42, 42, 42); + color: white; + margin: 1%; + display: flex; + height: 5%; + font-size: 40px; +} \ No newline at end of file diff --git a/E-Cafe Website/games.html b/E-Cafe Website/games.html new file mode 100644 index 0000000..ff7fdf3 --- /dev/null +++ b/E-Cafe Website/games.html @@ -0,0 +1,34 @@ + + + + Games - E-Cafe + + + + +
+ +
+

+ Games +

+ + + + \ No newline at end of file diff --git a/E-Cafe Website/index.html b/E-Cafe Website/index.html new file mode 100644 index 0000000..28275bc --- /dev/null +++ b/E-Cafe Website/index.html @@ -0,0 +1,28 @@ + + + + Home - E-Cafe + + + +
+ +
+

+ E-Cafe +

+
+

Welcome to E-Cafe!
+ We're a small community with a Discord server, a Minecraft server

+
+ + + \ No newline at end of file diff --git a/E-Cafe Website/styles.css b/E-Cafe Website/styles.css new file mode 100644 index 0000000..82f2524 --- /dev/null +++ b/E-Cafe Website/styles.css @@ -0,0 +1,66 @@ +h1.title{ + font-size: 50px; + text-align: center; +} + +section.description { + text-align: center; + font-size: 25px; +} + +body { + background-image: url("Images/E-Cafe.png"); + background-repeat: no-repeat; + background-attachment: fixed; + background-size: cover; + color: white; + font-family: Helvetica, Neue, Helvetica, Arial, sans-serif; + margin: 0; + padding: 0; +} +header { + background-color: rgb(42, 42, 42); + background-image: url("Images/E-CafeIcon.png"); + background-repeat: no-repeat; + background-size: 5%; + background-position: center; + position: relative; + padding: 2%; +} + +ul { + margin: 0; + padding: 0; + list-style-type: none; +} + +li { + display: inline-block; + margin: 0 1% 0 0; + font-size: 40px; +} + +button { + background: rgb(42, 42, 42); + color: white; + transform: scale(3, 3); + width: 80px; + margin: 7%; + text-align: center; +} + +a { + text-decoration: none; + color: white; +} + +a:hover { + color: blue; +} + +iframe.discord { + margin-top: 20%; + display: flex; + justify-content: left; + margin-bottom: 0%; +} \ No newline at end of file