Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Pédagogies Multimodales
PhonoDrop
Commits
1db6a270
Commit
1db6a270
authored
May 08, 2020
by
Sylvain Coulange
Browse files
ajout icone et logo
parent
e9db04ee
Changes
4
Hide whitespace changes
Inline
Side-by-side
public/im/logo_phonodrop.png
0 → 100644
View file @
1db6a270
86.9 KB
public/index.html
View file @
1db6a270
...
@@ -2,6 +2,7 @@
...
@@ -2,6 +2,7 @@
<html>
<html>
<head>
<head>
<title>
PhonoDrop
</title>
<title>
PhonoDrop
</title>
<link
rel=
"shortcut icon"
type=
"image/png"
href=
"phonodrop.ico"
/>
<meta
charset=
"utf-8"
>
<meta
charset=
"utf-8"
>
<link
rel=
"stylesheet"
href=
"https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css"
integrity=
"sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u"
crossorigin=
"anonymous"
>
<link
rel=
"stylesheet"
href=
"https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css"
integrity=
"sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u"
crossorigin=
"anonymous"
>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"styles/styles.css"
>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"styles/styles.css"
>
...
@@ -15,6 +16,7 @@
...
@@ -15,6 +16,7 @@
<div
class=
"parametres-left"
>
<div
class=
"parametres-left"
>
<span
onclick=
"changeSize(1.1)"
class=
"glyphicon glyphicon-plus-sign"
aria-hidden=
"true"
title=
"Grossir les cartes"
></span>
<span
onclick=
"changeSize(1.1)"
class=
"glyphicon glyphicon-plus-sign"
aria-hidden=
"true"
title=
"Grossir les cartes"
></span>
<span
onclick=
"changeSize(0.9)"
class=
"glyphicon glyphicon-minus-sign"
aria-hidden=
"true"
title=
"Rapetisser les cartes"
></span>
<span
onclick=
"changeSize(0.9)"
class=
"glyphicon glyphicon-minus-sign"
aria-hidden=
"true"
title=
"Rapetisser les cartes"
></span>
<img
src=
"im/logo_phonodrop.png"
class=
"logo"
title=
"PhonoDrop"
>
</div>
</div>
<div
class=
"parametres-center"
>
<div
class=
"parametres-center"
>
<img
src=
"im/icongrille.png"
onclick=
"toggleGrille()"
title=
"Afficher/masquer la grille"
/>
<img
src=
"im/icongrille.png"
onclick=
"toggleGrille()"
title=
"Afficher/masquer la grille"
/>
...
...
public/phonodrop.ico
0 → 100644
View file @
1db6a270
98.9 KB
public/styles/styles.css
View file @
1db6a270
...
@@ -10,6 +10,13 @@ body {
...
@@ -10,6 +10,13 @@ body {
font-family
:
Palatino
,
Times
,
Calibri
;
font-family
:
Palatino
,
Times
,
Calibri
;
}
}
.logo
{
width
:
180px
;
display
:
inline-block
;
margin-left
:
2vw
;
margin-top
:
-5px
;
}
.ecritoire
{
.ecritoire
{
padding
:
10px
;
padding
:
10px
;
display
:
-ms-flexbox
;
/* IE10 */
display
:
-ms-flexbox
;
/* IE10 */
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment