46 lines
1.9 KiB
HTML
46 lines
1.9 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<title>LOC Community</title>
|
|
<!-- Link to external CSS file -->
|
|
<link rel="stylesheet" href="styles.css" />
|
|
</head>
|
|
<body>
|
|
<header>
|
|
<h1>LOC Community</h1>
|
|
<nav>
|
|
<ul>
|
|
<li><a href="https://www.libraryofcode.org/" target="_blank">Main Site</a></li>
|
|
<li><a href="https://canvas.libraryofcode.org" target="_blank">Canvas LMS</a></li>
|
|
<li><a href="https://okta.libraryofcode.org" target="_blank">Okta Identity</a></li>
|
|
<li><a href="https://libraryofcode.dev/login" target="_blank">Google Workspace</a></li>
|
|
</ul>
|
|
</nav>
|
|
</header>
|
|
|
|
<main>
|
|
<section id="welcome">
|
|
<h2>libraryofcode.dev</h2>
|
|
<p>
|
|
This hub is your starting point for accessing our community resources, student accounts, apprenticeships, and more.
|
|
Use the navigation above to explore the main site, LMS, identity services, and login to your workspace.
|
|
</p>
|
|
</section>
|
|
<section id="domain">
|
|
<h2>The .dev domain</h2>
|
|
<p>
|
|
The libraryofcode.dev domain serves as a dedicated hub for members of the Library of Code community, including students, apprentices, educators, and staff. Its primary purpose is to centralize access to essential digital resources, user accounts, workspaces, and educational tools. By providing quick, streamlined links to platforms such as Canvas LMS, Okta federated identity services, and personalized Google Workspace accounts, the domain enhances ease of access, collaboration, and efficient resource management within the community.
|
|
</p>
|
|
</section>
|
|
<!-- Additional sections can be added here as your site grows -->
|
|
</main>
|
|
|
|
<footer>
|
|
<p>© 2025 Library of Code, Inc. All rights reserved.</p>
|
|
<p><i>Library of Code, Inc. (EIN: 33-2104857) is a 501(c)(3) public charity nonprofit corporation. </i></p>
|
|
</footer>
|
|
</body>
|
|
</html>
|