mirror of
https://github.com/eRgo35/website.git
synced 2026-02-04 05:26:11 +01:00
backbone setup
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"hosting": {
|
"hosting": {
|
||||||
"site": "mike-czyz-website",
|
"site": "mike-czyz-website",
|
||||||
"public": ".",
|
"public": "public",
|
||||||
"ignore": [
|
"ignore": [
|
||||||
"firebase.json",
|
"firebase.json",
|
||||||
"**/.*",
|
"**/.*",
|
||||||
|
|||||||
BIN
public/assets/card.png
Normal file
BIN
public/assets/card.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 194 KiB |
BIN
public/assets/favicon.ico
Normal file
BIN
public/assets/favicon.ico
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 264 KiB |
BIN
public/assets/logo192.png
Normal file
BIN
public/assets/logo192.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 20 KiB |
BIN
public/assets/logo512.png
Normal file
BIN
public/assets/logo512.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 75 KiB |
BIN
public/assets/resume.pdf
Normal file
BIN
public/assets/resume.pdf
Normal file
Binary file not shown.
43
public/index.html
Normal file
43
public/index.html
Normal file
@@ -0,0 +1,43 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
<html lang="en">
|
||||||
|
<head>
|
||||||
|
<meta charset="utf-8" />
|
||||||
|
<link rel="icon" href="./assets/favicon.ico" />
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||||
|
<meta name="theme-color" content="#000000" />
|
||||||
|
<meta name="description" content="Michael Czyż is a student and a frontend developer creating websites in many technologies and frameworks." />
|
||||||
|
<meta name="author" content="Michael Czyż" />
|
||||||
|
<meta name="copyright" content="Michael Czyż, 2023 All Rights Reserved" />
|
||||||
|
<meta name="keywords" lang="en" content="Michał Czyż, Michael Czyż, Mike Czyż, tsi, developer, crypto, web, angular, react, javascript" />
|
||||||
|
<meta name="date" content="" />
|
||||||
|
<meta name="page-topic" content="" />
|
||||||
|
|
||||||
|
<!--Facebook Open Graph-->
|
||||||
|
<meta property="og:url" content="https://mczyz.icu" />
|
||||||
|
<meta property="og:type" content="website" />
|
||||||
|
<meta property="og:title" content="Michael Czyż" />
|
||||||
|
<meta property="og:site_name" content="Michael Czyż" />
|
||||||
|
<meta property="og:locale" content="en_US" />
|
||||||
|
<meta property="og:description" content="Michael Czyż is a student and a frontend developer creating websites in many technologies and frameworks." />
|
||||||
|
<meta property="og:image" content="./assets/card.png" />
|
||||||
|
|
||||||
|
<!--Twitter card metadata-->
|
||||||
|
<meta name="twitter:card" content="summary_large_image" />
|
||||||
|
<meta name="twitter:site" content="@Mike_Czyz_" />
|
||||||
|
<meta name="twitter:creator" content="@Mike_Czyz_" />
|
||||||
|
<meta name="twitter:title" content="Michael Czyż" />
|
||||||
|
<meta name="twitter:description" content="Michael Czyż is a student and a frontend developer creating websites in many technologies and frameworks." />
|
||||||
|
<meta name="twitter:image" content="./assets/card.png">
|
||||||
|
|
||||||
|
<link rel="apple-touch-icon" href="./assets/logo192.png" />
|
||||||
|
<!--
|
||||||
|
manifest.json provides metadata used when your web app is installed on a
|
||||||
|
user's mobile device or desktop. See https://developers.google.com/web/fundamentals/web-app-manifest/
|
||||||
|
-->
|
||||||
|
<link rel="manifest" href="manifest.json" />
|
||||||
|
<title>Michael Czyż</title>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
25
public/manifest.json
Normal file
25
public/manifest.json
Normal file
@@ -0,0 +1,25 @@
|
|||||||
|
{
|
||||||
|
"short_name": "Mike Czyż",
|
||||||
|
"name": "Michał Czyż's Website",
|
||||||
|
"icons": [
|
||||||
|
{
|
||||||
|
"src": "assets/favicon.ico",
|
||||||
|
"sizes": "64x64 32x32 24x24 16x16",
|
||||||
|
"type": "image/x-icon"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"src": "assets/logo192.png",
|
||||||
|
"type": "image/png",
|
||||||
|
"sizes": "192x192"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"src": "assets/logo512.png",
|
||||||
|
"type": "image/png",
|
||||||
|
"sizes": "512x512"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"start_url": ".",
|
||||||
|
"display": "standalone",
|
||||||
|
"theme_color": "#000000",
|
||||||
|
"background_color": "#ffffff"
|
||||||
|
}
|
||||||
3
public/robots.txt
Normal file
3
public/robots.txt
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
# https://www.robotstxt.org/robotstxt.html
|
||||||
|
User-agent: *
|
||||||
|
Disallow:
|
||||||
Reference in New Issue
Block a user