Skip to content

Commit

Permalink
Include PREvant logo into frontend
Browse files Browse the repository at this point in the history
  • Loading branch information
schrieveslaach committed Aug 14, 2019
1 parent 5b756e7 commit 2ce7f75
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion frontend/src/Navbar.vue
Expand Up @@ -26,7 +26,12 @@

<template>
<nav id="nav" class="navbar navbar-expand-lg navbar-light bg-light">
<a class="navbar-brand" href="#">PREvant</a>
<a class="navbar-brand" href="#">
<svg xmlns="http://www.w3.org/2000/svg" width="100" height="29.253" viewBox="0 0 26.458 7.74">
<path class="cls-34" fill="#333" d="M0 0h26.458v7.74H0z"/>
<path d="M3.443 4.52v1.858h-.62v-4.75h1.518a1.38 1.38 0 011.046.397 1.467 1.467 0 01.378 1.059 1.474 1.474 0 01-.36 1.052 1.393 1.393 0 01-1.021.384zm0-.514h.922a.793.793 0 00.62-.235 1.003 1.003 0 00.21-.687 1.022 1.022 0 00-.217-.682.75.75 0 00-.619-.26h-.916zM8.006 4.458h-.848v1.92h-.62v-4.75H7.87a1.443 1.443 0 011.065.366 1.437 1.437 0 01.36 1.065 1.474 1.474 0 01-.193.768 1.238 1.238 0 01-.557.495l.929 2.019v.037h-.65zm-.848-.514h.724a.774.774 0 00.62-.241.892.892 0 00.229-.62c0-.619-.279-.916-.836-.916h-.737zM12.415 4.198h-1.69V5.87h1.969v.508H10.13v-4.75h2.526v.514h-1.931v1.53h1.69zM14.297 5.505l.669-2.657h.588l-1.046 3.53h-.434l-1.065-3.53h.589zM17.932 6.378a1.53 1.53 0 01-.074-.384.91.91 0 01-.787.452.941.941 0 01-1.021-1.01 1.077 1.077 0 01.365-.854 1.505 1.505 0 011.01-.322h.42v-.378a.49.49 0 00-.57-.582.57.57 0 00-.42.155.508.508 0 00-.168.39h-.575a.885.885 0 01.16-.514 1.084 1.084 0 01.428-.39 1.325 1.325 0 01.619-.136 1.164 1.164 0 01.83.266 1.071 1.071 0 01.29.786v1.765a2.037 2.037 0 00.112.706v.05zm-.774-.458a.762.762 0 00.409-.118.694.694 0 00.278-.291v-.842h-.322a1.09 1.09 0 00-.656.18.62.62 0 00-.235.5.62.62 0 00.117.434.514.514 0 00.409.136zM19.87 2.848v.384a1.046 1.046 0 01.867-.446q.935 0 .947 1.239v2.347h-.576v-2.31a.941.941 0 00-.136-.62.508.508 0 00-.42-.179.563.563 0 00-.385.149.947.947 0 00-.278.371v2.564h-.582v-3.53zM23.325 1.994v.854h.551v.47h-.532v2.193a.62.62 0 00.068.316.266.266 0 00.235.105.78.78 0 00.235-.037v.483a1.276 1.276 0 01-.402.068.62.62 0 01-.526-.248 1.152 1.152 0 01-.18-.687V3.319h-.539v-.47h.54v-.855z" class="cls-14" fill="#fff"/>
</svg>
</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent"
aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
Expand Down

0 comments on commit 2ce7f75

Please sign in to comment.