summaryrefslogtreecommitdiff
path: root/about.html
blob: 83ef643094c186ff0643ac996cce412a6c7a097a (plain) (blame)
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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
<!DOCTYPE html>
<html>
    <head>
        <meta charset="utf-8">
        <meta name="viewport" content="width=device-width, initial-scale=1">
        <title>About &mdash; Divina</title>
        <link rel="stylesheet" href="assets/fonts.css">
        <link rel="stylesheet" href="assets/graphite.css">
        <link rel="stylesheet" href="assets/pygments.css">
        
        
    </head>
    <body class="node-about node">
        <header class="masthead">
            <h1><a href="index.html">Divina</a></h1>
            
                <p class="tagline">🎀 A modern build system for assembly</p>
            
            
                <p class="version">Version 0.1.0</p>
            
            <nav class="menu">
                <input id="menu-check" type="checkbox"/>
                <label id="menu-label" for="menu-check" class="unselectable">
                    <span class="icon close-icon">✕</span>
                    <span class="icon open-icon">☰</span>
                    <span class="text">Menu</span>
                </label>
                <ul>
<li><a href="index.html">Home</a></li>
<li><a href="manifest-format.html">Manifest Format</a><ul>
<li><a href="manifest-format/examples.html">Examples</a></li>
</ul>
</li>
<li><a href="about.html">About</a></li>
<li><a href="https://github.com/divinaland/Divina">GitHub</a></li>
</ul>
            </nav>
        </header>
        <article class="main">
            <header class="title">
                <h1>About &mdash; Divina</h1>
                
                <hr>
            </header>
            <h2>Authors</h2>
<ul>
<li><a href="https://github.com/Fuwn">Fuwn</a> &lt;<a href="mailto:[email protected]">[email protected]</a>&gt;</li>
</ul>
<h2>Acknowledgements</h2>
<ul>
<li>This website was built using <a href="https://github.com/dmulholl/ivy">Ivy</a>.</li>
</ul>
<h3>Divina Pink Ribbon Bow Emoji</h3>
<ul>
<li>Copyright 2020 Twitter, Inc and other contributors</li>
<li>Code licensed under the MIT License: <a href="http://opensource.org/licenses/MIT">http://opensource.org/licenses/MIT</a></li>
<li>Graphics licensed under CC-BY 4.0: <a href="https://creativecommons.org/licenses/by/4.0/">https://creativecommons.org/licenses/by/4.0/</a></li>
</ul>
<h2>License</h2>
<p><a href="https://www.gnu.org/licenses/gpl-3.0.en.html">GNU General Public License v3.0</a></p>
        </article>
        
    </body>
</html>