-
Notifications
You must be signed in to change notification settings - Fork 0
/
project-12.html
54 lines (52 loc) · 2.54 KB
/
project-12.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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
<div class="load-data">
<div class="block-content">
<div class="project-head">
<h1 class="block-title">Carola Mexican Chocolate</h1>
<div class="tags"><span>Category : </span> Digital Marketing</div>
<div class="tags"><span>Client : </span> NA</div>
<!-- <div class="tags"><span>Completion : </span> February 2017</div> -->
<div class="tags"><span>Role : </span> Digital Manager</div>
</div>
<p class="project-description"><strong>Carola handmade chocolate</strong> is a 100% Mexican company that brings
together the experience and hard work of three generations to make excellent quality chocolate. Our
chocolate is handmade in Tuxpan, Veracruz with our manual mills. Our cocoa beans come from the state of
Veracruz, which go through a peeling and roasting process to later enter to the mill where the cocoa is
mixed with sugar and pure cinnamon.
</br></br>
° Personal project.
</p>
<div class="project-media row">
<div class="col-md-6">
<img src="images/portfolio/masonry/carola_chocolate_artesanal.jpg" alt="" />
<img src="images/portfolio/masonry/chocolate_mexicano_artesanal.jpg" alt="" />
</div>
<div class="col-md-6">
<img src="images/portfolio/masonry/chocolate_artesanal_mexicano.jpg" alt="" />
<img src="images/portfolio/masonry/chocolate_artesanal_mexicano1.jpg" alt="" />
</div>
</div>
<div class="project-nav text-center">
<span class="float-left">
<a class="open-project" href="project-11.html">← Previous Project</a>
</span>
<!-- <span class="">
<a id="close-project" href="#"><i class="ion-grid"></i></a>
</span> -->
<span class="float-right">
<a class="open-project" href="project-13.html">Next Project → </a>
</span>
</div>
</div>
<div class="row text-center">
<div class="col-md-12 btn-email">
<a class="btn lowercase" target="_blank" href="mailto:contact@valeriaazuara.com">contact@valeriaazuara.com</a>
</div>
</div>
<script>
$('#close-project').on('click', function () {
$('.content-blocks.pop').removeClass('showx');
$('.inline-menu-container').addClass('showx');
$('.content-blocks.pop section').empty();
});
</script>
</div>