-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathvalidation_ST3.html
More file actions
151 lines (130 loc) · 5.81 KB
/
validation_ST3.html
File metadata and controls
151 lines (130 loc) · 5.81 KB
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
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Validator Page Student - Pangajan</title>
<link rel="icon" type="image/x-icon" href="images/global/favicon.ico">
<link rel="stylesheet" href="css/global.css" />
<link rel="stylesheet" href="css/pageEditor_validator.css">
</head>
<body>
<!-- Main Navigation Bar -->
<header class="main-nav">
<div class="nav-top">
<div class="logo">
<a href="home.html">
<img src="images/global/logo.png" alt="TECHASTRIS">
</a>
</div>
<div class="hamburger-menu" id="hamburger-menu">☰</div>
<nav id="nav-links">
<ul>
<li><a href="home.html">Home</a></li>
<li><a href="about.html">About Us</a></li>
<li><a href="home.html#gallery">Overview</a></li>
<li><a href="volunteer.html">Volunteer</a></li>
<li><a href="teampage.html">Team</a></li>
<li><button id="search-expand">🔍</button></li>
</ul>
</nav>
</div>
<a href="profile.html"><img src="images/global/profile_icon.ico" alt="profile" class="profile-icon"></a>
<button id="themeToggle" class="theme-button"></button>
<!-- Search Bar (Hidden Initially) -->
<div class="search-container" id="search-bar">
<input type="text" placeholder="Search">
<button id="search-btn">Search</button>
<button id="close-search">✖</button>
</div>
</header>
<div id="content">
<section class="stud">
<h2>Pangajan Paranitharan - 3</h2>
</section>
<div class="container">
<!-- Main content area -->
<main>
<!-- Update the content of the following sections with the information that corresponds to the pages you implemented -->
<section>
<h2 id="feedback_page">Feedback Page validation report</h2>
<p>Feedback page contains the feeedback form to get datas from the visitors of our page</p>
<img src="images/validation/validation_feedback.png">
<h3>Back to Page Editor page</h3>
<p><a href="pageEditor_ST3.html#feedback_page">Back to the feedback page editor</a></p>
<!-- Update the path to link the Page Editor with the validation page and make it jump to the marker that contains a snapshot for the splash page -->
</section>
<section>
<h2 id="team_page">Team Page validation report</h2>
<p>Here you can view the profile's of our team members</p>
<img src="images/validation/validation_team.png">
<h3>Back to Page Editor page</h3>
<p><a href="pageEditor_ST3.html#team_page">Back to the Team page editor</a></p>
<!-- Update the path to link the Page Editor with the validation page and make it jump to the marker that contains a snapshot for the splash page -->
</section></a></p>
<section>
<h2 id="contentval3">Content Page validation report</h2>
<p>Content related to human impact</p>
<img src="images/validation/validation_content3.png">
<h3>Back to Page Editor page</h3>
<p><a href="pageEditor_ST3.html#contents">Back to Content Page editor</a></p>
</section></a></p>
<p class="top"><a href="#top">Go top</a></p>
</main>
<!-- Sidebar area -->
<aside>
<h3>Core pages developed:</h3>
<!-- Customize this to the role you undertook. Keep only the list items you were responsible to develop, delete the rest -->
<ul class="top-level-ul">
<li>Student 3</li>
<ul>
<li><a href="#feedback_page">Feedback page </a></li>
<li><a href="#team_page">Team page</a></li>
<li><a href="#contentval3">Content page</a></li>
</ul>
</ul>
</aside>
</div>
</div>
<!-- Footer Section -->
<footer class="footer">
<a href="https://sdgs.un.org/" target="_blank">
<div class="image-container">
<img src="images/global/image.png" alt="Image 1">
<img src="images/global/logo2.png" alt="Image 2">
</div>
</a>
<!-- Accessibility Links in the center -->
<div class="links">
<a href="home.html">HOME</a>
<a href="about.html">ABOUT US</a>
<a href="home.html#gallery">OVERVIEW</a>
<a href="volunteer.html">VOLUNTEER</a>
<a href="teampage.html">TEAM</a>
<a href="sitemap.html">SITEMAP</a>
<a href="feedback.html">FEEDBACK</a>
<a href="https://sdgs.un.org/goals/goal14" target="_blank">SDG</a>
</div>
<!-- Line below the links -->
<hr>
<!-- Bottom sections -->
<div class="bottom-text">
<div class="membership">
<a href="table.html">Membership</a>
</div>
<div class="extra-links">
<a href="#" onclick="redirect('Kevin')" class="btn">Kevin</a>
<a href="#" onclick="redirect('Avaneesh')" class="btn">Avaneesh</a>
<a href="#" onclick="redirect('Pangajan')" class="btn">Pangajan</a>
<a href="#" onclick="redirect('Imayuru')" class="btn">Imayuru</a>
</div>
<div class="copyright">
<p>© 2025 TECHASTRIS.</p>
</div>
</div>
</footer>
<!-- JavaScript Files -->
<script src="js/nav-search.js"></script>
<script src="js/redirect.js" defer></script>
</body>
</html>