Skip to content

Commit

Permalink
Version 1.1 | 01/05/2022
Browse files Browse the repository at this point in the history
  • Loading branch information
santiagobaronz committed May 2, 2022
1 parent a20afbe commit e7cbb00
Show file tree
Hide file tree
Showing 24 changed files with 164 additions and 27 deletions.
Binary file added assets/img/sd-ivac.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/img/special-operations.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 10 additions & 2 deletions atc/atc_operations.php
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
<h1>Check our ATC Operations Manual (QuickView for ATC)</h1>
<p>
Learn about how to be an ATC in Ecuador in our Local procedures
documentation. In this document you will find some information like:
documentation. In these documents you will find some information like:
</p>
<ul>
<li>Ecuador airspace.</li>
Expand All @@ -78,8 +78,16 @@
<li>Communications, Airfield Informations and Navaids</li>
<li>And more!</li>
</ul>
<p>Download the document here:</p>
<p>Download the documents here:</p>
<a href="documents/IVAO Ecuador-QuickViewforATC.xlsx" target="_blank" >Download the ATC Operations Manual (QuickView for ATC)</a>
<br>
<hr>
<br>
<a href="documents/OACI - Manual de Radiotelefonia.pdf" target="_blank" >Download the Radio Manual</a>
<br>
<hr>
<br>
<a href="documents/Manual-de-Gestión-del-Tránsito-Aéreo-NATS-MA-001.pdf" target="_blank" >Managment Manual of the Air Traffic</a>
</div>
</div>
</div>
Expand Down
15 changes: 15 additions & 0 deletions atc/css/4.css
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,21 @@
margin-left: 0px;
}

.img_special-operations {
position: relative;
width: 100%;
height: 290px;
background-color: #f5f5f5;
background-size: cover;
background-position: center;
transition: all 0.5 ease-in-out;
background-image: url("../../assets/img/operations.JPG");
animation: banner 26s infinite linear;
border-bottom-left-radius: 10px;
border-bottom-right-radius: 10px;
margin-left: 0px;
}

