Changeset - fc7bb772142a
[Not reviewed]
0 1 0
Tobias Schulmann - 6 years ago 2018-06-17 07:40:13
tobias.schulmann@googlemail.com
Use all 4 homepage pictures
1 file changed with 3 insertions and 3 deletions:
0 comments (0 inline, 0 general)
pinaxcon/templates/flatpages/homepage.html
Show inline comments
...
 
@@ -15,27 +15,27 @@ crossorigin=""></script>
 
{% block body %}
 
<div class="row">
 
  <div class="col-12">
 
    <img src="{% static 'assets/Header_placeholder.jpg' %}" id="hero">
 
    
 
  </div>
 
</div>
 

	
 
<div class="row bg-primary text-secondary ">
 
  <div class="sidescroll-container">
 
    <div class="col-12 sidescroll dragscroll">
 
      <div><img src="{% static 'assets/tram.jpg' %}" /></div>
 
      <div><img src="{% static 'assets/tram.jpg' %}" /></div>
 
      <div><img src="{% static 'assets/tram.jpg' %}" /></div>
 
      <div><img src="{% static 'assets/tram.jpg' %}" /></div>
 
      <div><img src="{% static 'assets/playground.jpg' %}" /></div>
 
      <div><img src="{% static 'assets/gardens.jpg' %}" /></div>
 
      <div><img src="{% static 'assets/memorial.jpg' %}" /></div>
 
    </div>
 
  </div>
 

	
 
  <div class="col-12 col-xl-6 content pt-5 pb-xl-5">
 
    <p>
 
      Themed <strong>Linux of Things</strong>, the 2019 linux.conf.au will again attract speakers and attendees from across the world to socialise, fraternise, lecture, listen, ask, answer and share with their peers.
 
    </p>
 
    <p>
 
      The conference will explore the use of free open source software and hardware for internet of things devices, along with security concerns, privacy and legal aspects, environmental impacts, everyday communnication, health, ethics, and much more.
 
    </p>
 
    
 
  </div>
0 comments (0 inline, 0 general)