generate Hugo structure add the theme and firsts contents
BIN
underconstruction/current/android-icon-192x192.png
Normal file
|
After Width: | Height: | Size: 14 KiB |
BIN
underconstruction/current/apple-icon-114x114.png
Normal file
|
After Width: | Height: | Size: 8.7 KiB |
BIN
underconstruction/current/apple-icon-120x120.png
Normal file
|
After Width: | Height: | Size: 9.2 KiB |
BIN
underconstruction/current/apple-icon-144x144.png
Normal file
|
After Width: | Height: | Size: 12 KiB |
BIN
underconstruction/current/apple-icon-152x152.png
Normal file
|
After Width: | Height: | Size: 13 KiB |
BIN
underconstruction/current/apple-icon-180x180.png
Normal file
|
After Width: | Height: | Size: 16 KiB |
BIN
underconstruction/current/apple-icon-57x57.png
Normal file
|
After Width: | Height: | Size: 4.2 KiB |
BIN
underconstruction/current/apple-icon-60x60.png
Normal file
|
After Width: | Height: | Size: 4.4 KiB |
BIN
underconstruction/current/apple-icon-72x72.png
Normal file
|
After Width: | Height: | Size: 5.3 KiB |
BIN
underconstruction/current/apple-icon-76x76.png
Normal file
|
After Width: | Height: | Size: 5.5 KiB |
BIN
underconstruction/current/favicon-16x16.png
Normal file
|
After Width: | Height: | Size: 2.2 KiB |
BIN
underconstruction/current/favicon-32x32.png
Normal file
|
After Width: | Height: | Size: 2.6 KiB |
BIN
underconstruction/current/favicon-96x96.png
Normal file
|
After Width: | Height: | Size: 7.2 KiB |
BIN
underconstruction/current/favicon.ico
Normal file
|
After Width: | Height: | Size: 1.1 KiB |
63
underconstruction/current/index.html
Normal file
@@ -0,0 +1,63 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<link rel="apple-touch-icon" sizes="57x57" href="/apple-icon-57x57.png">
|
||||
<link rel="apple-touch-icon" sizes="60x60" href="/apple-icon-60x60.png">
|
||||
<link rel="apple-touch-icon" sizes="72x72" href="/apple-icon-72x72.png">
|
||||
<link rel="apple-touch-icon" sizes="76x76" href="/apple-icon-76x76.png">
|
||||
<link rel="apple-touch-icon" sizes="114x114" href="/apple-icon-114x114.png">
|
||||
<link rel="apple-touch-icon" sizes="120x120" href="/apple-icon-120x120.png">
|
||||
<link rel="apple-touch-icon" sizes="144x144" href="/apple-icon-144x144.png">
|
||||
<link rel="apple-touch-icon" sizes="152x152" href="/apple-icon-152x152.png">
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="/apple-icon-180x180.png">
|
||||
<link rel="icon" type="image/png" sizes="192x192" href="/android-icon-192x192.png">
|
||||
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
|
||||
<link rel="icon" type="image/png" sizes="96x96" href="/favicon-96x96.png">
|
||||
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
|
||||
<link rel="manifest" href="/manifest.json">
|
||||
<meta name="msapplication-TileColor" content="#ffffff">
|
||||
<meta name="msapplication-TileImage" content="/ms-icon-144x144.png">
|
||||
<meta name="theme-color" content="#000000">
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>TutoSportExpert - Under Construction</title>
|
||||
<style>
|
||||
body {
|
||||
margin: 0;
|
||||
font-family: Arial, sans-serif;
|
||||
background-color: #442200; /* Warm golden background */
|
||||
color: #ffffff; /* Warm brown text */
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
height: 100vh;
|
||||
flex-direction: column;
|
||||
}
|
||||
h1 {
|
||||
font-size: 3rem;
|
||||
margin-bottom: 1rem;
|
||||
text-shadow: 2px 2px #FF4500; /* Subtle shadow effect */
|
||||
}
|
||||
p {
|
||||
font-size: 1.5rem;
|
||||
margin-bottom: 2rem;
|
||||
}
|
||||
.construction-icon {
|
||||
font-size: 5rem;
|
||||
margin-bottom: 1rem;
|
||||
}
|
||||
.contact {
|
||||
font-size: 1.2rem;
|
||||
}
|
||||
a {
|
||||
color: darkkhaki;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<div class="construction-icon">🚧</div>
|
||||
<h1 style="display: inline-block;align-items: center;"><img width="256px" src="logo.png" alt="logo tutosport expert" /></h1>
|
||||
<p>Our website is currently under construction. Stay tuned for something amazing!</p>
|
||||
<p class="contact">For inquiries, contact us at <a href="mailto:contact@tutosportexpert.com">contact@tutosportexpert.com</a></p>
|
||||
</body>
|
||||
</html>
|
||||
BIN
underconstruction/current/logo_1024x1024.png
Normal file
|
After Width: | Height: | Size: 459 KiB |
41
underconstruction/current/manifest.json
Normal file
@@ -0,0 +1,41 @@
|
||||
{
|
||||
"name": "App",
|
||||
"icons": [
|
||||
{
|
||||
"src": "\/android-icon-36x36.png",
|
||||
"sizes": "36x36",
|
||||
"type": "image\/png",
|
||||
"density": "0.75"
|
||||
},
|
||||
{
|
||||
"src": "\/android-icon-48x48.png",
|
||||
"sizes": "48x48",
|
||||
"type": "image\/png",
|
||||
"density": "1.0"
|
||||
},
|
||||
{
|
||||
"src": "\/android-icon-72x72.png",
|
||||
"sizes": "72x72",
|
||||
"type": "image\/png",
|
||||
"density": "1.5"
|
||||
},
|
||||
{
|
||||
"src": "\/android-icon-96x96.png",
|
||||
"sizes": "96x96",
|
||||
"type": "image\/png",
|
||||
"density": "2.0"
|
||||
},
|
||||
{
|
||||
"src": "\/android-icon-144x144.png",
|
||||
"sizes": "144x144",
|
||||
"type": "image\/png",
|
||||
"density": "3.0"
|
||||
},
|
||||
{
|
||||
"src": "\/android-icon-192x192.png",
|
||||
"sizes": "192x192",
|
||||
"type": "image\/png",
|
||||
"density": "4.0"
|
||||
}
|
||||
]
|
||||
}
|
||||
BIN
underconstruction/current/ms-icon-144x144.png
Normal file
|
After Width: | Height: | Size: 12 KiB |