-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
33 lines (29 loc) · 995 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
<!DOCTYPE html>
<html>
<head>
<title>Before After</title>
<script src="http://static.salesforcedemos.com/beforeafter/js/jquery-1.8.1.min.js"></script>
<script src="http://static.salesforcedemos.com/beforeafter/js/beforeafter_auto.js"></script>
<link rel="stylesheet" type="text/css" href="http://static.salesforcedemos.com/beforeafter/css/beforeafter.css" />
</style>
</head>
<body>
<div>Hey I'm on the Alvin Branch!</div>
<div class="beforeafter">
<div>
<img src="http://static.salesforcedemos.com/beforeafter/sample/1.jpg" width="500" height="313" />
</div>
<div>
<img src="http://static.salesforcedemos.com/beforeafter/sample/2.jpg" width="500" height="313" />
</div>
</div>
<div class="beforeafter">
<div>
<img src="http://static.salesforcedemos.com/beforeafter/sample/4.jpg" width="500" height="313" />
</div>
<div>
<img src="http://static.salesforcedemos.com/beforeafter/sample/3.jpg" width="500" height="313" />
</div>
</div>
</body>
</html>