Files
pkrstarsbot/www/htdocs/contact.html
2021-02-17 19:15:28 +01:00

204 lines
7.9 KiB
HTML
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0">
<title>Twitch PokerStarsBot | Contact</title>
<!-- Favicon -->
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon" />
<!-- Styles -->
<link rel="stylesheet" href="css/prettyPhoto.css">
<link rel="stylesheet" type="text/css" href="css/settings.css" media="screen"/>
<link rel="stylesheet" href="css/bootstrap.css">
<link rel="stylesheet" href="css/main.css">
<link rel="stylesheet" href="css/jquery-ui.css">
<link rel="stylesheet" href="css/yamm/yamm.css">
<link rel="stylesheet" href="css/color-scheme/metroblue.css">
<link rel="stylesheet" href="css/responsive.css">
<!-- extra CSS for new pages -->
<link rel="stylesheet" href="css/custom.css">
<!-- Base JS -->
<script src="js/jquery-1.9.1.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/jquery.sticky.js"></script>
<script src="js/stellar.js"></script>
<script src="js/main.js"></script>
</head>
<body class="bg-shattered">
<div class="main">
<!-- HEADER
============================================= -->
<div class="header">
<header>
<div class="navbar yamm navbar-default navbar-top">
<div class="container">
<div class="navbar-header">
<button type="button" data-toggle="collapse" data-target="#navbar-collapse-1" class="navbar-toggle">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a href="./index.php" class="navbar-brand logo"><img src="img/logo.png" alt=""></a>
</div>
<div id="navbar-collapse-1" class="navbar-collapse collapse">
<ul class="nav navbar-nav pull-right">
<li class="dropdown yamm-fw yamm-fw5">
<a href="index.php">Home</a>
</li>
<li class="dropdown yamm-fw yamm-fw5">
<a href="download.html">Download</a>
</li>
<li class="dropdown yamm-fw yamm-fw5">
<a href="commands.html">Commands</a>
</li>
<li class="dropdown yamm-fw yamm-fw5">
<a href="docs&faq.html">Docs & FAQ</a>
</li>
<li class="dropdown yamm-fw yamm-fw5">
<a href="contact.html"><span style="color:#2d89ef">Contact</span></a>
</li>
<li class="dropdown yamm-fw yamm-fw5">
<!-- Donate button -->
<!-- <form style="margin-top: 20px;" action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_top">
<input type="hidden" name="cmd" value="_s-xclick">
<input type="hidden" name="hosted_button_id" value="RTFA7QHRAM2RN">
<input type="image" src="http://zinomedia.de/gfx/DonateNow.png" border="0" name="submit" alt="Jetzt einfach, schnell und sicher online bezahlen mit PayPal.">
<img alt="" border="0" src="https://www.paypalobjects.com/de_DE/i/scr/pixel.gif" width="1" height="1">
</form> -->
<!-- End Donate Button -->
</li>
<li class="dropdown yamm-fw yamm-fw5">
<a href="" class="navbar-brand logobeta"><img src="img/beta_testing_bw.png" alt=""></a>
</li>
</ul>
</div>
</div>
</div>
</header>
</div>
<!-- END HEADER -->
<!-- TITLE BAR
============================================= -->
<div class="b-titlebar">
<div class="container layout">
<!-- Bread Crumbs -->
<ul class="crumbs">
<li>You are here:</li>
<li><a href="index.php">Home</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
<!-- Title -->
<h1></h1>
</div>
</div>
<!-- END TITLE BAR
============================================= -->
<!-- CONTENT
============================================= -->
<div class="content shortcodes">
<div class="container layout">
<div class="row">
<div class="row-item col-md-9">
<div class="title">
<h3 class="lined">Contact Us</h3>
</div>
<p>
We would be glad to have feedback from you, whether it is a comment, a question, a work proposition or just a hello.<br>We will get back to you asap.
</p>
<div class="gap" style="height: 15px;"></div>
<div id="contact">
<div class="form-message"></div>
<form method="POST" class="b-form b-contact-form" action="contact.php" style="margin-bottom: 10px;">
<div class="input-wrap">
<i class="icon-user"></i>
<input class="field-name" type="text" placeholder="Name (required)" name="name">
</div>
<div class="input-wrap">
<i class="icon-envelope"></i>
<input class="field-email" type="text" placeholder="Email (required)" name="email">
</div>
<div class="input-wrap">
<i class="icon-pencil"></i>
<input class="field-subject" type="text" placeholder="Subject" name="subject">
</div>
<div class="textarea-wrap">
<i class="icon-pencil"></i>
<textarea class="field-comments" placeholder="Message (required)" name="comments"></textarea>
</div>
<input class="btn-submit btn colored" type="submit" value="Send message">
</form>
<div class="gap" style="height: 20px;"></div>
</div>
</div>
</div>
</div>
</div>
<!-- END CONTENT
============================================= -->
<!-- FOOTER
============================================= -->
<div class="clearfix space80"></div>
<div class="clearfix space80"></div>
<div class="clearfix space80"></div>
<div class="footer">
<div class="clearfix space40"></div>
<!-- FOOTER COPYRIGHT -->
<div class="footer-bottom">
<div class="container">
<div class="row">
<div class="col-md-4">
<span class="copy">Copyright &copy; 2017 PokerStarsBot. All Right Reserved.</span>
</div>
<div class="col-md-5">
<ul id="navlist">
<li><a style="color: #2d89ef;" href="index.php">Home</a></li>
<li><a style="color: #2d89ef;" href="download.html">Download</a></li>
<li><a style="color: #2d89ef;" href="commands.html">Commands</a></li>
<li><a style="color: #2d89ef;" href="docs&faq.html">Docs&Faq</a></li>
<li><a style="color: #2d89ef;" href="contact.html">Contact</a></li>
</ul>
</div>
<div class="col-md-2">
<div class="f-social pull-right">
<a class="fa fa-twitter" href="https://twitter.com/PokerStarsBot" target="_blank"></a>
<!--<a class="fa fa-facebook" href="#"></a>-->
<!--<a class="fa fa-linkedin" href="#"></a>-->
<!--<a class="fa fa-dribbble" href="#"></a>-->
<!--<a class="fa fa-google-plus" href="#"></a>-->
<!--<a class="fa fa-skype" href="#"></a>-->
<!--<a class="fa fa-behance" href="#"></a>-->
<!--<a class="fa fa-stumbleupon" href="#"></a>-->
<!--<a class="fa fa-rss" href="#"></a>-->
</div>
</div>
</div>
</div>
</div>
<!-- END FOOTER COPYRIGHT -->
</div>
<!-- END FOOTER
============================================= -->
</div>
<!-- END MAIN
============================================= -->
<script src="js/menu-target.js"></script>
</body>
</html>