This commit is contained in:
Aravinth Manivannan 2022-08-06 21:24:31 +05:30
commit 6cc9f7c393
Signed by: realaravinth
GPG Key ID: AD9F0F08E855ED88
9 changed files with 230 additions and 0 deletions

132
index.html Normal file
View File

@ -0,0 +1,132 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=, initial-scale=1.0" />
<title>Mystiq | Hyper-localized Social Media</title>
</head>
<body>
<header>
<nav>
<ul>
<li>
<a class="nav-link" href="#home">HOME</a>
<a class="nav-link" href="#about-us">ABOUT US</a>
<a class="nav-link" href="#contact">CONTACT</a>
</li>
</ul>
</nav>
</header>
<section id="home" class="hero">
<div class="text">
<h1>Chat Privately</h1>
<p>Coming soon...</p>
</div>
<div class="elipse">
<svg
width="775"
height="801"
viewBox="0 0 775 801"
fill="none"
xmlns="http://www.w3.org/2000/svg"
>
<path
d="M109.01 649.842C-281.638 203.861 486.238 -204.683 716.061 -434.506C945.885 -664.33 1318.5 -664.33 1548.33 -434.507C1778.15 -204.683 1778.15 167.935 1548.33 397.758C1318.5 627.582 539.284 1015.77 109.01 649.842Z"
fill="#FF426F"
/>
</svg>
</div>
</section>
</body>
<style>
@font-face {
font-family: "Orbitron-Regular";
src: url("/static/fonts/Orbitron-Regular.ttf");
}
* {
margin: 0;
padding: 0;
font-family: Arial, Helvetica, sans-serif;
}
body {
background-color: #0c0c15;
height: 100vh;
}
nav {
height: 40px;
width: 100%;
display: flex;
align-items: center;
justify-content: space-around;
}
.nav-link,
nav-link:visited {
color: #fff;
text-decoration: none;
margin: auto 10px;
font-size: 1rem;
}
.ellipse > svg {
display: inline;
z-index: 3;
}
.brand-name {
color: #fff;
}
.text > h1 {
color: #ff426f;
font-size: 6rem;
font-style: italic;
}
section {
margin: 50px 0;
}
#contact {
display: flex;
flex-direction: column;
align-items: center;
}
h2 {
color: #fff;
font-size: 3rem;
}
p {
color: #9ca3af;
}
.hero {
display: flex;
flex-direction: row;
width: 100%;
margin: auto;
}
.text {
flex: 1;
margin: auto;
margin-left: 150px;
}
.text > h1 {
width: 50px;
}
/*
width: 1784.5px;
height: 1231.25px;
left: 2629.46px;
top: -18.37px;
background: #FF426F;
transform: rotate(135deg);
*/
</style>
</html>

93
static/fonts/OFL.txt Normal file
View File

@ -0,0 +1,93 @@
Copyright (c) 2009, Matt McInerney (matt@pixelspread.com),
with Reserved Font Name Orbitron.
This Font Software is licensed under the SIL Open Font License, Version 1.1.
This license is copied below, and is also available with a FAQ at:
http://scripts.sil.org/OFL
-----------------------------------------------------------
SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007
-----------------------------------------------------------
PREAMBLE
The goals of the Open Font License (OFL) are to stimulate worldwide
development of collaborative font projects, to support the font creation
efforts of academic and linguistic communities, and to provide a free and
open framework in which fonts may be shared and improved in partnership
with others.
The OFL allows the licensed fonts to be used, studied, modified and
redistributed freely as long as they are not sold by themselves. The
fonts, including any derivative works, can be bundled, embedded,
redistributed and/or sold with any software provided that any reserved
names are not used by derivative works. The fonts and derivatives,
however, cannot be released under any other type of license. The
requirement for fonts to remain under this license does not apply
to any document created using the fonts or their derivatives.
DEFINITIONS
"Font Software" refers to the set of files released by the Copyright
Holder(s) under this license and clearly marked as such. This may
include source files, build scripts and documentation.
"Reserved Font Name" refers to any names specified as such after the
copyright statement(s).
"Original Version" refers to the collection of Font Software components as
distributed by the Copyright Holder(s).
"Modified Version" refers to any derivative made by adding to, deleting,
or substituting -- in part or in whole -- any of the components of the
Original Version, by changing formats or by porting the Font Software to a
new environment.
"Author" refers to any designer, engineer, programmer, technical
writer or other person who contributed to the Font Software.
PERMISSION & CONDITIONS
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Font Software, to use, study, copy, merge, embed, modify,
redistribute, and sell modified and unmodified copies of the Font
Software, subject to the following conditions:
1) Neither the Font Software nor any of its individual components,
in Original or Modified Versions, may be sold by itself.
2) Original or Modified Versions of the Font Software may be bundled,
redistributed and/or sold with any software, provided that each copy
contains the above copyright notice and this license. These can be
included either as stand-alone text files, human-readable headers or
in the appropriate machine-readable metadata fields within text or
binary files as long as those fields can be easily viewed by the user.
3) No Modified Version of the Font Software may use the Reserved Font
Name(s) unless explicit written permission is granted by the corresponding
Copyright Holder. This restriction only applies to the primary font name as
presented to the users.
4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font
Software shall not be used to promote, endorse or advertise any
Modified Version, except to acknowledge the contribution(s) of the
Copyright Holder(s) and the Author(s) or with their explicit written
permission.
5) The Font Software, modified or unmodified, in part or in whole,
must be distributed entirely under this license, and must not be
distributed under any other license. The requirement for fonts to
remain under this license does not apply to any document created
using the Font Software.
TERMINATION
This license becomes null and void if any of the above conditions are
not met.
DISCLAIMER
THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE
COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL
DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM
OTHER DEALINGS IN THE FONT SOFTWARE.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

