Created
June 25, 2019 14:50
-
-
Save aaizemberg/a2f7e8435a2d1e4578adba2bd0752150 to your computer and use it in GitHub Desktop.
Martin Zalucki (juxtapose)
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
<!DOCTYPE html> | |
<html> | |
<head> | |
<meta charset="utf-8"> | |
<meta name="viewport" content="width=device-width"> | |
<title>Martin Zalucki</title> | |
<link rel="stylesheet" href="https://cdn.knightlab.com/libs/juxtapose/latest/css/juxtapose.css"> | |
</head> | |
<body> | |
<div class="juxtapose"> | |
<img src="https://pbs.twimg.com/media/D9xt2GAXYAM5mYP.jpg" /> | |
<img src="https://pbs.twimg.com/media/D9xt2GAWsAotboT.jpg" /> | |
</div> | |
<br> | |
<div class="juxtapose"> | |
<img src="https://pbs.twimg.com/media/D93_sEMXkAIPCct.jpg" /> | |
<img src="https://pbs.twimg.com/media/D93_sENXsAAaU5X.jpg" /> | |
</div> | |
<script src="https://cdn.knightlab.com/libs/juxtapose/latest/js/juxtapose.min.js"></script> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment