|
24 | 24 | <a target="_blank" href="https://www.eventbrite.com.au/e/introduction-into-graphql-with-java-us-time-tickets-141390196885"><button> 16th of April (US time) </button></a> |
25 | 25 | <a target="_blank" href="https://www.eventbrite.com.au/e/introduction-into-graphql-with-java-europe-time-tickets-141394383407"><button> 23th of April (Europe time) </button></a> |
26 | 26 | </div> |
| 27 | + <br/> |
| 28 | + Please click on the Date you want to buy a registration for. |
27 | 29 | </div> |
28 | 30 | <br/> |
29 | | - <div class="contact-message"> |
30 | | - <p> |
31 | | - Please enter your contact details below if you any question or |
32 | | - feedback regarding workshops and we will get back to you. |
33 | | - </p> |
34 | | - </div> |
35 | | - <div class="contact-form"> |
36 | | - <form |
37 | | - id="contact-form" |
38 | | - name="contact" |
39 | | - method="POST" |
40 | | - role="form" |
41 | | - netlify |
42 | | - > |
43 | | - <div |
44 | | - class="form-group wow fadeInDown" |
45 | | - data-wow-duration="500ms" |
46 | | - data-wow-delay=".8s" |
47 | | - > |
48 | | - <input |
49 | | - type="text" |
50 | | - placeholder="Your Name" |
51 | | - class="form-control" |
52 | | - name="name" |
53 | | - id="name" |
54 | | - /> |
55 | | - </div> |
| 31 | +<!-- <div class="contact-message">--> |
| 32 | +<!-- <p>--> |
| 33 | +<!-- Please enter your contact details below if you any question or--> |
| 34 | +<!-- feedback regarding workshops and we will get back to you.--> |
| 35 | +<!-- </p>--> |
| 36 | +<!-- </div>--> |
| 37 | +<!-- <div class="contact-form">--> |
| 38 | +<!-- <form--> |
| 39 | +<!-- id="contact-form"--> |
| 40 | +<!-- name="contact"--> |
| 41 | +<!-- method="POST"--> |
| 42 | +<!-- role="form"--> |
| 43 | +<!-- netlify--> |
| 44 | +<!-- >--> |
| 45 | +<!-- <div--> |
| 46 | +<!-- class="form-group wow fadeInDown"--> |
| 47 | +<!-- data-wow-duration="500ms"--> |
| 48 | +<!-- data-wow-delay=".8s"--> |
| 49 | +<!-- >--> |
| 50 | +<!-- <input--> |
| 51 | +<!-- type="text"--> |
| 52 | +<!-- placeholder="Your Name"--> |
| 53 | +<!-- class="form-control"--> |
| 54 | +<!-- name="name"--> |
| 55 | +<!-- id="name"--> |
| 56 | +<!-- />--> |
| 57 | +<!-- </div>--> |
56 | 58 |
|
57 | | - <div |
58 | | - class="form-group wow fadeInDown" |
59 | | - data-wow-duration="500ms" |
60 | | - data-wow-delay=".8s" |
61 | | - > |
62 | | - <input |
63 | | - type="text" |
64 | | - placeholder="Your Company" |
65 | | - class="form-control" |
66 | | - name="company" |
67 | | - id="company" |
68 | | - /> |
69 | | - </div> |
| 59 | +<!-- <div--> |
| 60 | +<!-- class="form-group wow fadeInDown"--> |
| 61 | +<!-- data-wow-duration="500ms"--> |
| 62 | +<!-- data-wow-delay=".8s"--> |
| 63 | +<!-- >--> |
| 64 | +<!-- <input--> |
| 65 | +<!-- type="text"--> |
| 66 | +<!-- placeholder="Your Company"--> |
| 67 | +<!-- class="form-control"--> |
| 68 | +<!-- name="company"--> |
| 69 | +<!-- id="company"--> |
| 70 | +<!-- />--> |
| 71 | +<!-- </div>--> |
70 | 72 |
|
71 | | - <div |
72 | | - class="form-group wow fadeInDown" |
73 | | - data-wow-duration="500ms" |
74 | | - data-wow-delay=".8s" |
75 | | - > |
76 | | - <input |
77 | | - type="email" |
78 | | - placeholder="Your Email" |
79 | | - class="form-control" |
80 | | - name="email" |
81 | | - id="email" |
82 | | - /> |
83 | | - </div> |
| 73 | +<!-- <div--> |
| 74 | +<!-- class="form-group wow fadeInDown"--> |
| 75 | +<!-- data-wow-duration="500ms"--> |
| 76 | +<!-- data-wow-delay=".8s"--> |
| 77 | +<!-- >--> |
| 78 | +<!-- <input--> |
| 79 | +<!-- type="email"--> |
| 80 | +<!-- placeholder="Your Email"--> |
| 81 | +<!-- class="form-control"--> |
| 82 | +<!-- name="email"--> |
| 83 | +<!-- id="email"--> |
| 84 | +<!-- />--> |
| 85 | +<!-- </div>--> |
84 | 86 |
|
85 | | - <div |
86 | | - class="form-group wow fadeInDown" |
87 | | - data-wow-duration="500ms" |
88 | | - data-wow-delay="1.2s" |
89 | | - > |
90 | | - <textarea |
91 | | - rows="6" |
92 | | - placeholder="Your message" |
93 | | - class="form-control" |
94 | | - name="message" |
95 | | - id="message" |
96 | | - ></textarea> |
97 | | - </div> |
| 87 | +<!-- <div--> |
| 88 | +<!-- class="form-group wow fadeInDown"--> |
| 89 | +<!-- data-wow-duration="500ms"--> |
| 90 | +<!-- data-wow-delay="1.2s"--> |
| 91 | +<!-- >--> |
| 92 | +<!-- <textarea--> |
| 93 | +<!-- rows="6"--> |
| 94 | +<!-- placeholder="Your message"--> |
| 95 | +<!-- class="form-control"--> |
| 96 | +<!-- name="message"--> |
| 97 | +<!-- id="message"--> |
| 98 | +<!-- ></textarea>--> |
| 99 | +<!-- </div>--> |
98 | 100 |
|
99 | | - <!-- <div id="success" class="success"> |
100 | | - Thank you. The Mailman is on His Way :) |
101 | | - </div> |
| 101 | +<!-- <!– <div id="success" class="success">--> |
| 102 | +<!-- Thank you. The Mailman is on His Way :)--> |
| 103 | +<!-- </div>--> |
102 | 104 |
|
103 | | - <div id="error" class="error"> |
104 | | - Sorry, don't know what happened. Try later :( |
105 | | - </div> --> |
| 105 | +<!-- <div id="error" class="error">--> |
| 106 | +<!-- Sorry, don't know what happened. Try later :(--> |
| 107 | +<!-- </div> –>--> |
106 | 108 |
|
107 | | - <div |
108 | | - id="submit" |
109 | | - class="wow fadeInDown" |
110 | | - data-wow-duration="500ms" |
111 | | - data-wow-delay="1.4s" |
112 | | - > |
113 | | - <button |
114 | | - type="submit" |
115 | | - id="contact-submit" |
116 | | - class="btn btn-default btn-send hvr-bounce-to-right" |
117 | | - value="Send Message" |
118 | | - > |
119 | | - Send Message |
120 | | - </button> |
| 109 | +<!-- <div--> |
| 110 | +<!-- id="submit"--> |
| 111 | +<!-- class="wow fadeInDown"--> |
| 112 | +<!-- data-wow-duration="500ms"--> |
| 113 | +<!-- data-wow-delay="1.4s"--> |
| 114 | +<!-- >--> |
| 115 | +<!-- <button--> |
| 116 | +<!-- type="submit"--> |
| 117 | +<!-- id="contact-submit"--> |
| 118 | +<!-- class="btn btn-default btn-send hvr-bounce-to-right"--> |
| 119 | +<!-- value="Send Message"--> |
| 120 | +<!-- >--> |
| 121 | +<!-- Send Message--> |
| 122 | +<!-- </button>--> |
121 | 123 | </div> |
122 | 124 | </form> |
123 | 125 | </div> |
|
0 commit comments