BIN
static/fonts/orbitron.zip Normal file

Binary file not shown.

BIN
static/img/logo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.9 KiB

5
static/img/logo.svg Normal file
View File

@ -0,0 +1,5 @@
<svg width="600" height="600" viewBox="0 0 600 600" fill="none" xmlns="http://www.w3.org/2000/svg">
<rect width="600" height="600" fill="white"/>
<path d="M300 524C441.376 524 556 423.712 556 300C556 176.288 441.376 76 300 76C158.624 76 44 176.288 44 300C44 356.32 67.776 407.84 107.04 447.2C103.936 479.712 93.696 515.36 82.368 542.112C79.84 548.064 84.736 554.72 91.104 553.696C163.296 541.856 206.208 523.68 224.864 514.208C249.373 520.745 274.634 524.037 300 524V524Z" fill="black"/>
<path d="M125.48 341V283.4H136.44L158.04 309.16L179.56 283.4H190.6V341H180.92V296.84L158.04 324.12L135.08 296.92V341H125.48ZM222.579 341V319.4L196.019 283.4H207.379L227.459 308.68L247.379 283.4H258.899L232.259 319.48V341H222.579ZM273.304 341C271.33 341 269.517 340.52 267.864 339.56C266.264 338.6 264.984 337.293 264.024 335.64C263.064 333.987 262.584 332.173 262.584 330.2V326.36H272.184V329.88C272.184 330.307 272.317 330.653 272.584 330.92C272.85 331.187 273.197 331.32 273.624 331.32H308.984C309.41 331.32 309.757 331.187 310.024 330.92C310.344 330.653 310.504 330.307 310.504 329.88V318.44C310.504 318.067 310.344 317.747 310.024 317.48C309.757 317.16 309.41 317 308.984 317H273.304C271.33 317 269.517 316.52 267.864 315.56C266.264 314.6 264.984 313.32 264.024 311.72C263.064 310.067 262.584 308.253 262.584 306.28V294.2C262.584 292.227 263.064 290.413 264.024 288.76C264.984 287.107 266.264 285.8 267.864 284.84C269.517 283.88 271.33 283.4 273.304 283.4H309.384C311.357 283.4 313.144 283.88 314.744 284.84C316.397 285.8 317.704 287.107 318.664 288.76C319.677 290.413 320.184 292.227 320.184 294.2V298.04H310.504V294.52C310.504 294.093 310.344 293.747 310.024 293.48C309.757 293.213 309.41 293.08 308.984 293.08H273.624C273.197 293.08 272.85 293.213 272.584 293.48C272.317 293.747 272.184 294.093 272.184 294.52V305.96C272.184 306.333 272.317 306.68 272.584 307C272.85 307.267 273.197 307.4 273.624 307.4H309.384C311.357 307.4 313.144 307.88 314.744 308.84C316.397 309.8 317.704 311.107 318.664 312.76C319.677 314.36 320.184 316.147 320.184 318.12V330.2C320.184 332.173 319.677 333.987 318.664 335.64C317.704 337.293 316.397 338.6 314.744 339.56C313.144 340.52 311.357 341 309.384 341H273.304ZM349.959 341V293.08H325.959V283.4H383.559V293.08H359.559V341H349.959ZM388.903 341V283.4H398.423V341H388.903ZM452.732 341V333.56L464.092 329.8V331.32H471.132V341H452.732ZM417.292 341C415.319 341 413.505 340.52 411.852 339.56C410.199 338.6 408.892 337.293 407.932 335.64C406.972 333.987 406.492 332.173 406.492 330.2V294.2C406.492 292.227 406.972 290.413 407.932 288.76C408.892 287.107 410.199 285.8 411.852 284.84C413.505 283.88 415.319 283.4 417.292 283.4H453.292C455.265 283.4 457.052 283.88 458.652 284.84C460.305 285.8 461.612 287.107 462.572 288.76C463.585 290.413 464.092 292.227 464.092 294.2V330.2C464.092 332.173 463.585 333.987 462.572 335.64C461.612 337.293 460.305 338.6 458.652 339.56C457.052 340.52 455.265 341 453.292 341H417.292ZM417.532 331.32H452.972C453.345 331.32 453.665 331.187 453.932 330.92C454.252 330.653 454.412 330.307 454.412 329.88V294.52C454.412 294.093 454.252 293.747 453.932 293.48C453.665 293.213 453.345 293.08 452.972 293.08H417.532C417.159 293.08 416.812 293.213 416.492 293.48C416.225 293.747 416.092 294.093 416.092 294.52V329.88C416.092 330.307 416.225 330.653 416.492 330.92C416.812 331.187 417.159 331.32 417.532 331.32Z" fill="white"/>
</svg>

After

Width:  |  Height:  |  Size: 3.3 KiB