Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

IBX-7744: Updated Ibexa logo #332

Merged
merged 1 commit into from
Feb 9, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 6 additions & 10 deletions src/bundle/Debug/Resources/views/Profiler/layout.html.twig
Original file line number Diff line number Diff line change
@@ -1,19 +1,15 @@
{% extends '@WebProfiler/Profiler/layout.html.twig' %}

{% macro ibexa_logo() %}
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="512" height="512" viewBox="0 0 512 512">
<svg width="186" height="271" viewBox="0 0 186 271" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M0.320007 55.5L0.350005 5.26999C0.350005 2.76999 2.38001 0.73999 4.89001 0.73999H31.22C33.72 0.73999 35.75 2.76999 35.76 5.26999L35.8 22.47C35.82 28.61 33.39 34.5 29.05 38.84L8.88 59.04C5.71 62.2 0.320007 59.96 0.320007 55.5ZM185.57 227.5C185.59 235.72 182.31 243.61 176.48 249.4L156.32 269.41C153.89 271.83 149.75 270.09 149.76 266.66L149.87 243.8C134.15 256.12 114.36 263.47 92.88 263.47C40.36 263.47 -2.08999 219.5 0.420013 166.44L0.309997 114.37C0.289997 106.15 3.56999 98.26 9.39999 92.47L29.56 72.46C31.99 70.04 36.13 71.78 36.12 75.21L36.01 97.99C49.98 87.05 67.12 80.01 85.73 78.61C139.31 74.56 184.32 116.44 185.42 168.93L185.44 168.89V170.89C185.44 170.9 185.44 170.91 185.44 170.92C185.44 170.93 185.44 170.93 185.44 170.94L185.57 227.5ZM149.95 171.62C149.95 139.76 124.03 113.84 92.17 113.84C60.31 113.84 34.39 139.76 34.39 171.62C34.39 203.48 60.31 229.4 92.17 229.4C124.03 229.4 149.95 203.47 149.95 171.62Z" fill="url(#paint0_linear_3_26)"/>
<defs>
<linearGradient id="linear-gradient" x1="0.089" y1="0.218" x2="0.914" y2="0.784" gradientUnits="objectBoundingBox">
<stop offset="0" stop-color="#ea571c"/>
<stop offset="0.186" stop-color="#e95026"/>
<stop offset="0.537" stop-color="#e83e3a"/>
<stop offset="1" stop-color="#e61850"/>
<linearGradient id="paint0_linear_3_26" x1="0.314997" y1="135.638" x2="185.575" y2="135.638" gradientUnits="userSpaceOnUse">
<stop stop-color="#FF4713"/>
<stop offset="0.5" stop-color="#DB0032"/>
<stop offset="1" stop-color="#AE1164"/>
</linearGradient>
</defs>
<g transform="translate(0 100)">
<circle id="Ellipse_12" data-name="Ellipse 12" cx="200" cy="200" r="200" transform="translate(0 0)" fill="url(#linear-gradient)"/>
<path id="Path_7" data-name="Path 7" d="M313.617,18.762H265.794L199.359,85.669,184.618,71.7,160.706,95.776l14.741,13.974-36.414,36.673-.027-.022c-9.66,8.04-28.273,19.09-41.762,19.09a55.244,55.244,0,0,1-22.969-5.023s92.6-94.58,98.526-100.552l-5.048-5.331C147.817,33.794,120.872,19.53,96.563,19.53c-49.435,0-89.655,40.506-89.655,90.291s40.221,90.291,89.655,90.291c23.122,0,43.385-7.777,68.554-31.852l34.236-34.424L261.6,196.559h47.823l-86.159-86.8ZM41.286,109.141c0-31.073,25.1-56.355,55.958-56.355a55.182,55.182,0,0,1,30.125,8.928l-77.212,77.76A56.265,56.265,0,0,1,41.286,109.141Z" transform="translate(39.977 90.118)" fill="#fff"/>
</g>
</svg>
{% endmacro %}

Expand Down
Loading