Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
jondo89 committed May 12, 2020
1 parent 7ac6a20 commit 1926a10
Show file tree
Hide file tree
Showing 5 changed files with 94 additions and 65 deletions.
52 changes: 26 additions & 26 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions package.json
Expand Up @@ -12,7 +12,7 @@
"bcrypt-nodejs": "0.0.3",
"body-parser": "^1.19.0",
"braintree": "^2.22.0",
"cleaner-wrasse": "^1.0.8",
"cleaner-wrasse": "^1.0.11",
"compression": "^1.7.4",
"crypto": "0.0.3",
"dotenv": "^2.0.0",
Expand All @@ -21,20 +21,20 @@
"express-handlebars": "^3.1.0",
"express-recaptcha": "^2.3.0",
"express-session": "^1.17.1",
"express-validator": "^6.2.0",
"express-validator": "^6.4.1",
"flash": "^1.1.0",
"fraternate": "^1.3.24",
"fraternate": "^1.3.26",
"grunt": "^1.1.0",
"grunt-concurrent": "^3.0.0",
"grunt-nodemon": "^0.4.2",
"grunt-open": "^0.2.4",
"grunt-run": "^0.8.1",
"handlebars-helpers": "^0.10.0",
"handlebars.moment": "^1.0.4",
"heavylifting": "^1.2.58",
"heavylifting": "^1.2.59",
"method-override": "^2.3.10",
"moment": "^2.24.0",
"mongoose": "^5.9.10",
"moment": "^2.25.3",
"mongoose": "^5.9.13",
"morgan": "^1.10.0",
"nodemailer": "^2.7.2",
"passport": "^0.3.2",
Expand Down
2 changes: 1 addition & 1 deletion public/homepage/css/new-age.css
Expand Up @@ -23,7 +23,7 @@ header.masthead {
padding-bottom: 100px;
color: #ffffff;
background: url(../img/bg-pattern.png), #000000;
background: url(../img/bg-pattern.png), linear-gradient(to left, #de6464, #8264dc);
background: url(../img/bg-pattern.png), linear-gradient(to left, black,black);
}

header.masthead .header-content {
Expand Down
91 changes: 60 additions & 31 deletions public/homepage/index.handlebars
@@ -1,10 +1,10 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="">
<meta name="author" content="">
<meta charset="UTF-8">
<meta name="description" content="Fraternate is a standalone copy of the GitHub user subscription system. Fraternate is open-source, start by deploying as a boilerplate directly off GitHub , or use the npm module as a standalone plugin. Built with mongodB, NodeJS, expressjs and Handlebars.js and designed for flexibility.">
<meta name="keywords" content="boilerplate,mongodB, NodeJS, expressjs , Handlebars.js">
<meta name="author" content="Jonathan Davies">
<meta name="google-site-verification" content="V6ZQykcqytIxvH_JCfowxQfGXB9Qn-rgaQ-iIrtoW3c" />
<title>{{siteName}}</title>
<!-- Bootstrap core CSS -->
Expand Down Expand Up @@ -58,31 +58,67 @@
<div class="header-content mx-auto">
<h1 class="display-1">A user and organization subscription management boilerplate. </h1>
<p class="lead">Fraternate is a standalone copy of the GitHub user subscription system.
Fraternate is open-source, start by deploying as a boilerplate directly off GitHub , or use the npm module as a standalone plugin. Built with mongodB, NodeJS, expressjs and Handlebars.js and designed for flexibility.</p>
<div class="btn-group btn-group-lg" role="group">
<a href="/signup" role="button" class="btn btn-outline-warning">Get Started</a>
<a href="/users" role="button" class="btn btn-outline-light">View Users</a>
</div>
<div style="padding-top: 25px">
<h4 class="media-heading">Don’t forget to star on GitHub!</h4>
<p></p>
<a class="github-button" href="https://github.com/Isithelo/{{siteName}}" data-size="large" data-show-count="true" aria-label="Star Isithelo/{{siteName}} on GitHub">Star</a>
Fraternate is open-source, start by deploying as a boilerplate directly off GitHub , or use the npm module as a standalone plugin. Download the Full stack boilerplate using Node.js Mongodb Express.js Handlebars.js from Github. <a target="_blank" href="https://github.com/jondo89/Fraternate">Download</a></p>
<div class="btn-group btn-group-lg" role="group">
<a href="/signup" role="button" class="btn btn-outline-warning">Try it</a>
<a href="/users" role="button" class="btn btn-outline-light">View Users</a>
</div>
<div style="padding-top: 25px">
<h4 class="media-heading">Don’t forget to star on GitHub!</h4>
<p></p>
<a class="github-button" href="https://github.com/Isithelo/{{siteName}}" data-size="large" data-show-count="true" aria-label="Star Isithelo/{{siteName}} on GitHub">Star</a>
</div>
</div>
</div>
</div>
<div class="col-lg-5 my-auto">

{{#unless user}}
{{> signuphomepage}}
{{/unless}}
<div class="col-lg-5 my-auto">

{{#unless user}}
{{> signuphomepage}}
{{/unless}}
</div>
</div>
</div>
</div>
</header>
<div class="container">
</header>
<div class="container">
<section >
<h1 class="display-3">This is a open-source boilerplate that can be downloaded from GitHub.</h1>

<div class="container" style="padding-top: 55px;text-align: center;">
<!-- Example split danger button -->
<div class="btn-group">
<a type="button" target="_blank" href="https://github.com/Isithelo/Fraternate" class="btn btn-lg btn-outline-primary"><i class="fab fa-github"></i> Fraternate Repository</a>
<button type="button" class="btn btn-lg btn-outline-primary dropdown-toggle dropdown-toggle-split" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
<span class="sr-only">Toggle Dropdown</span>
</button>
<div class="dropdown-menu">
<a class="dropdown-item" target="_blank" href="https://fraternate.herokuapp.com/">Demo Website</a>
<a class="dropdown-item" target="_blank" href="https://github.com/Isithelo/Fraternate">Github Repository</a>
<a class="dropdown-item" target="_blank" href="https://www.npmjs.com/package/fraternate">NPM Module</a>
</div>
</div>
<!-- Example split danger button -->
<div class="btn-group">
<a type="button" target="_blank" href="https://github.com/Isithelo/wrasse" class="btn btn-lg btn-outline-primary"><i class="fab fa-github"></i> Wrasse Repository</a>
<button type="button" class="btn btn-lg btn-outline-primary dropdown-toggle dropdown-toggle-split" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
<span class="sr-only">Toggle Dropdown</span>
</button>
<div class="dropdown-menu">
<a class="dropdown-item" target="_blank" href="https://wrasse.herokuapp.com/">Demo Website</a>
<a class="dropdown-item" target="_blank" href="https://github.com/Isithelo/wrasse">Github Repository</a>
<a class="dropdown-item" target="_blank" href="https://www.npmjs.com/package/cleaner-wrasse">NPM Module</a>
</div>
</div><br><br>
<div ><code >Fraternate does the user management , wrasse the issue tracking.</code></div><br><br>
<script src="https://opencollective.com/fraternate/donate/button.js" color="blue"></script>
<p></p>
</div>
</section>
</div>
<hr>
<div class="container">
<section >
<h5 class="display-3">The Documentation.</h5>
<h3>Browse to the documentation page for details on how to run on your PC, as well as installation and web deployment options.</h3>
<h3>Browse to the documentation page for details on how to run on your Localhost, as well as installation and web deployment options.</h3>
<div>
<a class="btn btn-outline-success btn-lg mt-5 mb-5" href="/installation" target="_blank">Instructions</a>
</div>
Expand Down Expand Up @@ -154,14 +190,7 @@
</section>
</div>
<hr>
<section>
<div class="container" style="padding-top: 55px;text-align: center;">
<a href="https://github.com/Isithelo/Fraternate" target="_blank" class="btn btn-lg btn-outline-primary mb-3"><i class="fab fa-github"></i> Fraternate Repository</a>
<p></p>
<code>Fraternate is comprised of 2 parts; the (long term) standalone npm module, and this copy of the hosted website on GitHub. As the website and npm module are intertwined at the moment, it is best to start with a fork of the GitHub repository and figure out what you would like to keep and throw away from there.</code>
</div>
</section>
<hr>

<section id="users" class="features">
<div class="container">
<div class="row">
Expand Down
2 changes: 1 addition & 1 deletion views/partials/javascript.handlebars
Expand Up @@ -17,5 +17,5 @@
<script defer src="https://cdnjs.cloudflare.com/ajax/libs/moment.js/2.18.1/moment.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/cropper/3.1.4/cropper.min.js"></script>


<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/Readmore.js/2.2.1/readmore.min.js"></script>

0 comments on commit 1926a10

Please sign in to comment.