-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathproject-2.html
65 lines (59 loc) · 2.88 KB
/
project-2.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
55
56
57
58
59
60
61
62
63
64
65
<div class="load-data">
<div class="block-content">
<div class="project-head">
<h1 class="block-title">Lucas Local</h1>
<div class="tags"><span>Category : </span> Social Media / Events</div>
<div class="tags"><span>Client : </span> Restaurant Lucas Local</div>
<!-- <div class="tags"><span>Completion : </span> February 2017</div> -->
<div class="tags"><span>Role : </span> Digital Content & Event Manager</div>
</div>
<p class="project-description"><strong> Lucas Local</strong> became a place of culinary excellence that gathers art lovers and the creative community. It's a space for film and photography as well as venue for musicians and music lovers to share their favorite tracks.
<br><br>
The #lucaslocal hashtag has generated more than 2,500 photos on Instagram, and more than 5,000 people follows the Lucas Local account, thanks to the atmosphere and presentation of dishes that make a visual feast.
<br><br>
Some of my main activities were:
<br>
° Instagram and Facebook content creator, as well as social media visual assets
<br>
° Organization of the events.
<br>
° Photography design
<br>
° Weekly reports to see the growth in social media.
<br>
° Monitor and animate conversations on all social media channels. </p>
<div class="project-media row">
<div class="col-md-6">
<img src="images/portfolio/masonry/lucas1.jpg" alt="" />
<img src="images/portfolio/masonry/lucas2.jpg" alt="" />
</div>
<div class="col-md-6">
<img src="images/portfolio/masonry/lucas3.jpg" alt="" />
<img src="images/portfolio/masonry/lucas4.jpg" alt="" />
</div>
</div>
<div class="project-nav text-center">
<span class="float-left">
<a class="open-project" href="project-1.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-3.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:[email protected]">[email protected]</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>