go.charczuk.com@v0.0.0-20240327042549-bc490516bd1a/projects/chirp/pkg/static/_views/marketing.html (about)

     1  <!--
     2  Copyright (c) 2023 - Present. Will Charczuk. All rights reserved.
     3  Use of this source code is governed by a MIT license that can be found in the LICENSE file at the root of the repository.
     4  -->
     5  {{ define "marketing" }} {{ template "control_header" . }}
     6  <div class="container">
     7    <div class="twelve columns align-center">
     8      <div class="row">
     9        <h3>{{ localize "Welcome to Chirp" }}</h3>
    10      </div>
    11      <div class="row">
    12        <p>{{ localize "Chirp is a prototype Twitter clone to test how the data models would work in practice and generally mess around." }}</p>
    13        <p>{{ localize "It's not meant to be taken seriously!" }}</p>
    14      </div>
    15    </div>
    16  </div>
    17  {{ template "control_footer" }}
    18  {{ end }}