Paul's sandbox
Revision as of 13:40, 17 July 2025 by Paul.boisvert1 (talk | contribs)
<!DOCTYPE html> <html lang="en"> <head>
<meta charset="UTF-8"> <title>Community of Official Languages</title> <style> body { font-family: Arial, sans-serif; margin: 0; padding: 0; } header { background: #004080; color: white; padding: 20px; text-align: center; } nav { background: #e0e0e0; padding: 10px; text-align: center; } nav a { margin: 0 15px; text-decoration: none; color: #004080; font-weight: bold; } main { padding: 20px; } .update { margin-bottom: 20px; } .update h3 { margin-bottom: 5px; } .update a { color: #004080; text-decoration: underline; } </style>
</head> <body>
<header>
Community of Official Languages
</header>
<nav>
<a href="#">Home</a> <a href="#">References</a> <a href="#">Tools</a> <a href="#">Events</a> <a href="#">PROL Center</a> <a href="#">Newsletter</a> <a href="#">Contact Us</a>
</nav>
<main>
<section>
What's New?
New Language Initiative
Learn about our latest project to support bilingualism.
<a href="#">Read more</a>
April Newsletter Released
Our monthly newsletter is now available online.
<a href="#">View newsletter</a>
Updated Translation Tools
Check out the new features in our language tools!
<a href="#">Learn more</a>
</section>
</main>
</body> </html>