Skip to content

Commit

Permalink
images fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
dristanta-silwal committed Nov 22, 2024
1 parent 80a2742 commit 7cbe57e
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -40,43 +40,43 @@ <h2>Screenshots</h2>

<div class="screenshot">
<p><strong>Login Page:</strong> The entry point for users to log in securely and access the application.</p>
<img src="../assets/gbms_login.jpeg" alt="Login Page Screenshot">
<img src="./assets/gbms_login.jpeg" alt="Login Page Screenshot">
<p>Login Page</p>
</div>

<div class="screenshot">
<p><strong>Register Page:</strong> Allows new users to create an account with their details securely.</p>
<img src="../assets/gbms_register.jpeg" alt="Register Page Screenshot">
<img src="./assets/gbms_register.jpeg" alt="Register Page Screenshot">
<p>Register Page</p>
</div>

<div class="screenshot">
<p><strong>Dashboard:</strong> The central hub for managing grants, viewing notifications, and navigating to other features.</p>
<img src="../assets/gbms_dashboard.jpeg" alt="Dashboard Screenshot">
<img src="./assets/gbms_dashboard.jpeg" alt="Dashboard Screenshot">
<p>Budget Management Dashboard</p>
</div>

<div class="screenshot">
<p><strong>Notifications:</strong> Displays important updates and invitations related to grants and budgets.</p>
<img src="../assets/gbms_notification.jpeg" alt="Notifications Screenshot">
<img src="./assets/gbms_notification.jpeg" alt="Notifications Screenshot">
<p>Notifications</p>
</div>

<div class="screenshot">
<p><strong>Create Grant:</strong> A form for users to add new grants by providing key details such as title, agency, and duration.</p>
<img src="../assets/gbms_creategrant.jpeg" alt="Create Grant Screenshot">
<img src="./assets/gbms_creategrant.jpeg" alt="Create Grant Screenshot">
<p>Create Grant</p>
</div>

<div class="screenshot">
<p><strong>Manage Budget:</strong> Allows users to input, view, and edit detailed budget information dynamically.</p>
<img src="../assets/gbms_managebudget.jpeg" alt="Budget Page Screenshot">
<img src="./assets/gbms_managebudget.jpeg" alt="Budget Page Screenshot">
<p>Manage Budget</p>
</div>

<div class="screenshot">
<p><strong>Manage People:</strong> Enables administrators to assign roles (e.g., PI, Co-PI) and manage team members.</p>
<img src="../assets/gbms_managepeople.jpeg" alt="Manage People Screenshot">
<img src="./assets/gbms_managepeople.jpeg" alt="Manage People Screenshot">
<p>Manage People</p>
</div>
</section>
Expand All @@ -85,7 +85,7 @@ <h2>Screenshots</h2>
<section id="documentation">
<h2>Documentation</h2>
<p>Refer to the full documentation for installation and usage instructions:</p>
<a href="../README.md" class="btn">View Documentation</a>
<a href="https://github.com/dristanta-silwal/grant-budget-management-system/blob/main/README.md" class="btn">View Documentation</a>
</section>
</main>

Expand Down

0 comments on commit 7cbe57e

Please sign in to comment.