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:
commit
8c261c949c
3 changed files with 10 additions and 8 deletions
|
@ -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/].
|
||||
|
||||
Deployment is automated with Gitlab CI. Usage is self-explanatory. What else do you need to know?
|
||||
|
|
|
@ -1,9 +1,10 @@
|
|||
{
|
||||
"name": "dencode.org",
|
||||
"version": "1.0.0-alpha.2",
|
||||
"description": "Convert to and fro!",
|
||||
"name": "conv.friedli.info",
|
||||
"version": "1.0.0-alpha.3",
|
||||
"description": "Decode or encode base64, punycode, HTML entities, URI components ...",
|
||||
"keywords": [
|
||||
"dencode",
|
||||
"encode",
|
||||
"decode",
|
||||
"conversion",
|
||||
"converter",
|
||||
"convert"
|
||||
|
|
|
@ -3,11 +3,11 @@
|
|||
<head>
|
||||
<meta charset="UTF-8"/>
|
||||
<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>
|
||||
<body>
|
||||
<h1>Decode? Encode? DENcode!</h1>
|
||||
<noscript>This webpage lets you decode and encode data and text to and from various formats. But
|
||||
<h1>Convert it all</h1>
|
||||
<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
|
||||
Browser. You won't regret it!
|
||||
</noscript>
|
||||
|
|
Loading…
Reference in a new issue