Changeset - dd8f33a472a7
[Not reviewed]
0 1 0
Tobias - 5 years ago 2019-01-19 21:00:13
tobiasschulmann@catalyst.net.nz
Add note to miniconf page
1 file changed with 6 insertions and 0 deletions:
0 comments (0 inline, 0 general)
pinaxcon/templates/flatpages/miniconfs.html
Show inline comments
 
{% extends "site_base.html" %}
 

	
 
{% block head_title %}{{ flatpage.title }}{% endblock head_title %}
 
{% block body_class %}text-primary{% endblock body_class %}
 
{% block main_class %}container{% endblock main_class %}
 

	
 

	
 
{% block content %}
 
<div class="row">
 
  <div class="col-md-1"></div>
 
  <div class="col-12 col-md-10 content text-page">
 
    <h1>Miniconfs</h1>
 
    <p>The first two days of linux.conf.au are made up of dedicated day-long streams focussing on single topics. They are organised and run by volunteers and are a great way to kick the week off.</p>
 
    <p>First introduced at linux.conf.au 2002, they are now a traditional element of the conference. They were originally intended as an incubator &mdash; both of future conferences and speakers.</p>
 
    <p>The schedule of talks at the miniconfs can be found in the <a href="/schedule/">Conference Schedule</a> once all Miniconf CfPs have closed.</p>
 
    <p>Although delegates who present at Miniconfs are not afforded speaker privileges at the main conference, speaking at a Miniconf is a great way to gain experience, provide exposure for your project or topic, and raise your professional profile.</p>
 

	
 
    <div class="card bg-primary text-white">
 
      <div class="card-body">
 
        <p class="card-text"><strong>Miniconf CfPs have closed. Please head over to our <a href="/schedule/">Conference Schedule</a> to find the schedule.</strong></p>
 
      </div>
 
    </div>
 

	
 
    <h2>Monday</h2>
 
    <div class="card-deck">
 
      <div class="card mb-4">
 
        <div class="card-body">
 
          <h5 class="card-title">Open Hardware</h5>
 
          <p class="card-text">
 
            The Open Hardware Miniconf will ease software developers into dealing with hardware. Topics will cover both software and hardware issues, starting with simpler sessions suitable for Open Hardware beginners and progressing through to more advanced topics.
 
          </p>
 
        </div>
 
      </div>
 
      <div class="card mb-4">
 
        <div class="card-body">
 
          <h5 class="card-title">Sysadmin</h5>
 
          <p class="card-text">The Systems Administration Miniconf focuses on professional management of real-world Linux and open source environments, both large and small. The Miniconf aims to include a diverse range of tools and techniques that will help keep your entire environment functioning smoothly, and accomplish more with less effort.</p>
 
          <a href="http://sysadmin.miniconf.org/">More info</a>
 
        </div>
 
      </div>
 
        <div class="card mb-4">
 
          <div class="card-body">
 
            <h5 class="card-title">Developer Developer</h5>
 
            <p class="card-text">The Developer Developer Miniconf is an outlet for the growing community of application developers who attend linux.conf.au to talk about how to do software development properly.</p>
 
            <a href="/programme/miniconfs/developer/">More info</a>
 
          </div>
 
        </div>
0 comments (0 inline, 0 general)