-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdevelopers.html
More file actions
63 lines (59 loc) · 2.93 KB
/
developers.html
File metadata and controls
63 lines (59 loc) · 2.93 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
<div class="row">
<div class="col-lg-4">
<center><img class="img-circle" src="nick2.jpg" alt="Nick Cerame" width="140" height="140">
<h2>Nick Cerame</h2></center>
<p id="nicks-bio">Graduate of Full Sail University's Game Development Program. </p>
<span id="nicks-info" class="hidden">
<center>
<a href="https://github.com/nickhobbes" target="_blank">
<img src="png/github.png" alt ="github.com" height="32" width="32"/>
</a>
<a href="https://twitter.com/nickhobbes" target="_blank">
<img src="png/twitter.png" alt="twitter.com" height="32" width="32"/>
</a>
<a href="https://www.linkedin.com/in/nicholas-cerame-55bb269b" target="_blank">
<img src="png/linkedin.png" alt="linkedin.com" height="32" width="32"/>
</a>
</center>
</span>
<hr class="clear">
<p><center><span class="btn btn-default" role="button" id="nicks-button">Contact Info</span></center></p>
</div>
<div class="col-lg-4">
<center><img class="img-circle" src="ryan.jpeg" alt="Ryan Pliske" width="140" height="140">
<h2>Ryan Pliske</h2></center>
<p id="ryans-bio">CS degree from the University of Missouri, Columbia. I develop mobile applications for Monsanto in St. Louis.</p>
<span id="ryans-info" class="hidden">
<center>
<a href="http://ryanpliske.com/" target="_blank">
<img src="png/ravelry2.png" alt="ryanpliske.com" height="32" width="32"/>
</a>
<a href="https://github.com/RyanPliske" target="_blank">
<img src="png/github.png" alt ="github.com" height="32" width="32"/>
</a>
<a href="https://twitter.com/RyanPliske" target="_blank">
<img src="png/twitter.png" alt="twitter.com" height="32" width="32"/>
</a>
<a href="https://www.linkedin.com/in/ryan-pliske-3416b994" target="_blank">
<img src="png/linkedin.png" alt="linkedin.com" height="32" width="32"/>
</a>
</center>
</span>
<hr class="clear">
<p><center><span class="btn btn-default" role="button" id="ryans-button">Contact Info</span></center></p>
</div>
<div class="col-lg-4">
<center><img class="img-circle" src="dan3.jpg" alt="Dan Theobald" width="140" height="140">
<h2>Dan Theobald</h2></center>
<p id="dans-bio">I have had a passion for gaming since I was a small boy. After graduating from Arizona School for the Arts and going through Full Sail University's Game Development program, I have been following that passion through making the kind of games I would love to play.</p>
<span id="dans-info" class="hidden">
<center>
<a href="https://github.com/eatapoptart" target="_blank">
<img src="png/github.png" alt ="github.com" height="32" width="32"/>
</a>
</center>
</span>
<hr class="clear">
<p><center><span class="btn btn-default" role="button" id="dans-button">Contact Info</span></center></p>
</div>
</div>