Skip to content

Commit

Permalink
gallery
Browse files Browse the repository at this point in the history
  • Loading branch information
aomer03 committed Apr 23, 2024
1 parent 3287530 commit 654b978
Show file tree
Hide file tree
Showing 6 changed files with 25 additions and 14 deletions.
39 changes: 25 additions & 14 deletions gallery.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,11 @@
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="shortcut icon" type="image/x-icon" href="website_content/favicon.png">
<link
rel="shortcut icon"
type="image/x-icon"
href="website_content/favicon.png"
/>
<title>SchedulerX</title>
<style>
* {
Expand Down Expand Up @@ -37,7 +41,6 @@
}
.logo {
height: 70px;

cursor: pointer;
}
.container {
Expand Down Expand Up @@ -93,9 +96,7 @@
</a>
</div>
</div>
<h1 style="margin-bottom: 30px; color: #5da8af">
Gallery
</h1>
<h1 style="margin-bottom: 30px; color: #5da8af">Gallery</h1>
<div class="screenshot-container">
<div class="screenshot">
<img src="website_content/ss1.png" alt="Screenshot 1" />
Expand All @@ -121,17 +122,29 @@ <h1 style="margin-bottom: 30px; color: #5da8af">
</p>
</div>
</div>
<div class="screenshot">
<img src="website_content/ss2_5.png" alt="Screenshot 2.5" />
<div class="name">Biometric Screen</div>
<div class="description">
<p>
User will enter height, weight, fitness level, and fitness goal.
User can then submit and successfully create an account.
</p>
</div>
</div>
<div class="screenshot">
<img src="website_content/ss3.png" alt="Screenshot 3" />
<div class="name">Forgot Password Screen</div>
<div class="description">
<p>
User will enter email and be given a link to reset password.User
User will enter email and be given a link to reset password. User
can also navigate back to login screen with the "Back to Login"
button if they already have an existing account.
</p>
</div>
</div>
</div>
<div class="screenshot-container">
<div class="screenshot">
<img src="website_content/ss4.png" alt="Screenshot 4" />
<div class="name">Home Screen</div>
Expand All @@ -145,8 +158,6 @@ <h1 style="margin-bottom: 30px; color: #5da8af">
</p>
</div>
</div>
</div>
<div class="screenshot-container">
<div class="screenshot">
<img src="website_content/ss5.png" alt="Screenshot 5" />
<div class="name">Add Screen</div>
Expand Down Expand Up @@ -177,6 +188,8 @@ <h1 style="margin-bottom: 30px; color: #5da8af">
</p>
</div>
</div>
</div>
<div class="screenshot-container">
<div class="screenshot">
<img src="website_content/ss8.png" alt="Screenshot 8" />
<div class="name">Create Meal Screen</div>
Expand All @@ -187,8 +200,6 @@ <h1 style="margin-bottom: 30px; color: #5da8af">
</p>
</div>
</div>
</div>
<div class="screenshot-container">
<div class="screenshot">
<img src="website_content/ss9.png" alt="Screenshot 9" />
<div class="name">Browse Workout (part 1)</div>
Expand Down Expand Up @@ -220,6 +231,8 @@ <h1 style="margin-bottom: 30px; color: #5da8af">
</p>
</div>
</div>
</div>
<div class="screenshot-container">
<div class="screenshot">
<img src="website_content/ss12.png" alt="Screenshot 12" />
<div class="name">Browse Cookbook (part 1)</div>
Expand All @@ -230,8 +243,6 @@ <h1 style="margin-bottom: 30px; color: #5da8af">
</p>
</div>
</div>
</div>
<div class="screenshot-container">
<div class="screenshot">
<img src="website_content/ss13.png" alt="Screenshot 13" />
<div class="name">Browse Cookbook (part 2)</div>
Expand Down Expand Up @@ -263,6 +274,8 @@ <h1 style="margin-bottom: 30px; color: #5da8af">
</p>
</div>
</div>
</div>
<div class="screenshot-container">
<div class="screenshot">
<img src="website_content/ss16.png" alt="Screenshot 16" />
<div class="name">Settings Screen (part 2)</div>
Expand All @@ -273,8 +286,6 @@ <h1 style="margin-bottom: 30px; color: #5da8af">
</p>
</div>
</div>
</div>
<div class="screenshot-container">
<div class="screenshot">
<img src="website_content/ss17.png" alt="Screenshot 17" />
<div class="name">Settings Screen (part 3)</div>
Expand Down
Binary file modified website_content/ss10.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified website_content/ss13.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added website_content/ss2_5.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified website_content/ss4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified website_content/ss5.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 654b978

Please sign in to comment.