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">Privacy Policy</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">Privacy Policy</h2> <br> <p class="desc-otr text-align-justify"> This is the privacy policy (“Privacy Policy”) that governs how we, Tech Treks Events. (“Tech Treks Events”, “we”, “our” or “us”), use Personal Data (defined below) that we collect, receive and store about individuals in connection with the use of Tech Treks Events website. </p> <br> <p class="desc-otr text-align-justify"> Your privacy is important to us, Tech Treks Events has created this statement to let you know about our company commitment to your privacy and full compliance of Tech Treks Events with General Data Protection Regulation (GDPR). The following discloses our approach in gathering and processing Personal Data for the Tech Treks Events application or website http://www.techtrekevents.com and related services. By using our website you explicitly consent to such use of your Personal Data and agree to the terms of this Privacy Policy. </p> <br> <p class="desc-otr text-align-justify"> We ourselves do not host any of the Application or Site. All hosting is done by third-party service providers that we engage. This means that data you provide us or that we collect from you (including any Personal Data, as defined below) – as further described in this Privacy Policy – is hosted with such third-party service providers on servers that they own or control. Regardless of where such third-party service providers are located, their servers may be located anywhere in the world. Your data may even be replicated across multiple servers located in multiple countries. </p> <br> <h3 class="feature-head heading-align-left">What Personal Data we collect</h3> <br> <p class="desc-otr text-align-justify"> Tech Treks Events collects Personal Data (hereinafter also “Data”) in case you choose to register with Tech Treks Events™ service. </p> <br> <p class="desc-otr text-align-justify"> We ask users to provide following Data: </p> <ul class="desc-otr text-align-justify b"> <li>first and last name, organization name - to identify users and display a unique username in Tech Treks Events™ accounts (“Accounts”);</li> <li>email address - to authenticate users, provide access to Accounts and help them recover password to access to Accounts;</li> </ul> <p class="desc-otr text-align-justify"> Aforementioned Data is collected only upon, You either enter particular information or upload it on Your own initiative using other features of Tech Treks Events services. </p> <br> <p class="desc-otr text-align-justify"> We also collect following technical data: </p> <ul class="desc-otr text-align-justify b"> <li>IP address - to help diagnose problems with our server and to administer our application and to identify you and your time spent at our application to understand which parts of our application users are visiting and provide better user experience;</li> <li>Location (based on the IP address);</li> <li>Operation Device & System and Internet Browser data;</li> <li>Other data. Please refer to "Third-party service providers" section of this Policy.</li> </ul> <p class="desc-otr text-align-justify"> If you choose not to register or provide Personal Data, you can still use our website anonymously. But you will not be able to access areas that require registration. </p> <br> <p class="desc-otr text-align-justify"> We send 2nd opt in via email to our delegates for confirmation. Technical data is recorded automatically when you visit our website or use our service and is generally anonymous (does not reveal users identity). However, if you are logged into your Account some of this information could be associated with your Account. </p> <br> <p class="desc-otr text-align-justify"> We do not link IP addresses to anything personally identifiable. This means, for instance, that a user’s session will be tracked, but the user will remain anonymous. We do not use this information for any other purposes. </p> <br> <p class="desc-otr text-align-justify"> We also collect certain categories of personal information about users from other sources. In particular: </p> <ul class="desc-otr text-align-justify b"> <li>Third-party service providers like Google (located in the US), which provide information about you when you link, connect, or login to your account with your Google Account and we receive information such as your Google e-mail and profile from that service. This only occurs if you are using Google Account to login. The information varies and is controlled by Google or as authorized by you via your privacy settings in Google Account.</li> </ul> <p class="desc-otr text-align-justify"> When you interact with social media buttons (i.e. "share", "like", "tweet", "+1" etc) on our application or when you link your Account to or log in through a social media website the social networks may record some of your actions. </p> <br> <h3 class="feature-head heading-align-left">How long Data is used</h3> <br> <p class="desc-otr text-align-justify"> We retain your Data for as long as is necessary to provide the service to you and others, and to comply with our legal obligations. Your Data is stored and processed only when your account is active until you delete or deactivate it. Account can be deactivated temporarily or deleted permanently at any time using the appropriate options in portal settings or by email to us on info@techtrekevents.com. If you chose to delete your Account, it will be permanently deleted within 60 days. In case if your Account is inactive for 180 days, it will be scheduled for removal and permanently deleted after another 60 days. You can ask us to restore Data until it’s permanently deleted. </p> <br> <h3 class="feature-head heading-align-left">How you can control your Data</h3> <br> <p class="desc-otr text-align-justify"> You have various rights to control use and processing of your Personal Data and other information. This means that you are entitled to request us to take certain actions at any time and free of charge. </p> <br> <p class="desc-otr text-align-justify"> <strong>Data portability right.</strong> You have the right to request a digital copy of your Data in a structured, commonly used and machine-readable format to be able to move from one service to another. You can also email us at <strong>info@techtrekevents.com</strong> and we will provide you with an electronic file containing your Data. </p> <br> <p class="desc-otr text-align-justify"> <strong>Right to rectification.</strong> You have the right to obtain the rectification of inaccurate Data. You entitled to have incomplete Personal Data completed. In order to do so, please use appropriate settings to edit and complete your incomplete Personal Data if you find it necessary or provide us with a supplementary statement by sending e-mail at <strong>info@techtrekevents.com</strong>. </p> <br> <p class="desc-otr text-align-justify"> <strong>Right to restriction of processing.</strong> You also have the right to request that we cease to process or use your Data in any way. It is implemented via "Portal deactivation" algorithm. </p> <br> <p class="desc-otr text-align-justify"> <strong>If you choose to do so, your Data will become unavailable for everyone, but it won’t be deleted, so you can restore it at any time.</strong> <br> <strong>Right to erasure ("Right to be forgotten").</strong> You are eligible to delete certain Data from our site and services. If you choose to delete your Data, it will become unavailable and will be completely deleted in 60 days upon your delete request. Please, be aware, that sometimes we have to store some Data for a longer period of time either due to technical limitations or to comply with the law. </p> <br> <h3 class="feature-head heading-align-left">Underage</h3> <br> <p class="desc-otr text-align-justify"> Tech Treks Events does not intentionally collect Personal Data from persons, who are minors under their applicable local legislation. If you are under 18, you will need consent from your parent(s) or other legal guardian(s) before submitting any information to Tech Treks Events via the website, with the exception if such activities are allowed by applicable law of your country. If we become aware that a person under 18 has provided us with personal information without appropriate aforementioned consent, we will take steps to delete such information. </p> <br> <h3 class="feature-head heading-align-left">Public Areas</h3> <br> <p class="desc-otr text-align-justify"> Tech Treks Events may create, host and provide discussion forums, newsgroups, blogs or other public environments to Tech Treks Events™ users and general public. Any information disclosed in blogs or forums is considered public and each user is responsible for and should exercise caution when disclosing any Personal Data in such areas. Tech Treks Events is not responsible for any action taken as a result of information presented or received in such areas. </p> <br> <h3 class="feature-head heading-align-left">Links to Other Sites</h3> <br> <p class="desc-otr text-align-justify"> This site may contains links to other sites. Please be aware that Tech Treks Events is not responsible for the privacy practices or the content of such websites as well as any information they might collect, even though our name or logo may appear on those sites. We encourage you to be aware when you leave our site and to read the privacy statements of each and every website that you visit, as the Privacy Policy of those sites may differ from ours. Our privacy statement applies solely to www.techtrekevents.com. </p> <br> <h3 class="feature-head heading-align-left">How we use "Cookies"</h3> <br> <p class="desc-otr text-align-justify"> During your visit to our website, so-called "cookies" are saved to your computer. These "cookies" are small computer files, necessary to provide functionality and track user’s activity: register information about user’s navigation on our website (e.g. loaded pages, date, time of day and length of visit etc) which we can access during your next visit in order to adapt the Tech Treks Events app to your personal requirements and optimize loading times. We also use this information to enter your data into inquiry forms so that you do not need to fill them again. </p> <br> <p class="desc-otr text-align-justify"> We never store passwords or similarly sensitive data in our application cookies. The use of cookies is common and advantageous. Cookies are used on most applications. By indicating how and when visitors use a website, cookies aid us in finding out which areas are popular and which areas are not. Many improvements and updates are based on information supplied by cookies. Cookies can also help us to personalize web content and meet the demands of our visitors. </p> <br> <p class="desc-otr text-align-justify"> Our website does not use cookies to collect Personal Data from your computer that was not initially sent as a cookie. </p> <br> <p class="desc-otr text-align-justify"> What cookies do we use and why: </p> <ul class="desc-otr text-align-justify b"> <li><strong>Essential. </strong>These cookies are necessary in order to enable certain base features, such as identifying certain user and remembering that user have logged into his Account. These cookies may store unique user authentication key and are required by the service to operate correctly. Although cookies do not store your password directly, user authentication key is as a password substitute. Please be aware that you shall not let others to copy your cookies.</li> <li>Location (based on the IP address);</li> <li><strong>Functionality.</strong> These cookies are used to remember some choices that users make (i.e. search parameters or language settings) and to make your use of our site and services more tailored.</li> <li><strong>Performance and analytics.</strong> These cookies collect information on how users operate with our site and services and help us to improve them. We use Google Analytics cookies to identify areas for improvement such as navigation and user experience, and marketing campaigns. Please check the "Third-party service providers" section to learn more.</li> </ul> <p class="desc-otr text-align-justify"> Users can disable cookies by changing their Internet browser settings. However, if you instruct your Internet browser to not accept essential cookies, our site and service may not work properly or may not work at all. </p> <br> <h3 class="feature-head heading-align-left">Data Protection</h3> <br> <p class="desc-otr text-align-justify"> Your Account is password-protected so that you have secure access to your Tech Treks Events™ portal and Personal Data stored on application. It is the user’s responsibility to protect the security of their password. We do not take responsibility for any undesirable information disclosure due to password insecurity. </p> <p class="desc-otr text-align-justify"> To minimize any personal data breach we implemented following different security measures including: </p> <ul class="desc-otr text-align-justify b"> <li>User password strength settings.</li> <li>Physical access control.</li> <li>Strong encryption for all mediums containing Personal Data (where appropriate).</li> <li>Video surveillance and activity logs.</li> <li>Two-factor authentication (enabled by default).</li> <li>End-to-end encryption using modern TLS (Transport Layer Security) cryptographic protocol for all connections containing Personal Data.</li> <li>Trusted email domain settings.</li> <li>Other safety measures to reduce the risk of unauthorized access.</li> </ul> <h3 class="feature-head heading-align-left">Third-party service providers</h3> <br> <p class="desc-otr text-align-justify"> We use third-party service providers to provide hosting and analytics like Godaddy, AWS etc. </p> <br> <p class="desc-otr text-align-justify"> Google Analytics. We also use Google Analytics to track what is used the most, to understand our users needs and to make our site and service better. </p> <br> <p class="desc-otr text-align-justify"> Please visit the link to understand Google's approach to privacy: https://policies.google.com/privacy?hl=en </p> <br> <h3 class="feature-head heading-align-left">Privacy Policy Updates</h3> <br> <p class="desc-otr text-align-justify"> Tech Treks Events may update this Privacy Policy from time to time. We encourage you to review this privacy statement for any changes occasionally. If any changes are made to the way in which we treat your Personal Data, we will inform you about such changes via email or by posting a note on our application. </p> <br> <h3 class="feature-head heading-align-left">Data Transfer</h3> <br> <p class="desc-otr text-align-justify"> Tech Treks Events has business operation all over Europe including but not limited to Germany or United Kingdom. The technical headquarter and research facilities are arranged for the development of the Tech Treks Events website which is located in India. We may transfer data within these regions for the internal development purpose. </p> <br> <h3 class="feature-head heading-align-left">Contact us</h3> <br> <p class="desc-otr text-align-justify"> If you have any comments or questions regarding our Privacy Policy or if you have any concerns regarding your Privacy, you can contact Tech Treks Events support and our Data Protection Officer (DPO) at info@techtrekevents.com. If you are a GDPR-protected organization, you also have the right to lodge a complaint with an EU supervisory authority. </p> <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>