Skip to content

Commit

Permalink
ISSUES: #3 #6
Browse files Browse the repository at this point in the history
  • Loading branch information
enkogu committed Nov 16, 2017
1 parent cadac12 commit 3f18abb
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 17 deletions.
22 changes: 6 additions & 16 deletions client/components/5-pull-right-menu.ls
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,9 @@ components.pull-right-menu=-> ul class:'pull-right h-menu',
a "data-toggle":'dropdown' class:'jazz-logo' name:web3?eth?defaultAccount, href:'',
img alt:''
ul class:'dropdown-menu pull-right dm-icon',
li {},
a href:'profileAbout',
i class:'zmdi zmdi-account'
"View Profile"
li {},
a href:'',
i class:'zmdi zmdi-input-antenna'
"Privacy Settings"
li {},
a href:'',
i class:'zmdi zmdi-settings'
"Settings"
li {},
a href:'',
i class:'zmdi zmdi-time-restore'
"Logout"
li a href:"https://etherscan.io/address/#{web3?eth?defaultAccount}" target:\_blank,
i class:'zmdi zmdi-account'
"Your address: #{web3?eth?defaultAccount}"
li a href:"https://etherscan.io/address/#{web3?eth?defaultAccount}" target:\_blank,
i class:'zmdi zmdi-file-text'
"Thetta address: #{web3?eth?defaultAccount}"
19 changes: 18 additions & 1 deletion client/views/3-about.ls
Original file line number Diff line number Diff line change
@@ -1 +1,18 @@
T \about -> msg 'Coming soon' 'You know what'
T \about -> msg 'Coming soon' 'Current page is currently under construction.',
d \.content,
d 'We are doing our best'
d do
'You can help us by becoming a part of our '
b 'development community: '
a href:'https://github.com/Thetta/App/', 'https://github.com/Thetta/App'

h4 'We need:'
ul do
li \Developers
li \Developers
li \Developers

d 'We have ', b 'bounties!\n'
d do
'Please contact us: '
a href:'[email protected]', '[email protected]'

0 comments on commit 3f18abb

Please sign in to comment.