|
193 | 193 | <div class="w3-bar"> |
194 | 194 | <a href="#" class="w3-bar-item w3-btn w3-block">HOME</a> |
195 | 195 | <a href="#schedule" class="w3-bar-item w3-btn w3-block w3-hide-small w3-hide-medium">SUBMISSIONS</a> |
| 196 | + <a href="#register" class="w3-bar-item w3-btn w3-block w3-hide-small w3-hide-medium">REGISTER</a> |
196 | 197 | <a href="#venue" class="w3-bar-item w3-btn w3-block w3-hide-small w3-hide-medium">VENUE</a> |
197 | 198 | <a href="#sponsors" class="w3-bar-item w3-btn w3-block w3-hide-small w3-hide-medium">SPONSORS</a> |
198 | 199 | <div class="w3-dropdown-hover w3-hide-small w3-hide-medium"> |
|
226 | 227 | </div> |
227 | 228 | <div id="small-menu" class="w3-bar-block w3-hide w3-hide-large"> |
228 | 229 | <a href="#schedule" class="w3-bar-item w3-btn w3-block">SUBMISSIONS</a> |
| 230 | + <a href="#register" class="w3-bar-item w3-btn w3-block">REGISTER</a> |
229 | 231 | <a href="#venue" class="w3-bar-item w3-btn w3-block">VENUE</a> |
230 | 232 | <a href="https://dlang.org/" class="w3-bar-item w3-btn w3-block">DLANG.ORG</a> |
231 | 233 | </div> |
@@ -348,6 +350,43 @@ <h2>Standard Submission Guidelines</h2> |
348 | 350 | <p>We can’t wait to see what you send us!</p> |
349 | 351 | </article> |
350 | 352 | </div> |
| 353 | + |
| 354 | + <!-- Registration Container --> |
| 355 | + <div class="w3-container w3-margin-top" id="register"> |
| 356 | + <article class="w3-content w3-card-2"> |
| 357 | + <h1>Registration</h1> |
| 358 | + <p> |
| 359 | + GBP rates are based on the <a href="https://www.trade-tariff.service.gov.uk/exchange_rates?_ga=2.151572601.1999754293.1711386624-1720286691.1711386624">HMRC Exchange Rate for the current month.</a> Note that this rate is static for the month and will most likely differ from the rate used by PayPal or your credit card company. You may find the USD PayPal link to result in a lower or higher charge on your GBP credit card than the GBP link.</p> |
| 360 | + <p> |
| 361 | + A 20% VAT is added to the base registration rates. |
| 362 | + </p> |
| 363 | + <div class="reg w3-padding w3-card"> |
| 364 | + <p><span>General Registration Base Rate: $350 (£261.96)</span></p> |
| 365 | + <p> |
| 366 | + At a base rate of <strong>$350</strong>, the total with <strong>20% VAT</strong> is <strong>$420 (£314.35)</strong>. General Registration closes at 11:59 UTC on September 2. |
| 367 | + </p> |
| 368 | + <p><a href="https://www.paypal.com/ncp/payment/9U5ZTR85QUNNJ">Click here to register with PayPal in USD</a> or use this QR code:</p> |
| 369 | + <p class="w3-center"><img src="images/pp-usd.png"></p> |
| 370 | + <p><a href="https://www.paypal.com/ncp/payment/XNUFTENR9T6B2">Click here to register with PayPal in GBP</a> or use this QR code:</p> |
| 371 | + <p class="w3-center"><img src="images/pp-gbp.png"></p> |
| 372 | + </div> |
| 373 | + <div class="reg w3-padding w3-card"> |
| 374 | + <p><span>Student Registration Base Rate: $100 (£74.84)</span></p> |
| 375 | + <p> |
| 376 | + The student rate is a fixed <strong>$100</strong> + <strong>20% VAT</strong>, or <strong>$120 (£89.81)</strong> until General Registration closes. If you qualify, please contact <a href="mailto:social@dlang.org">social@dlang.org</a> for details on how to take advantage of this discounted rate. |
| 377 | + </p> |
| 378 | + </div> |
| 379 | + <div class="reg w3-padding w3-card"> |
| 380 | + <p><span>Hardship Rate</span></p> |
| 381 | + <p> |
| 382 | + If you would like to attend DConf but cannot afford any of the above rates, we are willing to offer you a special hardship rate. This is a discount on registration only. We cannot assist you with transportation or lodging. Please contact <a href="mailto:social@dlang.org">social@dlang.org</a> to explain your situation, and we’ll provide you with more details. |
| 383 | + </p> |
| 384 | + </div> |
| 385 | + <p style="font-size:smaller;"> |
| 386 | + <em>Please be aware that by attending the conference, you acknowledge that you are responsible for any property that you bring to the venue and that neither the D Language Foundation nor its sponsors can assume any responsibility for damaged, stolen or lost property belonging to the attendees.</em> |
| 387 | + </p> |
| 388 | + </article> |
| 389 | + </div> |
351 | 390 |
|
352 | 391 | <!-- Venue Container --> |
353 | 392 | <div class="w3-container w3-margin-top" id="venue"> |
|
0 commit comments