aboutsummaryrefslogtreecommitdiffstats
path: root/_includes
diff options
context:
space:
mode:
authorMatt Rude <[email protected]>2018-02-04 20:22:30 -0600
committerMatt Rude <[email protected]>2018-02-04 20:22:30 -0600
commit2c117a6994b3cf814638e2b98cb78203539ec11a (patch)
treeef3ba31d1dfd2fce790feac037cf354b1b83d431 /_includes
parente7c71a400ccf5d1f10d8554d446c6b0af2d13205 (diff)
downloadxmpp-site-lite-2c117a6994b3cf814638e2b98cb78203539ec11a.tar.gz
xmpp-site-lite-2c117a6994b3cf814638e2b98cb78203539ec11a.tar.bz2
xmpp-site-lite-2c117a6994b3cf814638e2b98cb78203539ec11a.zip
Updates
Diffstat (limited to '_includes')
-rw-r--r--_includes/menu.html6
-rw-r--r--_includes/new_user_guide.html68
-rw-r--r--_includes/password-reset.html44
-rw-r--r--_includes/registration.html10
4 files changed, 126 insertions, 2 deletions
diff --git a/_includes/menu.html b/_includes/menu.html
index e9092ff..091b95f 100644
--- a/_includes/menu.html
+++ b/_includes/menu.html
@@ -14,6 +14,12 @@
<a class="nav-link ml-3 my-1" href="#{{ section.slug }}">{{ section.name }}</a>
{% endfor %}
</nav>
+ <li class="nav-item"><a class="nav-link" href="#nug-opening">User Guide</a></li>
+ <nav class="nav nav-pills flex-column" style="display:none;">
+ {% for sectionnug in site.data.nug-sections %}
+ <a class="nav-link ml-3 my-1" href="#{{ sectionnug.slug }}">{{ sectionnug.name }}</a>
+ {% endfor %}
+ </nav>
<li class="nav-item"><a class="nav-link" href="#about">About</a></li>
</ul>{% endif %}
{% if site.register-web == 2 and page.url != "/" %}
diff --git a/_includes/new_user_guide.html b/_includes/new_user_guide.html
new file mode 100644
index 0000000..4c3a88e
--- /dev/null
+++ b/_includes/new_user_guide.html
@@ -0,0 +1,68 @@
+<div id="nug" class="container-fluid">
+ <div class="row justify-content">
+ <div id="nug-opening" class="feature-section">
+ <div class="container offsetanchor">
+ <div class="section-header" id="features-section">
+ <center>
+ <span class="fa fa-user"aria-hidden="true"></span>
+ <h2>New User Guide</h2>
+ </center>
+ </div>
+ <div id="feature-heading-content">
+ <hr class="my-4">
+ <blockquote class="blockquote">
+ <p class="mb-0"></p>
+ </blockquote>
+ </div>
+ </div>
+ </div>
+
+ <!-- Starting the content section of the page -->
+ <div id="nug-content" class="col-sm-10">
+ <!-- Site Features -->
+ {% for section in site.data.nug-sections %}
+ <div id="{{ section.slug }}" class="index-section nug-feature-section" style="background-color:#{{ section.color }};">
+ <div class="container offsetanchor">
+ <div id="nug-{{ section.slug }}" class="section-header">
+ <center>
+ <span class="{{ section.glyph }}" style="font-size:100px;" aria-hidden="true"></span>
+ <h2>{{ section.name }}</h2>
+ </center>
+ </div>
+ <div class="feature-{{ section.slug }}">
+ <div class="row">
+ <p>{{ section.text }}</p>
+ {% for feature in site.data.features %}
+ {% if feature.section == section.slug %}
+ <div class="{% if section.col == 3 %}col-md-4{% else %}col-sm-6{% endif %}" style="min-height:280px;">
+ <h3>{{ feature.name }}</h3>
+ <p>{{ feature.text }}</p>
+ </div>
+ {% endif %}
+ {% endfor %}
+ </div>
+ </div>
+ </div>
+ </div>
+ {% endfor %}
+ </div>
+ <!-- Ending the content section of the page -->
+
+ <!-- Starting the page index nav menu -->
+ <div id="nug-index" class="col-2 hidden-sm-down">
+ <nav id="navbar-main" class="sticky-top navbar navbar-light" style="padding-top:50px;margin-top:-50px;">
+ <nav id="nug-nav-body" class="nav nav-pills flex-column">
+ <a id="features-index" href="#nug-opening" style="color:#000;line-height:50px;text-align:center;font-size:1.3rem;"><b>User Guide</b></a>
+ {% for section in site.data.nug-sections %}
+ <nav class="nav nav-pills flex-column nav-item align-middle">
+ <a class="nav-link ml-3 my-1" href="#{{ section.slug }}"><span id="nug-index-span">{{ section.name }}</span></a>
+ </nav>
+ {% endfor %}
+ </nav>
+ </nav>
+ </div>
+ <!-- Ending the page index nav menu -->
+
+
+ </div> <!-- Closing the row justify-content clases -->
+</div> <!-- Closing the ID creating-account and the main container class -->
diff --git a/_includes/password-reset.html b/_includes/password-reset.html
new file mode 100644
index 0000000..c549bbd
--- /dev/null
+++ b/_includes/password-reset.html
@@ -0,0 +1,44 @@
+<div class="modal fade" id="exampleModal" tabindex="-1" role="dialog" aria-labelledby="exampleModalLabel" aria-hidden="true">
+ <div class="modal-dialog" role="document" style="max-width:400px;">
+ <div class="modal-content">
+ <div class="modal-header">
+ <h5 class="modal-title" id="exampleModalLabel">Reset your XMPP Account Password</h5>
+ <button type="button" class="close" data-dismiss="modal" aria-label="Close">
+ <span aria-hidden="true">&times;</span>
+ </button>
+ </div>
+ <div class="modal-body">
+
+
+ <form action="{{ site.url }}:5281/resetpass/" method="post" class="form-horizontal needs-validation" style="padding: 15px;" novalidate="">
+ <p class="error"></p>
+ <div style="margin-bottom: 25px" class="input-group">
+ <span class="input-group-addon"><i class="glyphicon glyphicon-user"></i></span>
+ <div class="input-group">
+ <input type="text" class="form-control" name="username" placeholder="Username" id="username" required="">
+ <div class="input-group-append">
+ <span class="input-group-text" style="font-size:0.8em;font-weight:bold;">@{{ site.xmpp-url }}</span>
+ </div>
+ <div class="invalid-feedback" style="width: 100%;">Your username is required.</div>
+ </div>
+ </div>
+ <div style="margin-bottom: 25px" class="input-group">
+ <span class="input-group-addon"><i class="glyphicon glyphicon-envelope"></i></span>
+ <div class="input-group">
+ <input type="email" class="form-control" name="email" placeholder="E-Mail" id="email" required="">
+ <div class="invalid-feedback" style="width: 100%;">Your email address is required.</div>
+ </div>
+ </div>
+
+
+
+ <p>After submitting, a link will be sent to the email address that appears on your vCard.</p>
+ <div class="modal-footer">
+ <button type="button" class="btn btn-secondary" data-dismiss="modal">Close</button>
+ <button id="button" type="submit" class="btn btn-primary">Submit</button>
+ </div>
+ </form>
+ </div>
+ </div>
+ </div>
+</div>
diff --git a/_includes/registration.html b/_includes/registration.html
index 8e55171..26014fa 100644
--- a/_includes/registration.html
+++ b/_includes/registration.html
@@ -111,7 +111,13 @@
</div>
</div>
</form>
+ <div id="reset-password-link" style="float:right;padding:10px 30px 0 0;">
+ <a href="#" data-toggle="modal" data-target="#exampleModal" class="float-right">Reset Password</a>
+ </div>
</div>
</div>
- </div>
- </div>
+ </div>
+ </div>
+ </div>
+ </div>
+ {% include password-reset.html %}