aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorHyTeYT2018-08-24 15:29:33 +0200
committerHyTeYT2018-08-24 15:29:33 +0200
commitedf7da32dd7cd67e74eeb35bb69f31698678a06f (patch)
treee057178c5163aaa41cd0792990ba88d9aac1fb0f
parentbfb9a35f0fd018bb38ca054e8036494f985f5b3f (diff)
Added animations & donation fabs
-rw-r--r--.idea/workspace.xml27
-rw-r--r--assets/css/style.css28
-rw-r--r--assets/images/logo.pngbin0 -> 9109 bytes
-rw-r--r--index.html17
4 files changed, 51 insertions, 21 deletions
diff --git a/.idea/workspace.xml b/.idea/workspace.xml
index 5f338f7..9f0783b 100644
--- a/.idea/workspace.xml
+++ b/.idea/workspace.xml
@@ -2,7 +2,7 @@
<project version="4">
<component name="ChangeListManager">
<list default="true" id="89028761-0eb6-45de-bb12-62124b9359e3" name="Default" comment="">
- <change afterPath="$PROJECT_DIR$/.idea/vcs.xml" afterDir="false" />
+ <change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
<change beforePath="$PROJECT_DIR$/assets/css/style.css" beforeDir="false" afterPath="$PROJECT_DIR$/assets/css/style.css" afterDir="false" />
<change beforePath="$PROJECT_DIR$/index.html" beforeDir="false" afterPath="$PROJECT_DIR$/index.html" afterDir="false" />
</list>
@@ -18,8 +18,8 @@
<file leaf-file-name="index.html" pinned="false" current-in-tab="false">
<entry file="file://$PROJECT_DIR$/index.html">
<provider selected="true" editor-type-id="text-editor">
- <state relative-caret-position="150">
- <caret line="10" column="4" selection-start-line="10" selection-start-column="4" selection-end-line="10" selection-end-column="4" />
+ <state relative-caret-position="390">
+ <caret line="26" column="4" selection-start-line="26" selection-start-column="4" selection-end-line="26" selection-end-column="4" />
</state>
</provider>
</entry>
@@ -27,17 +27,12 @@
<file leaf-file-name="style.css" pinned="false" current-in-tab="true">
<entry file="file://$PROJECT_DIR$/assets/css/style.css">
<provider selected="true" editor-type-id="text-editor">
- <state relative-caret-position="240">
- <caret line="16" column="26" selection-start-line="16" selection-start-column="26" selection-end-line="16" selection-end-column="26" />
+ <state relative-caret-position="285">
+ <caret line="19" column="21" selection-start-line="19" selection-start-column="21" selection-end-line="19" selection-end-column="21" />
</state>
</provider>
</entry>
</file>
- <file leaf-file-name="DE" pinned="false" current-in-tab="false">
- <entry file="file://$USER_HOME$/.cache/kioexec/krun/32172_0/DE">
- <provider selected="true" editor-type-id="text-editor" />
- </entry>
- </file>
</leaf>
</component>
<component name="Git.Settings">
@@ -169,12 +164,12 @@
<option name="number" value="Default" />
<option name="presentableId" value="Default" />
<updated>1535110182573</updated>
- <workItem from="1535110184007" duration="1548000" />
+ <workItem from="1535110184007" duration="5644000" />
</task>
<servers />
</component>
<component name="TimeTrackingManager">
- <option name="totallyTimeSpent" value="1548000" />
+ <option name="totallyTimeSpent" value="5644000" />
</component>
<component name="ToolWindowManager">
<frame x="0" y="0" width="1600" height="862" extended-state="6" />
@@ -221,15 +216,15 @@
</entry>
<entry file="file://$PROJECT_DIR$/index.html">
<provider selected="true" editor-type-id="text-editor">
- <state relative-caret-position="150">
- <caret line="10" column="4" selection-start-line="10" selection-start-column="4" selection-end-line="10" selection-end-column="4" />
+ <state relative-caret-position="390">
+ <caret line="26" column="4" selection-start-line="26" selection-start-column="4" selection-end-line="26" selection-end-column="4" />
</state>
</provider>
</entry>
<entry file="file://$PROJECT_DIR$/assets/css/style.css">
<provider selected="true" editor-type-id="text-editor">
- <state relative-caret-position="240">
- <caret line="16" column="26" selection-start-line="16" selection-start-column="26" selection-end-line="16" selection-end-column="26" />
+ <state relative-caret-position="285">
+ <caret line="19" column="21" selection-start-line="19" selection-start-column="21" selection-end-line="19" selection-end-column="21" />
</state>
</provider>
</entry>
diff --git a/assets/css/style.css b/assets/css/style.css
index 36e077f..34c4c15 100644
--- a/assets/css/style.css
+++ b/assets/css/style.css
@@ -12,7 +12,31 @@
body, * {
text-align: center;
- color: white;
- background-color: gray;
+ background-color: #282828;
font-family: Comfortaa;
+}
+
+body {
+ margin-top: 10rem;
+}
+
+.Main-Content {
+ color: white;
+}
+
+.Social {
+ font-size: 35px;
+}
+
+a:visited {
+ color: white;
+}
+
+a {
+ color: white;
+ transition: .5s;
+}
+
+a:hover {
+ color: #1457c6;
} \ No newline at end of file
diff --git a/assets/images/logo.png b/assets/images/logo.png
new file mode 100644
index 0000000..363970e
--- /dev/null
+++ b/assets/images/logo.png
Binary files differ
diff --git a/index.html b/index.html
index 1c87906..713db7c 100644
--- a/index.html
+++ b/index.html
@@ -8,11 +8,22 @@
<meta name="description" content="BEAM-Messenger - The future of secure and instant messaging. | BEAM-Messenger features highly secure AES256 encryption, instant messaging, status/story, file sharing and more!">
<link rel="stylesheet" href="./assets/css/style.css">
<link href="https://fonts.googleapis.com/css?family=Comfortaa" rel="stylesheet">
+ <link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.2.0/css/all.css" integrity="sha384-hWVjflwFxL6sNzntih27bfxkr27PmbbK/iSvJ+a4+0owXq79v+lsFkW54bOGbiDQ" crossorigin="anonymous">
<title>BEAM-Messenger</title>
</head>
<body>
-<h1>BEAM-Messenger</h1>
-<p>BEAM-Messenger isn't born yet.</p>
-<p>It's okay, we're excited, too. If you want, you can support us here:</p>
+<div class="Logo">
+ <img src="assets/images/logo.png">
+</div>
+<div class="Main-Content">
+ <h1>BEAM-Messenger</h1>
+ <p>BEAM-Messenger isn't born yet.</p>
+ <p>It's okay, we're excited, too. If you want, you can support us here:</p>
+</div>
+<div class="Social">
+ <a href="https://spectrocoin.com/en/integration/buttons/47657-VfniCDsqms.html" target="_blank"><i class="fab fa-bitcoin"></i></a>
+ <a href="https://www.paypal.me/marvinborner/5eur" target="_blank"><i class="fab fa-paypal"></i></a>
+</div>
+<div
</body>
</html> \ No newline at end of file