This repository has been archived by the owner on Apr 15, 2022. It is now read-only.
-
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
23 changed files
with
14,264 additions
and
7 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,41 @@ | ||
<!doctype html> | ||
|
||
<html lang="en"> | ||
<head> | ||
<meta charset="utf-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1"> | ||
|
||
<title>UCF Mobile – Home</title> | ||
<meta name="description" content="UCF Mobile Home"> | ||
<meta name="author" content="Group 3"> | ||
|
||
<link rel="stylesheet" href="https://cdn.ucf.edu/athena-framework/v1.1.0/css/framework.min.css"> | ||
<link rel="stylesheet" href="../css/styles.css"> | ||
|
||
</head> | ||
|
||
<body> | ||
<div class="container "> | ||
<div class="row login-banner"> | ||
|
||
<div class="col col-12 login-banner-title-bar"> | ||
<h5 class="text-center text-uppercase login-banner-title">UCF Downtown</h5> | ||
</div> | ||
<div class="col col-12 media-background-container"> | ||
<img class="media-background object-fit-cover" src="../img/ucf-downtown.jpg" alt=""> | ||
<img src="../img/TheTab_sm.png" alt="" class="login-banner-logo"> | ||
</div> | ||
</div> | ||
<div class="row pt-5"> | ||
<div class="col"> | ||
<h1>Home</h1> | ||
</div> | ||
</div> | ||
</div> | ||
</body> | ||
|
||
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script> | ||
<script src="https://cdnjs.cloudflare.com/ajax/libs/tether/1.4.7/js/tether.min.js" integrity="sha384-CPFFlrdhp9pDDCqRqdTKNZ5oAHsnfnvHGt0CsRIeL5Gc7V/OkP1Y4w8zTxlV3mat" crossorigin="anonymous"></script> | ||
<script src="https://cdn.ucf.edu/athena-framework/v1.1.0/js/framework.min.js"></script> | ||
|
||
</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,42 @@ | ||
<!doctype html> | ||
|
||
<html lang="en"> | ||
<head> | ||
<meta charset="utf-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1"> | ||
|
||
<title>UCF Mobile – Reset Password</title> | ||
<meta name="description" content="UCF Mobile Reset Password"> | ||
<meta name="author" content="Group 3"> | ||
|
||
<link rel="stylesheet" href="https://cdn.ucf.edu/athena-framework/v1.1.0/css/framework.min.css"> | ||
<link rel="stylesheet" href="../css/all.css"> | ||
<link rel="stylesheet" href="../css/styles.css"> | ||
|
||
</head> | ||
|
||
<body> | ||
<div class="container "> | ||
<div class="row login-banner"> | ||
<div class="col-2"><button onclick="window.history.go(-1); return false;" class="btn btn-link btn-sm back"><i class="fas fa-chevron-left fa-2x"></i></button></div> | ||
<div class="col col-8 login-banner-title-bar"> | ||
<h5 class="text-center text-uppercase login-banner-title">UCF Downtown</h5> | ||
</div> | ||
<div class="col col-12 media-background-container"> | ||
<img class="media-background object-fit-cover" src="../img/ucf-downtown.jpg" alt=""> | ||
<img src="../img/TheTab_sm.png" alt="" class="login-banner-logo"> | ||
</div> | ||
</div> | ||
<div class="row pt-5"> | ||
<div class="col"> | ||
<h1>Reset Password</h1> | ||
</div> | ||
</div> | ||
</div> | ||
</body> | ||
|
||
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script> | ||
<script src="https://cdnjs.cloudflare.com/ajax/libs/tether/1.4.7/js/tether.min.js" integrity="sha384-CPFFlrdhp9pDDCqRqdTKNZ5oAHsnfnvHGt0CsRIeL5Gc7V/OkP1Y4w8zTxlV3mat" crossorigin="anonymous"></script> | ||
<script src="https://cdn.ucf.edu/athena-framework/v1.1.0/js/framework.min.js"></script> | ||
|
||
</html> |
Oops, something went wrong.