<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
</head>
<body>
<p>Wonderful - thanks very much Barry. All now uploaded. <br>
</p>
<p>You're welcome to edit it yourself directly if you like - setup a
PR, or I can give you rights to edit the repo directly. <br>
</p>
<p>Happy to demo if you are interested. <br>
</p>
<p>Best wishes,<br>
Nick.<br>
</p>
<div class="moz-cite-prefix">On 20/06/2023 16:35, Barry Rowlingson
wrote:<br>
</div>
<blockquote type="cite"
cite="mid:CANVKczMM2GkXN+0CqJ_unfLOUMr40u5SJvb+n-qEU2huVeaLWA@mail.gmail.com">
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<div dir="ltr">
<div>Also you might want to add a bit of breathing space at the
top and remove the spacing underneath then add this bit of <br>
</div>
<div>CSS to the CSS file mentioned previously:<br>
</div>
<div><br>
</div>
<div>.foss4guk2023 p.logo {</div>
margin: 1em 0 0 0 ;<br>
}<br>
<br>
<br>
</div>
<br>
<div class="gmail_quote">
<div dir="ltr" class="gmail_attr">On Tue, Jun 20, 2023 at
3:56 PM Rowlingson, Barry <<a
href="mailto:b.rowlingson@lancaster.ac.uk"
moz-do-not-send="true" class="moz-txt-link-freetext">b.rowlingson@lancaster.ac.uk</a>>
wrote:<br>
</div>
<blockquote class="gmail_quote" style="margin:0px 0px 0px
0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
<div>
<div dir="ltr">
<div>Here's a solution:</div>
<div><br>
</div>
<div>1. edit _layouts/foss4kuk2023.html to have:</div>
<div><br>
</div>
<div><html class="foss4guk2023"></div>
<div><br>
</div>
<div> - this lets us apply css styles to this minisite
only and not mess any other...</div>
<div><br>
</div>
<div>2. Use this for the logo in that file:</div>
<div><br>
</div>
<div><p class="logo"><a
href="index.html"><object type="image/svg+xml"
data="images/foss4guk2023-logo.svg"><br>
</object></a></p></div>
<div><br>
</div>
<div>3. Add this CSS to end of
stylesheets/osgeouk_newlogo.css</div>
<div><br>
</div>
<div>.foss4guk2023 .logo object {width: 100%}<br>
<br>
@media print, screen and (max-width: 960px) {<br>
.foss4guk2023 .logo object {<br>
width: 50%;<br>
}<br>
}<br>
@media print, screen and (max-width: 480px) {<br>
.foss4guk2023 .logo object {<br>
width: 66%;<br>
}<br>
}</div>
<div><br>
</div>
<div> that scales the logo nicely for three screen widths.</div>
<div><br>
</div>
<div>Barry</div>
<div><br>
</div>
<div><br>
</div>
</div>
<br>
<div class="gmail_quote">
<div dir="ltr" class="gmail_attr">On Tue, Jun 20, 2023 at
3:21 PM Nick Bearman <<a
href="mailto:nick@geospatialtrainingsolutions.co.uk"
target="_blank" moz-do-not-send="true"
class="moz-txt-link-freetext">nick@geospatialtrainingsolutions.co.uk</a>>
wrote:<br>
</div>
<blockquote class="gmail_quote" style="margin:0px 0px 0px
0.8ex;border-left:1px solid
rgb(204,204,204);padding-left:1ex">
<div>
<p>Ok - thanks. I don't know how to do that. <br>
</p>
<p>Is someone willing to have a look at this? Ant
perhaps, or someone else?</p>
<p>The site is at <a
href="https://github.com/osgeouk/website"
target="_blank" moz-do-not-send="true"
class="moz-txt-link-freetext">https://github.com/osgeouk/website</a>,
with some details in the README there. Mini-site for
FOSS4G:UK 2023 is in
<a
href="https://github.com/osgeouk/website/tree/gh-pages/foss4guklocal2023"
target="_blank" moz-do-not-send="true"
class="moz-txt-link-freetext">
https://github.com/osgeouk/website/tree/gh-pages/foss4guklocal2023</a>.
Layout for nav bar is in
<a
href="https://github.com/osgeouk/website/blob/gh-pages/_layouts/foss4guk2023.html"
target="_blank" moz-do-not-send="true"
class="moz-txt-link-freetext">
https://github.com/osgeouk/website/blob/gh-pages/_layouts/foss4guk2023.html</a>.
<br>
</p>
<p>Will add a temp placeholder for the moment. <br>
</p>
<p>Best wishes,<br>
Nick.<br>
</p>
<div>On 20/06/2023 15:10, Barry Rowlingson wrote:<br>
</div>
<blockquote type="cite">
<div dir="ltr">
<div>No, don't change the SVG - you should scale
it with CSS - and if you use percentages it
should scale with the page layout for mobile
etc, although maybe there's a separate
stylesheet for mobile...</div>
<div><br>
</div>
<div>If I set width: 100% on the <object>
then it fills the column, for example.</div>
<div><br>
</div>
<div>Barry</div>
<div><br>
</div>
<div><br>
</div>
<div><br>
</div>
</div>
<br>
<div class="gmail_quote">
<div dir="ltr" class="gmail_attr">On Tue, Jun 20,
2023 at 3:00 PM Nick Bearman <<a
href="mailto:nick@geospatialtrainingsolutions.co.uk"
target="_blank" moz-do-not-send="true"
class="moz-txt-link-freetext">nick@geospatialtrainingsolutions.co.uk</a>>
wrote:<br>
</div>
<blockquote class="gmail_quote" style="margin:0px
0px 0px 0.8ex;border-left:1px solid
rgb(204,204,204);padding-left:1ex">
<div>
<p>Hi Barry / all,</p>
<p>I'm trying to incorporate the logo in to
the website, with a plan to launch the
website after our meeting tomorrow.
<br>
</p>
<p><a
href="https://uk.osgeo.org/foss4guklocal2023/"
target="_blank" moz-do-not-send="true"
class="moz-txt-link-freetext">https://uk.osgeo.org/foss4guklocal2023/</a></p>
<p>Currently I am having trouble shrinking the
logo. I can change the width and height
parameters in the SVG file (line 2) and I
need it to be 270 px to fit, but it won't
seem to shrink beyond 360 px (which is what
it is showing at for me currently).
<br>
</p>
<p>Any ideas?</p>
<p>I'm also planning on having the logo 'full
size' on the home page, and then a small
version in the navigation bar. Alternative
arrangements are welcome :-)</p>
<p>Best wishes,<br>
Nick.<br>
</p>
<div>On 16/06/2023 10:27, Barry Rowlingson
wrote:<br>
</div>
<blockquote type="cite">
<div dir="ltr">
<div>I did a bit more tweaking, so now
hovering over the text or sites invokes
the spirit of 2013...</div>
<div><br>
</div>
<div>You should be able to drop an SVG
into any web page where you'd have an
image and get the hover functionality,
but its easy enough for me to produce
PNG files from the SVG at any resolution
you might need for static display.</div>
<div><br>
</div>
<div>Updated here: <a
href="https://b-rowlingson.gitlab.io/foss4guk2023/"
target="_blank" moz-do-not-send="true"
class="moz-txt-link-freetext">
https://b-rowlingson.gitlab.io/foss4guk2023/</a> (but not updated the
GIF version yet).</div>
<div><br>
</div>
<div>B<br>
</div>
</div>
<br>
<div class="gmail_quote">
<div dir="ltr" class="gmail_attr">On Wed,
Jun 14, 2023 at 11:56 AM Nick Bearman
<<a
href="mailto:nick@geospatialtrainingsolutions.co.uk"
target="_blank" moz-do-not-send="true"
class="moz-txt-link-freetext">nick@geospatialtrainingsolutions.co.uk</a>>
wrote:<br>
</div>
<blockquote class="gmail_quote"
style="margin:0px 0px 0px
0.8ex;border-left:1px solid
rgb(204,204,204);padding-left:1ex">
<div>
<p>Thanks very much Barry - looking
really good. <br>
</p>
<p>Hopefully we can incorporate the
animated one into the website. <br>
</p>
<p>One quick question - is the green
hover blob the same colour as
Ireland green? It looks a little
different, but might be me. I will
have a proper look when I am back
next week.
<br>
</p>
<p>Any other comments from people? <br>
</p>
<p>Best wishes,<br>
Nick.<br>
</p>
<div>On 6/14/23 11:24, Barry
Rowlingson wrote:<br>
</div>
<blockquote type="cite">
<div dir="ltr">
<div>I've added an animated gif
version as well (during parts of
a department meeting this
morning...).</div>
<div><br>
</div>
<div>Of course static PNG versions
can be generated from the SVG -
maybe the local groups will want
to use images that highlight
their location?
<br>
</div>
<div><br>
</div>
<div>To make the animation all I
did was use Firefox' dev tools
to trigger the "hover" style for
each location and then use a
screen-grab browser add-on, then
use ImageMagick to make a gif.</div>
<div><br>
</div>
<div>Barry</div>
<div><br>
</div>
</div>
<br>
<div class="gmail_quote">
<div dir="ltr" class="gmail_attr">On
Tue, Jun 13, 2023 at 1:10 PM
Barry Rowlingson <<a
href="mailto:b.rowlingson@lancaster.ac.uk"
target="_blank"
moz-do-not-send="true"
class="moz-txt-link-freetext">b.rowlingson@lancaster.ac.uk</a>>
wrote:<br>
</div>
<blockquote class="gmail_quote"
style="margin:0px 0px 0px
0.8ex;border-left:1px solid
rgb(204,204,204);padding-left:1ex">
<div dir="ltr">
<div>A day or so faffing with
R and text on curves and SVG
and CSS and...</div>
<div><br>
</div>
<div>Here's a logo:<br>
</div>
<div><br>
</div>
<div> <a
href="https://b-rowlingson.gitlab.io/foss4guk2023/"
target="_blank"
moz-do-not-send="true"
class="moz-txt-link-freetext">https://b-rowlingson.gitlab.io/foss4guk2023/</a></div>
<div><br>
</div>
<div> thoughts etc?<br>
</div>
<div><br>
</div>
<div>Barry</div>
<div><br>
</div>
</div>
<br>
<div class="gmail_quote">
<div dir="ltr"
class="gmail_attr">On Fri,
Jun 9, 2023 at 8:17 AM
Rowlingson, Barry <<a
href="mailto:b.rowlingson@lancaster.ac.uk"
target="_blank"
moz-do-not-send="true"
class="moz-txt-link-freetext">b.rowlingson@lancaster.ac.uk</a>>
wrote:<br>
</div>
<blockquote
class="gmail_quote"
style="margin:0px 0px 0px
0.8ex;border-left:1px solid
rgb(204,204,204);padding-left:1ex">
<div>
<div dir="ltr">
<div dir="ltr"><br>
</div>
<br>
<div class="gmail_quote">
<div dir="ltr"
class="gmail_attr">On
Wed, Jun 7, 2023 at
4:35 PM Nick Bearman
<<a
href="mailto:nick@geospatialtrainingsolutions.co.uk"
target="_blank"
moz-do-not-send="true"
class="moz-txt-link-freetext">nick@geospatialtrainingsolutions.co.uk</a>>
wrote:<br>
</div>
<blockquote
class="gmail_quote"
style="margin:0px
0px 0px
0.8ex;border-left:1px
solid
rgb(204,204,204);padding-left:1ex">
<div><br>
<p>I'm not 100%
sure about
Ireland having a
different colour
and with the
dots being on
the diagonal
rather than on
the straight (up
and down) - one
or the other
would be fine, I
think both is a
bit over kill.
What do you
think?</p>
</div>
</blockquote>
<div>Yeah, I think as
an exercise I tried
both and left them
both in! Just colour
is probably better.<br>
</div>
<div> </div>
<blockquote
class="gmail_quote"
style="margin:0px
0px 0px
0.8ex;border-left:1px
solid
rgb(204,204,204);padding-left:1ex">
<div>
<p>Also, something
weird is
happening
between NI and
Scotland - not
sure what the
three dots are
doing there.
<br>
</p>
</div>
</blockquote>
<div>The dots are
produced by QGIS'
point-pattern fill
style, so I'll ask
it! I suspect
there's some islands
or something... I
did a lot of
adjustment of
pattern fill offsets
to try and get
something that
resembled last
year's logo in terms
of resolution etc,
so I'll play more
and get something
that might be a bit
less jittery. I
could always adjust
manually, because...
<br>
</div>
<blockquote
class="gmail_quote"
style="margin:0px
0px 0px
0.8ex;border-left:1px
solid
rgb(204,204,204);padding-left:1ex">
<div>
<p>Are you willing
to give it a bit
more of a tweak,
or share the
source files, so
I can?</p>
</div>
</blockquote>
<div>...the rest of it
is done in
Inkscape...<br>
</div>
<blockquote
class="gmail_quote"
style="margin:0px
0px 0px
0.8ex;border-left:1px
solid
rgb(204,204,204);padding-left:1ex">
<div>
<p>I like the
names - possibly
Bristol need a
bit of location
tweak. <br>
</p>
</div>
</blockquote>
<div>...and the names
on a circle were a
pain to do - which
is why the bottom of
the circle isn't
quite right compared
to the top of the
circle! But yes,
also a bit more
spacing around the
Bristol text is
needed. I whipped
this out pretty
quick and didn't
have time to
fine-tune
everything, but if
we want to go with
it I'll hone it! Or
pass it on to my
"does a bit of
graphic design"
girlfriend, but that
would mean her
staying late at work
for their Adobe
license...<br>
</div>
<blockquote
class="gmail_quote"
style="margin:0px
0px 0px
0.8ex;border-left:1px
solid
rgb(204,204,204);padding-left:1ex">
<div>
<p>We should also
incorporate the
event name in
there somewhere
- FOSS4G:UK
Local 2023.
<br>
</p>
</div>
</blockquote>
<div>I think I was
unsure about the
name and I'm still
worried about
calling it "UK" with
Ireland in there!
Let's not start a
war...
<br>
</div>
<blockquote
class="gmail_quote"
style="margin:0px
0px 0px
0.8ex;border-left:1px
solid
rgb(204,204,204);padding-left:1ex">
<div>
<p>The swoop I
like, will have
to see how it
all fits
together. <br>
</p>
</div>
</blockquote>
<div>Yeah, integrating
the swoop into the
map logo is a bit
awkward, will
consider...<br>
</div>
<blockquote
class="gmail_quote"
style="margin:0px
0px 0px
0.8ex;border-left:1px
solid
rgb(204,204,204);padding-left:1ex">
<div>
<p>Thanks,<br>
Nick.<br>
</p>
<p><br>
</p>
<div>On 25/05/2023
11:47, Barry
Rowlingson
wrote:<br>
</div>
<blockquote
type="cite">
<div dir="ltr">
<div>Thanks
for the
feedback and
suggestions,
here's the
site map with
upright text
and locations
marked as open
circled.</div>
<div><br>
</div>
<div><img
src="cid:part1.x7qaxWSl.0NOpGSZd@geospatialtrainingsolutions.co.uk"
alt="image.png" class="" width="470" height="418"><br>
</div>
<div>I had a
quick go at
incorporating
the national
flags into the
OSGeo swoosh.
Note that
there's no
Northern
Ireland flag
in this but a)
we don't have
a location in
NI and b)
there is no
official flag
for Northern
Ireland - the
Ulster Banner
and the St
Patrick's
Saltire are
sometimes used
but there's
only four
spaces in the
swoosh...<br>
</div>
<div><br>
</div>
<div><img
src="cid:part2.vJvM3g0x.hcit0sdq@geospatialtrainingsolutions.co.uk"
alt="image.png" class="" width="416" height="265"></div>
<br>
</div>
<br>
<div
class="gmail_quote">
<div dir="ltr"
class="gmail_attr">On Wed, May 24, 2023 at 5:05 PM Dan Ormsby <<a
href="mailto:dormsby@sparkgeo.com"
target="_blank" moz-do-not-send="true" class="moz-txt-link-freetext">dormsby@sparkgeo.com</a>>
wrote:<br>
</div>
<blockquote
class="gmail_quote"
style="margin:0px 0px 0px 0.8ex;border-left:1px solid
rgb(204,204,204);padding-left:1ex">
<div>
<p><b><span
style="color:rgb(164,52,58)">This
email
originated
outside the
University.
Check before
clicking links
or
attachments.</span></b></p>
<div>
<div dir="ltr">Looks
great Barry!
Vertically
flipping the
bottom 4 place
names might
make it a bit
easier to read
and yes agree
on the
highlighted
points for
venues. It's
only now that
you mention it
that I realise
that is what
was done on
last
years logo!
<div><br>
</div>
<div>Dan</div>
</div>
<br>
<div
class="gmail_quote">
<div dir="ltr"
class="gmail_attr">On Wed, 24 May 2023 at 16:46, Barry Rowlingson <<a
href="mailto:b.rowlingson@gmail.com" target="_blank"
moz-do-not-send="true"
class="moz-txt-link-freetext">b.rowlingson@gmail.com</a>> wrote:<br>
</div>
<blockquote
class="gmail_quote"
style="margin:0px 0px 0px 0.8ex;border-left:1px solid
rgb(204,204,204);padding-left:1ex">
<div dir="ltr">
<div>Hi all,
nice chat this
morning, sets
me thinking
about various
things...</div>
<div><br>
</div>
<div>I like
the logo with
the dotmap of
the UK and the
locations
coloured in, I
assume the
plan was to do
this again but
including
Ireland and
putting 7 dots
in the right
place for the
seven
locations? I'd
suggest making
the location
dots clearer
than the
background
dots, and
giving the
location names
more
prominence?
Not sure if
embedded
images an
non-plain text
is allowed on
this mailing
list but (and
I've not
coloured the
dots in...)<br>
</div>
<div><br>
</div>
<div><img
src="cid:part3.1aknwc0K.jpq8es9P@geospatialtrainingsolutions.co.uk"
alt="image.png" class="" width="512" height="438"><br>
</div>
<div><br>
</div>
<div>makes me
think of one
of those
panorama
viewpoint
indicator
things you get
on the tops of
hills showing
you the places
in the
distance...
which gives me
another idea
that's
probably
totally
impractical...</div>
<div><br>
</div>
<div>and in
for a penny,
here's a
preliminary
"ten years
after" logo...</div>
<div><br>
</div>
<div><img
src="cid:part4.ng52OKOx.h0bk9qg0@geospatialtrainingsolutions.co.uk"
alt="image.png" class="" width="323" height="172"><br>
</div>
<div>ok back
to proper work
now..</div>
<div><br>
</div>
<div>Barry</div>
<div><br>
</div>
</div>
-- <br>
FOSS4G-UK
mailing list<br>
<a
href="mailto:FOSS4G-UK@lists.osgeo.org"
target="_blank" moz-do-not-send="true" class="moz-txt-link-freetext">FOSS4G-UK@lists.osgeo.org</a><br>
<a
href="https://lists.osgeo.org/mailman/listinfo/foss4g-uk"
rel="noreferrer" target="_blank" moz-do-not-send="true"
class="moz-txt-link-freetext">https://lists.osgeo.org/mailman/listinfo/foss4g-uk</a><br>
</blockquote>
</div>
<br
clear="all">
<div><br>
</div>
<span>-- </span><br>
<div dir="ltr">
<div dir="ltr">
<p>I’m Dan
Ormsby, UK
Lead at <b>Sparkgeo</b>.</p>
<p>We provide
geospatial
expertise to
tech
companies.</p>
<p>Reach me
at <a
href="mailto:dormsby@sparkgeo.com"
target="_blank" moz-do-not-send="true" class="moz-txt-link-freetext">dormsby@sparkgeo.com</a> or
on <a
href="https://www.linkedin.com/in/danielormsby/"
target="_blank" moz-do-not-send="true">LinkedIn</a></p>
<p>+44
7880794939</p>
<div><br
style="color:rgb(34,34,34)">
</div>
</div>
</div>
</div>
</div>
</blockquote>
</div>
<br>
<fieldset></fieldset>
</blockquote>
<pre cols="72">--
Nick Bearman
+44 (0) 7717745715
<a href="mailto:nick@geospatialtrainingsolutions.co.uk" target="_blank" moz-do-not-send="true" class="moz-txt-link-freetext">nick@geospatialtrainingsolutions.co.uk</a>
Due to my own life/work balance, you may get emails from me outside of normal working hours. Please do not feel any pressure to respond outside of your own working pattern.</pre>
</div>
</blockquote>
</div>
</div>
</div>
</blockquote>
</div>
</blockquote>
</div>
</blockquote>
<pre cols="72">--
Nick Bearman
+44 (0) 7717745715
<a href="mailto:nick@geospatialtrainingsolutions.co.uk" target="_blank" moz-do-not-send="true" class="moz-txt-link-freetext">nick@geospatialtrainingsolutions.co.uk</a>
Due to my own life/work balance, you may get emails from me outside of normal working hours. Please do not feel any pressure to respond outside of your own working pattern.</pre>
</div>
</blockquote>
</div>
</blockquote>
<pre cols="72">--
Nick Bearman
+44 (0) 7717745715
<a href="mailto:nick@geospatialtrainingsolutions.co.uk" target="_blank" moz-do-not-send="true" class="moz-txt-link-freetext">nick@geospatialtrainingsolutions.co.uk</a>
Due to my own life/work balance, you may get emails from me outside of normal working hours. Please do not feel any pressure to respond outside of your own working pattern.</pre>
</div>
</blockquote>
</div>
</blockquote>
<pre cols="72">--
Nick Bearman
+44 (0) 7717745715
<a href="mailto:nick@geospatialtrainingsolutions.co.uk" target="_blank" moz-do-not-send="true" class="moz-txt-link-freetext">nick@geospatialtrainingsolutions.co.uk</a>
Due to my own life/work balance, you may get emails from me outside of normal working hours. Please do not feel any pressure to respond outside of your own working pattern.</pre>
</div>
</blockquote>
</div>
</div>
</blockquote>
</div>
</blockquote>
<pre class="moz-signature" cols="72">--
Nick Bearman
+44 (0) 7717745715
<a class="moz-txt-link-abbreviated" href="mailto:nick@geospatialtrainingsolutions.co.uk">nick@geospatialtrainingsolutions.co.uk</a>
Due to my own life/work balance, you may get emails from me outside of normal working hours. Please do not feel any pressure to respond outside of your own working pattern.</pre>
</body>
</html>