-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
36 lines (35 loc) · 1.7 KB
/
index.html
File metadata and controls
36 lines (35 loc) · 1.7 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Smart Lessons - Index Page</title>
<style>
body { font-family: Arial, sans-serif; margin: 20px; }
h1 { color: #333; }
ul { list-style-type: none; padding: 0; }
li { margin: 10px 0; }
a { text-decoration: none; color: #007BFF; }
a:hover { text-decoration: underline; }
.notice { background: #f0f8ff; border-left: 4px solid #007BFF; padding: 10px; margin-bottom: 20px; }
.contact { margin-top: 30px; font-size: 1rem; }
</style>
</head>
<body>
<h1>Smart Lessons</h1>
<div class="notice">
<strong>This is the index page for Smart Lessons, set up by Dr Simon Wang, Language Centre, HKBU.</strong>
</div>
<p>Welcome to Smart Lessons at HKBU. This platform provides resources and courses to support innovative teaching and learning.</p>
<section>
<h2>Course Folders</h2>
<p>This section will be updated with links to specific course folders as they become available.</p>
<ul>
<!-- Example course links, update as needed -->
<li><a href="path-to-course1">Course 1: Introduction to Smart Learning</a></li>
<li><a href="path-to-course2">Course 2: Advanced Teaching Techniques</a></li>
</ul>
</section>
<p>Visit our <a href="https://github.com/tesolchina/smartLessons">GitHub Repository</a> for more resources.</p>
<div class="contact">
<p>If colleagues wish to explore use cases or have any questions, please contact Dr Simon Wang at <a href="mailto:simonwang@hkbu.edu.hk">simonwang@hkbu.edu.hk</a>.</p>