-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
45 lines (43 loc) · 1.86 KB
/
index.html
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
37
38
39
40
41
42
43
44
45
<!DOCTYPE html>
<html lang="en-us">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width"/>
<title> Leila's Home Page Course</title>
<link rel="stylesheet" type="text/css" href="/styles/CascadingStyleSheets.css" >
<script type="text/javascript" src="/scripts/JavaScript.js"></script>
</head>
<body>
<header>
<!--picrue plus my name with blue color and white letters-->
<div class="box-1">
<div class="image-1">
<img src="/image/20181205_222118.jpg" width="80" heigth="115"alt="profile picture"> </div>
<div class="text-1"><h1>Leila Machaca Zerna</h1> </div>
</div>
</header>
<main>
<!--list of the lessons-->
<h2>WDD230: Assigment Portal</h2>
<nav>
<ul>
<li>Lesson 02: <a href="">Title</a></li>
<li>Lesson 03: <a href="">Title</a></li>
<li>Lesson 05: <a href="">Title</a></li>
<li>Lesson 06: <a href="">Title</a></li>
<li>Lesson 07: <a href="">Title</a></li>
<li>Lesson 08: <a href="">Title</a></li>
<li>Lesson 09: <a href="">Title</a></li>
<li>Lesson 10: <a href="">Title</a></li>
<li>Lesson 11: <a href="">Title</a></li>
</ul>
</nav>
<p>Some lessons may need more than one activity/assigment link.</p>
</main>
<footer>
<p class="name">© 2022 .:|:. Leila Machaca Zerna .:|:. Argentina
<div class="date"><p id="lastUpdate"></p></div></p>
</footer>
<script type="text/javascript" src="/scripts/JavaScript.js"></script>
</body>
</html>