-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
43 lines (39 loc) · 2.58 KB
/
index.html
File metadata and controls
43 lines (39 loc) · 2.58 KB
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
---
layout: default
body_class: contact
title: Contact us
html_title: Contact us
byline: Get in touch with our training team.
---
<div class="container">
<div class="whole">
<div class="content align-center">
<script type='text/javascript'>var b = z = new Array('m','ub.co','gith','ning@','trai');document.write("<a href='mailto:"+b[4]+z[3]+b[2]+b[1]+z[0]+"' class='email-button'><img src='{{ site.url }}/img/icon-mail.png' width='32px' height='23px'>Email us at <strong>"+z[4]+b[3]+z[2]+b[1]+b[0]+"</strong></a>");</script>
</div>
</div>
<div class="three-quarters">
<div class="content">
<h3>We’d love to hear from you!</h3>
<p>We know your time is valuable, so just fire up your email and let us know what you’re seeking—the training email address above will reach the entire Training team. We fly <strong>a great deal</strong>, however we promise that we’ll get back to you as soon as we've got feet on the ground.</p>
<h4>What should you tell us?</h4>
<ul>
<li>How many people would you like us to train?</li>
<li>Are you using Git, GitHub.com and/or GitHub Enterprise today?</li>
<li>Does your team have existing experience with Git?</li>
<li>Do they have experience with other source control systems? If so, which ones?</li>
<li>Will the students all be software developers? If not, what kind of roles do they have?</li>
<li>What is your desired time frame for the class?</li>
</ul>
<p>This information helps us work with you to determine the best options for training for your team.</p>
<p>If you have a question about GitHub Training that isn't related to organizing a private training event, then that’s perfectly okay too! If you have other questions about GitHub in general, you’re best contacting <a href="https://github.com/contact">GitHub Support</a> instead.</p>
</div>
</div>
<div class="quarter">
<div class="content">
<h4>Follow us on Twitter</h4>
<p>The GitHub Training team post a steady flow of updates on the <a href="http://twitter.com/githubtraining">@GitHubTraining</a> Twitter feed, so you can stay up to date with the latest GitHub training events!</p>
<a href="https://twitter.com/GitHubTraining" class="twitter-follow-button" data-show-count="false">Follow @GitHubTraining</a>
<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0];if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src="//platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script>
</div>
</div>
</div>