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.
21 changes: 16 additions & 5 deletions Decypted/[Give_Me_Name].html → Decypted/Dates.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@
<!-- 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 @@ -30,7 +31,7 @@
<img class="w3-image" src="https://i.ibb.co/SQ5pmwj/New-Project.png" 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>
<h1 class="w3-xxlarge">Supply Chain</h1>
</div>
</header>

Expand All @@ -48,11 +49,21 @@ <h1 class="w3-xxlarge">Use Case Name</h1>
<!-- 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>
<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>

Expand Down