-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpageEditor_Stu1 (1).html
73 lines (71 loc) · 2.72 KB
/
pageEditor_Stu1 (1).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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
<!DOCTYPE html>
<html>
<head>
<title> Synerger</title>
<link rel="stylesheet" href="PageEditor.css">
<link rel="stylesheet" href="footer.css">
<link rel="stylesheet" href="navbar.css">
<script src="navbar.js"></script>
</head>
<body>
<header>
<a href="" class="logo">Synerger</a>
<nav class="navbar">
<ul>
<li><a href="home.html">Home</a></li>
<li><a href="AboutUs.html">About</a></li>
<li><a href="gallery.html">Gallery</a></li>
<li><a href="sitemap.html">SiteMap</a></li>
<li><a href="products.html">Shop</a></li>
<li><a href="feedback.html">Feedback</a></li>
<li><a href="User_Profile.html">User Profile</a></li>
</ul>
</nav>
</header>
<div class="container">
<h1>Page Editor</h1>
<div class="content">
<div class="image">
<img src="images_Stu1/Disandu.jpg" alt="Disandu Perera" >
</div>
<div class="text">
<p>Name : Disandu Perera </p>
<p>Role : Student 1</p>
<p>UOW No : w2052093</p>
<p>IIT No : 20220794</p>
</div>
</div><br>
<hr><br>
<h2> Education</h2><br>
<p> Vidura College, Hokandara South <br> University of Westminister, UK</p>
<hr>
<br>
<br>
<h2> Tasks </h2><br>
<h3>SYNERGER Splash Screen</h3>
<p style="padding-bottom: 0%;"> Designed And Created The Splash Screen,<br> In this page user sees a short animation about the project.</p><br>
<a href="start.html"> Link to SYNERGER Splash Screen</a>
<br>
<br>
<h3>SYNERGER Shop</h3>
<p > Designed and Created the shop(Buy Products),<br> In this page user can buy products from us on card basis. </p>
<a href="products.html"> Link to SYNERGER Shop</p></a>
<br>
<h3>Content Page</h3>
<p > Designed and Created the Content Page On Geothermal Energy,<br> In this page user can see Information About Geothermal Energy. </p>
<a href="content.html"> Link to Content Page (Geothermal Energy)</p></a>
</div>
<footer>
<div class="footer-content">
<a href="pageEditor_Stu1.html"> Page Editor : Disandu Perera</a>
<ul class="footer-links">
<li><a href="home.html">Home</a></li>
<li><a href="aboutUs.html">About</a></li>
<li><a href="sitemap.html">Site Map</a></li>
<li><a href="gallery.html">Gallery</a></li>
</ul>
<p class="copyright">© 2024 Synerger. All rights reserved.</p>
</div>
</footer>
</body>
</html>