-
Notifications
You must be signed in to change notification settings - Fork 0
/
project-ttc.html
117 lines (109 loc) · 4.99 KB
/
project-ttc.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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
<title>Pierre Philouze</title>
<link rel="stylesheet" href="style/style-project.css">
<link
href="https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i&display=swap"
rel="stylesheet"
/>
<link
rel="icon"
type="image/png"
sizes="32x32"
href="assets/img/favicon/favicon-32x32.png"
/>
<link
rel="icon"
type="image/png"
sizes="16x16"
href="assets/img/favicon/favicon-16x16.png"
/>
</head>
<body>
<nav>
<a href="index.html" class="nav-icon" aria-label="visit homepage" aria-current="page">
✶ Home
</a>
<div class="main-navlinks">
<div class="navlinks-container">
<a href="project-tenant-creation.html">Previous project</a>
<a href="project-design-system.html">Next project</a>
</div>
</div>
</nav>
<section class="hero">
<div class="introduction-text">
<h1>The Things Conference.</h1>
<p>2500+ in person conference to share and spread LoRaWAN® knowledge.</p>
</div>
<div class="tags">
<p>Graphic design</p>
<p>Big scale event</p>
<p>Print</p>
<p>Branding</p>
</div>
</section>
<div class="introduction-visual">
<img src="assets/img/project/ttc/ttc-general-visual.png" alt="">
</div>
<section class="description reveal">
<img class="visual-container" id="img-1" src="assets/img/project/ttc/visual-ttc-communication.png" alt="">
<div class="description-text">
<h2>Communication.</h2>
<p>In the months leading up to the conference, I collaborated closely with the communication team to promote the event. Utilizing my graphic design skills, I contributed to branding efforts, created visual communication materials, and even incorporated motion design elements.</p>
</div>
</section>
<section class="description reveal">
<img class="visual-container" id="img-2" src="assets/img/project/ttc/visual-ttc-visitors.png" alt="">
<div class="description-text">
<h2>2500+ visitors.</h2>
<p>LoRaWAN® is a niche technology, but our conference is very popular in the ecosystem and attracts attendees from every continent.</p>
</div>
</section>
<section class="description reveal">
<img class="visual-container" id="img-1" src="assets/img/project/ttc/visual-ttc-exhibitors.png" alt="">
<div class="description-text">
<h2>Promote your IoT product.</h2>
<p>In addition to the talks given at the conference, we also provided space for exhibitors to showcase their products and projects related to LoRaWAN®.</p>
</div>
</section>
<section class="description reveal">
<img class="visual-container" id="img-2" src="assets/img/project/ttc/visual-ttc-wall-of-fame.png" alt="">
<div class="description-text">
<h2>LoRaWAN® Wall of Fame.</h2>
<p>I was in charge to design a wall to exhibit the top IoT devices that use LoRaWAN® technology.</p>
</div>
</section>
<section class="description reveal">
<img class="visual-container" id="img-1" src="assets/img/project/ttc/visual-ttc-interview.png" alt="">
<div class="description-text">
<h2>Virtual event.</h2>
<p>We decided to live stream the event online, recording the talks and conducting interviews to get to know better the speakers and the exhibitors of the LoRaWAN® ecosystem.</p>
</div>
</section>
<section class="description reveal">
<img class="visual-container" id="img-2" src="assets/img/project/ttc/visual-ttc-team.png" alt="">
<div class="description-text">
<h2>Work in team.</h2>
<p>The sales team, communication team, technical team, and design team worked closely together in this successful project, which is a great way to build strong relationships with our colleagues.</p>
</div>
</section>
<section class="text-more-details">
<div class="thank-you-group">
<p class="thank-you-emoji" style="font-size: 2rem;">🤌</p>
<p class="thank-you">Thank you for reading</p>
</div>
<p>More details available on request: <span class="more-details-email"><a href="mailto:[email protected]">[email protected]</a></span></p>
</section>
<div class="nav-project">
<a class="nav-previous" href="project-tenant-creation.html"><p><b>Previous project</b><br/><span class="previous-project-name">Network tenant creation</span></p></a>
<a class="nav-home" href="index.html"><p><b>Home</b></p></a>
<a class="nav-next" href="project-design-system.html"><p><b>Next project</b><br/><span class="previous-project-name">TTUI – Design system</span></p></a>
</div>
<script src="js/script-scroll.js"></script>
</body>
</html>