From 52a75f1cf0323144b8a034f18ca004f686540f68 Mon Sep 17 00:00:00 2001 From: Eike Cochu <eike@cochu.com> Date: Wed, 27 Apr 2016 22:56:46 +0200 Subject: [PATCH] added logo text --- vipra-ui/app/html/index.html | 1 + vipra-ui/app/img/vipra.svg | 72 ++++++++++++++++++++++++++++++++++++ vipra-ui/app/index.html | 1 - vipra-ui/app/less/app.less | 5 +++ 4 files changed, 78 insertions(+), 1 deletion(-) create mode 100644 vipra-ui/app/img/vipra.svg diff --git a/vipra-ui/app/html/index.html b/vipra-ui/app/html/index.html index e34199bd..8f79fff0 100644 --- a/vipra-ui/app/html/index.html +++ b/vipra-ui/app/html/index.html @@ -1,6 +1,7 @@ <div class="container" ng-cloak ng-hide="!rootModels.topicModel || state.name !== 'index'"> <div class="row" ng-hide="search"> <div class="col-md-12 text-center"> + <div class="logo-text">\ˈvī-prə\</div> <svg class="logo hover heading" viewBox="0 0 200 120"> <polyline style="animation-delay:0s" class="logo-shape" points="0,0 100,45 100,75 0,0" fill="#006591" /> <polyline style="animation-delay:.5s" class="logo-shape" points="100,45 200,0 100,75 100,45" fill="#0079a2" /> diff --git a/vipra-ui/app/img/vipra.svg b/vipra-ui/app/img/vipra.svg new file mode 100644 index 00000000..57735f3c --- /dev/null +++ b/vipra-ui/app/img/vipra.svg @@ -0,0 +1,72 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="43.380642mm" + height="10.914062mm" + viewBox="0 0 153.71094 38.671875" + id="svg2" + version="1.1" + inkscape:version="0.91 r13725" + sodipodi:docname="vipra.svg"> + <defs + id="defs4" /> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="3.959798" + inkscape:cx="123.60597" + inkscape:cy="-39.672792" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="false" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0" + inkscape:window-width="2503" + inkscape:window-height="1416" + inkscape:window-x="57" + inkscape:window-y="24" + inkscape:window-maximized="1" /> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Ebene 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(0,-1013.6903)"> + <text + xml:space="preserve" + style="font-style:normal;font-weight:normal;font-size:40px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#e6e6e6;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;" + x="0" + y="1044.0419" + id="text3336" + sodipodi:linespacing="125%"><tspan + sodipodi:role="line" + id="tspan3338" + x="0" + y="1044.0419">\ˈvī-prə\</tspan></text> + </g> +</svg> diff --git a/vipra-ui/app/index.html b/vipra-ui/app/index.html index 24228438..5227e870 100644 --- a/vipra-ui/app/index.html +++ b/vipra-ui/app/index.html @@ -35,7 +35,6 @@ </svg> </a> </div> - <!-- Collect the nav links, forms, and other content for toggling --> <div class="collapse navbar-collapse" id="vipra-navbar-collapse-1"> <ul class="nav navbar-nav"> <li ui-sref-active="active"> diff --git a/vipra-ui/app/less/app.less b/vipra-ui/app/less/app.less index 6cedd5f1..3158d640 100644 --- a/vipra-ui/app/less/app.less +++ b/vipra-ui/app/less/app.less @@ -197,6 +197,11 @@ a:hover { } } +.logo-text { + font-size: 20px; + color: #888; +} + .vis-network { outline: none; } -- GitLab