Skip to content

Commit

Permalink
develop screnshot page for PastPaperManagementWebApplication
Browse files Browse the repository at this point in the history
  • Loading branch information
Dilan032 committed Jul 7, 2024
1 parent 7769b88 commit 5f3b4a4
Show file tree
Hide file tree
Showing 7 changed files with 69 additions and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -398,7 +398,7 @@ <h1 class="modal-title fs-5" id="exampleModalLabel">Past Paper Management Web Ap
</p>
</div>
<div class="modal-footer">
<a href="#" target="_blank" rel="noopener noreferrer" class="btn btn-primary hover-animation">Screenshots</a>
<a href="projects/PastPaperManagementWebApplication/PastPaperManagementWeb.html" class="btn btn-primary hover-animation">Screenshots</a>
<a href="https://www.figma.com/design/L9oaAtUob725JzzzCSqHR5/Past-Paper-Management-Web-Application?t=43evfqY8JE8yEy0c-1" target="_blank" rel="noopener noreferrer" class="btn btn-primary hover-animation">UI/UX Design</a>
<a href="https://github.com/Dilan032/Past-Paper-Management-Web-Application" target="_blank" rel="noopener noreferrer" class="btn btn-dark hover-animation">Source Code</a>
</div>
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,68 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- bootstrap css cdn link -->
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH" crossorigin="anonymous">
<link rel="stylesheet" href="../../css/main.css">
<link rel="stylesheet" href="../../css/webBasedGamePage.css">
<title>Dilan kanishka's Projects</title>
</head>

<body>

<nav id="navbar-example2" class="navbar bg-body-tertiary px-3 mb-3 fixed-top shadow">
<a class="navbar-brand fs-3" href="../../index.html">
<img src="../../image/tools-image/home.png" alt="home-icon" width="50px">
<b>Back to Protfolio</b>
</a>
<ul class="nav nav-pills">
<li class="nav-item">
<a class="nav-link fs-5 fw-bold" href="#scrollspyHeading1">User Interface</a>
</li>

</ul>
</nav>

<h3 class="text-center title-position">PastPaper Management WebApplication <br> ScreenShots</h3>

<!-- start user Interface -->
<div data-bs-spy="scroll" data-bs-target="#navbar-example2" data-bs-root-margin="0px 0px -40%" data-bs-smooth-scroll="true" class="scrollspy-example bg-body-tertiary p-3 rounded-2" tabindex="0">
<div class="p-3 mb-5 bg-primary text-white text-center sub-title-position fs-3" id="scrollspyHeading1">
User Interface
</div>
<div class="row">
<div class="col-md-6 p-3">
<img class="border border-5" src="../PastPaperManagementWebApplication/userInterface/home.JPG" width="100%" alt="">
</div>
<div class="col-md-6 p-3">
<img class="border border-5" src="../PastPaperManagementWebApplication/userInterface/home2.JPG" width="100%" alt="">
</div>
</div>

<div class="row">
<div class="col-md-6 p-3">
<img class="border border-5" src="../PastPaperManagementWebApplication/userInterface/3.JPG" width="100%" alt="">
</div>
<div class="col-md-6 p-3">
<img class="border border-5" src="../PastPaperManagementWebApplication/userInterface/4.JPG" width="100%" alt="">
</div>
</div>

</div>



<!-- footer -->
<div class="p-2 mb-2 bg-dark text-white text-center"> 👨‍💻<pre>D_oneCreation</pre> </div>


<!-- bootstrap css cdn link -->
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-YvpcrYf0tY3lHB60NNkmXc5s9fDVZLESaAA55NDzOxhy9GkcIdslK1eN7N6jIeHz" crossorigin="anonymous"></script>
<!-- for open the PDF -->
<script src="js/openPDF.js"></script>
<!-- for web share function -->
<script src="js/webShare.js"></script>
</body>
</html>
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.
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.
Empty file.

0 comments on commit 5f3b4a4

Please sign in to comment.