Files @ 3534a8243c8b
Branch filter:

Location: symposion_app/pinaxcon/templates/flatpages/homepage.html

James Polley
Make the dev job available to dev/lca2019 branch
{% extends "utility_page.html" %}
{% load static %}

{% block main_class %}container-fluid{% endblock %}

{% block body %}
<div class="row">
    <div class="col-12">
      <img src="{% static 'assets/Header_placeholder.jpg' %}" id="hero">
      <!-- <h1 class="display-4">{% block header_title %}{% endblock %}</h1>
      <p class="lead">{% block header_lead %}{% endblock %}</p>
      <p>{% block header_paragraph %}{% endblock %}</p> -->
    </div>
  </div>

  <div class="row green-background green-block">
      <div class="col-xl-12 sidescroll content">
          <img src="{% static 'assets/tram.jpg' %}" style="width: 608px";>
          <img src="{% static 'assets/playground.jpg' %}" style="width: 608px";>
          <img src="{% static 'assets/gardens.jpg' %}" style="width: 608px";>
          <img src="{% static 'assets/memorial.jpg' %}" style="width: 608px";>
      </div>
      <div class="col-xl-5 content">
          <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>
      <div class="col-xl-5 content">
          <p>
            The <strong>Internet of Things</strong> has become ubiquitous in our lives – phones, TVs, fridges cars, homes and whole cities have become “smart” in the last couple of years.
          </p>
          <p>
            Behind this is an ever-increasing demand for always connected senseors and devices, exchanging, collating and analysing data, and often making decisions without us even noticing.
          </p>
          <p>
            Linux, with its lightweight footprint and robust security, and importantly its open source nature, has become a core component in this: Linux of Things
          </p>
      </div>

      <div class="col-xl-12 content">
        <div style="text-align: right; margin-top: 3rem;">
          <h2 class="float-left">Venue</h2>
          <p>University of Canterbury<br/>Christchurch, New Zealand</p>
        </div>
        <img src="{% static 'assets/map.png' %}" style="width: 100%; filter: grayscale(100%);">
      </div>
  </div>

  {% endblock %}