aboutsummaryrefslogtreecommitdiffstats
path: root/_includes/about.html
blob: 6206581220055f845d55694070dd47b964274a13 (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
    <div id="feature-about" style="">
        <div class="container offsetanchor">
                <div class="section-headder"><center><span class="fa fa-info-circle" style="font-size:80px;" aria-hidden="true"></span><h1>About</h1></center></div>
                <div class="col-md-5 pull-right">
                    <h2>Contact Information</h2>
                    <p>This site is maintained by Matt Rude (<a href="https://keyserver.mattrude.com/d/0xc4909ee495b0761f" target="_blank">0xc4909ee495b0761f</a>). If you would like to report any problems or bugs, please send a email or XMPP messsage to the email address listed in one of my public keys.</p>
                    <ul class="contact-list">
                        <li class="list-inline"><b><a href="xmpp:[email protected]" title="XMPP/Jabber ID"><i class="fa fa-commenting"></i></a></b></li>
                        <li class="list-inline"><b><a href="mailto:[email protected]" title="Email Address"><i class="fa fa-envelope"></i></a></b></li>
                        <li class="list-inline"><b><a href="https://www.twitter.com/mdrude" title="Twitter Profile Page" target="_blank"><i class="fa fa-twitter-square"></i></a></b></li>
                        <li class="list-inline"><b><a href="https://github.com/mattrude" title="Github Profile Page" target="_blank"><i class="fa fa-github"></i></a></b></li>
                        <li class="list-inline"><b><a href="https://mattrude.com" title="Website" target="_blank"><i class="fa fa-link"></i></a></b></li>
                        <li class="list-inline"><b><a href="https://keyserver.mattrude.com/search/vindex/hash/fingerprint/0xc4909ee495b0761f" title="PGP Public Key" target="_blank"><i class="fa fa-key"></i></a></b></li>
                    </ul>
                </div>
                <div class="col-md-7">
                    <h2 id="this-service">This Service</h2>
                    <p>This service is running a clustered configuration, of two servers, running <a href="https://www.ejabberd.im/" target="_blank">ejabberd</a>
                        version <a href="https://github.com/processone/ejabberd/commits/{{ site.ejabberd-gitversion }}" target="_blank">{{ site.ejabberd-version }}</a> on 
                        <a href="http://www.ubuntu.com/" target="_blank">Ubuntu</a> version 16.04 LTS.
                        The source code for ejabberd may be found on <a href="https://github.com" target="_blank">Github.com</a> in the
                        <a href="https://github.com/processone/ejabberd" target="_blank">processone/ejabberd</a> repository.
                        The program ejabberd is licensed under the
                        <a href="https://github.com/processone/ejabberd/blob/master/COPYING" target="_blank">GNU General Public License, version 2.0</a>.</p>

                    <h2 id="site-source-locations" target="_blank">Website Source</h2>
                    <p>The source for this website may be found in the github repository <a href="https://github.com/mattrude/xmpp-site-lite" target="_blank">xmpp-site-lite</a>.
                        The site is licensed under the 
                        <a href="https://github.com/mattrude/xmpp-site-lite/blob/master/LICENSE" target="_blank">GNU General Public License, version 3.0</a>,
                       and may be used or modified under the terms of that license.</p>
                </div>
        </div>
    </div>