-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
7 changed files
with
107 additions
and
249 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,50 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="UTF-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<title>Submission Failed</title> | ||
<link rel="icon" href="assets/Icon/icon.jpg"> | ||
<script src="script/header.js" defer></script> | ||
<link rel="stylesheet" href="styles/submitstatus.css"> | ||
</head> | ||
<body> | ||
<header class="header"> | ||
<a href="index.html" class="left-section"> | ||
<img id="logo" src="assets/Header/logo.png"> | ||
<span class="name">Project Portal</span> | ||
</a> | ||
<div class="right-section"> | ||
<nav class="navigation"> | ||
<a href="index.html">Home</a> | ||
<a href="contact.html">Contact</a> | ||
<a href="about.html">About Us</a> | ||
</nav> | ||
<a class="menu" id="menu-click" onclick="openSlideMenu()"> | ||
<img class="menu-icon" src="assets/Header/menu-icon.png"> | ||
</a> | ||
<a class="menu" id="close-click" onclick="closeSlideMenu()"> | ||
<img class="close-icon" src="assets/Header/close-icon.png"> | ||
</a> | ||
</div> | ||
</header> | ||
<div class="menu-list" id="menu-drop"> | ||
<a href="index.html" id="active-menu">Home</a> | ||
<a href="contact.html">Contact</a> | ||
<a href="form.html">Submit Project</a> | ||
<a href="list.php">Project List</a> | ||
<a href="about.html">About Us</a> | ||
</div> | ||
<main class="main"> | ||
<div class="navigation-options"> | ||
<img class="submitted-icon" src="assets/Failed/failed-icon.png"> | ||
<div class="message"> | ||
<span class="message-subject">Unable to Submit Feedback</span> | ||
<span class="message-description">Sorry, there was an error processing your request. Please try again later or contact support.</span> | ||
</div> | ||
<a href="contact.html" class="navigation-section">Return to Contact Form</a> | ||
<a href="index.html" class="navigation-section">Return to Homepage</a> | ||
</div> | ||
</main> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,50 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="UTF-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<title>Submission Failed</title> | ||
<link rel="icon" href="assets/Icon/icon.jpg"> | ||
<script src="script/header.js" defer></script> | ||
<link rel="stylesheet" href="styles/submitstatus.css"> | ||
</head> | ||
<body> | ||
<header class="header"> | ||
<a href="index.html" class="left-section"> | ||
<img id="logo" src="assets/Header/logo.png"> | ||
<span class="name">Project Portal</span> | ||
</a> | ||
<div class="right-section"> | ||
<nav class="navigation"> | ||
<a href="index.html">Home</a> | ||
<a href="contact.html">Contact</a> | ||
<a href="about.html">About Us</a> | ||
</nav> | ||
<a class="menu" id="menu-click" onclick="openSlideMenu()"> | ||
<img class="menu-icon" src="assets/Header/menu-icon.png"> | ||
</a> | ||
<a class="menu" id="close-click" onclick="closeSlideMenu()"> | ||
<img class="close-icon" src="assets/Header/close-icon.png"> | ||
</a> | ||
</div> | ||
</header> | ||
<div class="menu-list" id="menu-drop"> | ||
<a href="index.html" id="active-menu">Home</a> | ||
<a href="contact.html">Contact</a> | ||
<a href="form.html">Submit Project</a> | ||
<a href="list.php">Project List</a> | ||
<a href="about.html">About Us</a> | ||
</div> | ||
<main class="main"> | ||
<div class="navigation-options"> | ||
<img class="submitted-icon" src="assets/Failed/failed-icon.png"> | ||
<div class="message"> | ||
<span class="message-subject">Unable to Submit Form</span> | ||
<span class="message-description">Sorry, there was an error processing your request. Please try again later or contact support.</span> | ||
</div> | ||
<a href="form.html" class="navigation-section">Return to Submit Form</a> | ||
<a href="index.html" class="navigation-section">Return to Homepage</a> | ||
</div> | ||
</main> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.