-
Notifications
You must be signed in to change notification settings - Fork 26
/
Copy path04-team.html
152 lines (151 loc) · 4.28 KB
/
04-team.html
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
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
---
layout: page
bodyClass: page team
title: Team
permalink: /team/
menu: true
---
<div class="subhead page-container">
<h2>Hi, we're the Summernote team!</h2>
<p class="muted">
We aim to create a web editor for seamless website integration.<br />
We dedicate our spare time outside of our daily jobs to contribute to this
project.
</p>
</div>
<div class="page-container members">
<!-- body -->
<div class="row">
<div class="member">
<div class="profile">
<div class="profile-hover">
<div class="social">
<a
href="http://x.com/hackerwins"
target="_blank"
class="member-twitter"
></a>
<a
href="https://github.com/hackerwins"
target="_blank"
class="member-github"
></a>
</div>
</div>
<img
src="/img/team/hackerwins.png"
srcset="/img/team/hackerwins_2x.png 2x"
/>
</div>
<div class="caption">
<h4>Hackerwins</h4>
<p>
the creator of
<a href="https://github.com/summernote/summernote" target="_blank"
>Summernote</a
>. He is also a long-time contributor to Summernote.
</p>
</div>
</div>
<div class="member">
<div class="profile">
<div class="profile-hover">
<div class="social">
<a
href="https://x.com/lqez"
target="_blank"
class="member-twitter"
></a>
<a
href="https://github.com/lqez"
target="_blank"
class="member-github"
></a>
</div>
</div>
<img src="/img/team/lqez.jpg" srcset="/img/team/lqez_2x.jpg 2x" />
</div>
<div class="caption">
<h4>lqez is</h4>
<p>
the developer of
<a
href="https://github.com/summernote/django-summernote"
target="_blank"
>django-summernote</a
>, the best way to use that on django. He provides advice for
Summernote.
</p>
</div>
</div>
<div class="member">
<div class="profile">
<div class="profile-hover">
<div class="social">
<a
href="http://x.com/easylogic"
target="_blank"
class="member-twitter"
></a>
<a
href="https://github.com/easylogic"
target="_blank"
class="member-github"
></a>
</div>
</div>
<img
src="/img/team/easylogic.jpg"
srcset="/img/team/easylogic_2x.jpg 2x"
/>
</div>
<div class="caption">
<h4>Easylogic is</h4>
<p>a JavaScript maniac. He currently has an interest in SVG charts.</p>
</div>
</div>
<div class="member">
<div class="profile">
<div class="profile-hover">
<div class="social">
<a
href="https://www.facebook.com/diemendesign/"
target="_blank"
class="member-facebook"
></a>
<a
href="https://github.com/DiemenDesign"
target="_blank"
class="member-github"
></a>
</div>
</div>
<img src="/img/team/dennis.jpg" srcset="/img/team/dennis_2x.jpg 2x" />
</div>
<div class="caption">
<h4>Dennis is</h4>
<p style="font-size: 13px">
a Contributor, Bit Fiddler, Theme Developer, and Open Source Advocate,
who also happens to create Wood Products, herd Sheep and wrestle
Goats.
</p>
</div>
</div>
<div class="about-team">
<a href="{{ site.repository }}/releases" class="card team-goal">
<h4>Our Goal</h4>
<p>
Our mission is to provide web developers with a ready-to-use WYSIWYG
editor, so they don't have to build one from scratch.
</p>
</a>
<a href="{{ site.repository }}/issues" class="card team-helpus">
<h4>Get Involved</h4>
<p>
We welcome your contributions and suggestions to further develop
Summernote and enhance the user experience.
</p>
</a>
</div>
</div>
</div>