nirm.al

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

is-it-really-smart-work.html (1943B)


      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 - Is it really smart work?</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">Is it really smart work? <span class="date">[2022-05-02]</span></div>
     27 
     28       <div class="content">
     29         <p>
     30           Just went to a tea shop, the FM Radio played about doing smart work
     31           instead of hard work.
     32         </p>
     33         <p>
     34           And I heard this statement multiple times. I think that is not a valid
     35           statement to me unless I'm missing something.
     36         </p>
     37         <p>
     38           Every smartness that comes in you is the hours and days you put your
     39           effort in to mastery
     40         </p>
     41         <p>IOW, smart work is the asset of hard work.</p>
     42         <p>
     43           To put in another way, It is through the hardship, the time gives you
     44           the gift of experience which is the foundation for smart work.
     45         </p>
     46       </div>
     47     </section>
     48 
     49     <footer>
     50       <hr />
     51       © Nirmal Kumar R. All original text, is licensed under a
     52       <a href="http://creativecommons.org/licenses/by/4.0/"
     53         >Creative Commons Attribution 4.0 International License</a
     54       >. Source code of this website can be found
     55       <a href="https://git.sr.ht/~mysticmode/nirm.al">here</a>.
     56     </footer>
     57   </body>
     58 </html>