Skip to content

Commit

Permalink
Corrections
Browse files Browse the repository at this point in the history
  • Loading branch information
Eliastik committed Apr 10, 2019
1 parent 14e5883 commit 1430506
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ Simple Voice Changer vous permet de modifier la voix d'un fichier audio ou d'un
* Utilise la bibliothèque logicielle [Boostrap Slider](https://github.com/seiyria/bootstrap-slider), sous [licence MIT](https://github.com/seiyria/bootstrap-slider/blob/master/LICENSE.md)
* Utilise la bibliothèque logicielle [Boostrap Native](https://github.com/thednp/bootstrap.native), sous [licence MIT](https://github.com/thednp/bootstrap.native/blob/master/LICENSE)
* Utilise un fichier audio [Impulse Response](https://fr.wikipedia.org/wiki/R%C3%A9ponse_impulsionnelle) (utilisé par la fonction Réverbération) [venant d'ici](http://www.openairlib.net/auralizationdb/content/abernyte-grain-silo) (auteur : Nick Green), sous [licence CC BY-NC-SA 3.0](https://creativecommons.org/licenses/by-nc-sa/3.0/)
* Utilise [une icône](https://www.flaticon.com/free-icon/microphone_204320) réalisée par [Prosymbols](https://www.flaticon.com/authors/prosymbols) de [www.flaticon.com](https://www.flaticon.com/) sous licence [CC 3.0 BY](http://creativecommons.org/licenses/by/3.0/)

## Déclaration de licence

Expand Down
3 changes: 1 addition & 2 deletions assets/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ body {
-moz-user-select: none;
-ms-user-select: none;
}
#animation_img, button, label {
button, label {
cursor: pointer;
}
.navbar-inverse {
Expand Down Expand Up @@ -86,7 +86,6 @@ img {
.navbar-brand > span {
vertical-align: middle;
}
/* https://codepen.io/jamesbarnett/pen/yILjk */
input[type=checkbox] {
display:none;
}
Expand Down
Binary file modified assets/img/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 modified favicon.ico
Binary file not shown.
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
* along with "Simple Voice Changer". If not, see <http://www.gnu.org/licenses/>. -->
<html>
<head>
<title>Simple Voice Changer</title>
<title>Simple Voice Changer by Eliastik's Softs</title>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, user-scalable=no" />
<meta name="theme-color" content="#16A085">
Expand All @@ -27,15 +27,15 @@
<link rel="stylesheet" type="text/css" href="assets/css/bootstrap-slider.min.css" />
<link rel="stylesheet" type="text/css" href="assets/css/main.css" />
<link rel="icon" href="favicon.ico" />
<link rel="icon" sizes="168x168" href="assets/img/favicon.png">
<link rel="icon" sizes="128x128" href="assets/img/favicon.png">
<link rel="apple-touch-icon" href="assets/img/favicon.png">
<link rel="manifest" href="manifest.json">
</head>
<body>
<nav class="navbar navbar-inverse">
<div class="container-fluid">
<div class="navbar-header">
<a class="navbar-brand" href=""><img src="favicon.ico" alt="Logo"></img> <span class="title-align">Simple Voice Changer</span></a>
<a class="navbar-brand" href=""><img src="favicon.ico" alt="Logo"></img> <span class="title-align">Simple Voice Changer by Eliastik's Softs</span></a>
</div>
</div>
</nav>
Expand Down
4 changes: 2 additions & 2 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@
{
"src": "favicon.ico",
"type": "image/x-icon",
"sizes": "128x128"
"sizes": "256x256"
},
{
"src": "assets/img/favicon.png",
"type": "image/png",
"sizes": "168x168"
"sizes": "128x128"
}
],
"start_url": "index.html?launcher=true"
Expand Down

0 comments on commit 1430506

Please sign in to comment.