mirror of https://github.com/ThmmyNoLife/mTHMMY
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
91 lines
3.3 KiB
91 lines
3.3 KiB
<!DOCTYPE html>
|
|
<html lang="en">
|
|
|
|
<head>
|
|
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
|
<meta name="description" content="">
|
|
<meta name="author" content="">
|
|
|
|
<!-- Favicon -->
|
|
<link rel="apple-touch-icon" sizes="180x180" href="favicon/apple-touch-icon.png">
|
|
<link rel="icon" type="image/png" sizes="32x32" href="favicon/favicon-32x32.png">
|
|
<link rel="icon" type="image/png" sizes="16x16" href="favicon/favicon-16x16.png">
|
|
<link rel="manifest" href="favicon/site.webmanifest">
|
|
<link rel="shortcut icon" href="favicon/favicon.ico">
|
|
<meta name="msapplication-TileColor" content="#da532c">
|
|
<meta name="msapplication-config" content="favicon/browserconfig.xml">
|
|
<meta name="theme-color" content="#ffffff">
|
|
|
|
<title>mTHMMY</title>
|
|
|
|
<!-- Bootstrap core CSS -->
|
|
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css" integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO" crossorigin="anonymous">
|
|
|
|
<!-- Custom fonts -->
|
|
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.3.1/css/all.css" integrity="sha384-mzrmE5qonljUremFsqc01SB46JvROS7bZs3IO2EmfFsd15uHvIt+Y8vEf7N7fWAU" crossorigin="anonymous">
|
|
<link href="https://fonts.googleapis.com/css?family=Roboto" rel="stylesheet">
|
|
|
|
<!-- Plugin CSS -->
|
|
<link rel="stylesheet" href="device-mockups/device-mockups.min.css">
|
|
|
|
<!-- Custom styles -->
|
|
<link href="css/style.min.css" rel="stylesheet">
|
|
|
|
</head>
|
|
|
|
<body id="page-top">
|
|
<header class="masthead">
|
|
<div class="container h-100">
|
|
<div class="row h-100">
|
|
<div class="col-lg-7 my-auto">
|
|
<div class="header-content">
|
|
<h1 class="mb-5">mTHMMY is a mobile app for thmmy.gr!</h1>
|
|
<div class="mx-auto" id="badge">
|
|
<a href="https://github.com/THMMYgr/mTHMMY/releases/latest"><img src="img/get-it-on-github-badge.png" alt="Download" height="120"></a>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="col-lg-5 my-auto">
|
|
<div class="device-container">
|
|
<img src="img/mockup.png" class="img-fluid" alt="">
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</header>
|
|
|
|
<footer>
|
|
<div class="container">
|
|
<ul class="list-inline list-social">
|
|
<li class="list-inline-item social-github">
|
|
<a href="https://github.com/THMMYgr/mTHMMY">
|
|
<i class="fab fa-github"></i>
|
|
</a>
|
|
</li>
|
|
<li class="list-inline-item social-discord">
|
|
<a href="https://discord.gg/CVt3yrn">
|
|
<i class="fab fa-discord"></i>
|
|
</a>
|
|
</li>
|
|
<li class="list-inline-item social-mail">
|
|
<a href="mailto:contact@thmmy.gr">
|
|
<i class="fa fa-envelope"></i>
|
|
</a>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
<div class="container">
|
|
<p>© THMMYgr 2024. All Rights Reserved.</p>
|
|
<ul class="list-inline">
|
|
<li class="list-inline-item">
|
|
<a href="https://github.com/THMMYgr/mTHMMY/blob/develop/PRIVACY.md">Privacy Policy</a>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</footer>
|
|
|
|
</body>
|
|
|
|
</html>
|
|
|