github.com/kardianos/nomad@v0.1.3-0.20151022182107-b13df73ee850/website/source/community.html.erb (about)

     1  ---
     2  layout: "inner"
     3  page_title: "Community"
     4  description: |-
     5    Nomad is an open source project with a growing community.
     6  ---
     7  
     8  <h1>Community</h1>
     9  
    10  <p>
    11  Nomad is an open source project with a growing community. There are
    12  active, dedicated users willing to help you through various mediums.
    13  </p>
    14  <p>
    15  <strong>IRC:</strong> <code>#nomad-tool</code> on Freenode
    16  </p>
    17  <p>
    18  <strong>Mailing list:</strong>
    19  <a href="https://groups.google.com/group/nomad-tool">Nomad Google Group</a>
    20  </p>
    21  <p>
    22  <strong>Bug Tracker:</strong>
    23  <a href="https://github.com/hashicorp/nomad/issues">Issue tracker
    24  	on GitHub</a>. Please only use this for reporting bugs. Do not ask
    25  for general help here. Use IRC or the mailing list for that.
    26  
    27  <h1>People</h1>
    28  <p>
    29  The following people are some of the faces behind Nomad. They each
    30  contribute to Nomad in some core way. Over time, faces may appear and
    31  disappear from this list as contributors come and go. In addition to
    32  the faces below, Nomad is a project by
    33  <a href="https://www.hashicorp.com">HashiCorp</a>, so many HashiCorp
    34  employees actively contribute to Nomad.
    35  </p>
    36  <div class="people">
    37  
    38  	<div class="person">
    39  		<img class="pull-left" src="https://www.gravatar.com/avatar/11ba9630c9136eef9a70d26473d355d5.png?s=125">
    40  		<div class="bio">
    41  			<h3>Armon Dadgar (<a href="https://github.com/armon">@armon</a>)</h3>
    42  			<p>
    43  				Armon Dadgar is a creator of Nomad. He works on all aspects of Nomad,
    44  				focusing on core architecture. Armon is also an author or
    45  				core contributor to:
    46  				<a href="https://www.vaultproject.io">Vault</a>,
    47  				<a href="https://www.consul.io">Consul</a>,
    48  				<a href="https://www.serfdom.io">Serf</a>,
    49  				<a href="https://www.terraform.io">Terraform</a>,
    50  				and <a href="https://github.com/armon/statsite">Statsite</a>.
    51  			</p>
    52  		</div>
    53    </div>
    54  
    55  	<div class="person">
    56  		<img class="pull-left" src="https://www.gravatar.com/avatar/c55cecc94ea228ef48787481b2355575.png?s=125">
    57  		<div class="bio">
    58  			<h3>Ryan Uber (<a href="https://github.com/ryanuber">@ryanuber</a>)</h3>
    59  			<p>
    60  				Ryan Uber is a HashiCorp employee and core contributor to Nomad, with a
    61  				focus on the agent, API client, and command-line interface. Ryan is also
    62  				an active contributor to both <a href="https://www.consul.io">Consul</a>
    63  				and <a href="https://www.serfdom.io">Serf</a>.
    64  			</p>
    65  		</div>
    66  	</div>
    67  
    68  	<div class="person">
    69  		<img class="pull-left" src="https://www.gravatar.com/avatar/bc8b1b69d830b589fbe36cfc89e55a78?s=125">
    70  		<div class="bio">
    71  			<h3>Alex Dadgar (<a href="https://github.com/dadgar">@dadgar</a>)</h3>
    72  			<p>
    73  				Alex is a HashiCorp employee and a core contributor to Nomad. He works on
    74  				resource isolation and Drivers, among other things.
    75  			</p>
    76  		</div>
    77  	</div>
    78  
    79  	<div class="person">
    80  		<img class="pull-left" src="https://www.gravatar.com/avatar/dfb3948650131e4f0385c3328187cfca.png?s=125">
    81  		<div class="bio">
    82  			<h3>Clint Shryock (<a href="https://github.com/catsby">@catsby</a>)</h3>
    83  			<p>
    84  				Clint Shryock is a HashiCorp employee and core developer on Nomad,
    85  				mostly focusing on Drivers and Fingerprinters. Mostly. Clint is also
    86  				a core developer on <a href="https://www.terraform.io">Terraform</a>, and
    87  				contributes to <a href="https://www.packer.io">Packer</a>.
    88  			</p>
    89  		</div>
    90  	</div>
    91  
    92  	<div class="person">
    93  		<img class="pull-left" src="https://avatars3.githubusercontent.com/u/649798?v=3&amp;s=125">
    94  		<div class="bio">
    95  			<h3>Chris Bednarski (<a href="https://github.com/cbednarski">@cbednarski</a>)</h3>
    96  			<p>
    97  				Chris works at HashiCorp where he helps build Nomad and
    98  				<a href="https://www.packer.io">Packer</a>, making sure all
    99  				parts of the stack play nice together. Chris created
   100  				<a href="https://github.com/cbednarski/hostess">Hostess</a>.
   101  			</p>
   102  		</div>
   103  	</div>
   104  
   105    <div class="person">
   106  		<img class="pull-left" src="https://pbs.twimg.com/profile_images/621788193642278912/CbESlBsV.jpg">
   107  		<div class="bio">
   108  			<h3>Jonathan Thomas - JT (<a href="https://github.com/captainill">@captainill</a>)</h3>
   109  			<p>
   110  				JT is an employee at Hashicorp where he works on the identity of all the open source projects.
   111          JT will take the designs and cut up responsive HTML/CSS for each project.
   112  			</p>
   113  		</div>
   114  	</div>
   115  
   116  	<div class="clearfix"></div>
   117  </div>