Giter Club home page Giter Club logo

Comments (23)

powersa avatar powersa commented on July 28, 2024

@svmatthews I'm in favor of making this a unique page, not a meeting post.

The content at this point would essentially reflect the call that went on the forum and will continue to evolve as the event takes shape.

Feel free to whip something up and we can hack from there.

from cugos.github.com.

mapsam avatar mapsam commented on July 28, 2024

Great! This beckons the need for an alert option on the homepage to tell people about the spring fling!

from cugos.github.com.

powersa avatar powersa commented on July 28, 2024

"Public Service Announcement: CUGOS to coordinate and execute many geo hacks and cracks at the University of Washington on May 20th, 2015!"

from cugos.github.com.

mapsam avatar mapsam commented on July 28, 2024

... but mostly cracks!

from cugos.github.com.

cliffordsnow avatar cliffordsnow commented on July 28, 2024

How can I help?

from cugos.github.com.

mapsam avatar mapsam commented on July 28, 2024

Good question! We'd definitely like to plug it through the OSM community, if you wouldn't mind doing that. I think the dates are still being finalized, but @powersa and myself will put together a "sample email" if people want to share with their respective communities.

Bigger question: how would you like to help?

from cugos.github.com.

mapsam avatar mapsam commented on July 28, 2024

re: the page itself, I think creating a template for events would be really helpful i.e. templates/events.html so we can use it again? This will give us access to more front-matter and would be great for adding information as we progress.

from cugos.github.com.

mapsam avatar mapsam commented on July 28, 2024

@powersa is there an Eventbrite RSVP or anything? Happy to set one up if needed.

from cugos.github.com.

mapsam avatar mapsam commented on July 28, 2024

Alright, here's a screenshot of where we're at.

screen shot 2015-03-30 at 7 30 55 pm

from cugos.github.com.

mapsam avatar mapsam commented on July 28, 2024

@aaronr you okay doing that talk? ^ 😉

from cugos.github.com.

mapsam avatar mapsam commented on July 28, 2024

Here's what the markup looks like for that event page:

---
layout: event
title: 2015 Spring Fling
event_date: May 20th, 2015
event_time: 9:00am - 4:00pm
event_location: University of Washington, Anderson Hall
event_header-image: header_cascadia.png
event_register-url: http://eventbrite.com/
event_schedule:
  -
    time: 9:00 AM
    title: Kickoff
    description: This is a thing with some things.
    extra: "http://www.codeforamerica.org/media/images/people/ben-golder.jpg"
  -
    time: 9:15 AM
    title: Talk by Aaron Racicot
    description: About CUGOS, about drone mapping, about brewing beer.
    extra: "http://www.codeforamerica.org/media/images/people/ben-golder.jpg"
  -
    time: 9:45 AM
    title: Open Source and what it means for you by ___________
    description: Sometimes you build things. Sometimes they build things. But everytime, we build things.
    extra: "http://www.codeforamerica.org/media/images/people/ben-golder.jpg"
  -
    time: 11:00 AM
    title: Hack proposals.
    description: Propose the hacks.
    extra: "http://www.codeforamerica.org/media/images/people/ben-golder.jpg"
  -
    time: 12:00 PM
    title: Lunch
    description: Think about the hacks.
    extra: "http://www.codeforamerica.org/media/images/people/ben-golder.jpg"
    extra_class: break
  -
    time: 12:30 PM
    title: Hack.
    description: Do the hacks.
    extra: "http://www.codeforamerica.org/media/images/people/ben-golder.jpg"
event_sponsors:
  -
    image: sponsor-uw.png
    link: http://www.washington.edu/
---

The CUGOS Spring Fling is a **full day events centered around open source geo**. This is an intensely educational learning session for passionate practitioners of all things open-source geospatial. If you care about geometry busting workflows, academic research brain dumps, parsing vertices while drinking beer, code as well as content, usability as well as design, then show up and eat free pizza. Join us for this special all-day-kinda event at the magical University of Washington Seattle Campus in place of our regular monthly meeting. BOOYA!

## Location

We'll be having our event at Anderson Hall, on the University of Washington campus.

from cugos.github.com.

powersa avatar powersa commented on July 28, 2024

Awesome, having a specific template type is the bomb, will make differentiating between meetings and special events that much easier.

@svmatthews, what you've got so far looks great to me. Still waiting to get the final details ironed out, so no even page yet. Let's hold off till we know for sure when the fling will be before creating.

from cugos.github.com.

mapsam avatar mapsam commented on July 28, 2024

oh yes, agreed! working in springfling2015

also, adding a checklist of things to the top of this issue so we can keep track.

from cugos.github.com.

keum avatar keum commented on July 28, 2024

once we have a site up, i'll ask around for money for sponsorship plus we'll have little jar at the mtg for folks to chip in.. @powersa let me know if you want me to set up eventbrite later date..i've used the names from the list to print out name tag few years ago.

from cugos.github.com.

mapsam avatar mapsam commented on July 28, 2024

Thanks @keum! I'm happy to help recruit sponsors with you as well. Let's chat offline about that so we can coordinate 👍

from cugos.github.com.

mapsam avatar mapsam commented on July 28, 2024

Updated nav style if adding the nav_class: event in yaml of page. Also updated navigation loop to include 0 in the weight search.
screen shot 2015-04-01 at 5 23 23 pm

from cugos.github.com.

mapsam avatar mapsam commented on July 28, 2024

Spring fling alert on homepage! I'm wondering if this would be best on every page, and just remove the navigation? What do you think @powersa?

screen shot 2015-04-01 at 5 52 24 pm

from cugos.github.com.

powersa avatar powersa commented on July 28, 2024

@svmatthews, that looks fabulous. If the alert is on every page, I think we can drop the nav. The alert pops more, so I'm in favor of running with the alert.

from cugos.github.com.

powersa avatar powersa commented on July 28, 2024

Probably still need to add Anderson Hall, University of Washington to the location section. Not sure if the map is done optimally, might be very annoying when scrolling down page.

from cugos.github.com.

mapsam avatar mapsam commented on July 28, 2024

Nice updates! One thing, I'd remove the layout: default in the event.html layout. The header isn't full width if you use default and right now there are two footers, one coming from event and the other from default.

screen shot 2015-04-02 at 8 55 37 am

from cugos.github.com.

mapsam avatar mapsam commented on July 28, 2024

@powersa looking good there! I'll remove the navigation stuff and push the alert to every page, except for the event itself.

from cugos.github.com.

powersa avatar powersa commented on July 28, 2024

@svmatthews you've got the go no go on pushing this out. I will follow up with an email about the date change + direct people to the site

from cugos.github.com.

mapsam avatar mapsam commented on July 28, 2024

Closing this issue since we're launched. Now working on updates in #105

from cugos.github.com.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.