File: contact.php

package info (click to toggle)
node-nouislider 15.8.1%2Bds-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,936 kB
  • sloc: javascript: 5,234; php: 474; sh: 32; python: 28; makefile: 11
file content (44 lines) | stat: -rw-r--r-- 1,715 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
<?php
	$title = "noUiSlider - Help and Contact";
	$description = "";
	$canonical = "nouislider/contact/"
?>

<h1>Contact</h1>

<h2>Let's talk!</h2>

<section>

	<div class="view">

		<p>I'd love to discuss features, additions and implementation details for noUiSlider. If you have something to share, let me know.</p>

		<p>The <a data-category="outlink" data-action="repository" href="https://github.com/leongersen/noUiSlider/"><strong>noUiSlider GitHub repository</strong></a> and the <a data-category="outlink" data-action="issues" href="https://github.com/leongersen/noUiSlider/issues"><strong>issue tracker</strong></a> are used to discuss feature requests and issues.</p>

		<p>If you need more general help, you'll usually get you answer by posting a question on <a data-category="outlink" data-action="stackoverflow-questions" href="http://stackoverflow.com/questions/tagged/nouislider">StackOverflow.</a> I'll keep an eye on the questions there, as well.</p>
	</div>
</section>


<h2>Contact information</h2>

<section>

	<div class="view">

		<p>You'll find me on Twitter: <a href="https://twitter.com/LeonGersen">@LeonGersen</a>. Consider providing a <a href="http://jsfiddle.net/">jsFiddle</a> or <a href="http://codepen.io/">CodePen</a> if you'd like to discuss code.</p>

		<a href="https://twitter.com/intent/tweet?screen_name=LeonGersen" class="twitter-mention-button" data-related="LeonGersen">Tweet to @LeonGersen</a>
	</div>
</section>


<h2>More from me</h2>

<section>

	<div class="view">
        <p>Besides noUiSlider, I've written more on tech-related subjects, ranging from PHP to Embedded subjects. Give <a href="/blog/">my blog</a> a try if you are interested!</a></p>
	</div>
</section>