|
3 | 3 | {%block content%}
|
4 | 4 | <!-- Content
|
5 | 5 | ================================================== -->
|
6 |
| - <main class="main-content"> |
7 |
| - |
| 6 | + <section id="main" class="wrapper"> |
8 | 7 | <div class="container">
|
9 | 8 |
|
10 |
| - <!-- ConfReg --> |
11 |
| - <section class="section"> |
12 |
| - <div class="title-bordered" data-animation="fadeInUp" data-animation-delay="0"> |
13 |
| - <h2>{{speaker.name}}</h2> |
14 |
| - <a href="../../">Back</a><br/> |
15 |
| - </div> |
16 |
| - </section> |
| 9 | + <!-- Call for Papers --> |
| 10 | + <header class="major"> |
| 11 | + <span class="header"><img src="/ext/{{conference.urlname}}/shared/images/policy.svg" alt="" /></span> |
| 12 | + <h2>{{speaker.name}}</h2><br> |
| 13 | + </header> |
| 14 | + |
17 | 15 | <!-- Secondary Header -->
|
18 | 16 | <section class="section">
|
19 |
| - <div class="clearfix"> |
20 |
| - <div class="title title__lg pull-left"> |
21 |
| - {%if speaker.photofile %} |
22 |
| - <img src="../../../../speaker/{{speaker.id}}/photo/" align="right" /> |
23 |
| - {%endif%} |
24 |
| - {%if speaker.company%}<div>Company: {{speaker.company}}</div>{%endif%} |
25 |
| - {%if speaker.twittername%}<div>Twitter: <a href="http://twitter.com/{{speaker.twittername}}">{{speaker.twittername}}</a></div>{%endif%} |
26 |
| - <p> |
27 |
| - {{speaker.abstract|markdown}} |
28 |
| - </p> |
| 17 | + <hr> |
| 18 | + <a href="../../">Back</a><br/> |
| 19 | + {%if speaker.photofile %} |
| 20 | + <img src="../../../../speaker/{{speaker.id}}/photo/" align="right" /> |
| 21 | + {%endif%} |
| 22 | + {%if speaker.company%}<div>Company: {{speaker.company}}</div>{%endif%} |
| 23 | + {%if speaker.twittername%}<div>Twitter: <a href="http://twitter.com/{{speaker.twittername}}">{{speaker.twittername}}</a></div>{%endif%} |
| 24 | + <p> |
| 25 | + {{speaker.abstract|markdown}} |
| 26 | + </p> |
29 | 27 |
|
30 |
| - <p><b>Sessions</b></p> |
31 |
| - <ul> |
32 |
| - {%for session in sessions%} |
33 |
| - <li><a href="../../session/{{session.id}}-{{session.title|slugify}}/">{{session.title}}</a></li> |
34 |
| - {%endfor%} |
35 |
| - </ul> |
36 |
| - </div> |
37 |
| - </div> |
| 28 | + <p><b>Sessions</b></p> |
| 29 | + <ul> |
| 30 | + {%for session in sessions%} |
| 31 | + <li><a href="../../session/{{session.id}}-{{session.title|slugify}}/">{{session.title}}</a></li> |
| 32 | + {%endfor%} |
| 33 | + </ul> |
38 | 34 | </section>
|
39 | 35 | <!-- Secondary Header -->
|
40 | 36 | </div>
|
41 |
| - </main> |
| 37 | + </section> |
42 | 38 | {%endblock%}
|
43 |
| - |
0 commit comments