nirm.al

my website
git clone git://git.nirm.al/nirm.al.git
Log | Files | Refs | README | LICENSE

50-years.html (2049B)


      1 <!DOCTYPE html>
      2 <html lang="en">
      3   <head>
      4     <meta charset="UTF-8" />
      5     <meta name="viewport" content="width=device-width, initial-scale=1" />
      6     <link rel="icon" type="image/png" href="/img/favicon.png" />
      7     <title>Nirmal Kumar R - 50 Years</title>
      8     <link rel="stylesheet" href="/style.css" />
      9   </head>
     10   <body>
     11     <a href="/" class="header">
     12       <div class="logo">
     13         <img src="/img/nklogo.png" width="90px" />
     14       </div>
     15       <p><img src="/img/nirmal-banner.png" height="70px"></p>
     16     </a>
     17 
     18     <nav>
     19       <a href="/blog.html">Blog</a>
     20       <a href="/poems.html">Poems</a>
     21       <a href="/devlog.html">Devlog</a>
     22       <a href="mailto:nirmal@posteo.net">Contact</a>
     23     </nav>
     24 
     25     <section class="content-wrapper">
     26       <div class="title">50 Years <span class="date">[2023-07-20]</span></div>
     27 
     28       <div class="content">
     29         <p>
     30           Today 20th, July 2023 marks 50 years since Bruce Lee's passing on
     31           1973. My father had told me about Bruce Lee, his speed, his efficacy
     32           and his life when I was a kid.
     33         </p>
     34         <p>
     35           Only at the very recent I started digging through his style and his
     36           teachings by reading about him and watching his videos.
     37         </p>
     38         <p>
     39           If there is one thing I learned from this spectacular teacher, that
     40           should be - There is no limit in what you do, in what you pursue.
     41         </p>
     42         <p>
     43           There is a blog post I wrote about him last year -
     44           <a
     45             href="/blog/my-admiration-and-respect-for-bruce-lee.html"
     46             >My admiration and respect for Bruce Lee</a
     47           >
     48         </p>
     49       </div>
     50     </section>
     51 
     52     <footer>
     53       <hr />
     54       © Nirmal Kumar R. All original text, is licensed under a
     55       <a href="http://creativecommons.org/licenses/by/4.0/"
     56         >Creative Commons Attribution 4.0 International License</a
     57       >. Source code of this website can be found
     58       <a href="https://git.sr.ht/~mysticmode/nirm.al">here</a>.
     59     </footer>
     60   </body>
     61 </html>