CINXE.COM
About - Tech Trek Events
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <meta http-equiv="X-UA-Compatible" content="ie=edge" /> <title>About - Tech Trek Events</title> <link rel="icon" href="assets/img/fav.png" sizes="16x16"> <link rel="stylesheet" href="assets/libs/bootstrap/dist/css/bootstrap.min.css"> <link rel="stylesheet" href="assets/libs/owl.carousel/dist/assets/owl.carousel.css"> <link rel="stylesheet" href="assets/libs/owl.carousel/dist/assets/owl.theme.default.css"> <link rel="stylesheet" href="assets/libs/%40fortawesome/fontawesome-free/css/all.css"> <link rel="stylesheet" href="assets/libs/sal.js/dist/sal.css"> <link rel="stylesheet" href="assets/fonts/fonts.css"> <link rel="stylesheet" href="assets/css/app.css" /> <style> .heading-align-left{ text-align:left; } .text-align-justify{ text-align:justify; } ul.b { padding: 20px; } ul li { list-style-type: square!important; padding-left: 25px; } .footer-list ul li { list-style-type: none!important; padding-left: 0px!important; } .header-list ul li { list-style-type: none!important; padding-left: 0px!important; } </style> </head> <body> <!--==================================== Loader Start ======================================--> <div class="loader"> <div class="spinner-grow" role="status"> </div> </div> <!--==================================== Loader End ======================================--> <!--==================================== Overlay Menu Start ======================================--> <div id="myNav" class="overlay-custom"> <div class="overlay-menu-main"> <div class="container"> <a href="javascript:void(0)" class="close-btn" onclick="closeNav()"> <svg class="close" width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M14.4397 0.268761L0.265382 14.4431C-0.0904485 14.7989 -0.0904488 15.3759 0.265382 15.7317C0.621213 16.0875 1.19813 16.0875 1.55396 15.7317L15.7283 1.55734C16.0841 1.20151 16.0841 0.624592 15.7283 0.268761C15.3725 -0.0870698 14.7956 -0.087069 14.4397 0.268761Z" fill="#666666" /> <path d="M0.268276 1.55099L14.4426 15.7253C14.7985 16.0812 15.3754 16.0812 15.7312 15.7253C16.087 15.3695 16.087 14.7926 15.7312 14.4368L1.55685 0.262412C1.20102 -0.0934184 0.624107 -0.093419 0.268276 0.262412C-0.0875543 0.618243 -0.0875535 1.19516 0.268276 1.55099Z" fill="#666666" /> </svg> </a> <div class="overlay-content"> <div class="row row-custom-1"> <div class="col-lg-6 col-md-6 col-menu"> <div class="col-menu-inr header-list"> <ul class="mobile-menu-ul"> <li class="mobile-menu-li"> <a href="index.html" class="mobile-menu-button"> <p class="mobile-menu-text">Home</p> </a> </li> <li class="mobile-menu-li"> <a href="about.html" class="mobile-menu-button"> <p class="mobile-menu-text">About</p> </a> </li> <li class="mobile-menu-li"> <a href="services.html" class="mobile-menu-button"> <p class="mobile-menu-text">Services</p> </a> </li> <li class="mobile-menu-li"> <a href="future_events.html" class="mobile-menu-button"> <p class="mobile-menu-text">Upcoming Events</p> </a> </li> <li class="mobile-menu-li"> <a href="past_events.html" class="mobile-menu-button"> <p class="mobile-menu-text">Past Events</p> </a> </li> <li class="mobile-menu-li"> <a href="https://join.techtrekevents.com/?page_id=85" target="_blank" class="mobile-menu-button"> <p class="mobile-menu-text">Contact Us</p> </a> </li> </ul> </div> </div> <div class="col-lg-6 col-md-6 col-we-agency"> <div class="col-we-agency-inr"> <div class="main-logo"> <a href="index.html" class="logo-otr"> <img class="logo" src="assets/img/logo-alt.png" alt="brand-logo"> </a> <p class="desc-logo">Elevate your event organizing experience with Tech Trek</p> </div> <div class="contact-details"> <div class="contact"> <h3 class="contact-head">Address</h3> <p class="contact-desc"> Techtrekevents OU<br> Harju maakond, Tallinn, Kristine linnaosa. Seebi tn 1-1501, 11316, Estonia </p> </div> <!-- <div class="contact"> <h3 class="contact-head">Email</h3> <p class="contact-desc"><a href="cdn-cgi/l/email-protection.html" class="__cf_email__" data-cfemail="74171b1a00151700343a1b00110c5a171b19">[email protected]</a> </p> </div> <div class="contact"> <h3 class="contact-head">Phone</h3> <p class="contact-desc">+1 713-550-4354</p> </div> --> </div> </div> </div> </div> <div class="row row-custom-2"> <div class="col-lg-6 col-icons"> <div class="col-icons-inr"> <div class="icons"> <a href="https://www.facebook.com/profile.php?id=61554827100112" target="_blank" class="icons-a"> <i class="fab fa-facebook-f facebook social-icon"></i> </a> <a href="https://twitter.com/tech_trek" target="_blank" class="icons-a"> <i class="fab fa-twitter twitter social-icon"></i> </a> <a href="https://www.instagram.com/techtrekevents/" target="_blank" class="icons-a"> <i class="fab fa-instagram instagram social-icon"></i> </a> <a href="https://www.youtube.com/@TechTrekEvents" target="_blank" class="icons-a"> <i class="fab fa-youtube behance social-icon"></i> </a> <a href="https://www.linkedin.com/company/tech-trek-events/" target="_blank" class="icons-a"> <i class="fab fa-linkedin-in linkedin social-icon"></i> </a> </div> </div> </div> <!-- <div class="col-lg-6 col-terms"> <div class="col-terms-inr"> <a href="terms-and-condition.html" class="terms-links top">Terms & Conditions</a> <span class="dot">•</span> <a href="pages/privacy-policy.html" class="terms-links">Privacy Policy</a> </div> </div> --> </div> </div> </div> </div> </div> <!--==================================== Overlay Menu End ======================================--> <!--==================================== Inner Page Header Start Here ======================================--> <div class="inner-page-header"> <div class="container"> <!--==================================== NavBar Start Here ======================================--> <div class="nav-custom"> <div class="nav-custom-inner"> <a class="logo-otr" href="index.html" title="brand-logo"> <img class="logo-inr" src="assets/img/logo-alt.png" alt="./"> </a> <!--<ul class="navigation">--> <!-- <li class="navigation-inr">--> <!-- <a class="nav-links" href="index.html">Home</a>--> <!-- </li>--> <!-- <li class="navigation-inr">--> <!-- <a class="nav-links" href="about.html">About</a>--> <!-- </li>--> <!-- <li class="navigation-inr">--> <!-- <a class="nav-links" href="#">Services</a>--> <!-- </li>--> <!-- <li class="navigation-inr">--> <!-- <a class="nav-links" href="#">Blog</a>--> <!-- </li>--> <!-- <li class="navigation-inr">--> <!-- <a class="nav-links" href="https://join.techtrekevents.com/?page_id=85" target="_blank">Contact</a>--> <!-- </li>--> <!--</ul>--> <a class="action-toggle" onclick="openNav()"> <div class="toggle-inner"> <span class="toggle-line first"></span> <span class="toggle-line second"></span> </div> </a> </div> </div> <!--==================================== NavBar End Here ======================================--> <!--==================================== Page heading Start Here ======================================--> <div class="inner-page-heading"> <h2 class="page-heading">Terms & Conditions</h2> </div> <!--==================================== Page heading End Here ======================================--> </div> </div> <!--==================================== Inner Page Header End Here ======================================--> <!--==================================== Features Start Here ======================================--> <div class="features"> <div class="container"> <div class="wrapper"> <div class="main-heading-otr"> <h2 class="heading-otr heading-align-left">Terms & Conditions</h2> <br> <h3 class="feature-head heading-align-left">Payments</h3> <ul class="desc-otr text-align-justify b"> <li>Payment should be made in full immediately after submitting the registration form</li> <li>Payment should always be made in Pounds, Dollars, Euros unless indicated otherwise.</li> <li>Techtrek accepts all kinds of debit and credits cards. Bank Transfer option may be allowed only on the condition that the payment is processed within 3-4 working days upon receiving the proforma invoice.</li> <li>The fee of the event includes the possibility to download speakers’ presentations, access to the conference hall & materials, refreshments, lunches and snacks.</li> <li>In case the payment is not processed before the final due date, Techtrek reserves the right to cancel the registration of the respective attendee.Overdue payments can be charged with a statutory interest rate of 8%.</li> <li>Each delegate will be responsible for their own hotel accommodation and travel expenses, however Techtrek will negotiate and offer the best possible hotel rates for its delegates in the same 4-star or 5-star hotel in which the event will take place.</li> </ul> <br> <h3 class="feature-head heading-align-left">Cancellation Policy</h3> <ul class="desc-otr text-align-justify b"> <li>Incase a delegate would like to cancel their participation for some unexpected eventualities, such requests must be submitted at least 4 weeks prior to the event in order to obtain a full credit note for any future event organised by Techtrek. The fees charged are strictly non-refundable.</li> <li>Non-attendance, otherwise referred as a “no show” does not signify cancellation.</li> <li>Techtrek will not be held responsible for events canceled for reasons beyond its control such as natural disasters, accidents, sabotage, trade or industrial disputes, outbreak of disease, hostilities, terrorism, etc. However, a full credit note would be given in each of these cases.</li> <li>Each</li> <li>Each</li> </ul> <br> <h3 class="feature-head heading-align-left">Data Protection</h3> <ul class="desc-otr text-align-justify b"> <li>Techtrek agrees to keep clients’ information confidential in its database.</li> <li>The client gives Techtrek the authority to keep their information in its database and use the information in any way necessary in connection with the event, otherwise consent should be sought.</li> <li>Client information will be removed immediately after receiving a request from the respective client.</li> <li>For more information on Data Protection, kindly refer to our Privacy Policy.</li> </ul> <br> <h3 class="feature-head heading-align-left">Please Note</h3> <ul class="desc-otr text-align-justify b"> <li>All booking forms submitted without a signature are considered invalid.</li> <li>Techtrek reserves the right to postpone the event to a later date or make changes to the location or confirmed speakers.</li> <li>If a client decides to cancel their participation for these reasons the client will receive a full credit note which covers the amount paid to attend any future event organised by Techtrek.</li> <li>The hotel information may not be provided at the time of booking but should be ready at least one month prior to the event.</li> <li>In such case, please bear with us.</li> </ul> <br> <h3 class="feature-head heading-align-left">Copyright</h3> <ul class="desc-otr text-align-justify b"> <li>The information included in Techtrek’s Event Agenda is strictly meant for the company or person who directly received the agenda from Techtrek. Under NO circumstance should this agenda be published on the internet or be made available to the general public without the prior consent of Techtrek.</li> <li>All intellectual property rights in all materials produced and distributed by Techtrek in connection with this event are expressly reserved and any unauthorized duplication, publication or distribution is strictly forbidden.</li> </ul> <br> <br><br><br><br> </div> </div> <img class="shape-4" src="assets/img/bg-shape-1.png" alt="bg-shape"> <img class="shape-2" src="assets/img/bg-shape-2.png" alt="bg-shape"> </div> </div> <!--==================================== Features Start Here ======================================--> <!--==================================== Footer Start Here ======================================--> <div class="footer-main"> <!--==================================== Notex Start Here ======================================--> <div class="footer"> <div class="container"> <div class="row row-custom"> <div class="col-lg-4 col-md-12 col-sm-12 box1 col-we-agency"> <div class="we-agency-inr"> <a class="logo-otr" href="index.html"> <img class="logo-inr" src="assets/img/logo-alt.png" alt="logo"> </a> <p class="agency-desc"> Techtrekevents OU </p> <div class="icons-outer"> <a href="https://www.facebook.com/profile.php?id=61554827100112" class="facebook-outer" target="_blank"> <i class="fab fa-facebook-f social facebook"></i> </a> <a href="https://twitter.com/tech_trek" class="twitter-outer" target="_blank"> <i class="fab fa-twitter social twitter"></i> </a> <a href="https://www.instagram.com/techtrekevents/" class="instagram-outer" target="_blank"> <i class="fab fa-instagram social instagram"></i> </a> <a href="https://www.youtube.com/@TechTrekEvents" class="bottom1 pinterest-outer" target="_blank"> <i class="fab fa-youtube social pinterest"></i> </a> <a href="https://www.linkedin.com/company/tech-trek-events/" class="bottom linkedin-outer" target="_blank"> <i class="fab fa-linkedin-in social linkedin"></i> </a> </div> </div> </div> <div class="col-lg-2 col-md-4 col-sm-3 box2 navigation"> <div class="navigation-inr footer-list"> <h3 class="navi-heading">Navigation</h3> <ul class="navi-list"> <li class="navi-list-inr"> <a class="navi-link" href="index.html">home</a> </li> <li class="navi-list-inr"> <a class="navi-link" href="about.html">About</a> </li> <li class="navi-list-inr"> <a class="navi-link" href="services.html">Services</a> </li> <li class="navi-list-inr"> <a class="navi-link" href="#">Events</a> </li> <li class="navi-list-inr"> <a class="navi-link" href="https://join.techtrekevents.com/?page_id=85">Contact Us</a> </li> </ul> </div> </div> <div class="col-lg-2 col-md-4 col-sm-4 box3 pages"> <div class="pages-inr footer-list"> <h3 class="pages-heading">Policies</h3> <ul class="pages-list"> <li class="pages-list-inr"> <a class="pages-link" href="privacypolicy.html">Privacy Policy</a> </li> <li class="pages-list-inr"> <a class="pages-link" href="terms-and-condition.html">Terms & Conditions</a> </li> <li class="pages-list-inr"> <a class="pages-link" href="refund-cancel.html">Ref. & Cancellation Policy</a> </li> </ul> </div> </div> <div class="col-lg-4 col-md-4 col-sm-5 box4 cl-address"> <div class="cl-address-inner"> <div class="address"> <h3 class="address-heading">Address</h3> <p class="address-desc">Harju maakond, Tallinn, Kristine linnaosa. Seebi tn 1-1501, 11316, Estonia</p> </div> <div class="email"> <h3 class="email-heading">Email</h3> <p class="email-desc">kristy@techtrekevents.com</p> </div> <div class="phone"> <h3 class="phone-heading">Phone</h3> <p class="phone-desc">+442896230055</p> </div> </div> </div> </div> </div> </div> <!--==================================== Notex End Here ======================================--> <!--==================================== CopyRight Start Here ======================================--> <div class="copy-main"> <div class="container"> <div class="row row-custom"> <div class="copyright col-lg-4"> <p class="copy">Copyright © 2024 <a href="#" class="flexo-link f-link">techtrekevents OU.<br> </a> </p> </div> <div class="terms col-lg-5"> <!--<a href="terms-and-condition.html" class="link f-link">Terms & Conditions</a>--> <!--<span class="dot">•</span>--> <!--<a href="privacypolicy.html" class="link f-link">Privacy Policy</a>--> </div> <div class="all col-lg-3 padding"> <p class="all-rights">All Rights Reserved.</p> </div> </div> </div> </div> <!--==================================== CopyRight End Here ======================================--> </div> <!--==================================== Footer End Here ======================================--> <script src="assets/libs/jquery/dist/jquery.min.js"></script> <script src="assets/libs/magnific-popup/dist/jquery.magnific-popup.min.js"></script> <script src="assets/libs/jquery-countdown/dist/jquery.countdown.min.js"></script> <script src="assets/libs/owl.carousel/dist/owl.carousel.min.js"></script> <script src="assets/libs/waypoints/lib/jquery.waypoints.min.js"></script> <script src="assets/libs/counterup/jquery.counterup.min.js"></script> <script src="assets/libs/sal.js/dist/sal.js"></script> <script src="assets/libs/%40popperjs/core/dist/umd/popper.js"></script> <script src="assets/libs/bootstrap/dist/js/bootstrap.min.js"></script> <script src="assets/js/app.js"></script> <script> function openNav() { document.getElementById("myNav").style.height = "100%"; } function closeNav() { document.getElementById("myNav").style.height = "0%"; } </script> <script> $('.mobile-menu-button').click(function () { $(this).find('i').toggleClass('fas fa-plus fas fa-minus'); }); </script> </body> </html>