You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Removed bug from event.html which was displaying counter on the actual rendered page (increment from liquid).
Replaced it with a normal variable.
Started working on events.html.
Reorganised css into base, typography, buttons, style (for index.html) and individual style sheets for each sub-page.
Started using class inheritance of Sass to avoid copying same styles and give easy site-wide option to amend looks.
Changed some classes names in index.html to match new css rules.
<labelclass="contact__label" for="contact__form-name">Full Name *</label>
33
+
<inputid="contact__form-name" type="text" name="name" class="form-control" placeholder="Please enter your full name *" required="required" data-error="Full name is required.">
<inputid="contact__form-email" type="email" name="email" class="form-control" placeholder="Please enter your email *" required="required" data-error="Valid email is required.">
0 commit comments