eduardosasso/bullish

View on GitHub
site/blog/index.html

Summary

Maintainability
Test Coverage
<!doctype html>

<html class="no-js" lang="en">
  <head>
    <meta charset="utf-8">
    <meta http-equiv="x-ua-compatible" content="ie=edge">
    <title>blog</title>
    <meta name="generator" content="Leter">
    <meta name="description" content="">
    <meta name="viewport" content="width=device-width, initial-scale=1">

    <link rel="preconnect" href="https://cdn.jsdelivr.net/" crossorigin>
    <link rel="preconnect" href="https://fonts.gstatic.com/" crossorigin>

    <link id="favicon" rel="icon" type="image/x-icon" href="https://cdn.jsdelivr.net/gh/eduardosasso/leter@0.4.0/lib/leter/assets/favicon.ico">

    
    
    <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/normalize.css@8.0.1/normalize.min.css">

    <style>:root {
  --background_color: #1B262C;
  --page_align: 0 auto;
  --text_font: 'Roboto', sans-serif;
  --text_color: #e6e6e6;
  --text_size: 1.1em;
  --heading_font: 'Roboto', sans-serif;
  --heading_color: #FFF;
  --accent_color: #e6e6e6;
  --link_color: #e6e6e6;
}
</style>

    
    <link rel="stylesheet" href="/bullish.css">

    <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:400,700&display=swap">

    

    
  </head>

  <body id="default">
    <section>
      <h1>blog</h1>

<ul id="index">
  
    <li>
      
        <span class='updated_at'>
          August 06, 2020 – 
        </span>
      

      
            <a href="/blog/from-stock-market-side-project-to-micro-saas">From stock market side project to micro SaaS</a>
    </li>
  
</ul>

    </section>
  </body>

  
  
    <script>
      window.ga=window.ga||function(){(ga.q=ga.q||[]).push(arguments)};ga.l=+new Date;
      ga('create', "UA-148146327-2", 'auto');
      ga('send', 'pageview');
    </script>
    <script async src='https://www.google-analytics.com/analytics.js'></script>
  
</html>