initial commit of HTML5 files
This commit is contained in:
parent
f56d0df445
commit
952ca111bb
4 changed files with 89 additions and 2 deletions
34
index.html
Normal file
34
index.html
Normal file
|
@ -0,0 +1,34 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en-US">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>Digital Empowerment at Christchurch South Karamata Intermediate School</title>
|
||||
|
||||
<meta name="author" content="lightweight">
|
||||
<meta name="description" content="karamata - This is code accompanying 'digital empowerment' sessions with Christchurch South Karamata Intermediate School in 2023.">
|
||||
<meta name="keywords" content="git,forge,forgejo">
|
||||
<meta name="referrer" content="no-referrer">
|
||||
|
||||
<link rel="stylesheet" href="/css/style.css">
|
||||
<script src="js/script.js"></script>
|
||||
|
||||
</head>
|
||||
<body>
|
||||
<h1>Digital Empowerment</h1>
|
||||
<p>The purpose of these sessions is to show Chch South Karamata learners that they don't
|
||||
have to be mere riders in their digital journey - they can become drivers.</p>
|
||||
|
||||
<p>Find <a href="https://forge.magnificent.nz/lightweight/karamata" title="Clicking this link will take you to a code 'repository' for this project, where you can get *all* the code.">this code</a> on the web!</p>
|
||||
|
||||
<div class="app1">
|
||||
<p class="name">Take charge!</p>
|
||||
<button onclick="changeColor()">Change to Blue</button>
|
||||
</div>
|
||||
|
||||
<div class="app2">
|
||||
|
||||
</div>
|
||||
|
||||
<p>Questions? <a href="https://davelane.nz/contact">Get in touch</a> with Dave.</p>
|
||||
</body>
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue