Changeset - cd734cb204a8
[Not reviewed]
0 1 0
Christopher Neugebauer - 5 years ago 2018-10-30 02:09:34
chrisjrn@gmail.com
r0mlulate
1 file changed with 4 insertions and 7 deletions:
0 comments (0 inline, 0 general)
pinaxcon/templates/static_pages/homepage.html
Show inline comments
...
 
@@ -82,29 +82,26 @@
 

	
 
      <div class="row speaker-list">
 

	
 
{% comment %}
 
        <div class="speaker" >
 
          <div class="image-alignment">
 
            <div class="circle" style="border: 0;">
 
                <div class="fill" style="background-image: url('{% static "images/brandon.jpg" %}');"></div>
 
                <div class="fill" style="background-image: url('{% static "images/mariatta.jpg" %}');"></div>
 
            </div>
 
          </div>
 
          <h4>Brandon Rhodes</h4>
 
          <h4>Mariatta Wijaya</h4>
 
          <span class="presentation-title">Keynote Speaker</span>
 
        </div>
 

	
 
        <div class="speaker" >
 
          <div class="image-alignment">
 
            <div class="circle" style="border: 0;">
 
                <div class="fill" style="background-image: url('{% static "images/cczona.jpg" %}');"></div>
 
                <div class="fill" style="background-image: url('{% static "images/r0ml.jpg" %}');"></div>
 
            </div>
 
          </div>
 
          <h4>Carina C. Zona</h4>
 
          <h4>Robert M. "r0ml" Lefkowitz</h4>
 
          <span class="presentation-title">Keynote Speaker</span>
 
        </div>
 

	
 
{% endcomment %}
 

	
 
        {% speakers as speakers %}
 
        {% for speaker in speakers %}
 
          <div class="speaker" >
0 comments (0 inline, 0 general)