File tree Expand file tree Collapse file tree 2 files changed +40
-1
lines changed
Expand file tree Collapse file tree 2 files changed +40
-1
lines changed Original file line number Diff line number Diff line change 55 var orderComplete = function ( ) {
66 console . log ( 'Order complete!' ) ;
77 } ;
8+ /* Programming 101 */
9+ window . EBWidgets . createWidget ( {
10+ widgetType : 'checkout' ,
11+ eventId : '117920085149' ,
12+ modal : true ,
13+ modalTriggerElementId : 'eventbrite-widget-modal-trigger-117920085149' ,
14+ onOrderComplete : orderComplete
15+ } ) ;
816
917 /* Databases 101 */
1018 window . EBWidgets . createWidget ( {
5058 modalTriggerElementId : 'eventbrite-widget-modal-trigger-117832864269' ,
5159 onOrderComplete : orderComplete
5260 } ) ;
53-
61+
5462</ script >
Original file line number Diff line number Diff line change 66< h1 > {{page.title}}</ h1 >
77
88< section id ="events ">
9+ < div class ="row card ">
10+ < div class ="col-12 ">
11+ < div class ="row ">
12+ < div class ="col-sm-4 col-lg-2 event-date ">
13+ < span class ="event-date-month "> SEP</ span >
14+ < span class ="event-date-day "> 14</ span >
15+ </ div >
16+ < div class ="col-sm-8 col-lg-10 event-title ">
17+ < span class ="event-title "> Programming 101</ span >
18+ </ div >
19+ </ div >
20+ < div class ="row ">
21+ < div class ="col-md-12 col-lg-9 event-description ">
22+ < span class ="event-description ">
23+ Programming 101 aims to introduce people to the basic principles common to all programming languages.
24+ </ span >
25+ </ div >
26+ < div class ="col-md-12 col-lg-3 event-book-button ">
27+ <!-- Noscript content for added SEO -->
28+ < noscript > < a href ="https://www.eventbrite.co.uk/e/programming-101-tickets-117920085149 "
29+ rel ="noopener noreferrer " target ="_blank "> </ noscript >
30+ <!-- You can customize this button any way you like -->
31+ < button id ="eventbrite-widget-modal-trigger-117920085149 " class ="btn btn-primary float-right "
32+ type ="button "> Register</ button >
33+ < noscript > </ a > Buy Tickets on Eventbrite</ noscript >
34+
35+ </ div >
36+ </ div >
37+ </ div >
38+ </ div >
39+
940 < div class ="row card ">
1041 < div class ="col-12 ">
1142 < div class ="row ">
You can’t perform that action at this time.
0 commit comments