-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy patheditorPurna.html
57 lines (56 loc) · 1.98 KB
/
editorPurna.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
56
57
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<link rel="stylesheet" href="css/editorPurna.css">
<link rel="stylesheet" href="css/footer.css">
<title>Page Editor - Purna Peramune</title>
</head>
<body>
<!-- Details of the page editor goes here -->
<div id="main">
<div id="editor-img" title="page editor - Student 3"></div>
<div id="editor-info">
<h2>Purna Peramune</h2>
<p>
Role : Student 3<br>
Student Id : w1830241 / 20200548<br>
List of task I did to make this website a success :
</p>
<ul>
<li>Created a short quiz which consist of 10 questions.</li>
<li>Checking answers and providing a score card accordingly.</li>
<li>A seperate page which consist of photos and information about members who involved to make this website a success.</li>
<li>A seperate page about me and the list of things I did.</li>
</ul>
</div>
</div>
<!-- Footer Area -->
<footer>
<span id="shop-name">IITIANS SPORTS SHOP</span>
<hr>
<div id="footer-links">
<p>
<a href="mainPage.html">Home </a>|
<a href="productPayment.html">Our Shop </a>|
<a href="#">Deals </a>|
<a href="#">Online </a>|
<br>
<a href="#">Contact </a>|
<a href="#">Customer Service </a>|
<a href="#">IIT Sports </a>|
<a href="#">[email protected] </a>
<br>
Branches |
<a href="#">Colombo </a>|
<a href="#">Kandy </a>
</p>
</div>
<hr>
<!-- Link to the page editor page -->
<span id="final">
<a href="editorPurna.html">Page Developer Purna Peramune : More Info >></a>
</span>
</footer>
</body>
</html>