-
Notifications
You must be signed in to change notification settings - Fork 0
/
Student02.html
55 lines (44 loc) · 2.26 KB
/
Student02.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
46
47
48
49
50
51
52
53
54
55
<!DOCTYPE html>
<html lang="en">
<head>
<title> Osara | Page Editor </title>
<meta charset="UTF-8">
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="css/Student02.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Parisienne">
<link rel="icon" href="images/LogoOnlyBlue.png" type="image/x-icon">
<style>
body{
background-image: linear-gradient(#a87c71,#5c291d);
height:100vh;
}
div{
border-radius: 20px;
}
</style>
</head>
<body>
<div class="EditorTopic">
Page Editor
</div>
<div class="EditorInformation">
<div class="Left" >
<img src="images/OsaraEditor.jpg" alt="Student 02"> <br>
Name - Osara Bandara <br>
UoW Number - w1954099 <br>
IIT Student ID - 20221009 <br>
Role - Student 02 <br>
</div>
<div class="Right">
<br>
TASKS COMPLETED: <br>
⚈ <a href="MainPage.html"> HOME-PAGE </a>- Created the main page. Added 4 cards linking to the Articles. <br><br>
⚈ <a href="MainPage.html"> NAVIGATION BAR </a>- Created the navigation bar with active classes and different styles during hovering, with links to each page<br><br>
⚈ <a href="css/style.css"> CSS </a> - Created CSS for all the content pages and the navigation bar and footer <br><br>
⚈ <a href="Comments.html"> COMMENTS FORM </a>- Comments form created with javascript validation and mailing on submission.<br><br>
⚈ <a href="Content02.html"> CONTENT PAGE </a>- Article created on Festivals and Events in Sri Lanka<br><br>
⚈ <a href="MainPage.html#Footer"> FOOTER </a>- Created the footer common to all the pages with links to all the pages and the logo <br><br>
</div>
</div>
</body>
</html>