Skip to content

Commit 0789b17

Browse files
committed
Change logo to new version
1 parent 62b5a5b commit 0789b17

21 files changed

+170
-23
lines changed

about.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<!-- Required meta tags -->
55
<meta charset="utf-8">
66
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
7-
<link rel="icon" href="img/favicon.png" type="image/png">
7+
<link rel="icon" href="img/favicon.ico">
88
<title>About SpeechBrain</title>
99
<!-- Bootstrap CSS -->
1010
<link rel="stylesheet" href="css/bootstrap.css">
@@ -26,7 +26,7 @@
2626
<nav class="navbar navbar-expand-lg navbar-light">
2727
<div class="container box_1620">
2828
<!-- Brand and toggle get grouped for better mobile display -->
29-
<a class="navbar-brand logo_h" href="index.html"><img src="img/logo_line_big.png" width="175px" alt=""></a>
29+
<a class="navbar-brand logo_h" href="index.html"><img src="img/speechbrain-horiz-logo.svg" width="175px" alt=""></a>
3030
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
3131
<span class="icon-bar"></span>
3232
<span class="icon-bar"></span>

contributing.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<!-- Required meta tags -->
55
<meta charset="utf-8">
66
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
7-
<link rel="icon" href="img/favicon.png" type="image/png">
7+
<link rel="icon" href="img/favicon.ico">
88
<title>How to Contribute</title>
99
<!-- Bootstrap CSS -->
1010
<link rel="stylesheet" href="css/bootstrap.css">
@@ -26,7 +26,7 @@
2626
<nav class="navbar navbar-expand-lg navbar-light">
2727
<div class="container box_1620">
2828
<!-- Brand and toggle get grouped for better mobile display -->
29-
<a class="navbar-brand logo_h" href="index.html"><img src="img/logo_line_big.png" width="175px" alt=""></a>
29+
<a class="navbar-brand logo_h" href="index.html"><img src="img/speechbrain-horiz-logo.svg" width="175px" alt=""></a>
3030
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
3131
<span class="icon-bar"></span>
3232
<span class="icon-bar"></span>

img/favicon.ico

4.76 KB
Binary file not shown.

img/logo_line.png

-38.5 KB
Binary file not shown.

img/logo_line_big.png

-95 KB
Binary file not shown.

img/logo_line_verysmall.png

-7 KB
Binary file not shown.

img/logo_noname_rounded_big.png

-1.48 MB
Binary file not shown.

img/logo_noname_rounded_small.png

-188 KB
Binary file not shown.
-112 KB
Binary file not shown.

img/logo_small_line.png

-5.16 KB
Binary file not shown.

img/speechbrain-horiz-logo.svg

+131
Loading

img/speechbrain-round-logo.svg

+16
Loading

index.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<meta charset="utf-8">
66
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
77

8-
<link rel="icon" href="img/favicon.png" type="image/png">
8+
<link rel="icon" href="img/favicon.ico">
99
<title>SpeechBrain: A PyTorch Speech Toolkit</title>
1010
<!-- Bootstrap CSS -->
1111
<link rel="stylesheet" href="css/bootstrap.css">
@@ -40,7 +40,7 @@
4040
<nav class="navbar navbar-expand-lg navbar-light">
4141
<div class="container box_1620">
4242
<!-- Brand and toggle get grouped for better mobile display -->
43-
<a class="navbar-brand logo_h" href="index.html"><img src="img/logo_line_big.png" width="175px" alt=""></a>
43+
<a class="navbar-brand logo_h" href="index.html"><img src="img/speechbrain-horiz-logo.svg" width="175px" alt=""></a>
4444
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
4545
<span class="icon-bar"></span>
4646
<span class="icon-bar"></span>
@@ -94,7 +94,7 @@ <h2>SpeechBrain <br /></h2>
9494
</div>
9595
<div class="col-lg-5">
9696
<div class="home_left_img">
97-
<img class="img-fluid" src="img/logo_noname_rounded_big.png" style="max-height:300px"alt="">
97+
<img class="img-fluid" src="img/speechbrain-round-logo.svg" style="max-height:300px"alt="">
9898
</div>
9999
</div>
100100
</div>

