diff --git a/site/css/style.css b/site/css/style.css new file mode 100644 index 0000000..51d32ff --- /dev/null +++ b/site/css/style.css @@ -0,0 +1,50 @@ +body{ + background-color: #ececec; +} +.mdl-layout__header{ + background-color: #fff; +} +.mdl-layout__header .mdl-navigation__link{ + color: #4b4c4d; + font-size: 1.3rem; + +} +.logo{ + margin-top:50px; +} +.slide{ + background: url("../images/bgfirebase.jpg") no-repeat center/cover; + height: 500px; + width: 100%; +} +.container{ + width: 90%; + margin:0 auto; + height: 500px; /*provicional*/ +} +.comunidad{ + margin-top: 30px; +} + +.comunidad img{ + width:120px; + height: 120px; +} +.comunidad a { + text-decoration: none; + color:#4b4c4d; +} +.redes{ + margin-top:100px; +} +footer{ + display: flex; + background-color: #fff; + color:#4b4c4d; + height: 70px; + align-items: center; +} +.texto{ + margin:30px auto; + font-size: 1.3rem; +} \ No newline at end of file diff --git a/site/images/bgfirebase.jpg b/site/images/bgfirebase.jpg new file mode 100644 index 0000000..73a882b Binary files /dev/null and b/site/images/bgfirebase.jpg differ diff --git a/site/images/favicon.ico b/site/images/favicon.ico new file mode 100644 index 0000000..7a1491e Binary files /dev/null and b/site/images/favicon.ico differ diff --git a/site/images/firebaseve-logo.png b/site/images/firebaseve-logo.png new file mode 100644 index 0000000..fc494a8 Binary files /dev/null and b/site/images/firebaseve-logo.png differ diff --git a/site/images/github.png b/site/images/github.png new file mode 100644 index 0000000..e1a851b Binary files /dev/null and b/site/images/github.png differ diff --git a/site/images/logo.png b/site/images/logo.png new file mode 100644 index 0000000..26ef7f5 Binary files /dev/null and b/site/images/logo.png differ diff --git a/site/images/logo2.png b/site/images/logo2.png new file mode 100644 index 0000000..fc494a8 Binary files /dev/null and b/site/images/logo2.png differ diff --git a/site/images/telegram.png b/site/images/telegram.png new file mode 100644 index 0000000..81d389f Binary files /dev/null and b/site/images/telegram.png differ diff --git a/site/images/twitter.png b/site/images/twitter.png new file mode 100644 index 0000000..58dc996 Binary files /dev/null and b/site/images/twitter.png differ diff --git a/site/images/youtube.png b/site/images/youtube.png new file mode 100644 index 0000000..b51f0d6 Binary files /dev/null and b/site/images/youtube.png differ diff --git a/site/index.html b/site/index.html new file mode 100644 index 0000000..2f68016 --- /dev/null +++ b/site/index.html @@ -0,0 +1,73 @@ + + + + FirebaseVE | Comunidad + + + + + + + + + + + +
+
+
+ Inicio + Comunidad +
+ + +
+ Foro + Live +
+
+
+ FirebaseVe + +
+
+
+ +
+
+
+

ƚnete a nuestra Comunidad

+
+
+ +

@firebaseVe

+
+
+ +

@firebaseVe

+
+
+ +

Telegram

+
+
+ +

Youtube

+
+ +
+
+
+
+ +
+
+ + \ No newline at end of file