Skip to content
Extraits de code Groupes Projets
Vérifiée Valider 17851509 rédigé par salixor's avatar salixor
Parcourir les fichiers

Suppression ancien avatar et favicon

parent 3f2f710d
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
<link rel="stylesheet" type="text/css" media="screen" href="styles.css" /> <link rel="stylesheet" type="text/css" media="screen" href="styles.css" />
<link href="https://fonts.googleapis.com/css?family=Roboto:300i,400" rel="stylesheet"> <link href="https://fonts.googleapis.com/css?family=Roboto:300i,400" rel="stylesheet">
<link rel="icon" href="ressources/favicon.ico" type="image/x-icon" /> <link rel="icon" href="https://avatars1.githubusercontent.com/u/12085737?s=400" type="image/x-icon" />
<meta content='width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0' name='viewport' /> <meta content='width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0' name='viewport' />
<meta name="theme-color" content="#2f2b6f"> <meta name="theme-color" content="#2f2b6f">
...@@ -16,7 +16,7 @@ ...@@ -16,7 +16,7 @@
<meta property="og:url" content="http://www.cocchi.iiens.net/"> <meta property="og:url" content="http://www.cocchi.iiens.net/">
<meta property="og:title" content='Kévin "Salixor" Cocchi'> <meta property="og:title" content='Kévin "Salixor" Cocchi'>
<meta property="og:description" content="Dépôts de corrections de TP et TD"> <meta property="og:description" content="Dépôts de corrections de TP et TD">
<meta property="og:image" content="ressources/avatar.png"> <meta property="og:image" content="https://avatars1.githubusercontent.com/u/12085737?s=400">
</head> </head>
<body> <body>
......
ressources/avatar.png

192 ko

ressources/favicon.ico

338 ko

...@@ -68,7 +68,7 @@ $(document).ready(function() { ...@@ -68,7 +68,7 @@ $(document).ready(function() {
// Event listeners sur les sons // Event listeners sur les sons
for(j = 0; j < sounds.length; j++) { for(j = 0; j < sounds.length; j++) {
sounds[j]["s"].addEventListener('ended', function() { sounds[j]["s"].addEventListener('ended', function() {
$("div.avatar").css("background-image", 'url("ressources/avatar.png")'); $("div.avatar").css("background-image", 'url("https://avatars1.githubusercontent.com/u/12085737?s=400")');
}); });
} }
}); });
......
...@@ -142,8 +142,7 @@ section.container { color: #333; } ...@@ -142,8 +142,7 @@ section.container { color: #333; }
div.avatar, div.nickname, div.name { position: absolute; } div.avatar, div.nickname, div.name { position: absolute; }
div.avatar { div.avatar {
background: #fff url("ressources/avatar.png") no-repeat center; background: #fff url("https://avatars1.githubusercontent.com/u/12085737?s=400") no-repeat center; background-size: contain;
background-size: contain;
border: 4px #fff solid; border: 4px #fff solid;
border-radius: 100%; border-radius: 100%;
bottom: 15px; bottom: 15px;
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Veuillez vous inscrire ou vous pour commenter