Files
telonma-homepage/public/contact/index.html
2025-01-19 18:55:28 +01:00

138 lines
5.1 KiB
HTML

<!DOCTYPE HTML>
<html lang="en">
<head><script src="/livereload.js?mindelay=10&amp;v=2&amp;port=1313&amp;path=livereload" data-no-instant defer></script>
<title>Contact | Telonma</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<link rel="stylesheet" href="/style.css" />
<meta name="twitter:card" content="summary">
<meta name="twitter:title" content="Contact">
<meta name="twitter:description" content="Would you like to learn more about our products? Trust us to meet your needs and support your business. Please fill out the contact form below to tell us about your project requirements. Our team will get back to you promptly with the information you need.
Name:
Email:
Message:
Send
Prefer to talk to someone directly? Call us at: &#43;1 (123) 456-7890 Our experts are available Monday through Friday, 9:00 AM to 5:00 PM (local time).">
<meta property="og:url" content="http://localhost:1313/contact/">
<meta property="og:site_name" content="Telonma">
<meta property="og:title" content="Contact">
<meta property="og:description" content="Would you like to learn more about our products? Trust us to meet your needs and support your business. Please fill out the contact form below to tell us about your project requirements. Our team will get back to you promptly with the information you need.
Name:
Email:
Message:
Send
Prefer to talk to someone directly? Call us at: &#43;1 (123) 456-7890 Our experts are available Monday through Friday, 9:00 AM to 5:00 PM (local time).">
<meta property="og:locale" content="en_us">
<meta property="og:type" content="article">
</head>
<body class="is-preload">
<div id="page-wrapper"><div id="header">
<div class="dropdown" id="multilingual">
<a class="dropbtn language link depth-0" href="#" title="Select language" id="languageDropdown" role="button" data-toggle="dropdown" aria-expanded="false">
<i class="fas fa-fw fa-globe"></i>
<span class="d-lg-none">en</span>
</a>
<ul id="languageContent" class="dropdown-content" aria-labelledby="languageDropdown">
<li>
<a class="dropdown-item link depth-1 selected" href="/contact/">
English
</a>
</li>
<li>
<a class="dropdown-item link depth-1" href="/de/contact/">
Deutsch
</a>
</li></ul>
</div>
<div id="logo-wrapper"><h1><a href="http://localhost:1313/" id="logo">
Telonma
</a></h1></div>
<nav id="nav">
<ul>
<li class="">
<a href="/">Home</a>
<li class="">
<a href="/about/">About</a>
<li class="">
<a href="/service/">Service</a>
<li class="current">
<a href="/contact/">Contact</a>
</ul>
</nav>
</div>
<section class="wrapper style1">
<div class="container">
<div class="">
<div id="content">
<article>
<header>
<h2>Contact</h2>
<p></p>
<ul class="tags">
</ul>
</header><p>Would you like to learn more about our products? Trust us to meet your needs and support your business.
Please fill out the contact form below to tell us about your project requirements. Our team will get back to you promptly with the information you need.</p>
<form action="/submit-form" method="POST">
<label for="name">Name:</label>
<input type="text" id="name" name="name" required>
<label for="email">Email:</label>
<input type="email" id="email" name="email" required>
<label for="message">Message:</label>
<textarea id="message" name="message" required></textarea>
<input type="text" name="hidden_field" style="display:none;">
<button type="submit">Send</button>
</form>
<p>Prefer to talk to someone directly? Call us at:
<strong>+1 (123) 456-7890</strong>
Our experts are available Monday through Friday, 9:00 AM to 5:00 PM (local time).</p>
<p>Alternatively, you can email us at:
<strong><a href="mailto:contact@yourcompany.com">contact@yourcompany.com</a></strong>
Feel free to include any technical drawings or specifications in your message.</p>
</article>
</div>
</div>
</div>
</section><div id="footer">
<div class="container">
<div class="row">
</div>
</div>
<ul class="icons">
</ul>
<div class="copyright">
<ul class="menu">
<li>© 2018-2025 Neoitec GmbH. All rights reserved.
</ul>
</div>
</div>
</div><script src="/js/jquery.min.js"></script>
<script src="/js/jquery.dropotron.min.js"></script>
<script src="/js/browser.min.js"></script>
<script src="/js/breakpoints.min.js"></script>
<script src="/js/util.js"></script>
<script src="/js/main.js"></script>
</body>
</html>