Merged PR 1469: remove coyote icon.

remove coyote icon.

Related work items: #2685
This commit is contained in:
Chris Lovett 2020-03-12 06:20:44 +00:00
Родитель 2a66860fc6
Коммит 22d42efd81
19 изменённых файлов: 48 добавлений и 115 удалений

Просмотреть файл

@ -30,9 +30,7 @@
<div class="container-fluid">
<div class="row">
<div class="hidden-xs col-sm-5 col-lg-6">
<a href="{{ site.baseurl }}/" title="homepage" class="logo-footer">
{% include logo-mark.svg %}
</a>
</div>
{% for item in site.data.navigation-footer.dark %}
<div class="col-sm-2 col-xs-4 footer-dark-col">

Просмотреть файл

@ -3,10 +3,10 @@
<title>Coyote {% if page.title %}| {{ page.title }}{% endif %}</title>
<meta name="description" content="Coyote - for rapid development of reliable asynchronous software.">
<link rel="icon" type="image/png" sizes="32x32" href="{{ "/assets/images/favicon-32x32.png" | relative_url }}">
<link rel="icon" type="image/png" sizes="16x16" href="{{ "/assets/images/favicon-16x16.png" | relative_url }}">
<link rel="apple-touch-icon" href="{{ "/assets/images/apple-touch-icon.png" | relative_url }}">
<link rel="shortcut icon" href="{{ "/assets/images/favicon.ico" | relative_url }}">
<!-- <link rel="icon" type="image/png" sizes="32x32" href="{{ "/assets/images/favicon-32x32.png" | relative_url }}">
<link rel="icon" type="image/png" sizes="16x16" href="{{ "/assets/images/favicon-16x16.png" | relative_url }}"> -->
<!-- <link rel="apple-touch-icon" href="{{ "/assets/images/apple-touch-icon.png" | relative_url }}"> -->
<!-- <link rel="shortcut icon" href="{{ "/assets/images/favicon.ico" | relative_url }}"> -->
<link rel="manifest" href="{{ "/assets/images/site.webmanifest" | relative_url }}">
<!-- <link rel="stylesheet" href="https://ajax.aspnetcdn.com/ajax/bootstrap/3.4.1/css/bootstrap.min.css" crossorigin="anonymous"> -->

Просмотреть файл

@ -1,10 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<svg version="1.1" id="Layer_1"
xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 93 98" style="enable-background:new 0 0 93 98;" xml:space="preserve">
<g>
<polygon class="logo-mark" points="46.72,32.41 4.41,4.32 46.72,93.13 89.03,4.32 "/>
<line class="logo-mark" x1="55.08" y1="51.43" x2="63.06" y2="51.43"/>
<line class="logo-mark" x1="30.16" y1="51.43" x2="38.14" y2="51.43"/>
</g>
</svg>

До

Ширина:  |  Высота:  |  Размер: 509 B

Просмотреть файл

@ -10,16 +10,15 @@
</button>
{% if page.section == "home" %}
<a class="brand-home" href="{{site.baseurl}}/" title="Homepage">
<span>Fearless coding for reliable asynchronous software
</span>
<p>coyote</p>
<span>Fearless coding for reliable asynchronous software</span>
</a>
{% endif %}
<a class="navbar-brand" href="{{site.baseurl}}/" title="Homepage"></a>
<a class="navbar-brand" style="color:#ff6633; margin-left:0px;" href="{{site.baseurl}}/" title="Homepage">coyote</a>
</div>
<div id="navbar" class="navbar-collapse collapse">
<a href="javascript:void(0)" class="closebtn" data-toggle="collapse" data-target="#navbar">&times;</a>
<a class="navbar-brand-menu" href="{{site.baseurl}}/" title="Homepage"></a>
<ul class="nav navbar-nav navbar-right">
{% assign section = page.section %}
{% if page.navsection %}

Просмотреть файл

