-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathSupun.html
57 lines (43 loc) · 1.65 KB
/
Supun.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";>
<title>Supun Wijesooriya</title>
<style>
body{
background-image: url('Items/EditorPage.jpg');
background-repeat: no-repeat;
background-attachment: fixed;
background-size: 100% 100%;
}
img{
display: block;
margin-left: auto;
margin-right: auto;
}
</style>
</head>
<body>
<!-- Website Title -->
<h1 style="text-align:center;color:#000d1a; font-family: sans-serif; font-size:30px;">Student 1</h1>
<img src="Items/EditorPic.jpg" alt="Supun Wijesooriya (Student 1)" width="152px" height="200px">
<br>
<p style="text-align:center; color:#000d1a; font-size:20px;"><b>My name is Supun Wijessoriya, I did the tasks of Student 1 in my group.</b></p>
<br>
<p style="text-align:center; color:#000d1a; font-size:20px;"><b>Specific tasks assigned to me was to create the presentation page and the buy products page.</b></p>
<br>
<p style="text-align:center; color:#000d1a; font-size:20px;"><b>Kishoritha Suthagar, Shuaib Feroze, Thashi Maleesa Godahewa were my teammates.</b></p>
<br>
<p style="text-align:center; color:#000d1a; font-size:20px;"><b>My IIT ID is 20200453 and my UoW ID is w1830106.</b></p>
<br>
<hr style="height:2px;border-width:0;background-color:#000d1a">
<!-- Begining of the Footer -->
<footer>
<div id="the_editor" class="page_editor">
<p style="text-align:center;">Copyright © 2021 All rights reserved.</p>
<p style="text-align:center;">Edited By: Supun Wijesooriya</p>
</div>
</footer>
<!-- End of the Footer -->
</body>
</html>