mirror of
https://github.com/DerTyp7/f1r3wave-website.git
synced 2025-10-29 13:02:09 +01:00
first commit
This commit is contained in:
36
public/config-example.json
Normal file
36
public/config-example.json
Normal file
@@ -0,0 +1,36 @@
|
||||
{
|
||||
"home": {
|
||||
"headline": "Portfolio",
|
||||
"text": "As a passionate <b>hobby photographer</b> , I capture the unique beauty and atmosphere of various places. Join me on a visual journey through my lens.",
|
||||
"buttonText": "My Gallery"
|
||||
},
|
||||
"contact": {
|
||||
"headline": "Contact Me",
|
||||
"links": [
|
||||
{
|
||||
"url": "https://www.instagram.com/f1r3wave",
|
||||
"hoverColor": "rgba(211, 122, 238, 0.25)",
|
||||
"image": {
|
||||
"src": "https://upload.wikimedia.org/wikipedia/commons/a/a5/Instagram_icon.png",
|
||||
"alt": "Instagram Logo"
|
||||
}
|
||||
},
|
||||
{
|
||||
"url": "mailto:mail@mail.com",
|
||||
"hoverColor": "rgba(78, 172, 248, 0.25)",
|
||||
"image": {
|
||||
"src": "https://static.vecteezy.com/system/resources/thumbnails/014/440/980/small_2x/email-message-icon-design-in-blue-circle-png.png",
|
||||
"alt": "Email Icon"
|
||||
}
|
||||
}
|
||||
],
|
||||
"imprint": {
|
||||
"enable": false,
|
||||
"headline": "Imprint / Legal Notice",
|
||||
"name": "[Your Full Name]",
|
||||
"address": "[Your Full Address: Street and House Number, Postcode City]",
|
||||
"country": "[YourCountry (e.g., Germany)]",
|
||||
"email": "[Your E-Mail Address]"
|
||||
}
|
||||
}
|
||||
}
|
||||
36
public/config.json
Normal file
36
public/config.json
Normal file
@@ -0,0 +1,36 @@
|
||||
{
|
||||
"home": {
|
||||
"headline": "Portfolio",
|
||||
"text": "As a passionate <b>hobby photographer</b>, I capture the unique beauty and atmosphere of various places. Join me on a visual journey through my lens.",
|
||||
"buttonText": "Visit Gallery"
|
||||
},
|
||||
"contact": {
|
||||
"headline": "Contact Me",
|
||||
"links": [
|
||||
{
|
||||
"url": "https://www.instagram.com/f1r3wave",
|
||||
"hoverColor": "rgba(211, 122, 238, 0.25)",
|
||||
"image": {
|
||||
"src": "https://upload.wikimedia.org/wikipedia/commons/a/a5/Instagram_icon.png",
|
||||
"alt": "Instagram Logo"
|
||||
}
|
||||
},
|
||||
{
|
||||
"url": "mailto:mail@mail.com",
|
||||
"hoverColor": "rgba(78, 172, 248, 0.25)",
|
||||
"image": {
|
||||
"src": "https://static.vecteezy.com/system/resources/thumbnails/014/440/980/small_2x/email-message-icon-design-in-blue-circle-png.png",
|
||||
"alt": "Email Icon"
|
||||
}
|
||||
}
|
||||
],
|
||||
"imprint": {
|
||||
"enable": true,
|
||||
"headline": "Imprint / Legal Notice",
|
||||
"name": "[Your Full Name]",
|
||||
"address": "[Your Full Address: Street and House Number, Postcode City]",
|
||||
"country": "[YourCountry (e.g., Germany)]",
|
||||
"email": "[Your E-Mail Address]"
|
||||
}
|
||||
}
|
||||
}
|
||||
BIN
public/favicon.png
Normal file
BIN
public/favicon.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 54 KiB |
3
public/images/.gitignore
vendored
Normal file
3
public/images/.gitignore
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
*.jpg
|
||||
*.png
|
||||
*.jpeg
|
||||
BIN
public/landing-page.jpg
Executable file
BIN
public/landing-page.jpg
Executable file
Binary file not shown.
|
After Width: | Height: | Size: 1.3 MiB |
3
public/robots.txt
Normal file
3
public/robots.txt
Normal file
@@ -0,0 +1,3 @@
|
||||
User-agent: *
|
||||
Allow: /
|
||||
Sitemap: https://f1r3wave.photos/sitemap.xml
|
||||
15
public/sitemap.xml
Normal file
15
public/sitemap.xml
Normal file
@@ -0,0 +1,15 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
|
||||
<url>
|
||||
<loc>https://f1r3wave.photos/</loc>
|
||||
<priority>1.0</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://f1r3wave.photos/gallery</loc>
|
||||
<priority>1</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://f1r3wave.photos/contact</loc>
|
||||
<priority>0.8</priority>
|
||||
</url>
|
||||
</urlset>
|
||||
Reference in New Issue
Block a user