Merge branch '17-rebrand' into 'develop'

Removed "dencode" from where it was publicly visible.

Closes #17

See merge request !14
This commit is contained in:
Manuel Friedli 2017-03-15 00:45:25 +01:00
commit 8c261c949c
3 changed files with 10 additions and 8 deletions

View File

@ -1,4 +1,5 @@
# conv.friedli.info - Convert to and fro! # conv.friedli.info - Convert whatever you want!
This is a short introduction to the awesome converter hosted at [https://conv.friedli.info/]. This is a short introduction to the awesome converter hosted at [https://conv.friedli.info/].
Deployment is automated with Gitlab CI. Usage is self-explanatory. What else do you need to know? Deployment is automated with Gitlab CI. Usage is self-explanatory. What else do you need to know?

View File

@ -1,9 +1,10 @@
{ {
"name": "dencode.org", "name": "conv.friedli.info",
"version": "1.0.0-alpha.2", "version": "1.0.0-alpha.3",
"description": "Convert to and fro!", "description": "Decode or encode base64, punycode, HTML entities, URI components ...",
"keywords": [ "keywords": [
"dencode", "encode",
"decode",
"conversion", "conversion",
"converter", "converter",
"convert" "convert"

View File

@ -3,11 +3,11 @@
<head> <head>
<meta charset="UTF-8"/> <meta charset="UTF-8"/>
<meta name="viewport" content="width=device-width,initial-scale=1,user-scalable=no"/> <meta name="viewport" content="width=device-width,initial-scale=1,user-scalable=no"/>
<title>Decode? Encode? DENcode!</title> <title>conv.friedli.info - Convert whatever you want!</title>
</head> </head>
<body> <body>
<h1>Decode? Encode? DENcode!</h1> <h1>Convert it all</h1>
<noscript>This webpage lets you decode and encode data and text to and from various formats. But <noscript>This webpage lets you convert data and text to and from various formats. But
it requires you to <strong>enable Javascript</strong> to do so. So please turn it on in your it requires you to <strong>enable Javascript</strong> to do so. So please turn it on in your
Browser. You won't regret it! Browser. You won't regret it!
</noscript> </noscript>