-
Notifications
You must be signed in to change notification settings - Fork 3
/
prueba.html
executable file
·39 lines (34 loc) · 1.27 KB
/
prueba.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
34
35
36
37
38
39
<!DOCTYPE html>
<html lang="en">
</head>
<body>
<div class="container">
<div class="main">
<ul id="og-grid" class="og-grid">
<li>
<a href="http://cargocollective.com/jaimemartinez/" data-largesrc="images/1.jpg" data-title="Azuki bean" data-description="Swiss chard pumpkin bunya nuts maize plantain aubergine napa cabbage soko coriander sweet pepper water spinach winter purslane shallot tigernut lentil beetroot.">
<img src="images/thumbs/1.jpg" alt="img01"/>
</a>
</li>
</ul>
<p>Filler text by <a href="http://veggieipsum.com/">Veggie Ipsum</a></p>
<a id="og-additems" href="#">add more</a>
</div>
</div><!-- /container -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>
<script src="js/grid.js"></script>
<script>
$(function() {
Grid.init();
});
</script>
</body>
</html>
<div class=" col-sm-6 col-md-4">
<div class="panel panel-default card">
<img src="{{card.image}}" class="cards-image"></img>
<div class="tarjeta">{% include projectcards.html %}</div>
<div class="text-center"><a class="btn btn-danger space" href="{{card.permalink}}" role="button" target="_blank"><span>Ver más</span></a></div>
</div>
</div>
<img src="{{card.image}}" alt="{{card.title}}">