diff --git a/client/components/5-pull-right-menu.ls b/client/components/5-pull-right-menu.ls index c99930b..aa9029b 100644 --- a/client/components/5-pull-right-menu.ls +++ b/client/components/5-pull-right-menu.ls @@ -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}" diff --git a/client/views/3-about.ls b/client/views/3-about.ls index f83aa6b..4a990d0 100644 --- a/client/views/3-about.ls +++ b/client/views/3-about.ls @@ -1 +1,18 @@ -T \about -> msg 'Coming soon' 'You know what' \ No newline at end of file +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:'community@thetta.io', 'community@thetta.io' \ No newline at end of file