You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/app/_components/coverpage.tsx
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -13,14 +13,14 @@ export default function Index() {
13
13
<p>Fell in love in programming when I first crosspath with it back in polytechnic during the 90s. Had fair amount of chances to nurture it, during Uni and some projects in the military. Now that I retired after serving for more than two decades, so here I come...</p>
14
14
<h1><strong>Changes that I observed</strong></h1>
15
15
<h2>Well ...</h2>
16
-
<ulclassName="space-y-4 ml-4">
16
+
<divclassName="space-y-4 ml-4">
17
17
<p>1. Programming or coding - Nobody called it coding back then, or at least not where I am from LOL.</p>
18
18
<p>2. Good program is called "strong algorithm" then.</p>
19
19
<p>3. Scripts are owned - You can even sell it and definitely there isn't GitHub, GitLab, Bitbucket or ...</p>
20
20
<p>4. Learning has becomes a breeze - besides the above, there are YouTube and more! You even need to pay to get a IDE!</p>
21
21
<p>5. Colourful IDE - Simply love this. It was all plaintext mono-colour. Missing a bracket, GBY!</p>
22
22
<p>6. Syntax - Learned python on my own and I simply wonder why do we still need to end with a ";" these days?!?</p>
0 commit comments