-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathproject-3.html
69 lines (61 loc) · 3.04 KB
/
project-3.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
66
67
68
69
<div class="load-data">
<div class="block-content">
<div class="project-head">
<h1 class="block-title">Bahidora</h1>
<div class="tags"><span>Category : </span> Events</div>
<div class="tags"><span>Client : </span> Bahidora</div>
<!-- <div class="tags"><span>Completion : </span> February 2017</div> -->
<div class="tags"><span>Role : </span> Event Manager</div>
</div>
<p class="project-description">Mexico is one of the most important places in the world for musical performances, concerts and festivals, it's a must for every relevant band, artist or musician.
<br>
The musical experience meant to live and highlight the place, unique scenery and a media strategy and public relations made Bahidorá one of the most important music events in Mexico.
<br><br>
More than 80 media outlets have attended the festival including international media such as The Guardian and Time Out International (UK), New York Times, Consequence of Sound, KEXP and Culture Collide (US) with excellent reviews.
<br><br>
Some of my main tasks to develop were:
<br>
° Budget, logistic, contact with the suppliers.
<br>
° In charge of the staff on site.
<br>
° Measure the activity of the event and produce quality/quantity reports, while adding recommendations.
<br>
° Social media live streaming during the event.
<br>
</p>
<div class="project-media row">
<div class="col-md-6">
<img src="images/portfolio/full-width/bahidora.png" alt="" />
<img src="images/portfolio/full-width/bahidora4.jpg" alt="" />
</div>
<div class="col-md-6">
<img src="images/portfolio/full-width/bahidora2.jpg" alt="" />
<img src="images/portfolio/full-width/bahidora3.jpg" alt="" />
</div>
</div>
<div class="project-nav text-center">
<span class="float-left">
<a class="open-project" href="project-2.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-4.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>