-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #57 from ufosc/patch-1.0.1
Patch 1.0.1
- Loading branch information
Showing
14 changed files
with
431 additions
and
63 deletions.
There are no files selected for viewing
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,87 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
|
||
<head> | ||
<title>Open Source Club</title> | ||
<meta charset="utf-8" /> | ||
<meta name="viewport" content="width=device-width, initial-scale=1"> | ||
<link rel="shortcut icon" type="image/x-icon" href="assets/images/favicon-96x96.png"> | ||
<link rel="stylesheet" type="text/css" href="styles/404.css"> | ||
<!-- TODO: Give license credit to all fonts --> | ||
</head> | ||
|
||
<body> | ||
|
||
<!-- The header bar --> | ||
<div class="topnav"> | ||
|
||
<!-- Logo --> | ||
<a id="logo-link" href="/"> | ||
<img class="topnav-logo" src="assets/images/small-logo.png" alt="Open Source Club Logo"> | ||
</a> | ||
|
||
<!-- Page links --> | ||
<div class="topnav-right"> | ||
<div class="topnav-placeholder"></div> | ||
<!-- <a class="topnav-link" href="signin.html">Sign in</a> --> | ||
<a class="topnav-link" href="projects.html">Projects</a> | ||
<a class="topnav-link" href="https://www.facebook.com/groups/ufosc/events/?source=4&action_history=null&filter=calendar"> | ||
Events | ||
<i class="fas fa-external-link-alt external-link" data-fa-transform="up-6"></i> | ||
</a> | ||
<a class="topnav-link" href="https://github.com/ufosc/resources"> | ||
Resources | ||
<i class="fas fa-external-link-alt external-link" data-fa-transform="up-6 right-4"></i> | ||
</a> | ||
<!-- TODO: Make a contact page (This may not be necessary) --> | ||
<!-- <a class="topnav-link" href="contact.html">Contact</a> --> | ||
<a class="topnav-link" href="about.html">About</a> | ||
</div> | ||
|
||
<!-- Drop down menu --> | ||
<a href="javascript:void(0);" class="topnav-link topnav-menu-icon" onclick="dropDownMenu()"> | ||
☰ | ||
</a> | ||
|
||
</div> | ||
<!-- End of header bar --> | ||
|
||
<!-- The page content --> | ||
<div id="wrapper"> | ||
<h1 class="title">Page not found</h1> | ||
<p>It appears the page you're looking for does not exist. <a href="/">Click here to go to the homepage.</a></p> | ||
</div> | ||
|
||
<!-- The footer --> | ||
<div class="footer"> | ||
|
||
<!-- The links --> | ||
<a href="https://discord.gg/Gsxej6u" class="footer-link"> | ||
<i class="fab fa-discord fa-2x"></i> | ||
</a> | ||
<a href="https://github.com/ufosc/" class="footer-link"> | ||
<i class="fab fa-github-square fa-2x"></i> | ||
</a> | ||
<a href="https://www.facebook.com/groups/ufosc/" class="footer-link"> | ||
<i class="fab fa-facebook-square fa-2x"></i> | ||
</a> | ||
<a href="mailto:gator.osc@gmail.com" class="footer-link"> | ||
<i class="fas fa-envelope-square fa-2x"></i> | ||
</a> | ||
|
||
<!-- The text --> | ||
<p class="footer-text"> | ||
<i class="fas fa-code"></i> | ||
with | ||
<i class="fas fa-heart"></i> | ||
by <strong>OSC</strong> | ||
</p> | ||
|
||
</div> | ||
<!-- End of footer --> | ||
|
||
<script src="./scripts/unified.js"></script> | ||
|
||
</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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
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
Oops, something went wrong.