Newer
Older
express-blog / wireframe.html
@Jason Jason on 26 Jun 3 KB new file: data/.git-keep
<html>
    <head>
        <title> Wireframe</title>
        <style type="text/css">
            pre {
                font-family: Consolas, 'Courier New', monospace;
            }
    </style>
    </head>
    <body>
        <pre>+----------------------------------------------------------------------------------+
|                                  HEADER                                          |
| +------------------------------------------------------------------------------+ |
| | Jason Poage                                                                  | |
| | +--------+--------+----------+-----------+----------+---------+------------+ | |
| | | Home   | About  | Newsletter| Tools I use| Projects | Contact |          | | |
| | +--------+--------+----------+-----------+----------+---------+------------+ | |
| +------------------------------------------------------------------------------+ |
+----------------------------------------------------------------------------------+

+----------------------------------------------------------------------------------+
| +------------------+-----------------------------------------------------------+ |
| |     SIDEBAR      |                      MAIN CONTENT                         | |
| | +--------------+ | +-------------------------------------------------------+ | |
| | | YYYY         | | | Post Title                                            | | |
| | | +----------+ | | | Lorem ipsum dolor sit amet, consectetur adipiscing    | | |
| | | | Month    | | | | elit, sed do eiusmod tempor incididunt ut labore et   | | |
| | | |  - item1 | | | | dolore magna aliqua.                                  | | |
| | | +----------+ | | |                                                       | | |
| | | +----------+ | | |                                                       | | |
| | | | Month    | | | |                                                       | | |
| | | |  - item2 | | | |                                                       | | |
| | | +----------+ | | |                                                       | | |
| | +--------------+ | | Post List:                                            | | |
| |                  | |   - Sample Entry One                                  | | |
| |                  | |   - Sample Entry Two                                  | | |
| |                  | |   - Sample Entry Three                                | | |
| |                  | |                                                       | | |
| |                  | | Featured Section:                                     | | |
| |                  | |   Section Name: Brief description of widget function. | | |
| |                  | |                                                       | | |
| |                  | +-------------------------------------------------------+ | |
| +------------------+----------------------------------------------------------+  |
+----------------------------------------------------------------------------------+

+----------------------------------------------------------------------------------+
| |                                 FOOTER                                       | |
| |               To the extent possible under law, Jason Poage has waived       | |
| |              all copyright and related or neighboring rights to this work.   | |
| |                                  [CC0 Badge]                                 | |
| |                                                                              | |
| |                              Site Map   Archive   RSS Feed                   | |
| |                                                                              | |
| |                     [LinkedIn Icon] [GitHub Icon] [Mail Icon]                | |
+----------------------------------------------------------------------------------+
</pre>
</body>
</html>