Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added Decypted/.DS_Store
Binary file not shown.
35 changes: 28 additions & 7 deletions Decypted/[Give_Me_Name].html → Decypted/Dates.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,10 @@
<!-- Navbar (sit on top) -->
<div class="w3-top">
<div class="w3-bar w3-white w3-padding w3-card" style="letter-spacing:4px;">
<a href="#home" class="w3-bar-item w3-button">Use Case Name</a>


<a href="#home" class="w3-bar-item w3-button">Dates Supply Chain Management</a>

<!-- Right-sided navbar links. Hide them on small screens -->
<div class="w3-right w3-hide-small">
<a href="#about" class="w3-bar-item w3-button">About</a>
Expand All @@ -27,10 +30,14 @@
<!-- Header -->
<header class="w3-display-container w3-content w3-wide" style="max-width:1600px;min-width:500px" id="home">
<!-- REPLACE HERE (FIRST IMAGE) -->
<img class="w3-image" src="https://i.ibb.co/SQ5pmwj/New-Project.png" alt="Hamburger Catering" width="1600" height="800">
<img class="w3-image" src="./Dates.jpg" alt="Hamburger Catering" width="1600" height="800">
<div class="w3-display-bottomleft w3-padding-large w3-opacity">
<!-- REPLACE HERE -->
<h1 class="w3-xxlarge">Use Case Name</h1>


<!-- REPLACE HERE -->
<h1 class="w3-xxlarge">Supply Chain</h1>

</div>
</header>

Expand All @@ -41,21 +48,35 @@ <h1 class="w3-xxlarge">Use Case Name</h1>
<div class="w3-row w3-padding-64" id="about">
<div class="w3-col m6 w3-padding-large w3-hide-small">
<!-- REPLCAE HERE (SMALLER IMAGE) -->
<img src="https://i.ibb.co/SQ5pmwj/New-Project.png" class="w3-round w3-image w3-opacity-min" alt="Table Setting" width="600" height="750">
<img src="./bcIot.jpeg" class="w3-round w3-image w3-opacity-min" alt="Table Setting" width="600" height="750">
</div>

<div class="w3-col m6 w3-padding-large">
<!-- REPLACE HERE: About The Use Case -->
<h1 class="w3-center">About The Use Case</h1><br>
<!-- REPLACE HERE: Subtitle -->
<h5 class="w3-center">Subtitle</h5>
<!-- REPLACE HERE: Description -->
<!-- REPLACE HERE: More Description -->

<h5 class="w3-center">Dates Supply Chain Management Based on IoT and Blockchain</h5>
<!-- REPLACE HERE: Description -->
<p class="w3-large">[Replace] Lorem, ipsum dolor sit amet consectetur adipisicing elit. Fuga totam accusantium modi obcaecati quia earum asperiores ducimus facere aliquid nulla cum libero sapiente nemo veritatis et alias, ullam, accusamus neque.</p>
<p class="w3-large">

</p>
<!-- REPLACE HERE: More Description -->
<p class="w3-large w3-text-grey w3-hide-medium">[Replace] Lorem ipsum dolor, sit amet consectetur adipisicing elit. Blanditiis totam tempore nemo ab molestias nihil voluptatibus illo, ut maxime quas, tempora earum reiciendis explicabo facere accusamus iure dicta sed exercitationem.</p>
<p class="w3-large w3-text-grey w3-hide-medium"

</p>

<h5 class="w3-center">Subtitle</h5>
<!-- REPLACE HERE: Description -->
<p class="w3-large w3-text-grey w3-hide-medium">
The solution is to track the dates from the farm to the customer by using an RFID tag that is attached to the box containing the dates. The history that the product went through will be recorded as transaction on blockchain.
To ensure the quality of the product in case of any damage. We can rely on the blockchain history to detect the exact stage that the damage occured. </p>
</div>
</div>

<hr>
</body>
</html>

Binary file added Decypted/Dates.jpg
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 Decypted/bcIot.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.