resbaz / resbaz2017

Website for ResBaz 2017
https://resbaz.github.io/resbaz2017/
Apache License 2.0
2 stars 14 forks source link

Can't find where to add rego #27

Closed weaverbel closed 8 years ago

weaverbel commented 8 years ago

Hi @DamienIrving I can't see the spot where I should link our rego form which is ready to go. I'll see what others have done.

weaverbel commented 8 years ago

Figured it out

DamienIrving commented 8 years ago

Ah, yes, there isn't a place in the header of the brisbane.html (or template.html) to put the link for registration. That's because last time some people got fancy and made click buttons for their page (i.e. we didn't really settle on a standard). This is the section of brisbane.html that you'll need to edit directly:

<!-- Registration -->
<section id="registerSection">
    <div class="container">
        <div class="row">
            <div class="col-lg-12 text-center">
                <h1>Come along</h1>
                <hr class="star-primary">
            </div>
        </div>
        <div class="row">
            <div class="col-lg-12 text-center">
                <p>Coming soon.</p>
            </div>
        </div>
    </div>
</section>
DamienIrving commented 8 years ago

If you want to be fancy I suggest browsing https://feb2016.resbaz.com/ and then copying the relevant html from https://github.com/resbaz/resbaz-2016-02-01/tree/gh-pages/_posts

weaverbel commented 8 years ago

Beat you to it by a minute ;-)

I'm going to add a bit more info but am treading carefully I promise @DamienIrving