mirror of
https://github.com/erkkiai/website.git
synced 2024-11-21 13:10:19 +00:00
Initial Commit
This commit is contained in:
commit
3f33b93adc
5
.htaccess
Normal file
5
.htaccess
Normal file
@ -0,0 +1,5 @@
|
||||
ServerSignature off
|
||||
|
||||
#Deny displaying directory tree
|
||||
IndexIgnore */*
|
||||
Options -Indexes
|
6
.vscode/settings.json
vendored
Normal file
6
.vscode/settings.json
vendored
Normal file
@ -0,0 +1,6 @@
|
||||
{
|
||||
"files.trimTrailingWhitespace": true,
|
||||
"files.insertFinalNewline": true,
|
||||
"files.trimFinalNewlines": true,
|
||||
"editor.renderFinalNewline": false
|
||||
}
|
83
index.html
Normal file
83
index.html
Normal file
@ -0,0 +1,83 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>ErkkiAI™</title>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="robots" content="noodp,noarchive">
|
||||
<meta name="google" content="notranslate">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
|
||||
<style>
|
||||
* {
|
||||
box-sizing: border-box;
|
||||
}
|
||||
/*@font-face {
|
||||
font-family: "Akashi";
|
||||
src: url("assets/fonts/Akashi.ttf");
|
||||
}*/
|
||||
@font-face {
|
||||
font-family: "Roboto Medium";
|
||||
src: url("assets/fonts/Roboto-Medium.ttf");
|
||||
}
|
||||
html, body {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
body {
|
||||
background-image: linear-gradient(to bottom right, #111111, #000000);
|
||||
margin: 0;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
}
|
||||
* {
|
||||
font-family: "Roboto Medium", sans-serif;
|
||||
}
|
||||
*, *:active, *:focus, *:hover, *:visited, *:link {
|
||||
color: #ffffff;
|
||||
text-decoration: none;
|
||||
text-align: center;
|
||||
}
|
||||
.emoji *, .emoji *:active, .emoji *:focus, .emoji *:hover, .emoji *:visited, .emoji *:link {
|
||||
font-family: initial;
|
||||
}
|
||||
h1 {
|
||||
/*font-family: "Akashi", sans-serif;*/
|
||||
font-size: 3em;
|
||||
margin-bottom: 0;
|
||||
/*background-image: url(/assets/images/logo-light.svg);
|
||||
background-repeat: no-repeat;
|
||||
background-position: center;
|
||||
background-size: contain;
|
||||
color: transparent !important;*/
|
||||
user-select: none;
|
||||
}
|
||||
main, footer {
|
||||
font-size: 1.5em;
|
||||
}
|
||||
</style>
|
||||
|
||||
<!-- Link: Preconnect & DNS Prefetch & Preload -->
|
||||
<link rel="preconnect" href="//cdn.cwinfo.net">
|
||||
<link rel="dns-prefetch" href="//cdn.cwinfo.net">
|
||||
<link rel="preload" as="font" type="font/woff2" href="https://cdn.cwinfo.net/frameworks/font-awesome/6.5.2/webfonts/fa-solid-900.woff2" crossorigin="anonymous">
|
||||
<link rel="preload" as="style" href="https://cdn.cwinfo.net/frameworks/font-awesome/6.5.2/css/all.min.css" crossorigin="anonymous">
|
||||
|
||||
<!-- CSS -->
|
||||
<link rel="stylesheet" type="text/css" href="https://cdn.cwinfo.net/frameworks/font-awesome/6.5.2/css/all.min.css" media="screen, print" crossorigin="anonymous">
|
||||
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<header>
|
||||
<h1>ErkkiAI™</h1>
|
||||
</header>
|
||||
<main>
|
||||
<a href="https://new.ultrahack.org/hackathons/metaversenergy-hackathon">See You Soon! 👀</a>
|
||||
</main>
|
||||
<footer>
|
||||
<a href="https://erkkiai.com">©2024 <span title="Christer Warén & Tomi Jokinen">ErkkiAI™</span></a>
|
||||
<a href="https://waren.io">Powered by Warén Group</a>
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
5
robots.txt
Normal file
5
robots.txt
Normal file
@ -0,0 +1,5 @@
|
||||
User-agent: *
|
||||
Disallow: /r/
|
||||
|
||||
User-agent: Googlebot-Image
|
||||
Disallow: /
|
Loading…
Reference in New Issue
Block a user