github.com/bitcubate/cryptojournal@v1.2.5-0.20171102134152-f578b3d788ab/src/app/views/footer.html.got (about)

     1  <div class="mdl-mega-footer__middle-section">
     2  <div class="mdl-mega-footer__drop-down-section">
     3  <input class="mdl-mega-footer__heading-checkbox" type="checkbox" checked>
     4  <h1 class="mdl-mega-footer__heading">Stories</h3>
     5  <ul class="mdl-mega-footer__link-list">
     6  <li><a href="/stories/code">Code</a></li>
     7  <li><a href="/stories?q=Video:">Videos</a></li>
     8  <li><a href="/stories?q=Hiring:">Jobs</a></li>
     9  <li><a href="/stories?q=Event:">Events</a></li>
    10  <li><a href="/stories?q=Book:">Books</a></li>
    11  </ul>
    12  </div>
    13  <div class="mdl-mega-footer__drop-down-section">
    14  <input class="mdl-mega-footer__heading-checkbox" type="checkbox" checked>
    15  <h1 class="mdl-mega-footer__heading">Media</h3>
    16  <ul class="mdl-mega-footer__link-list">
    17  <li><a href="/stories?q=Cast:">Casts</a></li>
    18  <li><a href="/stories?q=Show:">Show</a></li>
    19  <li><a href="/stories?q=ICO:">ICO's</a></li>
    20  <li><a href="/stories?q=WP:">Whitepapers</a></li>
    21  </ul>
    22  </div>
    23  <div class="mdl-mega-footer__drop-down-section">
    24  <input class="mdl-mega-footer__heading-checkbox" type="checkbox" checked>
    25  <h1 class="mdl-mega-footer__heading">Latest</h3>
    26  <ul class="mdl-mega-footer__link-list">
    27  <li><a href="/stories?q=ANN:">ANN</a></li>
    28  <li><a href="/stories">New</a></li>
    29  <li><a href="/comments">Talk</a></li>
    30  <li><a href="/stories/upvoted">Upvoted</a></li>
    31  </ul>
    32  </div>
    33  <div class="mdl-mega-footer__drop-down-section">
    34  <input class="mdl-mega-footer__heading-checkbox" type="checkbox" checked>
    35  <h1 class="mdl-mega-footer__heading">Hiring Fee / Donations</h3>
    36  <ul class="mdl-mega-footer__link-list">
    37  
    38  <li><a href="bitcoin:15EkVvg4njPqxAa5Az2dCRJFdqX7ohwMBF">BTC</a></li>
    39  <li><a href="ethereum:0x4F103DE247Ab537F2Ad1D333ca891cEd84BED5af">ETH</a></li>
    40  <li><script>function shapeshift_click(a,e){e.preventDefault();var link=a.href;window.open(link,'1418115287605','width=700,height=500,toolbar=0,menubar=0,location=0,status=1,scrollbars=1,resizable=0,left=0,top=0');return false;}</script> <a onclick="shapeshift_click(this, event);" href="https://shapeshift.io/shifty.html?destination=15EkVvg4njPqxAa5Az2dCRJFdqX7ohwMBF&amp;output=BTC"><img src="https://shapeshift.io/images/shifty/xs_dark_altcoins.png" class="ss-button"></a></li>
    41  
    42  <li><script type="text/javascript"> function open_widget(a, e) { e.preventDefault(); var link = a.href; window.open(link, 'Changelly', 'width=600,height=470,toolbar=0,menubar=0,location=0,status=1,scrollbars=1,resizable=0,left=0,top=0'); return false; } </script> <a onclick="open_widget(this, event);" href="https://changelly.com/widget/v1?auth=email&from=LTC&to=BTC&merchant_id=1f714a44e651&address=15EkVvg4njPqxAa5Az2dCRJFdqX7ohwMBF&amount=1&ref_id=1f714a44e651&color=0003ff"> More Altcoins </a></li>
    43  </ul>
    44  </div>
    45  </div>
    46  <div class="mdl-mega-footer__bottom-section">
    47  
    48  
    49  <div class="mdl-logo">CJ</div>
    50  
    51  
    52  
    53  
    54  
    55  <ul class="mdl-mega-footer__link-list">
    56  <li><a href="https://twitter.com/cryptojournal">Twitter</a></li>
    57  <li><a href="https://github.com/bitcubate/cryptojournal">Source on Github</a></li>
    58  <li><a href='javascript:window.location="https://cryptojournal.cf/stories/create?u="+encodeURIComponent(document.location)+"&n="+encodeURIComponent(document.title)+"&s="+encodeURIComponent(document.querySelector("meta[name=description]").content)'>Bookmarklet (drag to bookmarks)</a></li>
    59  {{if .meta_rss }}
    60  <li><a href="{{ .meta_rss }}">RSS</a></li>
    61  {{ end }}
    62  <li>Powered by <a href="https://golang.org">Go (Golang)</a> on Google Infra</li>
    63  
    64  
    65  
    66  
    67  </ul>
    68  <!--{{  .meta_foot }} -->
    69  </div>
    70