about summary refs log tree commit diff
diff options
context:
space:
mode:
authorEmile <hanemile@protonmail.com>2019-02-16 16:43:09 +0100
committerEmile <hanemile@protonmail.com>2019-02-16 16:43:09 +0100
commitef68f33b26cd7276a3a896807c101534b69a8143 (patch)
tree3ce4b2688543d08030e9d0da4da7f7ec048005e2
parent244b430ca8839a2b430b4fe36e2e7432a55a06af (diff)
little update
-rw-r--r--.docker-compose.yml.swpbin0 -> 12288 bytes
-rw-r--r--docker-compose.yml5
-rw-r--r--src/.main.go.swpbin0 -> 12288 bytes
-rw-r--r--src/contact.html16
-rw-r--r--src/index.html4
5 files changed, 2 insertions, 23 deletions
diff --git a/.docker-compose.yml.swp b/.docker-compose.yml.swp
new file mode 100644
index 0000000..1be4ad9
--- /dev/null
+++ b/.docker-compose.yml.swp
Binary files differdiff --git a/docker-compose.yml b/docker-compose.yml
deleted file mode 100644
index 1191630..0000000
--- a/docker-compose.yml
+++ /dev/null
@@ -1,5 +0,0 @@
-version: '3'
-
-services:
-  frontpage:
-    build: .
diff --git a/src/.main.go.swp b/src/.main.go.swp
new file mode 100644
index 0000000..bd222ac
--- /dev/null
+++ b/src/.main.go.swp
Binary files differdiff --git a/src/contact.html b/src/contact.html
index 540a44f..04a48e7 100644
--- a/src/contact.html
+++ b/src/contact.html
@@ -68,23 +68,11 @@
         <div class="col-md-4 mb-4">
             <div class="card h-100">
                 <div class="card-body">
-                    <h2 class="card-title">Telegram</h2>
+                    <h2 class="card-title">Twitter</h2>
                     <p class="card-text">This is the best way of asking questions: quick, fast and reliable!</p>
                 </div>
                 <div class="card-footer">
-                    <a href="http://t.me/hanemile" class="btn btn-primary">Write a telegram</a>
-                </div>
-            </div>
-        </div>
-
-        <div class="col-md-4 mb-4">
-            <div class="card h-100">
-                <div class="card-body">
-                    <h2 class="card-title">Git</h2>
-                    <p class="card-text">Found a bug, error or some other problem and want to inform me? Create a new issue!</p>
-                </div>
-                <div class="card-footer">
-                    <a href="https://git.darknebu.la/GalaxySimulator/GalaxySimulator-docker-compose/issues/new" class="btn btn-primary">Create a new issue</a>
+                    <a href="https://twitter.com/GalaxySimulator" class="btn btn-primary">Tweet a question</a>
                 </div>
             </div>
         </div>
diff --git a/src/index.html b/src/index.html
index 3bbcef0..7cb3503 100644
--- a/src/index.html
+++ b/src/index.html
@@ -44,10 +44,6 @@
               <a class="nav-link" href="contact.html">Contact</a>
             </li>
 
-            <li class="nav-item">
-              <a class="nav-link" href="redesign.html">Redesign</a>
-            </li>
-
           </ul>
         </div>
       </div>