-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
develop screnshot page for PastPaperManagementWebApplication
- Loading branch information
Showing
7 changed files
with
69 additions
and
1 deletion.
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
68 changes: 68 additions & 0 deletions
68
projects/PastPaperManagementWebApplication/PastPaperManagementWeb.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
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.