-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathteam.html
More file actions
118 lines (97 loc) · 4.54 KB
/
Copy pathteam.html
File metadata and controls
118 lines (97 loc) · 4.54 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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="author" content="">
<title>eWidgetFX - The Team</title>
<link href="css/bootstrap.css" rel="stylesheet">
<link href="css/small-business.css" rel="stylesheet">
</head>
<body>
<a href="https://github.com/ewidgetfx"><img style="position: absolute; top: 0; right: 0; border: 0;" src="https://s3.amazonaws.com/github/ribbons/forkme_right_white_ffffff.png" alt="Fork me on GitHub"></a>
<nav class="navbar navbar-fixed-top navbar-inverse" role="navigation">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-ex1-collapse">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="index.html">eWidgetFX</a>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse navbar-ex1-collapse">
<ul class="nav navbar-nav">
<li><a href="#about">About</a></li>
<li><a href="#services">Community</a></li>
<li><a href="team.html">The Team</a></li>
<li><a href="https://github.com/ewidgetfx/core/issues">IssueTracker</a></li>
<li><a href="https://github.com/ewidgetfx/core/issues/milestones">Roadmap</a></li>
<li><a href="#gallary">Widget Gallary</a></li>
</ul>
</div><!-- /.navbar-collapse -->
</div><!-- /.container -->
</nav>
<div class="container">
<div class="row">
<div class="col-lg-12">
<h1 class="page-header">The Team <small> People behind the widgets!</small></h1>
<p>Without a passionate members a vision can not be accomplished! And eWidget is not a exception in this. Below are the people behind this hard work. Members are those who are the code in the project. Contributors are the people who worked outside of the project and supports the vision.</p>
</div>
<div class="col-lg-12">
<h2 class="page-header">Members</h2>
</div>
</div>
<div class="row">
<div class="col-lg-4 col-sm-6">
<img class="img-circle img-responsive" src="http://www.gravatar.com/avatar/987caa1431ce8adc66ab2c56a8a23b81?d=mm&s=100">
<h3>Carl Dea <small> Architect</small></h3>
<p></p>
</div>
<div class="col-lg-4 col-sm-6">
<img class="img-circle img-responsive" width="100" height="100" src="https://pbs.twimg.com/profile_images/3440397114/e876cd445ebab764232d9a45378092c7.jpeg">
<h3>Hendrik Ebbers<small></small></h3>
<p></p>
</div>
<div class="col-lg-4 col-sm-6">
<img class="img-circle img-responsive" width="100" height="100" src="https://pbs.twimg.com/profile_images/378800000526787047/18ad9cecbc2e00ac4370beb8217df6fd.png">
<h3>Mark Heckler<small></small></h3>
<p></p>
</div>
<div class="col-lg-4 col-sm-6">
<img class="img-circle img-responsive" src="http://www.gravatar.com/avatar/8dd1ca7dc79ded98db2d62a765b0160c?d=mm&s=100">
<h3>Rajmahendra<small></small></h3>
<p></p>
</div>
<!-- <div class="col-lg-4 col-sm-6">
<img class="img-circle img-responsive" src="http://placehold.it/200x200">
<h3>John Smoth <small>Job Title</small></h3>
<p>What does this team member to? Keep it short! This is also a great spot for social links!</p>
</div>
<div class="col-lg-4 col-sm-6">
<img class="img-circle img-responsive" src="http://placehold.it/200x200">
<h3>John Smuth <small>Job Title</small></h3>
<p>What does this team member to? Keep it short! This is also a great spot for social links!</p>
</div> -->
</div>
<!--
<div class="col-lg-12">
<h2 class="page-header">Contributors</h2>
</div>
<hr>
<footer>
<div class="row">
<div class="col-lg-12">
<p>Copyright © eWidgetFX 2013</p>
</div>
</div>
</footer>
</div> <!-- /container -->
<!-- JavaScript -->
<script src="js/jquery-1.10.2.js"></script>
<script src="js/bootstrap.js"></script>
</body>
</html>