-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Deploying to gh-pages from @ 90267c3 🚀
- Loading branch information
0 parents
commit 5e3aae1
Showing
10 changed files
with
11,940 additions
and
0 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
User-agent: * | ||
Disallow: |