Skip to main content

About

 <!DOCTYPE html>

<html lang="en">

<head>

    <meta charset="UTF-8">

    <meta http-equiv="X-UA-Compatible" content="IE=edge">

    <meta name="viewport" content="width=device-width, initial-scale=1.0">

    <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css" integrity="sha512-iBBXm8fW90+nuLcSKlbmrPcLa0OT92xO1BIsZ+ywDWZCvqsWgccV3gFoRBv0z+8dLJgyAHIhR35VZc2oM/gI1w==" crossorigin="anonymous" />

    <link rel="stylesheet" href="./css/style.css">

    <title>Travel Web</title>


</head>

<body>

    <nav class="navbar1 dark">

        <div class="container1">

        <!-- <h1 class="logo">PM</h1> -->

        <ul class="navitems1">

            <li class="navitem1"><a href="./index.html">Home</a></li>

            <li class="navitem1"><a href="./about.html">About</a></li>

            <li class="navitem1"><a href="./contact.html">Contact</a></li>

        </ul>

      </div>

    </nav>

    <section class="about">

    <div class="container">

            <h2 class="textblack bottom">About Us</h2>

            <p class="textgrey">Our award-winning company consistently ranks as one of the best agencies in the country (Travel Weekly, Business Travel Weekly), and is a top member of the ...</p>

        <div class="aboutwrapper" >

            <div class="left">

                <ul>

                    <li>Singapur trip </li>

                    <li>Malesia</li>

                    <li>Japan</li>

                </ul>

            </div>

            <div class="right">

                <ul>

                    <li>Matheran</li>

                    <li>Goa</li>

                    <li>Combotrip</li>

                </ul>

            </div>

        </div>

       <div class="count">

           

         <div class="countitem count1">

            <span>2500</span>

            <p>Travelled</p>

         </div>

         <div class=" countitem count2">

            <span>500</span>

            <p>Places</p>

         </div>

         <div class=" countitem count3">

            <span>100</span>

            <p>Guid</p>

         </div>

         <div class=" countitem count4">

            <span>1000</span>

            <p>Vouchers</p>

         </div>

         


       </div>

       <div class="support">

           <div class="help">

             <p>we are 24/7 for your support. customers are our first priority</p>

           </div>

           <div class="number">

               <a href="./contact.html" class="btncontact">Contact Us</a>

           </div>

       </div>

     </div>

    </section>

    <footer class="footer">

        <div class="socialmedia">

         <a href="https://www.facebook.com/"><i class="fab fa-facebook-square fa-3x"></i></a> 

          <a href="https://www.instagram.com/p/BdQLbyOlND5/?utm_source=ig_embed"><i class="fab fa-instagram fa-3x"></i></a>

          <a href="https://twitter.com/notifications"><i class="fab fa-twitter fa-3x"></i></a>

        </div>

        <p>World Travel &copy; 2020, All rights are resrved</p><br><br>

  

    </footer>

    

</body>

</html>

Comments

Popular posts from this blog

css

 *{     margin: 0;     padding: 0;     box-sizing: border-box; } html{     font-size: 62.5%;     /* 10px */ } body{     font-family:sans-serif; } /* ######### utility classes ######### */ ul li{     list-style: none; } p,li{     font-size: 1.6em;     margin: 0.5em; } h1{     margin-bottom: 0.5em;     font-weight: 500px;     font-size:3.2rem; } h2,h3{     margin-bottom: 0.5em;     font-weight: 500px;     font-size:2.2rem ; } .textwhite{     color: white; } .textblack{     color: black; } .textred{     color: red; } .textgrey{     color: grey;     font-weight: 600; } .dark{     background-color: #263238; } /* #### buttons ######## */ .btn{     display: inline-block;     padding:1rem 1.5rem;     text-transform: uppercase;     margin:0.5em ...

AI Reconstructing Motion Sequences

  Artificial intelligence (AI) has come a long way in recent years, and researchers have been exploring its potential to reconstruct motion sequences of humans and animals. This has the potential to transform many fields, from entertainment and sports to medicine and robotics. One exciting application of this technology is in the entertainment industry, where it could be used to create more realistic and dynamic animations for movies and video games. In the past, animators had to manually animate every frame of a character's movement, which was a time-consuming and labor-intensive process. With AI motion reconstruction, however, animators could input a sequence of movements and let the AI generate a more lifelike and natural-looking animation. Researchers have also been exploring the potential of AI motion reconstruction in the sports industry. By analyzing video footage of athletes, AI algorithms can reconstruct their movements and provide detailed analysis of their techniques. Th...
 <!DOCTYPE html> <html> <head>     <meta name="viewport" content="width=device-width, initial-scale=1.0">     <link rel="icon" type="image/png" href="C:/Users/Admin/Desktop/PM-Travels-master/img/your-favicon.png">            <link rel="preconnect" href="https://fonts.googleapis.com">     <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>     <link href="https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&family=Playfair+Display:wght@400;500;600;700&family=Roboto:wght@300;400;500;700&family=Montserrat:wght@300;400;500;600;700&display=swap" rel="stylesheet">     <link rel="icon" type="image/png" href="./img/WOW.png">     <link rel="stylesheet" href="./css/style.css">     <title>Travel Web - Explore Your Dreams...