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: layouts/index.html
+20-20Lines changed: 20 additions & 20 deletions
Original file line number
Diff line number
Diff line change
@@ -2,9 +2,13 @@
2
2
<!-- Hero Section -->
3
3
<sectionclass="hero">
4
4
<divclass="container">
5
-
<h1>Pascal - Readable, Reliable Programming</h1>
6
-
<p>A structured programming language that emphasizes clarity, reliability, and educational value. Perfect for learning programming fundamentals and building robust applications.</p>
<p>Pascal's clear syntax and structured approach make code easy to read, understand, and maintain. Perfect for both beginners and experienced developers.</p>
31
+
<h2class="section-title">Why Pascal?</h2>
32
+
<divclass="pillars">
33
+
<divclass="pillar">
34
+
<h3>Readability</h3>
35
+
<p>Pascal's clean, English-like syntax makes code self-documenting. Strong structure and clear semantics eliminate guesswork, making maintenance a breeze for teams of any size.</p>
32
36
</div>
33
-
<divclass="card">
34
-
<h3>🔒 Reliable</h3>
35
-
<p>Strong typing and compile-time checking help catch errors early, resulting in more robust and dependable software applications.</p>
36
-
</div>
37
-
<divclass="card">
38
-
<h3>🎓 Educational</h3>
39
-
<p>Designed with education in mind, Pascal teaches fundamental programming concepts and good coding practices from the ground up.</p>
37
+
<divclass="pillar">
38
+
<h3>Reliability</h3>
39
+
<p>Pascal's strong type system and compile-time checks catch errors before they reach production. Memory safety and structured programming prevent entire classes of bugs.</p>
40
40
</div>
41
-
<divclass="card">
42
-
<h3>⚡ Cross-Platform</h3>
43
-
<p>Modern Pascal implementations support multiple platforms, allowing you to write once and deploy everywhere with excellent performance.</p>
41
+
<divclass="pillar">
42
+
<h3>Productivity</h3>
43
+
<p>Pascal has excellent tooling, comprehensive libraries, and cross-platform support. Rapid development cycles with integrated debugging and visual designers boost developer efficiency.</p>
0 commit comments