Opened 7 years ago

Closed 7 years ago

#1862 closed enhancement (fixed)

update presentation of FOSS4G logo on website

Reported by: gsteinmon Owned by: webcom@…
Priority: normal Milestone:
Component: WebSite Keywords:
Cc:

Description

Would it be possible to imporve the look of the FGOSS4G logo on the main OSGeo page. Go from smushy to upright?

http://i.imgur.com/kULeIdC.png http://i.imgur.com/I4JZDiv.png

here is the code I updated from the html I snagged from the site:

<div class="curvybox">
  <div class="tl">
    <div class="tr">
      <div class="br">
        <div class="bl" id="block-block-18">
          <div class="title"></div>
          <div class="content" 
          style="font-size: 0.9em;margin: auto 5px auto 5px;text-align: center;"><a href="http://2017.foss4g.org/">
<img width="180" src="http://2017.foss4g.org/images/rectangle_color_150_350.png" alt="FOSS4G 2017">
</a>
</div>
        </div>
      </div>
    </div>
  </div>
</div>

thanks

Change History (3)

comment:1 by strk, 7 years ago

Component: Systems AdminWebSite
Owner: changed from sac@… to webcom@…

comment:2 by Jeff McKenna, 7 years ago

Can you please provide a logo to use in the exact dimensions of that box? width=180 height=60

comment:3 by Jeff McKenna, 7 years ago

Resolution: fixed
Status: newclosed

Update: I've changed the display code to show a different size, which more resembles the "upright" example (width=170 height=70 ). Please re-open if you need more changes or have a logo that size to use.

Note: See TracTickets for help on using tickets.