aboutsummaryrefslogtreecommitdiff
path: root/src/projects/index.html
blob: 9d4671453d74310f247fd1b03b7b0d11dba9706b (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
<!DOCTYPE html>
<html lang="en">
  <head>
    :!t | Projects:!/t
    :?src/templates/inner-head.html
  </head>
  <body>
    :?src/templates/nav.html
    :?src/templates/body-top.html
    <article>
      <section id="projects">
        <br>
        <div class="card">
            <div>
                <span class="card-head">
                  Projects:!refprojects:!/ref
                </span>
                <hr>
                <div class="card-body">
                    <p>
                      A list of current projects.
                    </p>
                </div>
            </div>
        </div>
    :?src/templates/body-bottom.html
  </body>
</html>