aboutsummaryrefslogtreecommitdiff
path: root/src/about/index.html
blob: 4a48d611972768f9b1037291820928c18f109aab (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
<!DOCTYPE html>
<html lang="en">
  <head>
    :!t | About:!/t
    :?src/templates/inner-head.html
  </head>
  <body>
    :?src/templates/nav.html
    :?src/templates/body-top.html
    <article>
      <br>
      <section id="about">
        <div class="card">
          <div>
            <span class="card-head">
              About:!refabout:!/ref
            </span>
            <hr>
            <div class="card-body">
              <p>
                There's not really much going on right now.  Mostly just hosting a few <a href="/services/">services</a> and working on a few <a href="/projects/">projects</a> (potentially).
              </p>
              </div>
            </div>
          </div>
        </section>
        <br>
        <section id="attribution">
          <div class="card">
            <div>
              <span class="card-head">
                Attribution:!refattribution:!/ref
              </span>
              <hr>
              <div class="card-body">
                <p>
                  Icons >> <a href="https://github.com/ForkAwesome/Fork-Awesome">Fork Awesome</a>
                </p>
                </div>
              </div>
            </div>
        </section>
      </article>
    </section>
    :?src/templates/body-bottom.html
  </body>
  </html>