mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-07-31 19:20:25 +00:00
fix up general bailey notifs
This commit is contained in:
parent
7f68fd017a
commit
4790e8442a
2 changed files with 29 additions and 19 deletions
|
|
@ -1,17 +1,20 @@
|
|||
.new-stuff
|
||||
position: fixed
|
||||
text-align: center
|
||||
top: 0
|
||||
left: 0
|
||||
width: 100%
|
||||
height: 0
|
||||
z-index: 1010
|
||||
position: fixed
|
||||
text-align: center
|
||||
top: 0
|
||||
left: 0
|
||||
width: 100%
|
||||
height: 0
|
||||
z-index: 1010
|
||||
|
||||
.new-stuff> .alert
|
||||
border-top: 0
|
||||
border-radius: 0 0 4px 4px
|
||||
padding-right: 14px
|
||||
display: inline-block
|
||||
border-top: 0
|
||||
border-radius: 0 0 4px 4px
|
||||
padding-right: 14px
|
||||
display: inline-block
|
||||
|
||||
.bailey-modal .popover
|
||||
max-width: 400px
|
||||
|
||||
|
||||
// variables
|
||||
|
|
|
|||
|
|
@ -1,13 +1,13 @@
|
|||
div(modal='user.flags.rewrite !== false')
|
||||
.modal-header
|
||||
h3 Mega Ultra Update!
|
||||
.modal-body
|
||||
.modal-body.bailey-modal
|
||||
table
|
||||
tr
|
||||
td
|
||||
.NPC-Bailey
|
||||
td
|
||||
.popover.static-popover.fade.right.in(style='max-width:400px')
|
||||
.popover.static-popover.fade.right.in
|
||||
.arrow
|
||||
h3.popover-title
|
||||
a(target='_blank', href='http://www.kickstarter.com/profile/mihakuu') Bailey
|
||||
|
|
@ -15,7 +15,7 @@ div(modal='user.flags.rewrite !== false')
|
|||
p.
|
||||
Hello my Habiteers! I have some amazing news to share with you, it's huge!
|
||||
Has Habit ever crashed for you? (Joke). Well we <a target='_blank' href="http://habitrpg.tumblr.com/post/59104876969/website-issues-what-were-doing">re-wrote the website from the ground up</a>
|
||||
so we could conquor all the bugs once and for all (more from Tyler in a bit). If you haven't seen me for a while (due to a bug in the old site), be sure to catch up with me on the right side of the screen for any missed news. Importantly, the following happened:
|
||||
so we could conquor all the bugs once and for all (more from Tyler in a bit). If you haven't seen me for a while (due to a bug in the old site), be sure to catch up with me on the right side of the screen for any missed news. Importantly:
|
||||
h4.
|
||||
<a target='_blank' href='https://play.google.com/store/apps/details?id=com.ocdevel.habitrpg'>Android</a> & <a target='_blank' href='https://itunes.apple.com/us/app/habitrpg/id689569235?mt=8'>iOS</a> Apps are out!
|
||||
p They're open source, so help us make them awesome.
|
||||
|
|
@ -23,7 +23,7 @@ div(modal='user.flags.rewrite !== false')
|
|||
table(style='clear:both;')
|
||||
tr
|
||||
td
|
||||
.popover.static-popover.fade.left.in(style='max-width:400px')
|
||||
.popover.static-popover.fade.left.in
|
||||
.arrow
|
||||
h3.popover-title
|
||||
a(target='_blank', href='https://twitter.com/lefnire') Tyler
|
||||
|
|
@ -45,8 +45,8 @@ div(modal='user.flags.rewrite !== false')
|
|||
|
||||
div(modal='modals.newStuff')
|
||||
.modal-header
|
||||
h3 New Stuff
|
||||
.modal-body
|
||||
h3 New Stuff!
|
||||
.modal-body.bailey-modal
|
||||
table
|
||||
tr
|
||||
td
|
||||
|
|
@ -54,10 +54,17 @@ div(modal='modals.newStuff')
|
|||
td
|
||||
.popover.static-popover.fade.right.in
|
||||
.arrow
|
||||
h3.popover-title Bailey
|
||||
h3.popover-title
|
||||
a(target='_blank', href='http://www.kickstarter.com/profile/mihakuu') Bailey
|
||||
.popover-content
|
||||
a(target='_blank', href='http://www.kickstarter.com/profile/mihakuu') Bailey the Crier here! Announcing new stuff!
|
||||
strong 09/01/2013
|
||||
p.
|
||||
We <a target='_blank' href="http://habitrpg.tumblr.com/post/59104876969/website-issues-what-were-doing">re-wrote the website from the ground up</a>
|
||||
And in case you missed it, <a target='_blank' href='https://play.google.com/store/apps/details?id=com.ocdevel.habitrpg'>Android</a> & <a target='_blank' href='https://itunes.apple.com/us/app/habitrpg/id689569235?mt=8'>iOS</a> Apps are out!
|
||||
Both apps and the website are open source, and we desparately need your help porting the rest of the features, and polishing off the bugs. <a target='_blank' href='https://github.com/lefnire/habitrpg/wiki/Contributing#website'>Read this guide</a> to getting started.
|
||||
Each of your pull requests shall grant you a special <a href='https://github.com/lefnire/habitrpg/issues/946#issuecomment-18654292' target='_blank'>Contributor Gear piece</a>.
|
||||
hr
|
||||
h3 Archive
|
||||
p
|
||||
h4 8/20/2013
|
||||
ul
|
||||
|
|
|
|||
Loading…
Reference in a new issue