Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added assets/.DS_Store
Binary file not shown.
Binary file added assets/favicon/.DS_Store
Binary file not shown.
Binary file added assets/favicon/android-chrome-192x192.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/favicon/android-chrome-512x512.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/favicon/apple-touch-icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 9 additions & 0 deletions assets/favicon/browserconfig.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<browserconfig>
<msapplication>
<tile>
<square150x150logo src="assets/favicon/mstile-150x150.png"/>
<TileColor>#ebdbb2</TileColor>
</tile>
</msapplication>
</browserconfig>
Binary file added assets/favicon/favicon-16x16.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/favicon/favicon-32x32.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/favicon/favicon.ico
Binary file not shown.
Binary file added assets/favicon/mstile-150x150.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
68 changes: 68 additions & 0 deletions assets/favicon/safari-pinned-tab.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
19 changes: 19 additions & 0 deletions assets/favicon/site.webmanifest
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"name": "wrongsyntax.dev",
"short_name": "wrongsyntax.dev",
"icons": [
{
"src": "android-chrome-192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "android-chrome-512x512.png",
"sizes": "512x512",
"type": "image/png"
}
],
"theme_color": "#ebdbb2",
"background_color": "#ebdbb2",
"display": "standalone"
}
Binary file added assets/logo-dark.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/logo-light.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
65 changes: 53 additions & 12 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,28 +1,69 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
<title>wrongsyntax</title>
<link rel="stylesheet" href="styles/style.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Fira+Code:wght@600&family=Fira+Sans:wght@300&display=swap" rel="stylesheet">
<link rel="stylesheet" href="styles/style.css" />

<!-- Favicons -->
<link
rel="apple-touch-icon"
sizes="180x180"
href="assets/favicon/apple-touch-icon.png"
/>
<link
rel="icon"
type="image/png"
sizes="32x32"
href="assets/favicon/favicon-32x32.png"
/>
<link
rel="icon"
type="image/png"
sizes="16x16"
href="assets/favicon/favicon-16x16.png"
/>
<link rel="manifest" href="assets/favicon/site.webmanifest" />
<link
rel="mask-icon"
href="assets/favicon/safari-pinned-tab.svg"
color="#11ae91"
/>
<link rel="shortcut icon" href="assets/favicon/favicon.ico" />
<meta name="msapplication-TileColor" content="#ebdbb2" />
<meta
name="msapplication-config"
content="assets/favicon/browserconfig.xml"
/>
<meta name="theme-color" content="#ebdbb2" />

<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=Fira+Code:wght@600&family=Fira+Sans:wght@300&display=swap"
rel="stylesheet"
/>
</head>
<body>

<div class="container">
<div class="message">
<h1 class="title">wrongsyntax.dev</h1>
<div class="title-container">
<h1 class="title">wrongsyntax.dev</h1>
</div>
<div class="links">
<a href="https://github.com/wrongsyntax">
<img src="https://upload.wikimedia.org/wikipedia/commons/2/24/Github_logo_svg.svg" alt="GitHub" height="30px">
<img
src="https://upload.wikimedia.org/wikipedia/commons/2/24/Github_logo_svg.svg"
alt="GitHub"
height="30px"
/>
</a>
</div>
</div>
</div>
<!-- <script src="scripts/index.js"></script> -->

<!-- <script src="scripts/index.js"></script> -->
</body>
</html>
37 changes: 23 additions & 14 deletions styles/style.css
Original file line number Diff line number Diff line change
@@ -1,28 +1,37 @@
html {
background-color: #1e2126;
background-color: #1e2126;
}

.container {
position: absolute;
left: 50%;
top: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
position: absolute;
left: 50%;
top: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}

.message {
text-align: center;
text-align: center;
}

.logo {
filter: brightness(75%);
margin-bottom: -3%;
}

.title-container {
color: #1e2126;
padding: 10px;
margin: 15px;
font-family: "Fira Code", monospace;
background: linear-gradient(125deg, #11ae91 0%, #a6883a 100%);
}

.title {
color: #1e2126;
padding: 10px;
font-family: 'Fira Code', monospace;
background: rgb(17,174,145);
background: linear-gradient(125deg, #11ae91 0%, #E2BB57 100%);
margin: 0;
}

.links {
font-family: 'Fira Sans', sans-serif;
color: #c3c3c3;
font-family: "Fira Sans", sans-serif;
color: #c3c3c3;
}