|
17 | 17 | <body> |
18 | 18 | <section>{% include header.html %}</section> |
19 | 19 |
|
20 | | - <div class="mini-container" style="margin-bottom: 30px; margin-top: 30px;"> |
21 | | - <div class="card h-100"> |
22 | | - <div class="card-body"> |
23 | | - <h2 class="card-title">Tickets</h2> |
24 | | - </div> |
25 | | - <div class="card-footer"> |
26 | | - <p class="text-body-secondary">Tickets are on sale now. Prices are set to suit all budgets, from students to corporate delegates.</p> |
27 | | - <a href="/get-ticket" class="btn btn-primary">Register now</a> |
28 | | - </div> |
29 | | - </div> |
30 | | - </div> |
31 | | - |
32 | | - <div class="mini-container"> |
33 | | - |
34 | | - <div class="row row-cols-1 row-cols-md-2 g-2"> |
35 | | - |
36 | | - <div class="col"> |
37 | | - <div class="card"> |
38 | | - <img src="/static/img/site/anna.png" class="card-img-top" alt=""> |
39 | | - </div> |
40 | | - </div> |
41 | | - |
42 | | - <div class="col"> |
43 | | - <div class="card"> |
44 | | - <img src="/static/img/site/kojo_speak.png" class="card-img-top" alt=""> |
45 | | - </div> |
46 | | - </div> |
47 | | - |
48 | | - </div> |
49 | | - |
50 | | - <div class="mini-container"> |
51 | | - <h2 class="heading" style="margin-bottom: 30px; margin-top: 30px;">What's happening at DjangoCon Africa</h2> |
52 | | - |
53 | | - <div class="row row-cols-1 row-cols-sm-1 row-cols-md-3 g-4"> |
54 | | - <div class="col"> |
55 | | - <div class="card h-100"> |
56 | | - <div class="card-body"> |
57 | | - <h5 class="card-title">Talks</h5> |
58 | | - </div> |
59 | | - <div class="card-footer"> |
60 | | - <p class="text-body-secondary">Three days of talks, on programming, technology, careers, society and business, with speakers from across the world. <em>We've confirmed our first speakers, more coming soon.</em></p> |
61 | | - <a href="/speakers" class="btn btn-primary">Meet some speakers</a> |
62 | | - </div> |
63 | | - </div> |
64 | | - </div> |
65 | | - |
66 | | - <div class="col"> |
67 | | - <div class="card h-100"> |
68 | | - <div class="card-body"> |
69 | | - <h5 class="card-title">Workshops and tutorials</h5> |
70 | | - </div> |
71 | | - <div class="card-footer"> |
72 | | - <p class="text-body-secondary">Hands-on training and learning sessions, led by experts in the field.</p> |
73 | | - <p class="text-body-secondary"><em>Details to be published soon.</em></p> |
74 | | - </div> |
75 | | - </div> |
76 | | - </div> |
77 | | - |
78 | | - <div class="col"> |
79 | | - <div class="card h-100"> |
80 | | - <div class="card-body"> |
81 | | - <h5 class="card-title">Collaboration</h5> |
82 | | - </div> |
83 | | - <div class="card-footer"> |
84 | | - <p class="text-body-secondary">Work together on code, and contribute to major projects - including Django itself</p> |
85 | | - </div> |
86 | | - </div> |
87 | | - </div> |
88 | | - |
89 | | - <div class="col col-sm-12 col-md-6"> |
90 | | - <div class="card h-100"> |
91 | | - <div class="card-body"> |
92 | | - <h5 class="card-title">Django Girls</h5> |
93 | | - </div> |
94 | | - <div class="card-footer"> |
95 | | - <p class="text-body-secondary">A training workshop aimed at women, providing an introduction to web application development. Tens of thousands of women |
96 | | - across the world have had their introduction to Django through this hugely successful programme</p> |
97 | | - </div> |
98 | | - </div> |
99 | | - </div> |
100 | | - |
101 | | - <div class="col col-sm-12 col-md-6"> |
102 | | - <div class="card h-100"> |
103 | | - <div class="card-body"> |
104 | | - <h5 class="card-title">Discovery</h5> |
105 | | - </div> |
106 | | - <div class="card-footer"> |
107 | | - <p class="text-body-secondary">DjangoCon Africa is an opportunity to discover places and people as well as technology. It will bring together participants from across Africa and the rest of the world, for mutual understanding of contexts, challenges and opportunities.</p> |
108 | | - </div> |
109 | | - </div> |
110 | | - </div> |
111 | | -</div> |
112 | | - |
113 | | - </div> |
114 | | - |
115 | | - </div> |
116 | | - |
| 20 | +<div class="container"></div> |
117 | 21 | <section> |
118 | 22 |
|
119 | 23 | </section> |
|
0 commit comments