EVOLUTION-NINJA
Edit File: tech-about-page.php
<?php echo view('includes/flow-header'); ?> <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=Inter&family=Jost:ital,wght@0,300;0,400;0,500;1,400&family=Montserrat&family=Ms+Madi&family=My+Soul&family=Nunito&family=Open+Sans&family=Poppins:wght@200;400&family=Roboto:ital,wght@0,300;0,400;0,500;1,300;1,400&family=Updock&display=swap" rel="stylesheet"> <section class="tech-about"> <div class="row"> <div class="col-sm-3"> <div class="spec-left"> <div class="industry-menu"> <ul> <li><a href=""><i class="fa fa-long-arrow-right" aria-hidden="true"></i>TRENDING TECHNOLOGIES</a></li> <li><a href=""><i class="fa fa-long-arrow-right" aria-hidden="true"></i>INDUSTRY EXHIBITION</a></li> </ul> <img src="<?php echo base_url('public/assets/images/industry-game.png');?>" class="mb-4"> <ul> <li><a href=""><i class="fa fa-long-arrow-right" aria-hidden="true"></i>Theaters</a></li> <li><a href=""><i class="fa fa-long-arrow-right" aria-hidden="true"></i>Anaesthesia</a></li> <li><a href=""><i class="fa fa-long-arrow-right" aria-hidden="true"></i>Pain Medicine</a></li> <li><a href=""><i class="fa fa-long-arrow-right" aria-hidden="true"></i>Intensive Care</a></li> </ul> </div> </div> </div> <div class="col-sm-9"> <div class="about-tech"> <div class="row pt-4"> <div class="col-sm-9"></div> <div class="col-sm-3" id="go-back-new"> <a href="<?php echo base_url('add-industry');?>"><i class="fa fa-arrow-left" aria-hidden="true"></i>Back</a> </div> </div> <!--------------> <div class="about-tech-info"> <!-- <div class="row"> <div class="col-sm-5"> <div class="border-gradient1 border-gradient-purple1"> <img src="../public/uploads/exhibition/<?php echo $show_data[0]['logo']; ?>" class="img-fluid d-block mx-auto"> </div> <div class="row pt-4"> <div class="col-sm-6"> <p>Website</p> <p>E-Mail ID</p> <p>Contact Person Name</p> <p>Phone Number</p> <p>Products</p> </div> <div class="col-sm-6"> <p><?php echo $show_data[0]['website']; ?></p> <p><?php echo $show_data[0]['mail']; ?></p> <p><?php echo $show_data[0]['contact_person']; ?></p> <p><?php echo $show_data[0]['phone']; ?></p> <p><?php echo $show_data[0]['products']; ?></p> </div> </div> </div> <div class="col-sm-7"> <div class="about-right"> <h4>About Us</h4> <p>Affinity Elite is one of the leading and fast growing luxury salon chain in India since 1992 that has given salon services a new horizon and emerging as known name in the industry. </p> <p>Brand holds a legacy of 30 years, offering a wide portfolio of services for both women and men. We are available in all premium locations of Delhi-NCR and have an ecosystem that provides the highest level of luxury services in wellness and grooming along with a personalised touch to enhance the customer experience and satisfaction Elite is one of the leading and fast growing luxury salon chain in India since 1992 that has given salon services a new horizon and emerging as known name in the industry.</p> </div> </div> </div> --> <div class="row"> <div class="col-sm-4"> <div class="border-gradient1 border-gradient-purple1"> <img src="../public/uploads/exhibition/<?php echo $show_data[0]['logo']; ?>" class="img-fluid d-block mx-auto"> </div> </div> <div class="col-sm-8"></div> </div> <div class="row pt-5"> <div class="col-sm-2"> <h6>Company Name</h6> </div> <div class="col-sm-10"> <p><?php echo $show_data[0]['company_name']; ?></p> </div> </div> <div class="row pt-5"> <div class="col-sm-2"> <h6>About</h6> </div> <div class="col-sm-10 about-info"> <!-- <p>Affinity Elite is one of the leading and fast growing luxury salon chain in India since 1992 that has given salon services a new horizon and emerging as known name in the industry. </p> <p>Brand holds a legacy of 30 years, offering a wide portfolio of services for both women and men. We are available in all premium locations of Delhi-NCR and have an ecosystem that provides the highest level of luxury services in wellness and grooming along with a personalised touch to enhance the customer experience and satisfaction Elite is one of the leading and fast growing luxury salon chain in India since 1992 that has given salon services a new horizon and emerging as known name in the industry.</p> --> <?php echo $show_data[0]['about_company']; ?> </div> </div> <div class="row pt-3"> <div class="col-sm-2"> <h6>Website</h6> </div> <div class="col-sm-10"> <!-- <p><?php echo $show_data[0]['website']; ?></p> --> <p><a href="<?php echo $show_data[0]['website']; ?>" target="_blank;"><?php echo $show_data[0]['website']; ?></a></p> </div> </div> <div class="row pt-3"> <div class="col-sm-2"> <h6>E-Mail ID</h6> </div> <div class="col-sm-10"> <p><a href="https://mail.google.com/mail/?view=cm&fs=1&tf=1&to=<?php echo $show_data[0]['mail']; ?>" target="_blank"><b><?php echo $show_data[0]['mail']; ?></b></a></p> <!-- <p><?php echo $show_data[0]['mail']; ?></p> --> </div> </div> <div class="row pt-3"> <div class="col-sm-2"> <h6>Contact Person Name</h6> </div> <div class="col-sm-10"> <p><?php echo $show_data[0]['contact_person']; ?></p> </div> </div> <div class="row pt-3"> <div class="col-sm-2"> <h6>Phone Number</h6> </div> <div class="col-sm-10"> <p><?php echo $show_data[0]['phone']; ?></p> </div> </div> <div class="row pt-3"> <div class="col-sm-2"> <h6>Products</h6> </div> <div class="col-sm-10 products_list"> <?php echo $show_data[0]['products']; ?> </div> </div> </div> </div> </div> </div> </section> <style> .products_list{ color: #000000; font-weight: 500; font-size: 16px; text-align: justify; } @media only screen and (min-width: 320px) and (max-width: 640px) { .products_list{ overflow-x: scroll; } } /*.about-info p{ color: #000000!important; font-weight: 500!important; font-size: 16px!important; text-align: justify!important; } .about-info span{ color: #000000!important; font-weight: 500!important; font-size: 16px!important; text-align: justify!important; }*/ /*.about-info p{ color: #000000!important; font-weight: 500!important; font-size: 16px!important; text-align: justify!important; } .about-info span{ color: #000000!important; font-weight: 500!important; font-size: 16px!important; text-align: justify!important; } .about-info div{ color: #000000!important; font-weight: 500!important; font-size: 16px!important; text-align: justify!important; }*/ </style> <?php echo view('includes/flow-footer'); ?> <style> .spec-left { background: linear-gradient(to left, #0198CD,#0160A2); height: 2011px; width: 270px; padding: 25px 0 25px 25px; } @media only screen and (min-width: 320px) and (max-width: 640px){ .spec-left { width: auto; height: 406px !important; } } </style>