Merge branch 'main' of https://git.yannick-weigert.de/liquid-development/website
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -1,3 +1,4 @@
|
|||||||
|
.idea/
|
||||||
# Logs
|
# Logs
|
||||||
logs
|
logs
|
||||||
*.log
|
*.log
|
||||||
|
|||||||
22
index.html
22
index.html
@@ -1,11 +1,27 @@
|
|||||||
<!doctype html>
|
<!doctype html>
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
|
<!-- Standard Meta -->
|
||||||
<meta charset="UTF-8"/>
|
<meta charset="UTF-8"/>
|
||||||
<link rel="icon" type="image/ico+xml" href="/favicon.ico" />
|
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
|
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
|
||||||
<meta name="description" content="Liquid Development - German software development team focused on open-source projects & modern tools." />
|
<meta name="description" content="Open-source software development team">
|
||||||
<meta name="theme-color" content="#00A3FF" />
|
|
||||||
|
<!-- Open Graph / Facebook -->
|
||||||
|
<meta property="og:type" content="website">
|
||||||
|
<meta property="og:url" content="https://liquid-dev.de/">
|
||||||
|
<meta property="og:title" content="Liquid Development">
|
||||||
|
<meta property="og:description" content="Open-source software development team">
|
||||||
|
<meta property="og:image" content="public/social-share.webp">
|
||||||
|
|
||||||
|
<!-- Twitter -->
|
||||||
|
<meta name="twitter:card" content="summary_large_image">
|
||||||
|
<meta name="twitter:url" content="https://liquid-dev.de/">
|
||||||
|
<meta name="twitter:title" content="Liquid Development">
|
||||||
|
<meta name="twitter:description" content="Open-source software development team">
|
||||||
|
<meta name="twitter:image" content="public/social-share.webp">
|
||||||
|
|
||||||
|
<!-- Favicon -->
|
||||||
|
<link rel="icon" type="image/png" href="public/favicon.ico">
|
||||||
<title>Liquid Development</title>
|
<title>Liquid Development</title>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
|||||||
2671
package-lock.json
generated
Normal file
2671
package-lock.json
generated
Normal file
File diff suppressed because it is too large
Load Diff
BIN
public/favicon.ico
Normal file
BIN
public/favicon.ico
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 20 KiB |
BIN
public/social-share.webp
Normal file
BIN
public/social-share.webp
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 31 KiB |
Reference in New Issue
Block a user