CINXE.COM

Frypan Graphics - Web Portfolio

<!DOCTYPE html> <html lang="zxx"> <head> <!-- Meta Basics --> <!-- ====================================================================================================== --> <meta charset="utf-8" /> <title>Frypan Graphics - Web Portfolio</title> <meta name="description" content /> <meta name="keywords" content /> <meta name="author" content /> <!-- Mobile Specific Metas --> <!-- ====================================================================================================== --> <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1" /> <!-- Favicons --> <!-- ====================================================================================================== --> <link rel="shortcut icon" href="images/favicons/favicon.png" /> <link rel="apple-touch-icon" href="images/favicons/apple-touch-icon.png" /> <link rel="apple-touch-icon" sizes="72x72" href="images/favicons/apple-touch-icon-72x72.png" /> <link rel="apple-touch-icon" sizes="114x114" href="images/favicons/apple-touch-icon-114x114.png" /> <!-- Plugins --> <link rel="stylesheet" href="css/plugins.css" /> <!-- Core Style Css --> <link rel="stylesheet" href="css/style.css" /> </head> <body class="dark2"> <!-- ==================== Start Loading ==================== --> <div id="preloader"> </div> <!-- ==================== End Loading ==================== --> <!-- ==================== Start progress-scroll-button ==================== --> <div class="progress-wrap cursor-pointer"> <svg class="progress-circle svg-content" width="100%" height="100%" viewBox="-1 -1 102 102"> <path d="M50,1 a49,49 0 0,1 0,98 a49,49 0 0,1 0,-98" /> </svg> </div> <!-- ==================== End progress-scroll-button ==================== --> <!-- ==================== Start cursor ==================== --> <div class="mouse-cursor cursor-outer"></div> <div class="mouse-cursor cursor-inner"></div> <!-- ==================== End cursor ==================== --> <!-- ==================== Start Navbar ==================== --> <nav class="navbar change navbar-expand-lg"> <div class="container"> <!-- Logo --> <a class="logo" href="index.html"> <img src="images/logo-light.png" alt="fry pan graphics"> </a> <button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation"> <span class="icon-bar"><i class="fas fa-bars"></i></span> </button> <!-- navbar links --> <div class="collapse navbar-collapse" id="navbarSupportedContent"> <ul class="navbar-nav ml-auto"> <li class="nav-item"> <a class="nav-link active" href="index.html">Home</a> </li> <li class="nav-item"> <a class="nav-link" href="about.html">About us</a> </li> <li class="nav-item"> <a class="nav-link" href="services.html">Services Offered</a> </li> <li class="nav-item"> <a class="nav-link" href="works.html">Portfolio</a> </li> <li class="nav-item"> <a class="nav-link" href="contact.html">Contact us</a> </li> </ul> </div> </div> </nav> <!-- ==================== End Navbar ==================== --> <!-- ==================== Start Slider ==================== --> <header class="slider simpl fixed-slider bg-img valign" data-background="images/banners/frypan-screen.jpg" data-overlay-dark="3"> <div class="container text-center"> <div class="row"> <div class="col-lg-12"> <div class="caption center mt-80"> <!-- <h6>Unique Business.</h6> --> <!-- <a class="home-logo" href="index.html"> <img src="images/logo-light.png" alt="fry pan graphics"> </a> --> <!-- <h1>Frypan Graphics</h1> --> <!-- <p>Fry Pan Graphics is an integrated graphic design studio based in Bombay. Having a team of professional Visualizers, Illustrators, Designers, Photographers and Copywriters working with zealous spirit.</p> --> <p class="text-uppercase">Imagination gives rise to ideas,<br> ideas leads to progress,<br> progress leads to prosperity. <br> In the long run survival<br> depends on creativity<br> this is the business of life!!!</p> </div> </div> </div> </div> </header> <!-- ==================== End Slider ==================== --> <div class="main-content"> <!-- ==================== Start Services ==================== --> <section class="simpl-intro section-padding"> <div class="container"> <div class="row"> <div class="col-lg-5 offset-lg-1 md-mb50"> <div class="img"> <img src="images/home-img.jpg" alt=""> </div> </div> <div class="col-lg-5 offset-lg-1 valign"> <div class="cont"> <div class="sub-title"> <h6>Who We Are ?</h6> </div> <h3 class="mb-30 fw-700">Investing in <br> the digital future.</h3> <p>Fry Pan Graphics is an integrated graphic design studio based in Bombay. Having a team of professional Visualizers, Illustrators, Designers, Photographers and Copywriters working with zealous spirit. Our team is experienced in analyzing our client's product & service, distilling the competitive advantage and capturing the audience with an effective message. Our client's business is our business, and we consistently work toward achieving the best possible solution each and every time.</p> </div> </div> </div> </div> </section> <!-- ==================== End Services ==================== --> <!-- ==================== Start Footer ==================== --> <footer class="footer-half section-padding20 pb-0"> <div class="container"> <div class="row"> <div class="col-lg-12"> <div class="cont"> <div class="con-info custom-font text-center"> <ul> <li><span><i class="fa fa-envelope" aria-hidden="true"></i></span> designs@frypangraphics.com</li> </ul> </div> <div class="social-icon text-center"> <div class="social"> <a href="#0" class="icon"> <i class="fab fa-facebook-f"></i> </a> <a href="#0" class="icon"> <i class="fab fa-linkedin"></i> </a> <a href="#0" class="icon"> <i class="fab fa-google"></i> </a> </div> </div> </div> </div> </div> <div class="copyrights text-center"> <p>Copyrights &copy; 2023 All Rights Reserved.</p> </div> </div> </footer> <!-- ==================== End Footer ==================== --> </div> <!-- jQuery --> <script src="js/jquery-3.0.0.min.js"></script> <script src="js/jquery-migrate-3.0.0.min.js"></script> <!-- plugins --> <script src="js/plugins.js"></script> <!-- custom scripts --> <script src="js/scripts.js"></script> </body> </html>

Pages: 1 2 3 4 5 6 7 8 9 10