Skip to content

Commit

Permalink
[AIRFLOW-XXX] Update to new logo (apache#6066)
Browse files Browse the repository at this point in the history
  • Loading branch information
ashb authored and kaxil committed Oct 4, 2019
1 parent 6345ed2 commit 32fd2af
Show file tree
Hide file tree
Showing 34 changed files with 59 additions and 456 deletions.
2 changes: 1 addition & 1 deletion airflow/operators/slack_operator.py
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ def __init__(self,
'Here is a cat video instead\n'
'https://www.youtube.com/watch?v=J---aiyznGQ',
icon_url: str = 'https://raw.githubusercontent.com/apache/'
'airflow/master/airflow/www/static/pin_100.jpg',
'airflow/master/airflow/www/static/pin_100.png',
attachments: Optional[List] = None,
*args, **kwargs):
self.method = 'chat.postMessage'
Expand Down
Binary file removed airflow/www/static/favicon.ico
Binary file not shown.
Binary file removed airflow/www/static/pin_100.jpg
Binary file not shown.
Binary file modified airflow/www/static/pin_100.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 airflow/www/static/pin_25.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 removed airflow/www/static/pin_30.png
Binary file not shown.
Binary file added airflow/www/static/pin_32.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 airflow/www/static/pin_35.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 airflow/www/static/pin_40.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 removed airflow/www/static/pin_large.jpg
Binary file not shown.
Binary file modified airflow/www/static/pin_large.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
20 changes: 15 additions & 5 deletions airflow/www/templates/airflow/circles.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,20 @@
under the License.
#}

<div style="font-family: verdana;">
<h1>Airflow 404 = lots of circles</h1>
<div>{{ hostname }}</div>
<div
<!DOCTYPE html>
<html>
<head>
<title>Airflow 404 = lots of circles</title>
<link rel="icon" type="image/png" href="{{ url_for('static', filename='pin_32.png') }}">
</head>

<body>
<div style="font-family: verdana;">
<h1>Airflow 404 = lots of circles</h1>
<p>{{ hostname }}</p>
</div>
<div
id="div_svg"
class="content"
class="centered text-center"
style="border: 1px solid #CCC; padding:0px;margin:0;">
<svg></svg>
Expand Down Expand Up @@ -143,3 +151,5 @@ <h1>Airflow 404 = lots of circles</h1>
toggle();

</script>
</body>
</html>
2 changes: 1 addition & 1 deletion airflow/www/templates/appbuilder/baselayout.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
{% endif %}
<link href="{{ url_for_asset('main.css') }}" rel="stylesheet">

<link rel="icon" type="image/png" href="{{ url_for('static', filename='pin_30.png') }}">
<link rel="icon" type="image/png" href="{{ url_for('static', filename='pin_32.png') }}">
{% endblock %}


Expand Down
5 changes: 1 addition & 4 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -296,10 +296,7 @@
# of the sidebar.
# html_logo = None

# The name of an image file (within the static path) to use as favicon of the
# docs. This file should be a Windows icon file (.ico) being 16x16 or 32x32
# pixels large.
# html_favicon = None
html_favicon = "../airflow/www/static/pin_32.png"

# Add any paths that contain custom static files (such as style sheets) here,
# relative to this directory. They are copied after the builtin static files,
Expand Down
Binary file removed docs/img/logos/airflow_1200x315_transparent.png
Binary file not shown.
Binary file removed docs/img/logos/airflow_2040x1370_black.png
Binary file not shown.
Binary file not shown.
Binary file removed docs/img/logos/airflow_3600x944_transparent.png
Binary file not shown.
Binary file modified docs/img/logos/airflow_64x64_emoji_transparent.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 not shown.
Binary file removed docs/img/logos/airflow_960x560_transparent.png
Binary file not shown.
Binary file not shown.
136 changes: 0 additions & 136 deletions docs/img/logos/airflow_blue_name_spin_o_transparent.svg

This file was deleted.

Binary file added docs/img/logos/airflow_dark_bg.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 added docs/img/logos/airflow_transparent.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 32fd2af

Please sign in to comment.