forked from themefisher/airspace-jekyll
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
executable file
·122 lines (117 loc) · 4.51 KB
/
index.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
118
119
120
121
122
---
layout: page
title: VATCA
permalink: /
---
<!-- Slider Start -->
<section id="slider">
<div class="container">
<div class="row">
<div class="col-md-10 col-md-offset-2">
<div class="block">
<h1 class="animated fadeInUp">Discover VATCA</h1>
<p class="animated fadeInUp">Virtual Air Traffic Controllers Association - Making VATSIM a better place.</p>
</div>
</div>
</div>
</div>
</section>
<!-- Wrapper Start -->
<section id="intro">
<div class="container">
<div class="row">
<div class="col-md-7 col-sm-12">
<div class="block">
<div class="section-title">
<h2>About Us</h2>
<p>
Problem? No More. #solved <br/>
- Verek Dento, 2019
</p>
</div>
<p>We, the controllers and staff of subdivisions, have had enough! We're tired of individually fighting with the staff of VATUSA!</p>
</div>
</div><!-- .col-md-7 close -->
<div class="col-md-5 col-sm-12">
<div class="block">
<img src="img/5278.jpg" alt="Img">
</div>
</div><!-- .col-md-5 close -->
</div>
</div>
</section>
<section id="feature">
<div class="container">
<div class="row">
<div class="col-md-6 col-md-offset-6">
<h2>WE BELIEVE IN GREAT IDEAS</h2>
<p>VATCA is a labor union and aviation safety organization in the United States that represents over 2,000 highly skilled virtual air traffic controllers, engineers, and other virtual aviation safety-related professionals.</p>
<p>VATCA was certified in 2022 by the Virtual Federal Labor Relations Authority to be the exclusive bargaining representative for virtual air traffic controllers connected to VATUSA. Today, VATCA is the only, and strongest labor unions in the virtual sector and represents a range of virtual aviation safety professionals aross all 3 VATUSA regions.</p>
<p> These virtual air traffic controllers and other aviation safety professionals make vital contributions to VATSIM and VATUSA, and make the virtual skies come to life by coordinating the safe, orderly, and expeditious movement of millions of virtual aviation passengers and millions of tons of virtual freight within the National Airspace System each year.</p>
<p>VATCA is headquartered in New York, NY, and asosciated with the Virtual New York ARTCC.</p>
<a href="#" class="btn btn-view-works">View Associated ARTCCs</a>
</div>
</div>
</div>
</section>
<!-- Call to action Start -->
<section id="call-to-action">
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="block">
<h2>We want to make your life as a controller better.</h2>
<p>Read more about what we do and our goals for how life as a controller on VATSIM can be better. Judge for yourself the work and results we've acheived for other ARTCCs, and meet out highly experienced team of passionate controllers and managers.</p>
<a class="btn btn-default btn-call-to-action" href="#" >Join us Today</a>
</div>
</div>
</div>
</div>
</section>
<!-- Content Start -->
<section id="testimonial">
<div class="container">
<div class="row">
<div class="section-title text-center">
<h2>Fun Facts About Us</h2>
</div>
</div>
<div class="row">
<div class="col-md-6">
{% if site.data.funfacts.size > 0 %}
<div class="block">
{% for ff in site.data.funfacts %}
<ul class="counter-box clearfix">
<li>
<div class="block">
<i class="{{ ff.icon }}"></i>
<h4 class="counter">{{ ff.counter }}</h4>
<span>{{ ff.text }}</span>
</div>
</li>
{% endfor %}
</ul>
</div>
{% endif %}
</div>
<div class="col-md-6">
{% if site.data.testimonials.size > 0 %}
<div class="testimonial-carousel">
<div id="testimonial-slider" class="owl-carousel">
{% for tm in site.data.testimonials %}
<div>
<img src="img/cotation.png" alt="IMG">
<p>{{ tm.testimonial }}</p>
<div class="user">
<img src="{{ tm.image }}" alt="Pepole">
<p><span>{{ tm.name }}</span> {{ tm.title }}</p>
</div>
</div>
{% endfor %}
</div>
</div>
{% endif %}
</div>
</div>
</div>
</section>