.banner_atcoperations {
margin: 0;
padding: 0;
Expand Down
6 changes: 5 additions & 1 deletion atc/dgac_info.php
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,11 @@
<li>And more!</li>
</ul>
<p>Download the document here:</p>
<a href="documents/IVAO Ecuador-EnglishPhraseologyExamples.pdf" target="_blank">Download the Phraseology Manual</a>
<a href="documents/DGAC - Manual de fraseología aeronáutica del Ecuador.pdf" target="_blank">Download the Phraseology Manual</a>
<br>
<hr>
<br>
<a href="documents/DGAC - Procedimiento guía vectorial SEQM pista 36.pdf">Download the SEQM vector guide</a>
</div>
</div>
</div>
Expand Down
File renamed without changes.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified atc/documents/GCAGuideline.pdf
Binary file not shown.
Binary file added atc/documents/GuiaNovatos.pdf
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified atc/documents/IVAO Ecuador-QuickViewforATC.xlsx
Binary file not shown.
Binary file added atc/documents/LOA SEFG-SKED.pdf
Binary file not shown.
Binary file modified atc/documents/LineamientosParaSolicitudesGCA.pdf
Binary file not shown.
Binary file modified atc/documents/LocalProceduresInformation.pdf
Binary file not shown.
Binary file not shown.
Binary file added atc/documents/OACI - Manual de Radiotelefonia.pdf
Binary file not shown.
5 changes: 5 additions & 0 deletions atc/local_procedures.php
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,11 @@ class="img_f"
<br>
<a href="documents/ManualdeOperacionesATC.pdf"
target="_blank">Descarga los procedimientos locales de Ecuador (Español)</a>
<br>
<hr>
<br>
<a href="documents/LOA SEFG-SKED.pdf"
target="_blank">Letter of agreement FIR SEFG-SKED</a>
</div>
</div>
</div>
Expand Down
113 changes: 113 additions & 0 deletions atc/special_operations.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,113 @@
<!DOCTYPE html>
<html lang="es">
<head>
<!-- Meta Data -->

<meta charset="UTF-8" />
<meta
name="viewport"
content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0"
/>
<title>Special Operations - IVAO Ecuador</title>

<!-- Style Links -->

<link rel="icon" href="../assets/img/logo.ico" />
<link rel="stylesheet" href="../css/supercss.css" />
<link rel="stylesheet" href="../css/fonts.css" />
<link rel="stylesheet" href="../dist/flexboxgrid.min.css" />
<link rel="stylesheet" href="css/4.css" />

<!-- WebSite Scripts -->

<script
src="https://code.jquery.com/jquery-3.4.1.js"
integrity="sha256-WpOohJOqMqqyKL9FccASB9O0KwACQJpFTUBLTYOVvVU="
crossorigin="anonymous"
></script>

<script src="../js/get_up.js"></script>
<script src="../js/main.js"></script>
<script src="../js/scroll.js"></script>
<script src="../js/cont_user.js"></script>
</head>

<body>
<!-- Initial page load -->

<div id="contenedor_carga">
<div id="carga"><span class="icon-airplane"></span></div>
</div>

<!-- Header info | Nav section -->

<?php include '../php/presets/menu.php' ?>

<div class="img_atcoperations">
<section class="banner_atcoperations">
<div class="banner-content_atcoperations">
<h1>
Discover our Special Operations
</h1>
</div>
</section>
</div>

<div class="container-size">

<div class="info_section">
<div class="row">
<div class="col-lg-6 col-md-6 col-sm-12 col-xs-12">
<div class="img_section">
<img
src="../assets/img/special-operations.jpg"
alt=""
class="img_f"
/>
</div>
</div>
<div class="col-lg-6 col-md-6 col-sm-12 col-xs-12">
<div class="text_section">
<h1>Check the Special Operations information of Ecuador</h1>
<p>
We invite you to observe the special operations of Ecuador. Discover
topics about traffic patterns, altitudes and flight levels,
airspace classes more.
</p>
<p>
Remember that this information is important to increase simulation
levels and ensure that good procedures are executed.
</p>
<p>
If you want to watch this document, just click below:
</p>
<a href="documents/ECUADOR SPECIAL OPERATIONS ORDER C ENGLISH.pdf"
target="_blank">Download the Special Operation information of Ecuador (English)</a>
<br>
<hr>
<br>
<a href="documents/ECUADOR ORDEN OPERACIONES ESPECIALES C ESPAÑOL.pdf"
target="_blank">Descarga la información de Operaciones Especiales de Ecuador (Español)</a>
</div>
</div>
</div>
</div>

</div>

<!-- Footer -->

<?php include '../php/presets/footer.php'?>

<!-- Page Load Script -->

<script>
window.onload = function () {
var contenedor = document.getElementById("contenedor_carga");

contenedor.style.visibility = "hidden";
contenedor.style.opacity = "0";
};
</script>
</body>
</html>
27 changes: 8 additions & 19 deletions index.php
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@
<div class="row">
<div class="col-lg-6 col-md-6 col-sm-12 col-xs-12">
<div class="img_software">
<img src="assets/img/sd-ivac.jpg" alt="Imagen Software" class="img-software-ivac"/>
<img src="assets/img/sd-ivac.jpeg" alt="Imagen Software" class="img-software-ivac"/>
</div>
</div>
<div class="col-lg-6 col-md-6 col-sm-12 col-xs-12">
Expand All @@ -227,21 +227,15 @@
</h1>

<p>
The IVAO ATC Client, known as IVAC, is a program standalone
developed specifically for IVAO, based on the real radars of
Belgocontrol, Eurocontrol and Amsterdam Radar, which allows you
to control on the network.
The IVAO ATC Client, known as AURORA, is a program developed specifically for IVAO, based on the real radars which allows you to control on the network.
</p>

<p>
IVAC is a feature rich application that provides a comprehensive
set of tools for positions ranging from delivery to central
controllers. This client of free software allows you to stay
connected and coordinate with our online pilots.
AURORA is a feature rich application that provides a comprehensive set of tools for positions ranging from delivery to central controllers. This client of free software allows you to stay connected and coordinate with our online pilots and other ATC.
</p>

<a href="https://ivao.aero/softdev/ivac.asp" class="boton_vermas"
><p>Learn more about Ivac software!</p></a
<a href="https://ivao.aero/software/aurora" class="boton_vermas"
><p>Learn more about Aurora software!</p></a
>
</div>
</div>
Expand Down Expand Up @@ -302,19 +296,14 @@
</h1>

<p>
The IVAO Pilot Client, known as IvAp, is a complement that
Allows flight simulation programs to connect to the IVAO
network.
The IVAO Pilot Client, known as ALTITUDE, is a complement that Allows flight simulation programs to connect to the IVAO network.
</p>

<p>
IvAp enables pilots to effectively communicate with ATC units
and automatically change the frequencies of communication.
Squawk codes, transponder mode and METAR information are also
some of the many functions available to the pilot through IvAp.
ALTITUDE enables pilots to effectively communicate with ATC units and automatically change the frequencies of communication. Squawk codes, transponder mode and METAR information are also some of the many functions available to the pilot through ALTITUDE
</p>

<a href="https://ivao.aero/softdev/ivap.asp" class="boton_vermas">
<a href="https://ivao.aero/software/altitude" class="boton_vermas">
<p>Try this Pilot Software now!</p></a
>
</div>
Expand Down
2 changes: 1 addition & 1 deletion php/presets/footer.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<li><a href="https://wiki.ivao.aero/en/home/ivao/privacypolicy" target="_blank">Privacy Policy</a></li>
<li><a href="https://ec.ivao.aero/events/events.php">Events</a></li>
<li><a href="https://ec.ivao.aero/sources/software.php">Tools</a></li>
<li><a href="https://ec.ivao.aero/admin_panel/login.php">Staff</a></li>
<!--<li><a href="https://ec.ivao.aero/admin_panel/login.php">Staff</a></li>-->
<li><a href="https://wiki.ivao.aero/en/home/ivao/terms-of-use" target="_blank">Terms of use</a></li>
<li><a href="https://wiki.ivao.aero/en/home/ivao/intellectual-property-policy" target="_blank">Intellectual property policy</a></li>
</ul>
Expand Down
11 changes: 7 additions & 4 deletions php/presets/menu.php
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,9 @@ class="logop"
<li>
<a href="https://doc.ivao.aero/rules2:regulations" target="_blank">Rules & Regulations</a>
</li>
<li>
<a href="../../atc/documents/GuiaNovatos.pdf">Beginners guide (Spanish)</a>
</li>
<li>
<a href="https://ec.ivao.aero/events/events.php">Events</a>
</li>
Expand All @@ -54,7 +57,7 @@ class="logop"
<a href="https://discord.com/invite/haJ7YTc" target="_blank">Discord</a>
</li>
<li>
<a href="https://ec.ivao.aero/admin_panel/login.php">Staff</a>
<!--<a href="https://ec.ivao.aero/admin_panel/login.php">Staff</a>-->
</li>
<li>
<a href="#" target="_blank"
Expand All @@ -74,7 +77,6 @@ class="logop"
<ul class="children">
<li><a href="https://ec.ivao.aero/sources/charts.php">Charts</a></li>
<li><a href="https://mediawiki.ivao.aero/index.php?title=Main_Page#IVAO_Training_HQ_Mediawiki_Database" target="_blank">Training</a></li>
<li><a href="https://ivao.aero/ViewDocument.aspx?Path=/training:pilot:ratings" target="_blank">Pilot Ranks</a></li>
</ul>
</li>

Expand All @@ -85,8 +87,9 @@ class="logop"
</p>
<ul class="children">
<li><a href="https://ec.ivao.aero/atc/atc_operations.php">ATC Operations</a></li>
<li><a href="https://ec.ivao.aero/atc/atc_special_operations.php">Special Operations</a></li>
<li><a href="https://mediawiki.ivao.aero/index.php?title=Main_Page#IVAO_Training_HQ_Mediawiki_Database" target="_blank">Training</a></li>
<li><a href="https://www.ivao.aero/ViewDocument.aspx?Path=/training:atc:ratings" target="_blank">ATC Ranks</a></li>
<li><a href="../../atc/documents/IVAO Ecuador - Lineamientos para Exámenes ATC.pdf" target="_blank">Guidelines for ATC Exams</a></li>
<li><a href="https://ec.ivao.aero/atc/gca.php">GCA</a></li>
<li><a href="https://ec.ivao.aero/atc/local_procedures.php">Local procedures</a></li>
<li><a href="https://ec.ivao.aero/atc/dgac_info.php">DGAC - Phraseology manual</a></li>
Expand All @@ -102,6 +105,7 @@ class="logop"
<li><a href="https://ec.ivao.aero/sources/software.php">Software</a></li>
<li><a href="https://ec.ivao.aero/sources/sectorfiles.php">Sector Files</a></li>
<li><a href="http://www.ais.aviacioncivil.gob.ec/ifis3/">Ecuador AIP</a></li>
<li><a href="http://www.ais.aviacioncivil.gob.ec/">Ecuador IFIS</a></li>
</ul>
</li>

Expand All @@ -117,7 +121,6 @@ class="logop"
<a href="#"><span class="icon-user"></span><b><?= $_SESSION['nombre'].' ('.$_SESSION['vid'].')' ?></b></a>
<ul class="children">
<li><a href="https://ec.ivao.aero/profile/dashboard.php">Zona privada</a></li>
<li><a href="https://ec.ivao.aero/profile/rfe.php">RFE Event</a></li>
<li><a href="https://ec.ivao.aero/profile/dashboard.php?section=profile">Configuraciones</a></li>
<li><a href="https://ec.ivao.aero/php/log_out.php">Cerrar sesión</a></li>
</ul>
Expand Down

0 comments on commit e7cbb00

Please sign in to comment.