-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathproject-7.html
65 lines (61 loc) · 2.94 KB
/
project-7.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">Time Out Mexico</h1>
<div class="tags"><span>Category : </span> Events / Digital Marketing</div>
<div class="tags"><span>Client : </span> Time Out México</div>
<!-- <div class="tags"><span>Completion : </span> February 2017</div> -->
<div class="tags"><span>Role : </span> Event Manager</div>
</div>
<p class="project-description">Since its creation, <strong> Time Out Mexico </strong> has had a space for
expressions, demands and activities for the LGBT community. During LGBT pride month, it was necessary that
TIMEOUT was involved; taking the flag of inclusion , giving the necessary importance and spreading this
message to the entire city.
<br><br>
During the #pride march we had a landmark where you could take your picture with the cover, logging more
than 1,245 photos on social networks. The cover sparked conversation in other media outlets, leading to more
than 15 articles.
<br><br>
My tasks in the project were:
<br>
° Part of the production team & in charge to contact suppliers, staff.
<br>
° Part of the creative idea and in charge to follow the interaction with our landmark on social media.
<br>
° Analysis and reports after the event.
</p>
<div class="project-media row">
<div class="col-md-6">
<img src="images/portfolio/masonry/timeout.png" alt="" />
<img src="images/portfolio/masonry/timeout3.png" alt="" />
</div>
<div class="col-md-6">
<img src="images/portfolio/masonry/timeout1.png" alt="" />
<img src="images/portfolio/masonry/timeout2.png" alt="" />
</div>
</div>
<div class="project-nav text-center">
<span class="float-left">
<a class="open-project" href="project-6.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-8.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>