-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpageeditor_student2.html
111 lines (87 loc) · 5.19 KB
/
pageeditor_student2.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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
<!DOCTYPE html>
<html lang="en">
<head>
<title>Wonder Ceylon - Your Gateway to the Soul of Sri Lanka</title>
<style>
@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300;0,600;1,300&display=swap');
</style>
<link rel="stylesheet" href="styles_main.css">
<link rel="stylesheet" href="styles_pageeditor_student2.css">
<script src="navbar.js"></script>
</head>
<body>
<!--Common navigation bar throughout the site-->
<div id="navbar">
<img src="web_logo_main.png" alt="Wonder Ceylon Logo" id="siteLogo">
<div id="paths">
<a href="index.html">Home</a>
<a href="#">Store</a>
<a href="gallery.html">Explore</a>
<a href="quiz.html">Quiz</a>
<a href="comments.html">Feedback</a>
<a href="sitemap.html">Pathfinder</a>
<a href="about.html">Meet the Team</a>
</div>
</div>
<div class="pageEditorContent" >
<h1 style="font-size: 400%;">Page Editor</h1>
<!-- Anchored button group to jump on to various levels of the page -->
<div class="btn-group" >
<button class="nameTag" style="background-color: #00a8ff;">Jump to > </button>
<a href="#mainPage">Main Page</a>
<a href="#commentsForm">Comments Form</a>
<a href="#additionalCP">Additional Content Page</a>
<a href="#tasksByMe">Tasks</a>
</div>
<div class="cardgeneraldetails">
👋 Hello! I am
<strong>Seniru Senarathne.</strong> <br>
the student who took charge as <strong>Student 2.</strong><br>
I successfully created below pages and completed following tasks.
</div>
<div class="cardPagesDone" id="mainPage">
<h2>Main Page</h2>
<p>During developing this main page, I followed a cool structure.<br> That was,
I structured main page using the natural structure of our planet.<br>
There we can see the sky at the top, the land at the middle and lot of water resources at the bottom.</p>
<div class="btn-group" id="jumptoPage1" >
<a href="index.html" style="background-color: #00a8ff;">Jump to Main Page</a>
</div>
</div>
<div class="cardPagesDone" id="commentsForm">
<h2>Comments Form</h2>
<p>Then used a text area to take the reason for their satisfaction score in words.<br> At the end of the page,
I put an information input box to enter the users’ details only if they are ok as the Janet regulations
(It’s not mandatory). </p>
<div class="btn-group" id="jumptoPage2" >
<a href="comments.html" style="background-color: #00a8ff;" >Jump to Comments Form</a>
</div>
</div>
<div class="cardPagesDone" id="additionalCP">
<h2>Additional Content Page</h2>
<p>Then I chose to do a content page on ‘Arugam bay’ and here’s how I implemented it. <br>
At the top of the page, I included an attractive drone shot of Arugam bay beach area. <br> Then I used a blog type layout and included some knowledge and pictures as well.
</p>
<div class="btn-group" id="jumptoPage3" >
<a href="Arugambay.html" style="background-color: #00a8ff;">Jump to Additional Content Page</a>
</div>
</div>
<div class="tasksDone" id="tasksByMe">
<h2>Tasks</h2>
<p>
<ul>
<li>Designed and implemented site navigation, including the creation of a user-friendly navigation bar.</li>
<li>Developed a shared external CSS stylesheet for seamless integration across multiple pages created by fellow students.</li>
<li>Pioneered the 'Page Editor' page, enabling efficient content management and customization for my individual contributions.</li>
<li>Enhanced user experience through JavaScript-driven interactivity, elevating the engagement and functionality of the web pages.</li>
<li>Collaborated effectively with other students to ensure smooth integration of the web application.</li>
<li>Conducted comprehensive validation of both self-created and peer-contributed pages, ensuring the quality and accuracy of the content.</li>
</ul>
</div>
</div>
<!-- Anchored button group to jump on to the Page Editor page -->
<div class="btn-group" >
<a href="#top">🔝 Go Back to Top</a>
</div>
</body>
</html>