Skip to content

Commit

Permalink
Deploying to gh-pages from @ 90267c3 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
jrobichaud committed May 14, 2024
0 parents commit 5e3aae1
Show file tree
Hide file tree
Showing 10 changed files with 11,940 additions and 0 deletions.
Binary file added 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.
11,811 changes: 11,811 additions & 0 deletions build/bundle.css

Large diffs are not rendered by default.

16 changes: 16 additions & 0 deletions build/bundle.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions build/bundle.js.map

Large diffs are not rendered by default.

Binary file added favicon.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 fb_image.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 global.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,68 @@
html, body {
position: relative;
width: 100%;
height: 100%;
}

body {
color: #333;
margin: 0;
padding: 8px;
box-sizing: border-box;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

a {
color: rgb(0,100,200);
text-decoration: none;
}

a:hover {
text-decoration: underline;
}

a:visited {
color: rgb(0,80,160);
}

label {
display: block;
}

input, button, select, textarea {
font-family: inherit;
font-size: inherit;
-webkit-padding: 0.4em 0;
padding: 0.4em;
margin: 0 0 0.5em 0;
box-sizing: border-box;
border: 1px solid #ccc;
border-radius: 2px;
}

input:disabled {
color: #ccc;
}

button {
color: #333;
background-color: #f4f4f4;
outline: none;
}

button:disabled {
color: #999;
}

button:not(:disabled):active {
background-color: #ddd;
}

button:focus {
border-color: #666;
}

.autocomplete::after {
display: none !important;
content: none !important;
}
Binary file added icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
42 changes: 42 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset='utf-8'>
<meta name='viewport' content='width=device-width,initial-scale=1'>
<meta name="google-site-verification" content="BKCONPKrTF8cpzp-FFYr6_-Uz7QTW4-l4l5KRdlTIsk" />
<title>The Converter | Unofficial The Conqueror Activity Converter</title>
<link rel='icon' type='image/png' href='./favicon.png'>

<!-- Apple -->
<link rel="apple-touch-icon" href="apple-touch-icon.png">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
<meta name="apple-mobile-web-app-title" content="The Converter">
<meta name="theme-color" content="#000000">
<!-- OpenGraph -->
<meta property="og:title" content="The Converter">
<meta property="og:description" content="Unofficial The Conqueror Activity Converter">
<meta property="og:site_name" content="The Converter">
<meta property="og:image:height" content="512">
<meta property="og:image:width" content="512">
<meta property="og:image" content="https://jrobichaud.github.io/theconqueror-activity-converter/fb_image.png">
<meta property="og:locale" content="en_US">
<meta property="og:type" content="website">
<meta property="og:url" content="https://jrobichaud.github.io/theconqueror-activity-converter/">

<!-- Twitter -->
<meta name="twitter:title" content="The Converter">
<meta name="twitter:description" content="Unofficial The Conqueror Activity Converter">
<meta name="twitter:image" content="https://jrobichaud.github.io/theconqueror-activity-converter/icon.png">
<meta name="twitter:image:width" content="512">
<meta name="twitter:image:height" content="512">

<link rel='stylesheet' href='./global.css'>
<link rel='stylesheet' href='./build/bundle.css'>
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v6.4.0/css/all.css" />
<script defer src='./build/bundle.js'></script>
</head>

<body>
</body>
</html>
2 changes: 2 additions & 0 deletions robots.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
User-agent: *
Disallow:

0 comments on commit 5e3aae1

Please sign in to comment.