+
Aakash Pawar, Designer
--
cgit v1.2.3
From da9cdfad6a87aa1105087533dc845675381b179a Mon Sep 17 00:00:00 2001
From: Marco Alexander Fischer
Date: Tue, 28 Aug 2018 11:47:07 +0200
Subject: Tried to fix bug
---
assets/css/style.css | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/assets/css/style.css b/assets/css/style.css
index 7fba7a9..5b59e26 100644
--- a/assets/css/style.css
+++ b/assets/css/style.css
@@ -98,5 +98,5 @@ a:hover {
}
#name {
- font-size: 12px;
+ font-size: 12px; !important;
}
\ No newline at end of file
--
cgit v1.2.3
From 4c37ce2f5990eaf0c2672cebe9ee4d8035109ac0 Mon Sep 17 00:00:00 2001
From: Marco Alexander Fischer
Date: Tue, 28 Aug 2018 11:49:00 +0200
Subject: Fixed a bug
---
assets/css/style.css | 4 ++--
index.html | 6 +++---
2 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/assets/css/style.css b/assets/css/style.css
index 5b59e26..c77ee98 100644
--- a/assets/css/style.css
+++ b/assets/css/style.css
@@ -97,6 +97,6 @@ a:hover {
-webkit-text-fill-color: transparent;
}
-#name {
- font-size: 12px; !important;
+.name {
+ font-size: 12px;
}
\ No newline at end of file
diff --git a/index.html b/index.html
index 5a5be67..98ad435 100644
--- a/index.html
+++ b/index.html
@@ -73,7 +73,7 @@
Team
-
Marvin Borner, Developer & Inventor
+
Marvin Borner, Developer & Inventor
@@ -82,7 +82,7 @@
-
Marco Alexander Fischer, Web Developer
+
Marco Alexander Fischer, Web Developer
@@ -91,7 +91,7 @@
-
Aakash Pawar, Designer
+
Aakash Pawar, Designer
--
cgit v1.2.3
From fcc56c85feca7ca927728abd539071cb40408766 Mon Sep 17 00:00:00 2001
From: Marco Alexander Fischer
Date: Tue, 28 Aug 2018 13:34:18 +0200
Subject: Removed Aakash Pawar's WhatsApp
---
index.html | 1 -
1 file changed, 1 deletion(-)
diff --git a/index.html b/index.html
index 98ad435..1f4813a 100644
--- a/index.html
+++ b/index.html
@@ -95,7 +95,6 @@
-
--
cgit v1.2.3
From 894b2a294b1d4045be731a4318edb5d06584769f Mon Sep 17 00:00:00 2001
From: Marco Alexander Fischer
Date: Tue, 28 Aug 2018 13:38:44 +0200
Subject: Removed Instagram Gradient
---
assets/css/style.css | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/assets/css/style.css b/assets/css/style.css
index c77ee98..0911473 100644
--- a/assets/css/style.css
+++ b/assets/css/style.css
@@ -91,12 +91,12 @@ a:hover {
}
}
-.fa-instagram:before {
+/* .fa-instagram:before {
background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
-
+*/
.name {
font-size: 12px;
}
\ No newline at end of file
--
cgit v1.2.3
From c2352260dea1bdd3af2f57e32cd51ddae7ab3137 Mon Sep 17 00:00:00 2001
From: Marvin Borner
Date: Tue, 28 Aug 2018 16:26:43 +0200
Subject: Create CNAME
---
CNAME | 1 +
1 file changed, 1 insertion(+)
create mode 100644 CNAME
diff --git a/CNAME b/CNAME
new file mode 100644
index 0000000..3137e29
--- /dev/null
+++ b/CNAME
@@ -0,0 +1 @@
+texx.me
\ No newline at end of file
--
cgit v1.2.3
From 4c39e2cf1c95f25124adf9c053ea05b9d4afc9c2 Mon Sep 17 00:00:00 2001
From: Marco Alexander Fischer
Date: Tue, 28 Aug 2018 16:41:36 +0200
Subject: Added colors to social buttons + fixed bugs
@marvinborner
---
assets/css/style.css | 28 ++++++++++++++++++++++------
index.html | 2 ++
2 files changed, 24 insertions(+), 6 deletions(-)
diff --git a/assets/css/style.css b/assets/css/style.css
index 0911473..9d83d77 100644
--- a/assets/css/style.css
+++ b/assets/css/style.css
@@ -14,8 +14,8 @@
}
html, body {
- min-height: 100vh;
- width: 100vw;
+ min-height: 100%;
+ width: 100%;
overflow: hidden;
}
@@ -25,8 +25,8 @@ html, body {
.ContentWrapper {
display: flex;
- min-height: 100vh;
- width: 100vw;
+ height: 100% !important;
+ width: 100%;
flex-direction: column;
flex-wrap: wrap;
justify-content: center;
@@ -91,12 +91,28 @@ a:hover {
}
}
-/* .fa-instagram:before {
+.fa-instagram:before {
background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
-*/
+
+.fa-whatsapp {
+ color: #25d366;
+}
+
+.fa-telegram-plane {
+ color: #0088cc;
+}
+
+.fa-envelope {
+ color: #f1ed21;
+}
+
+.fa-github {
+ color: #939393;
+}
+
.name {
font-size: 12px;
}
\ No newline at end of file
diff --git a/index.html b/index.html
index 1f4813a..0f658d6 100644
--- a/index.html
+++ b/index.html
@@ -79,6 +79,7 @@
+