tutorial_advanced.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<!-- Required meta tags -->
55
<meta charset="utf-8">
66
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
7-
<link rel="icon" href="img/favicon.png" type="image/png">
7+
<link rel="icon" href="img/favicon.ico">
88
<title>SpeechBrain Advanced</title>
99
<!-- Bootstrap CSS -->
1010
<link rel="stylesheet" href="css/bootstrap.css">
@@ -26,7 +26,7 @@
2626
<nav class="navbar navbar-expand-lg navbar-light">
2727
<div class="container box_1620">
2828
<!-- Brand and toggle get grouped for better mobile display -->
29-
<a class="navbar-brand logo_h" href="index.html"><img src="img/logo_line_big.png" width="175px" alt=""></a>
29+
<a class="navbar-brand logo_h" href="index.html"><img src="img/speechbrain-horiz-logo.svg" width="175px" alt=""></a>
3030
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
3131
<span class="icon-bar"></span>
3232
<span class="icon-bar"></span>

tutorial_asr.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<!-- BLOCK INDEX -->
88
<meta name="robots" content="noindex">
99
<!-- BLOCK INDEX -->
10-
<link rel="icon" href="img/favicon.png" type="image/png">
10+
<link rel="icon" href="img/favicon.ico">
1111
<title>SpeechBrain</title>
1212
<!-- Bootstrap CSS -->
1313
<link rel="stylesheet" href="css/bootstrap.css">
@@ -29,7 +29,7 @@
2929
<nav class="navbar navbar-expand-lg navbar-light">
3030
<div class="container box_1620">
3131
<!-- Brand and toggle get grouped for better mobile display -->
32-
<a class="navbar-brand logo_h" href="index.html"><img src="img/logo_line_big.png" width="175px" alt=""></a>
32+
<a class="navbar-brand logo_h" href="index.html"><img src="img/speechbrain-horiz-logo.svg" width="175px" alt=""></a>
3333
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
3434
<span class="icon-bar"></span>
3535
<span class="icon-bar"></span>

tutorial_basics.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<!-- Required meta tags -->
55
<meta charset="utf-8">
66
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
7-
<link rel="icon" href="img/favicon.png" type="image/png">
7+
<link rel="icon" href="img/favicon.ico">
88
<title>SpeechBrain Basics</title>
99
<!-- Bootstrap CSS -->
1010
<link rel="stylesheet" href="css/bootstrap.css">
@@ -26,7 +26,7 @@
2626
<nav class="navbar navbar-expand-lg navbar-light">
2727
<div class="container box_1620">
2828
<!-- Brand and toggle get grouped for better mobile display -->
29-
<a class="navbar-brand logo_h" href="index.html"><img src="img/logo_line_big.png" width="175px" alt=""></a>
29+
<a class="navbar-brand logo_h" href="index.html"><img src="img/speechbrain-horiz-logo.svg" width="175px" alt=""></a>
3030
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
3131
<span class="icon-bar"></span>
3232
<span class="icon-bar"></span>

tutorial_classification.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<!-- BLOCK INDEX -->
88
<meta name="robots" content="noindex">
99
<!-- BLOCK INDEX -->
10-
<link rel="icon" href="img/favicon.png" type="image/png">
10+
<link rel="icon" href="img/favicon.ico">
1111
<title>SpeechBrain</title>
1212
<!-- Bootstrap CSS -->
1313
<link rel="stylesheet" href="css/bootstrap.css">
@@ -29,7 +29,7 @@
2929
<nav class="navbar navbar-expand-lg navbar-light">
3030
<div class="container box_1620">
3131
<!-- Brand and toggle get grouped for better mobile display -->
32-
<a class="navbar-brand logo_h" href="index.html"><img src="img/logo_line_big.png" width="175px" alt=""></a>
32+
<a class="navbar-brand logo_h" href="index.html"><img src="img/speechbrain-horiz-logo.svg" width="175px" alt=""></a>
3333
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
3434
<span class="icon-bar"></span>
3535
<span class="icon-bar"></span>

tutorial_enhancement.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<!-- BLOCK INDEX -->
88
<meta name="robots" content="noindex">
99
<!-- BLOCK INDEX -->
10-
<link rel="icon" href="img/favicon.png" type="image/png">
10+
<link rel="icon" href="img/favicon.ico">
1111
<title>SpeechBrain</title>
1212
<!-- Bootstrap CSS -->
1313
<link rel="stylesheet" href="css/bootstrap.css">
@@ -29,7 +29,7 @@
2929
<nav class="navbar navbar-expand-lg navbar-light">
3030
<div class="container box_1620">
3131
<!-- Brand and toggle get grouped for better mobile display -->
32-
<a class="navbar-brand logo_h" href="index.html"><img src="img/logo_line_big.png" width="175px" alt=""></a>
32+
<a class="navbar-brand logo_h" href="index.html"><img src="img/speechbrain-horiz-logo.svg" width="175px" alt=""></a>
3333
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
3434
<span class="icon-bar"></span>
3535
<span class="icon-bar"></span>

0 commit comments

Comments
 (0)