Git Product home page Git Product logo

fullstackbelgium.be's People

Contributors

alexvanderbist avatar dependabot[bot] avatar driesvints avatar freekmurze avatar laravel-shift avatar riasvdv avatar sebastiandedeyne avatar stylecibot avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

fullstackbelgium.be's Issues

Homepage images

Dynamically render the images on the homepage. The following markup is required:

@component('components.gallery')
    <ul class="md:flex">
        <li class="flex-1 mb-4 md:mb-0 px-2">
            <img class="border-white border-8 rounded-sm shadow-md cursor-zoom-in" src="{{ url('images/meetups/meetup-dummy-1.jpg') }}"
                data-gallery-item data-src="/images/meetups/meetup-dummy-1.jpg" data-w="1024" data-h="768">
        </li>
        <li class="flex-1 mb-4 md:mb-0 px-2">
            <img class="border-white border-8 rounded-sm shadow-md cursor-zoom-in" src="{{ url('images/meetups/meetup-dummy-2.jpg') }}"
                data-gallery-item data-src="/images/meetups/meetup-dummy-2.jpg" data-w="1024" data-h="768">
        </li>
        <li class="flex-1 px-2">
            <img class="border-white border-8 rounded-sm shadow-md cursor-zoom-in" src="{{ url('images/meetups/meetup-dummy-3.jpg') }}"
                data-gallery-item data-src="/images/meetups/meetup-dummy-3.jpg" data-w="2048โ€Š" data-h="1536">
        </li>
    </ul>
@endcomponent
  • The img src should be contain 644px wide thumbnails
  • Every image must have a data-gallery-item attribute
  • data-src must contain a link to a large conversion of the image (1200px sounds good)
  • data-w and data-h must contain the exact width and height of the large conversion

Feel free to ping back to me once the medialibrary is set up, maybe I can extract all this to a Blade component to simplify things.

Add slide about other meetup

Also add a slide about the other next meetup at Ghent/Antwerp to promote our other meetup as well. Always show the slide with for the current meetup group first.

Implement scheduled Tweets

Once a meetup has all necessary details, we can schedule an announcing tweet a few days before, then we don't have to do this manually

Dynamically show discount code

Display ghent or antwerp discount code based on the meetup so we don't have to manually adjust it each time (and forget ๐Ÿ™Š)

Add meetup date to newsletter somewhere

At the moment the newsletter doesn't contains the date of the meetup. Maybe we should also generate a subject like "May Meetup at Venue on Wednesday the 25th" or something like that? And again inside the newsletter somewhere just for good measure.

Speaker bio label has a line break in newsletter

The speaker bio label has a line break after it while the content should come right after the label. I believe this is because of the markdownToHtml call right after it which probably adds a paragraph.

Screen Shot 2019-07-01 at 10 25 18

Clean up HTML for newsletter

Currently the newsletter has some styling issues which also conflict when copy/pasting it in the newsletter box on meetup.com

Please do the following changes:

  • Replace h2 tags with p tags but keep bold text
  • Add extra "Talks" title above talks and make sure it's separated by two line breaks like the other sections
  • Make talk titles bold (only talk titles, not speaker names)
  • Make "Length:" and "Speaker:" labels bold

Add third speaker slot fields

At the Intracto event we'll need a third speaker slot. Since I suspect we'll be having this more at some points it's maybe best to provide fields for it which we can use. Three talks definitely is the maximum though. The third talk is also always optional so doesn't needs to trigger the "we're still looking for a third speaker" text.

Auto set meetup title

Automatically set the meetup title upon event creation and whenever the venue is updated

Format: <month name> Meetup at <venue name>

Add slide "How can you help?"

Let's add a slide (right before the last slide to show people how they can help the meetup group.

  • ๐Ÿ“ธ Take pictures
  • ๐Ÿฆ Tweet during the meetup
  • ๐Ÿ’ฌ Leave a comment on meetup.com

Make labels clickable

Make the Antwerp and Ghent labels clickable so they point to the meetup.com groups:

Screen Shot 2019-06-27 at 15 11 10

Event time keeps resetting

For some reason the event time keeps resetting to the moment the event was updated and thus the date on meetup.com is changes. Maybe related to this change: b577eff

The event below is for February but now has a confusing January in its name:

screen shot 2019-01-28 at 18 57 33

Switch to NPM for package management

If it's ok with you @riasvdv I'd like to switch to NPM for managing front-end dependencies. I've stopped using Yarn for all other projects and think this is the only one left. I accidentally used NPM the last time I did an update ๐Ÿคญ (but without any consequences luckily).

Think the only thing we need to do is do a one time install to have a package-lock.json file and remove the yarn.lock file. Also update the deploy script.

Add some call to actions on homepage

Currently it's not entirely clear on how to get to the venue and sponsor sections. Let's add some buttons on the top intro part that say: "Host an event" & "Sponsor us". Maybe underneath the speaker parts. Let's add buttons so there's clear CTA's.

Add OG image to website

So LinkedIn, Twitter, etc can display when linked to. Maybe also take a look if the rest of the OG tags are filled in properly.

Auto-set meetup.com event title

Format <Month> Meetup at <Venue>

This had some problems with the date picker in the picker in the past that caused the <Month> part to sometimes change to today's month.

Let the event date still be handled by meetup.com itself.

Password Reset doesn't work

The nova password reset doesn't delivers the emails. The backup emails are working though. I have no idea what's going wrong. I believe it's something within nova but not sure.

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.