-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #10 from AndyGauge/feature/bh
Feature/bh
- Loading branch information
Showing
17 changed files
with
154 additions
and
47 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,24 @@ | ||
# praybook | ||
praybook | ||
-------- | ||
|
||
## Purpose | ||
praybook is a prayer tracking website. Users are created by signing up and logging in. Email and passwords provide authentication. No email is delivered to the users. Answered prayer is converted into praise. | ||
|
||
praybook will become a social network prayer sharing application, allowing users to include each other in their prayers, with information flow allowing those prayed for to indicate the prayer is answered. | ||
|
||
## Semantic Versioning | ||
Current version of website is 0.2.0. The website is in pre-alpha development. Most everything does not work. 0.1.0 was launched with support for log in, and 0.2.0 marks the ability to navigate and create prayers. | ||
Current version of website is 0.2.3. The website is in pre-alpha development. Most everything does not work. 0.1.0 was launched with support for log in, and 0.2.0 marks the ability to navigate and create prayers. | ||
|
||
### Future version plans: | ||
0.2.1 Prayers allow editing | ||
0.2.2 Prayers can be completed | ||
0.3.0 Render Praise | ||
1.0.0 fully functioning website, launch | ||
2.0.0 fully functioning social website, launch | ||
- 0.2.1 Prayers allow editing | ||
- 0.2.2 Prayers can be completed | ||
- 0.2.3 bootstrap beautification | ||
- 0.3.0 Render Praise | ||
- 1.0.0 fully functioning website, launch | ||
- 2.0.0 fully functioning social website, launch | ||
|
||
|
||
## Development instance | ||
Not typically running unless development ongoing | ||
http://ec2-52-32-125-93.us-west-2.compute.amazonaws.com:8080/ | ||
http://tinyurl.com/praybook |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
@import "*"; | ||
@import "bootstrap"; | ||
|
||
.navbar { | ||
background-color: #70A; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,96 @@ | ||
/*! | ||
* Bootstrap v4.0.0-alpha.2 (http://getbootstrap.com) | ||
* Copyright 2011-2015 Twitter, Inc. | ||
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) | ||
*/ | ||
|
||
.navbar-brand:focus, .navbar-brand:hover { | ||
text-decoration: none; | ||
} | ||
.bg-faded { | ||
background-color: #F7F7F9; | ||
} | ||
.navbar-dark .navbar-brand { | ||
color: white; | ||
} | ||
|
||
.navbar-dark .navbar-brand:focus, .navbar-dark .navbar-brand:hover { | ||
color: white; | ||
} | ||
|
||
.navbar-dark .navbar-nav .nav-link { | ||
color: rgba(255, 255, 255, .5); | ||
} | ||
|
||
.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover { | ||
color: rgba(255, 255, 255, .75); | ||
} | ||
|
||
.navbar-dark .navbar-nav .open > .nav-link, .navbar-dark .navbar-nav .open > .nav-link:focus, .navbar-dark .navbar-nav .open > .nav-link:hover, | ||
.navbar-dark .navbar-nav .active > .nav-link, | ||
.navbar-dark .navbar-nav .active > .nav-link:focus, | ||
.navbar-dark .navbar-nav .active > .nav-link:hover, | ||
.navbar-dark .navbar-nav .nav-link.open, | ||
.navbar-dark .navbar-nav .nav-link.open:focus, | ||
.navbar-dark .navbar-nav .nav-link.open:hover, | ||
.navbar-dark .navbar-nav .nav-link.active, | ||
.navbar-dark .navbar-nav .nav-link.active:focus, | ||
.navbar-dark .navbar-nav .nav-link.active:hover { | ||
color: white; | ||
} | ||
|
||
.navbar-dark .navbar-divider { | ||
background-color: rgba(255, 255, 255, .075); | ||
} | ||
.nav-link { | ||
display: inline-block; | ||
} | ||
|
||
.nav-link:focus, .nav-link:hover { | ||
text-decoration: none; | ||
} | ||
|
||
.nav-link.disabled { | ||
color: #818a91; | ||
} | ||
|
||
.nav-link.disabled, .nav-link.disabled:focus, .nav-link.disabled:hover { | ||
color: #818a91; | ||
cursor: not-allowed; | ||
background-color: transparent; | ||
} | ||
|
||
.nav-inline .nav-item { | ||
display: inline-block; | ||
} | ||
|
||
.nav-inline .nav-item + .nav-item, | ||
.nav-inline .nav-link + .nav-link { | ||
margin-left: 1rem; | ||
} | ||
.nav-pills .nav-link { | ||
display: block; | ||
padding: .5em 1em; | ||
border-radius: .25rem; | ||
} | ||
|
||
.nav-pills .nav-link.active, .nav-pills .nav-link.active:focus, .nav-pills .nav-link.active:hover, | ||
.nav-pills .nav-item.open .nav-link, | ||
.nav-pills .nav-item.open .nav-link:focus, | ||
.nav-pills .nav-item.open .nav-link:hover { | ||
color: #fff; | ||
cursor: default; | ||
background-color: #0275d8; | ||
} | ||
.nav>li>a:hover .nav>li>a:focus { | ||
background-color: default; | ||
} | ||
|
||
.nav>li.nav-item>a.pb-navbar-link:hover .nav>li.nav-item>a.pb-navbar-link:focus { | ||
text-decoration:none; | ||
background-color: #70A; | ||
} | ||
|
||
.btn-opaque { | ||
opacity: 0.6; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,5 @@ | ||
<%= bootstrap_form_for(@prayer, layout: :horizontal, label_col: "col-sm-4", control_col: "col-sm-8") do |prayer_form| %> | ||
<%= prayer_form.text_field :title %> | ||
<%= prayer_form.text_area :body %> | ||
<%= prayer_form.form_group do %> | ||
<%= prayer_form.submit "In Jesus' name", class: "btn btn-primary btn-lg" %> | ||
<% end %> | ||
<%= form_for(@prayer, layout: :horizontal, label_col: "col-sm-4", control_col: "col-sm-8") do |prayer_form| %> | ||
<%= prayer_form.text_field :title, label: 'Prayer' %> | ||
<%= prayer_form.text_area :body, label: 'Detail' %> | ||
<%= prayer_form.submit "In Jesus' name", class: "btn btn-primary btn-lg" %> | ||
<% end %> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,7 @@ | ||
<%= bootstrap_form_for(@user, url: user_path, layout: :horizontal, label_col: "col-md-4", control_col: "col-md-7") do |user_form| %> | ||
<%= form_for(@user, url: user_path, layout: :horizontal, label_col: "col-md-4", control_col: "col-md-7") do |user_form| %> | ||
<%= user_form.text_field :name, wrapper: {class: 'row'} %> | ||
<%= user_form.email_field :email, wrapper: {class: 'row'} %> | ||
<%= user_form.password_field :password, wrapper: {class: 'row'} %> | ||
<%= user_form.password_field :password_confirmation, wrapper: {class: 'row'} %> | ||
<%= user_form.form_group do %> | ||
<%= user_form.submit "Sign Up", class: "btn btn-primary btn-lg" %> | ||
<% end %> | ||
<%= user_form.submit "Sign Up", class: "btn btn-primary btn-lg" %> | ||
<% end %> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters