Skip to content
  • P
    Projects
  • G
    Groups
  • S
    Snippets
  • Help

ruzalo / airline-booking

  • This project
    • Loading...
  • Sign in
Go to a project
  • Project
  • Repository
  • Issues 0
  • Merge Requests 0
  • Pipelines
  • Wiki
  • Snippets
  • Members
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Branches
  • Tags
  • Contributors
  • Graph
  • Compare
  • Charts
Switch branch/tag
  • airline-booking
  • index.php
Find file
BlameHistoryPermalink
  • Ryo's avatar
    Update index.php · 9aebc38d
    Ryo committed 5 years ago
    9aebc38d
index.php 18.3 KB
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 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407
<!DOCTYPE>
<html>
<head>
    <meta charset="utf-8">
    <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/5.0.0/normalize.min.css">
    <link rel='stylesheet prefetch' href='https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.6.3/css/font-awesome.min.css'>
    <link rel="stylesheet " type="text/css " href="mainpagestyle.css ">
    <link href="https://fonts.googleapis.com/css?family=Kaushan+Script|Montserrat:300i,400,700&display=swap" rel="stylesheet">
    <title>Air Ticket Booking</title>
    <script>
!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0];if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src='https://weatherwidget.io/js/widget.min.js';fjs.parentNode.insertBefore(js,fjs);}}(document,'script','weatherwidget-io-js');
</script>
</head>

<body>
<header class="header">
        <div class="container">
            <div class="header__inner">
                <div class="header__logo">
                    Air Booking
                </div>
            </div>
        </div>
    </header>
    <br>
    <br>
    <br>

    <div class="ul1">
        <div class="li2">
            <a class="a1" href="index.php">Home</a>
        </div>
        <div class="li2">
            <a class="a1" href="countrypage.html">Countries</a>
        </div>
        <div class="li2">
            <a class="a1" href="booking_page.php">Booking</a>
        </div>
        <div class="li2">
            <a class="a1" href="contact.php">Contact</a>
        </div>
        <div class="li2">
            <a class="a1" href="user_login.php">Login</a>
        </div>
        <div class="li2">
            <a class="a1" href="loginform_for_admin_2.php">Admin</a>
        </div>
        
    </div>

    <!--Logo-->
    <div class="intro">

        <div class="container">
            <div class="intro__inner">
                <h2 class="intro__suptitle">The Biggest booking service</h2>
                <h1 class="intro__title">Welcome to TAB</h1>
            </div>

        </div>
        <div class="slider">
            <div class="container">
                <div class="slider__inner">
                    <div class="slider__item"><span class="slider__num">02</span>About Us</b>
                    </div>
                    <div class="slider__item"><span class="slider__num">02</span>Skills</b>
                    </div>
                    <div class="slider__item"><span class="slider__num">03</span>Countries</b>
                    </div>
                    <div class="slider__item"><span class="slider__num"> 04</span>Reviews</b>
                    </div>
                </div>
            </div>
        </div>
    </div>
    <section class="section">
        <div class="container">
            <div class="section__header">
                <h3 class="section__suptitle">Just a dream</h3>
                <h2 class="section__title">About Us</h2>
                <div class="section__text">
                    <p>
                        Some Text

                    </p>
                </div>
            </div>
            <div class="about">
                <div class="about__item">
                    <div class="about__img">
                        <img src="img/airplane1.jpg" alt="">
                    </div>
                    <div class="about__text">
                        Fast
                    </div>
                </div>

                <div class="about__item">
                    <div class="about__img">
                        <img src="img/ocean.jpg" alt="">
                    </div>
                    <div class="about__text">
                        Breathtaking
                    </div>
                </div>
                <div class="about__item">
                    <div class="about__img">
                        <img src="img/jetconf.jpg" alt="">
                    </div>
                    <div class="about__text">
                        Confortable
                    </div>
                </div>
            </div>
            <!--End of About-->

        </div>

    </section>
    <div class="statistics">
        <div class="container">
            <div class="stat">
                <div class="stat__item">
                    <div class="stat__cout">5</div>
                    <div class="stat__text">Countries available </div>
                </div>
                <div class="stat__item">
                    <div class="stat__cout">2</div>
                    <div class="stat__text">People who work on a WebPage</div>
                </div>
                <div class="stat__item">
                    <div class="stat__cout">189</div>
                    <div class="stat__text">Sum of Special clients</div>
                </div>
                <div class="stat__item">
                    <div class="stat__cout">316</div>
                    <div class="stat__text">Days from opening</div>
                </div>

            </div>
        </div>
    </div>

    <section class="section">
        <div class="container">
            <div class="section__header">
                <h3 class="section__suptitle">Everywhere with you</h3>
                <h2 class="section__title">Our skills</h2>
            </div>
            <div class="services">
                <div class="services__item">
                    <img class="services__icon" src="img/description.png" alt="">
                    <div class="services__title">Description</div>
                    <div class="services__text">We have the best description that you ever seen</div>
                </div>
                <div class="services__item">
                    <img class="services__icon" src="img/hugelist.png" alt="">
                    <div class="services__title">Destination List</div>
                    <div class="services__text">You can choose where to come from a big list of offers</div>
                </div>
                <div class="services__item">
                    <img class="services__icon" src="img/privateclients.png" alt="">
                    <div class="services__title">Client</div>
                    <div class="services__text">We have a lot of clients from all over the world</div>
                </div>
            </div>
            <hr>
            <div class="services">
                <div class="services__item">
                    <img class="services__icon" src="img/message.png" alt="">
                    <div class="services__title">Best community help service</div>
                    <div class="services__text">We have the best description that you ever seen</div>
                </div>
                <div class="services__item">
                    <img class="services__icon" src="img/withyou.png" alt="">
                    <div class="services__title">Stability</div>
                    <div class="services__text">You can choose where to come from a big list of offers</div>
                </div>
                <div class="services__item">
                    <img class="services__icon" src="img/best.png" alt="">
                    <div class="services__title">Raiting</div>
                    <div class="services__text">We have a lot of clients from all over the world</div>
                </div>

            </div>
        </div>
    </section>

    <section class="section">
        <div class="container">
            <div class="section__header">
                <h3 class="section__suptitle">Develope your imagination</h3>
                <h2 class="section__title">Countries</h2>
            </div>
            <div class="countries">
                <div class="slideshow">

                    <div class="mySlides fade">
                        <img src="img/jp1.jpg" width="570" height="380">
                    </div>

                    <div class="mySlides fade">
                        <img src="img/ny1.jpg" width="570" height="380">
                    </div>

                    <div class="mySlides fade">
                        <img src="img/l.jpg" width="570" height="380">
                    </div>
                    <div class="mySlides fade">
                        <img src="img/p1.jpg" width="570" height="380">
                    </div>


                    <a class="prev" onclick="plusSlides(-1)">&#10094;</a>
                    <a class="next" onclick="plusSlides(1)">&#10095;</a>

                </div>

            </div>
        </div>

    </section>

    <section class="section">
        <div class="container">
            <div class="section__header">
                <h3 class="section__suptitle">Develope your imagination</h3>
                <h2 class="section__title">Japan</h2>
                <div class="section__text">
                    <p>
                    Some Text

                    </p>
                </div>
            </div>

            <div class="countries">
                <div class="countries__item">
                    <img src="img/japanpic.jpg" width="465px" height="310px" alt="">
                </div>
                <ul class="accordion-menu">
                    <li>
                        <div class="dropdownlink"><i class="fa fa-paper-plane" aria-hidden="true"></i> About
                            <i class="fa fa-chevron-down" aria-hidden="true"></i>
                        </div>
                        <ul class="submenuItems">
                            <p>Japan (Japanese: 日本, Nippon (About this soundlisten) or Nihon (About this soundlisten); officially Japanese: 日本国, About this soundNippon-koku or Nihon-koku) is an island country located in East Asia. It is bordered by the Sea of Japan to the west and the Pacific Ocean to the east, and spans from the Sea of Okhotsk in the north to the East China Sea and Philippine Sea in the south. Part of the Pacific Ring of Fire, Japan encompasses an archipelago of about 6,852 islands, with five main islands (Hokkaido, Honshu, Kyushu, Shikoku, and Okinawa) comprising 97% of the country's area.</p>
                        </ul>
                    </li>
                    <li>
                        <div class="dropdownlink"><i class="fa fa-quote-left" aria-hidden="true"></i> Weather
                            <i class="fa fa-chevron-down" aria-hidden="true"></i>
                        </div>
                        <ul class="submenuItems">
                        <a class="weatherwidget-io" href="https://forecast7.com/en/35d71139d73/tokyo/" data-label_1="TOKYO" data-label_2="WEATHER" data-icons="Climacons Animated" data-mode="Current" data-days="3" data-theme="original" >TOKYO WEATHER</a>
                        </ul>
                    </li>
                </ul>
            </div>

        </div>
    </section>
    <section class="section">
        <div class="container">
            <div class="section__header">
                <h3 class="section__suptitle">Develope your imagination</h3>
                <h2 class="section__title">The Usa</h2>
                <div class="section__text">
                    <p>
                    Some Text

                    </p>
                </div>
            </div>

            <div class="countries">
                <div class="countries__item">
                    <img src="img/newyork.jpg" width="465px" height="310px" alt="">
                </div>
                <ul class="accordion-menu">
                    <li>
                        <div class="dropdownlink"><i class="fa fa-paper-plane" aria-hidden="true"></i> About
                            <i class="fa fa-chevron-down" aria-hidden="true"></i>
                        </div>
                        <ul class="submenuItems">
                            <p>New York City (NYC), often called the City of New York or simply New York (NY), is the most populous city in the United States. With an estimated 2018 population of 8,398,748 distributed over about 302.6 square miles (784 km2), New York is also the most densely populated major city in the United States. Located at the southern tip of the U.S. state of New York, the city is the center of the New York metropolitan area, the largest metropolitan area in the world by urban landmass. With almost 20 million people in its metropolitan statistical area and approximately 23 million in its combined statistical area, it is one of the world's most populous megacities. </p>
                        </ul>
                    </li>
                    <li>
                        <div class="dropdownlink"><i class="fa fa-quote-left" aria-hidden="true"></i> Weather
                            <i class="fa fa-chevron-down" aria-hidden="true"></i>
                        </div>
                        <ul class="submenuItems">
                        <a class="weatherwidget-io" href="https://forecast7.com/en/40d71n74d01/new-york/" data-label_1="NEW YORK" data-label_2="WEATHER" data-icons="Climacons Animated" data-mode="Current" data-days="3" data-theme="original" >NEW YORK WEATHER</a>
                        </ul>
                    </li>
                </ul>
            </div>

        </div>
    </section>
    <section class="section">
        <div class="container">
            <div class="section__header">
                <h3 class="section__suptitle">Develope your imagination</h3>
                <h2 class="section__title">France</h2>
                <div class="section__text">
                    <p>
                    Some Text

                    </p>
                </div>
            </div>

            <div class="countries">
                <div class="countries__item">
                    <img src="img/paris.jpg" width="465px" height="310px" alt="">
                </div>
                <ul class="accordion-menu">
                    <li>
                        <div class="dropdownlink"><i class="fa fa-paper-plane" aria-hidden="true"></i> About
                            <i class="fa fa-chevron-down" aria-hidden="true"></i>
                        </div>
                        <ul class="submenuItems">
                            <p>Paris (French pronunciation: (About this soundlisten) is the capital and most populous city of France, with a population of 2,148,271 residents (official estimate, 1 January 2020) in an area of 105 square kilometres (41 square miles). Since the 17th century, Paris has been one of Europe's major centres of finance, diplomacy, commerce, fashion, science and arts. The City of Paris is the centre and seat of government of the Île-de-France, or Paris Region, which has an estimated official 2020 population of 12,278,210, or about 18 percent of the population of France. The Paris Region had a GDP of €709 billion ($808 billion) in 2017.</p>
                        </ul>
                    </li>
                    <li>
                        <div class="dropdownlink"><i class="fa fa-quote-left" aria-hidden="true"></i> Weather
                            <i class="fa fa-chevron-down" aria-hidden="true"></i>
                        </div>
                        <ul class="submenuItems">
                        <a class="weatherwidget-io" href="https://forecast7.com/en/48d862d35/paris/" data-label_1="PARIS" data-label_2="WEATHER" data-icons="Climacons Animated" data-mode="Current" data-days="3" data-theme="original" >PARIS WEATHER</a>
                        </ul>
                    </li>
                </ul>
            </div>

        </div>
    </section>
    <section class="section">
        <div class="container">
            <div class="section__header">
                <h3 class="section__suptitle">Develope your imagination</h3>
                <h2 class="section__title">The Uk</h2>
                <div class="section__text">
                    <p>
                    Some Text

                    </p>
                </div>
            </div>

            <div class="countries">
                <div class="countries__item">
                    <img src="img/london.jpg" width="465px" height="310px" alt="">
                </div>
                <ul class="accordion-menu">
                    <li>
                        <div class="dropdownlink"><i class="fa fa-paper-plane fa-1.5x" aria-hidden="true"></i> About
                            <i class="fa fa-chevron-down" aria-hidden="true"></i>
                        </div>
                        <ul class="submenuItems">
                            <p>London is the capital and largest city of England and the United Kingdom. Standing on the River Thames in the south-east of England, at the head of its 50-mile (80 km) estuary leading to the North Sea, London has been a major settlement for two millennia. Londinium was founded by the Romans. The City of London, London's ancient core − an area of just 1.12 square miles (2.9 km2) and colloquially known as the Square Mile − retains boundaries that closely follow its medieval limits. The City of Westminster is also an Inner London borough holding city status. Greater London is governed by the Mayor of London and the London Assembly.</p>
                        </ul>
                    </li>
                    <li>
                        <div class="dropdownlink"><i class="fa fa-quote-left fa-1.5x" aria-hidden="true"></i> Weather
                            <i class="fa fa-chevron-down" aria-hidden="true"></i>
                        </div>
                        <ul class="submenuItems">
                        <a class="weatherwidget-io" href="https://forecast7.com/en/51d51n0d13/london/" data-label_1="LONDON" data-label_2="WEATHER" data-icons="Climacons Animated" data-mode="Current" data-days="3" data-theme="original" >LONDON WEATHER</a>
                        </ul>
                    </li>
                </ul>
            </div>

        </div>
    </section>


    <div class="section section--gray">
        <div class="container">
            <div class="reviews">
                <a class="reviews__btn reviews__btn--prev" href="#">Prev</a>
                <a class="reviews__btn reviews__btn--next" href="#">Next</a>

                <div class="reviews__item">
                    <img class="reviews__pic" src="img/review.png" alt="">
                    <div class="reviews__text">
                        "Best website ever!""
                    </div>
                    <div class="reviews__author">Rustam Zaloldinov</div>
                </div>
            </div>


        </div>
    </div>
    <script src='https://code.jquery.com/jquery-2.2.4.min.js '></script>
    <script src="js/mainjs.js"></script>
    <script src="js/slider.js"></script>
    <script src="js/accordion.js"></script>

</body>

</html>