refactor: 🚀 Made 2 juxtapose website for pages.

This commit is contained in:
Thoscellen 2021-08-14 13:04:22 +02:00
parent 38ffd31bca
commit 2643181d94
4 changed files with 4 additions and 4 deletions

View File

Before

Width:  |  Height:  |  Size: 685 KiB

After

Width:  |  Height:  |  Size: 685 KiB

View File

Before

Width:  |  Height:  |  Size: 389 KiB

After

Width:  |  Height:  |  Size: 389 KiB

View File

@ -8,8 +8,8 @@
</head> </head>
<body> <body>
<div class="juxtapose" data-animate="true"> <div class="juxtapose" data-animate="true">
<img src="#" alt="An image of the actual implementation" data-label="before"> <img src="Timeline_with_filter.Neo.before.1.png" alt="An image of the actual implementation" data-label="before">
<img src="#" alt="An image of my prototype implementation" data-label="after"> <img src="Timeline_with_filter.Neo.after.1.png" alt="An image of my prototype implementation" data-label="after">
</div> </div>
<script src="https://cdn.knightlab.com/libs/juxtapose/latest/js/juxtapose.min.js"></script> <script src="https://cdn.knightlab.com/libs/juxtapose/latest/js/juxtapose.min.js"></script>

View File

@ -8,8 +8,8 @@
</head> </head>
<body> <body>
<div class="juxtapose" data-animate="true"> <div class="juxtapose" data-animate="true">
<img src="#" alt="An image of the actual implementation" data-label="before"> <img src="Timeline_with_filter.One.before.1.png" alt="An image of the actual implementation" data-label="before">
<img src="#" alt="An image of my prototype implementation" data-label="after"> <img src="Timeline_with_filter.One.after.1.png" alt="An image of my prototype implementation" data-label="after">
</div> </div>
<script src="https://cdn.knightlab.com/libs/juxtapose/latest/js/juxtapose.min.js"></script> <script src="https://cdn.knightlab.com/libs/juxtapose/latest/js/juxtapose.min.js"></script>