diff options
-rw-r--r-- | assets/css/style.css | 9 | ||||
-rw-r--r-- | assets/images/favicon.png | bin | 0 -> 13176 bytes | |||
-rw-r--r-- | assets/images/logo.png | bin | 9109 -> 23015 bytes | |||
-rw-r--r-- | index.html | 13 |
4 files changed, 12 insertions, 10 deletions
diff --git a/assets/css/style.css b/assets/css/style.css index 6d2bab6..3526f72 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -10,7 +10,7 @@ * { text-align: center; background-color: #282828; - font-family: Comfortaa, serif; + font-family: Mukta, serif; } html, body { @@ -82,7 +82,7 @@ a { } a:hover { - color: #3E4DF0; + color: #FB5D5E; } @media only screen and (max-width: 500px) { @@ -117,6 +117,7 @@ a:hover { font-size: 12px; } -.social-buttons { - +.logo-img { + width: 100%; + height: auto; }
\ No newline at end of file diff --git a/assets/images/favicon.png b/assets/images/favicon.png Binary files differnew file mode 100644 index 0000000..4e207cf --- /dev/null +++ b/assets/images/favicon.png diff --git a/assets/images/logo.png b/assets/images/logo.png Binary files differindex 363970e..0eb2db1 100644 --- a/assets/images/logo.png +++ b/assets/images/logo.png @@ -7,14 +7,15 @@ content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0"> <meta http-equiv="X-UA-Compatible" content="ie=edge"> <meta name="description" - content="Texx - The future of secure and instant messaging. | Texx features highly secure AES256 encryption, instant messaging, status/story, file sharing and more!"> + content="texx - The future of secure and instant messaging. | Texx features highly secure AES256 encryption, instant messaging, status/story, file sharing and more!"> <link rel="stylesheet" href="./assets/css/style.css"> - <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Comfortaa"> + <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Mukta"> <link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.2.0/css/all.css" integrity="sha384-hWVjflwFxL6sNzntih27bfxkr27PmbbK/iSvJ+a4+0owXq79v+lsFkW54bOGbiDQ" crossorigin="anonymous"> - <link rel="shortcut icon" type="image/x-icon" href="./assets/images/logo.png"> - <title>Texx</title> + <link rel="shortcut icon" type="image/x-icon" href="./assets/images/favicon.png"> + <body oncontextmenu="return false"> + <title>texx</title> </head> <body class="pageWrapper"> @@ -23,7 +24,7 @@ <div class="slide"> <div class="ContentWrapper"> <div class="Logo"> - <img src="assets/images/logo.png"> + <img src="assets/images/logo.png" alt="texx" class="logo-img"> </div> <div class="Main-Content"> <h1>Texx</h1> @@ -49,7 +50,7 @@ <div class="About"> <div class="AboutBox"> <i class="fas fa-check-circle"></i> - <h2>What is Texx?</h2> + <h2>What is texx?</h2> <p>Texx is an advanced network for social interactions.</p> </div> <br> |