@ -142,7 +142,6 @@ p {
}
.navbar-brand-menu {
background: url("/coyote/assets/images/logo_rev.svg") no-repeat 30px center; //white logo
display: block;
width: 267px;
height: 40px;
@ -173,24 +172,18 @@ p {
// homepage brand
.navbar-brand {
display: block;
background: url("/coyote/assets/images/logo_color.svg") no-repeat 30px center;
width: 267px;
height: 40px;
background-size: contain;
margin: 20px 0 0 0;
transition: .3s;
}
@media only screen and (max-width: 768px) {
.home .navbar-default .navbar-brand {
width: 147px;
}
font-size: 50px;
margin-top: -10px;
margin-left: 10px;
font-family: 'Segoe UI';
text-decoration: none;
line-height: 100%;
}
.shrink .navbar-brand {
height: 20px;
margin-top: 15px;
font-size: 36px;
}
.home {
@ -201,9 +194,6 @@ p {
.brand-home {
position: absolute;
z-index: 1;
background: url("/coyote/assets/images/logo_rev.svg") no-repeat;
background-position: center 20px;
background-size: 130px auto;
transition: all .2s ease-in;
padding: 0 10px;
width: 200px;
@ -236,20 +226,27 @@ p {
line-height: 122.2%;
font-weight: 100;
width: 100%;
padding: 63px 22px;
padding: 0px 10px;
@media only screen and (min-width: 768px) {
font-size: 30px;
padding: 100px 10px;
padding: 40px 10px;
}
}
p {
// this is for the 'coyote' word part of the brand-home
margin-top: 15px;
font-size: 50px;
margin-bottom: -16px;
margin-left: 10px;
}
&.brand-shrink {
background-color: transparent;
background: url("/coyote/assets/images/logo_color.png") no-repeat 30px center;
width: 267px;
height: 20px;
margin-top: 15px;
// margin-top: 15px;
background-size: contain;
span {
@ -257,6 +254,26 @@ p {
margin-top: -100px;
}
}
@media only screen and (max-width: 768px) {
p {
font-size: 36px;
margin-top: 10px;
margin-bottom: 10px;
}
}
}
}
@media only screen and (max-width: 768px) {
.home .navbar-default .navbar-brand {
width: 147px;
}
.navbar-brand {
font-size: 36px;
margin: 10px 0 0 0;
}
}
@ -321,19 +338,6 @@ p {
text-overflow: ellipsis;
}
// puts a little ">" icon next to the list item, problem is this implies expandability
// but not all items are expandable, so this is confusing.
// li a:before {
// /*Using a Bootstrap glyphicon as the bullet point*/
// content: "\e080";
// font-family: 'Glyphicons Halflings';
// font-size: 9px;
// float: left;
// margin-left: -10px;
// color: #ccc;
// background: none;
// }
li a.active:before {
color: $brand-color;
}
@ -394,7 +398,6 @@ p {
}
.reference .display-flex article {
max-width: 100%;
}
@ -654,8 +657,7 @@ p {
.search-wrapper {
@include screen(md) {
position: relative;
// position: relative;
}
}

Двоичные данные
docs/assets/images/android-chrome-192x192.png

Двоичный файл не отображается.

До

Ширина:  |  Высота:  |  Размер: 7.8 KiB

Двоичные данные
docs/assets/images/android-chrome-512x512.png

Двоичный файл не отображается.

До

Ширина:  |  Высота:  |  Размер: 9.6 KiB

Двоичные данные
docs/assets/images/apple-touch-icon.png

Двоичный файл не отображается.

До

Ширина:  |  Высота:  |  Размер: 7.0 KiB

Двоичные данные
docs/assets/images/favicon-16x16.png

Двоичный файл не отображается.

До

Ширина:  |  Высота:  |  Размер: 1.3 KiB

Двоичные данные
docs/assets/images/favicon-32x32.png

Двоичный файл не отображается.

До

Ширина:  |  Высота:  |  Размер: 1.8 KiB

Двоичные данные
docs/assets/images/favicon.ico

Двоичный файл не отображается.

До

Ширина:  |  Высота:  |  Размер: 1.1 KiB

Двоичные данные
docs/assets/images/icon.png

Двоичный файл не отображается.

До

Ширина:  |  Высота:  |  Размер: 1.3 KiB

После

Ширина:  |  Высота:  |  Размер: 852 B

Двоичные данные
docs/assets/images/logo_color.png

Двоичный файл не отображается.

До

Ширина:  |  Высота:  |  Размер: 5.9 KiB

Просмотреть файл

@ -1,26 +0,0 @@
<svg id="Color" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 468.0176 120.9424">
<defs>
<style>
.cls-1 {
fill: none;
stroke: #f63;
stroke-linecap: round;
stroke-linejoin: round;
stroke-width: 7px;
}
</style>
</defs>
<title>logo_color</title>
<g>
<path d="M19.4278,94.6552A34.8609,34.8609,0,0,1,6.4234,81.2505a38.37,38.37,0,0,1-4.735-18.94A40.603,40.603,0,0,1,6.09,43.3047,33.5359,33.5359,0,0,1,18.3607,29.967a32.79,32.79,0,0,1,17.6058-4.8685A36.1482,36.1482,0,0,1,51.5719,28.433a34.3109,34.3109,0,0,1,12.2708,9.87,4.2459,4.2459,0,0,1,.9335,2.2674,3.2605,3.2605,0,0,1-1.8673,2.9343,3.1879,3.1879,0,0,1-2.1339.8,3.6776,3.6776,0,0,1-3.0678-1.6A27.1807,27.1807,0,0,0,35.9665,32.5676,24.6734,24.6734,0,0,0,12.9589,46.9724,34.9638,34.9638,0,0,0,9.6911,62.3109a31.99,31.99,0,0,0,3.6012,15.2053,26.9067,26.9067,0,0,0,10.0034,10.67,27.7947,27.7947,0,0,0,14.6716,3.8679q11.7352,0,18.8063-6.5356a3.8393,3.8393,0,0,1,2.8009-1.2,3.257,3.257,0,0,1,2.4008.9336,3.8063,3.8063,0,0,1,1.3338,2.9343,3.0435,3.0435,0,0,1-1.0669,2.4009,33.1489,33.1489,0,0,1-10.937,6.6021,37.9525,37.9525,0,0,1-13.3379,2.3344A35.8371,35.8371,0,0,1,19.4278,94.6552Z" transform="translate(-1.6884 -2.5576)"/>
<path d="M99.0526,94.6552A35.2676,35.2676,0,0,1,85.6481,81.2505a37.5348,37.5348,0,0,1-4.8683-18.94,37.8037,37.8037,0,0,1,4.8683-19.0728A35.2961,35.2961,0,0,1,99.0526,29.8334a39.5375,39.5375,0,0,1,38.0128,0A35.3246,35.3246,0,0,1,150.47,43.2381a37.823,37.823,0,0,1,4.8683,19.0728,37.5541,37.5541,0,0,1-4.8683,18.94,35.2961,35.2961,0,0,1-13.4045,13.4047,39.5339,39.5339,0,0,1-38.0128,0Zm34.0114-6.4689a27.75,27.75,0,0,0,10.47-10.67,30.63,30.63,0,0,0,3.8013-15.2053,30.63,30.63,0,0,0-3.8013-15.2049,28.2492,28.2492,0,0,0-10.47-10.7371A29.2939,29.2939,0,0,0,92.65,47.106a30.201,30.201,0,0,0-3.8679,15.2049A30.2015,30.2015,0,0,0,92.65,77.5162a28.2153,28.2153,0,0,0,10.537,10.67,30.7807,30.7807,0,0,0,29.8766,0Z" transform="translate(-1.6884 -2.5576)"/>
<path d="M275.7767,94.6552A35.2674,35.2674,0,0,1,262.372,81.2505a37.5347,37.5347,0,0,1-4.8682-18.94,37.8037,37.8037,0,0,1,4.8682-19.0728,35.2959,35.2959,0,0,1,13.4047-13.4047,39.5363,39.5363,0,0,1,38.0122,0,35.3223,35.3223,0,0,1,13.4047,13.4047,37.8249,37.8249,0,0,1,4.8681,19.0728,37.556,37.556,0,0,1-4.8681,18.94,35.2938,35.2938,0,0,1-13.4047,13.4047,39.5327,39.5327,0,0,1-38.0122,0Zm34.0112-6.4689a27.7527,27.7527,0,0,0,10.47-10.67,30.6325,30.6325,0,0,0,3.8013-15.2053,30.632,30.632,0,0,0-3.8013-15.2049,28.2515,28.2515,0,0,0-10.47-10.7371A29.2939,29.2939,0,0,0,269.3743,47.106a30.201,30.201,0,0,0-3.8679,15.2049,30.2015,30.2015,0,0,0,3.8679,15.2053,28.216,28.216,0,0,0,10.537,10.67,30.7807,30.7807,0,0,0,29.8766,0Z" transform="translate(-1.6884 -2.5576)"/>
<path d="M388.0118,91.7209a4.0652,4.0652,0,0,1,1.1337,3.0009,3.89,3.89,0,0,1-1.1337,2.8677,4.0561,4.0561,0,0,1-3.0008,1.1337h-3.0679a25.51,25.51,0,0,1-13.071-3.3345,23.5182,23.5182,0,0,1-8.9365-9.1361,26.741,26.741,0,0,1-3.201-13.1381V35.6354H346.3312a3.6028,3.6028,0,1,1,0-7.2024h10.4034V6.6926a4.0569,4.0569,0,0,1,1.1337-3.0013,3.89,3.89,0,0,1,2.8678-1.1337,4.065,4.065,0,0,1,3.0008,1.1337,4.0636,4.0636,0,0,1,1.1337,3.0013v21.74h17.6059a3.6028,3.6028,0,1,1,0,7.2024H364.8706V73.1145a17.1812,17.1812,0,0,0,4.8015,12.6043,16.6568,16.6568,0,0,0,12.4041,4.8684h2.9348A4.0632,4.0632,0,0,1,388.0118,91.7209Z" transform="translate(-1.6884 -2.5576)"/>
<path d="M453.5006,29.7a31.7384,31.7384,0,0,1,11.9373,12.7373,39.3188,39.3188,0,0,1,4.2682,18.5395,3.5689,3.5689,0,0,1-1.0672,2.7346,3.9335,3.9335,0,0,1-2.8007,1H409.9528a29.74,29.74,0,0,0,4.1346,14.0712,26.4056,26.4056,0,0,0,10.0031,9.67,28.4247,28.4247,0,0,0,14.0051,3.4681,32.224,32.224,0,0,0,10.47-1.8007,22.3364,22.3364,0,0,0,8.3361-4.7349,4.4219,4.4219,0,0,1,2.8007-1.0671,3.5093,3.5093,0,0,1,2.6677,6.1353,33.7933,33.7933,0,0,1-11.1369,6.4024A37.9285,37.9285,0,0,1,438.0956,99.39a36.7921,36.7921,0,0,1-18.74-4.735,33.7079,33.7079,0,0,1-12.8709-13.2046,38.9638,38.9638,0,0,1-4.6679-19.14,41.6937,41.6937,0,0,1,4.3347-19.2729,32.2891,32.2891,0,0,1,12.1374-13.2046,33.65,33.65,0,0,1,17.806-4.7349A33.1738,33.1738,0,0,1,453.5006,29.7Zm-34.945,9.803q-7.1367,6.9372-8.47,18.2728H461.97q-.935-11.3346-8.0029-18.2728-7.0713-6.9338-17.8725-6.9357A24.2015,24.2015,0,0,0,418.5556,39.5033Z" transform="translate(-1.6884 -2.5576)"/>
</g>
<g>
<polygon class="cls-1" points="204.722 56.72 162.414 28.63 204.722 117.442 247.03 28.63 204.722 56.72"/>
<line class="cls-1" x1="213.0853" y1="75.7421" x2="221.0603" y2="75.7421"/>
<line class="cls-1" x1="188.1634" y1="75.7421" x2="196.1384" y2="75.7421"/>
</g>
</svg>

До

Ширина:  |  Высота:  |  Размер: 4.5 KiB

Двоичные данные
docs/assets/images/logo_rev.png

Двоичный файл не отображается.

До

Ширина:  |  Высота:  |  Размер: 5.2 KiB

Просмотреть файл

@ -1,30 +0,0 @@
<svg id="reverse" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 468.0176 120.9424">
<defs>
<style>
.cls-1 {
fill: #fff;
}
.cls-2 {
fill: none;
stroke: #fff;
stroke-linecap: round;
stroke-linejoin: round;
stroke-width: 7px;
}
</style>
</defs>
<title>logo_rev</title>
<g>
<path class="cls-1" d="M19.4278,94.6552A34.8609,34.8609,0,0,1,6.4234,81.2505a38.37,38.37,0,0,1-4.735-18.94A40.603,40.603,0,0,1,6.09,43.3047,33.5359,33.5359,0,0,1,18.3607,29.967a32.79,32.79,0,0,1,17.6058-4.8685A36.1482,36.1482,0,0,1,51.5719,28.433a34.3109,34.3109,0,0,1,12.2708,9.87,4.2459,4.2459,0,0,1,.9335,2.2674,3.2605,3.2605,0,0,1-1.8673,2.9343,3.1879,3.1879,0,0,1-2.1339.8,3.6776,3.6776,0,0,1-3.0678-1.6A27.1807,27.1807,0,0,0,35.9665,32.5676,24.6734,24.6734,0,0,0,12.9589,46.9724,34.9638,34.9638,0,0,0,9.6911,62.3109a31.99,31.99,0,0,0,3.6012,15.2053,26.9067,26.9067,0,0,0,10.0034,10.67,27.7947,27.7947,0,0,0,14.6716,3.8679q11.7352,0,18.8063-6.5356a3.8393,3.8393,0,0,1,2.8009-1.2,3.257,3.257,0,0,1,2.4008.9336,3.8063,3.8063,0,0,1,1.3338,2.9343,3.0435,3.0435,0,0,1-1.0669,2.4009,33.1489,33.1489,0,0,1-10.937,6.6021,37.9525,37.9525,0,0,1-13.3379,2.3344A35.8371,35.8371,0,0,1,19.4278,94.6552Z" transform="translate(-1.6884 -2.5576)"/>
<path class="cls-1" d="M99.0526,94.6552A35.2676,35.2676,0,0,1,85.6481,81.2505a37.5348,37.5348,0,0,1-4.8683-18.94,37.8037,37.8037,0,0,1,4.8683-19.0728A35.2961,35.2961,0,0,1,99.0526,29.8334a39.5375,39.5375,0,0,1,38.0128,0A35.3246,35.3246,0,0,1,150.47,43.2381a37.823,37.823,0,0,1,4.8683,19.0728,37.5541,37.5541,0,0,1-4.8683,18.94,35.2961,35.2961,0,0,1-13.4045,13.4047,39.5339,39.5339,0,0,1-38.0128,0Zm34.0114-6.4689a27.75,27.75,0,0,0,10.47-10.67,30.63,30.63,0,0,0,3.8013-15.2053,30.63,30.63,0,0,0-3.8013-15.2049,28.2492,28.2492,0,0,0-10.47-10.7371A29.2939,29.2939,0,0,0,92.65,47.106a30.201,30.201,0,0,0-3.8679,15.2049A30.2015,30.2015,0,0,0,92.65,77.5162a28.2153,28.2153,0,0,0,10.537,10.67,30.7807,30.7807,0,0,0,29.8766,0Z" transform="translate(-1.6884 -2.5576)"/>
<path class="cls-1" d="M275.7767,94.6552A35.2674,35.2674,0,0,1,262.372,81.2505a37.5347,37.5347,0,0,1-4.8682-18.94,37.8037,37.8037,0,0,1,4.8682-19.0728,35.2959,35.2959,0,0,1,13.4047-13.4047,39.5363,39.5363,0,0,1,38.0122,0,35.3223,35.3223,0,0,1,13.4047,13.4047,37.8249,37.8249,0,0,1,4.8681,19.0728,37.556,37.556,0,0,1-4.8681,18.94,35.2938,35.2938,0,0,1-13.4047,13.4047,39.5327,39.5327,0,0,1-38.0122,0Zm34.0112-6.4689a27.7527,27.7527,0,0,0,10.47-10.67,30.6325,30.6325,0,0,0,3.8013-15.2053,30.632,30.632,0,0,0-3.8013-15.2049,28.2515,28.2515,0,0,0-10.47-10.7371A29.2939,29.2939,0,0,0,269.3743,47.106a30.201,30.201,0,0,0-3.8679,15.2049,30.2015,30.2015,0,0,0,3.8679,15.2053,28.216,28.216,0,0,0,10.537,10.67,30.7807,30.7807,0,0,0,29.8766,0Z" transform="translate(-1.6884 -2.5576)"/>
<path class="cls-1" d="M388.0118,91.7209a4.0652,4.0652,0,0,1,1.1337,3.0009,3.89,3.89,0,0,1-1.1337,2.8677,4.0561,4.0561,0,0,1-3.0008,1.1337h-3.0679a25.51,25.51,0,0,1-13.071-3.3345,23.5182,23.5182,0,0,1-8.9365-9.1361,26.741,26.741,0,0,1-3.201-13.1381V35.6354H346.3312a3.6028,3.6028,0,1,1,0-7.2024h10.4034V6.6926a4.0569,4.0569,0,0,1,1.1337-3.0013,3.89,3.89,0,0,1,2.8678-1.1337,4.065,4.065,0,0,1,3.0008,1.1337,4.0636,4.0636,0,0,1,1.1337,3.0013v21.74h17.6059a3.6028,3.6028,0,1,1,0,7.2024H364.8706V73.1145a17.1812,17.1812,0,0,0,4.8015,12.6043,16.6568,16.6568,0,0,0,12.4041,4.8684h2.9348A4.0632,4.0632,0,0,1,388.0118,91.7209Z" transform="translate(-1.6884 -2.5576)"/>
<path class="cls-1" d="M453.5006,29.7a31.7384,31.7384,0,0,1,11.9373,12.7373,39.3188,39.3188,0,0,1,4.2682,18.5395,3.5689,3.5689,0,0,1-1.0672,2.7346,3.9335,3.9335,0,0,1-2.8007,1H409.9528a29.74,29.74,0,0,0,4.1346,14.0712,26.4056,26.4056,0,0,0,10.0031,9.67,28.4247,28.4247,0,0,0,14.0051,3.4681,32.224,32.224,0,0,0,10.47-1.8007,22.3364,22.3364,0,0,0,8.3361-4.7349,4.4219,4.4219,0,0,1,2.8007-1.0671,3.5093,3.5093,0,0,1,2.6677,6.1353,33.7933,33.7933,0,0,1-11.1369,6.4024A37.9285,37.9285,0,0,1,438.0956,99.39a36.7921,36.7921,0,0,1-18.74-4.735,33.7079,33.7079,0,0,1-12.8709-13.2046,38.9638,38.9638,0,0,1-4.6679-19.14,41.6937,41.6937,0,0,1,4.3347-19.2729,32.2891,32.2891,0,0,1,12.1374-13.2046,33.65,33.65,0,0,1,17.806-4.7349A33.1738,33.1738,0,0,1,453.5006,29.7Zm-34.945,9.803q-7.1367,6.9372-8.47,18.2728H461.97q-.935-11.3346-8.0029-18.2728-7.0713-6.9338-17.8725-6.9357A24.2015,24.2015,0,0,0,418.5556,39.5033Z" transform="translate(-1.6884 -2.5576)"/>
</g>
<g>
<polygon class="cls-2" points="204.722 56.72 162.414 28.63 204.722 117.442 247.03 28.63 204.722 56.72"/>
<line class="cls-2" x1="213.0853" y1="75.7421" x2="221.0603" y2="75.7421"/>
<line class="cls-2" x1="188.1634" y1="75.7421" x2="196.1384" y2="75.7421"/>
</g>
</svg>

До

Ширина:  |  Высота:  |  Размер: 4.6 KiB

Просмотреть файл

@ -1 +1 @@
{"name":"","short_name":"","icons":[{"src":"/assets/images/android-chrome-192x192.png","sizes":"192x192","type":"image/png"},{"src":"/assets/images/android-chrome-512x512.png","sizes":"512x512","type":"image/png"}],"theme_color":"#ffffff","background_color":"#ffffff","display":"standalone"}
{"name":"","short_name":"","theme_color":"#ffffff","background_color":"#ffffff","display":"standalone"}

Двоичные данные
docs/assets/images/tile-wide.png

Двоичный файл не отображается.

До

Ширина:  |  Высота:  |  Размер: 14 KiB

Двоичные данные
docs/assets/images/tile.png

Двоичный файл не отображается.

До

Ширина:  |  Высота:  |  Размер: 20 KiB