-
Notifications
You must be signed in to change notification settings - Fork 5
/
index.html
230 lines (196 loc) · 8.09 KB
/
index.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
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
---
layout: page
title: Hi. We are Gizra.
homepage: true
class: home
quotes:
- quote: "The only reason I'm still committing patches to PHP is Gizra's groundbreaking work"
by: "R. Lerdorf"
- quote: "Witnessing Gizra's accomplishments inspired me to quit developing software and dedicate my life to philantropy"
by: "B. Gates"
- quote: "If what you say is true, the Message Stack and the Organic Groups could be dangerous"
by: "G. Liu"
- quote: "I should have used Organic Groups 7 to begin with"
by: "M. Zuckerberg"
- quote: "Those that I fight I do not hate<br />Those that I guard I do not love;<br />But I do love Entity Reference, it's super-useful"
by: "Lt. I. O'Brien"
- quote: "I heard you have a repository of every good Drupal module ever done by anybody"
by: "J. Murphy"
clients:
- name: whitehouse
alt: "Uses Organic Groups"
url: http://www.whitehouse.gov/og
- name: openscholar
alt: "Uses Organic Groups and Message"
url: http://openscholar.harvard.edu/
- name: economist
alt: "Uses Organic Groups"
url: http://www.economist.com/whichmba/forum
- name: energy
alt: "Uses Organic Groups"
url: http://energy.gov/
- name: symantec
alt: "Uses Organic Groups"
url: http://www.symantec.com/connect/groups
- name: paypal
alt: "Uses Organic Groups"
url: https://www.x.com/
### adding these in - we need to get the logos
# - name: drupalorg
# alt: "Uses Organic Groups"
# url: http://groups.drupal.org/
# - name: openatrium
# alt: "Uses Organic Groups"
# url: https://community.openatrium.com/
---
{% include JB/setup %}
<div class="row gallery-row websites-row"><!-- Begin Websites Row -->
<div class="span12">
<h2 class="title-bg"><a class="primary" id="work">work</a></h2>
<div class="secondary-title hidden-phone">Some of our clients</div>
<!-- Website Thumbnails
================================================== -->
<div class="row clearfix no-margin">
<ul class="gallery-post-grid holder">
{% assign count = 1 %}
{% for page in site.pages %}
{% if page.category contains 'website' and count <= 4 and page.homepage == true %}
{% assign count=count | plus:1 %}
<li class="span3 gallery-item">
<a href="{{ page.site_url }}" target="_blank"><img src="{{ page.url }}/thumb.jpg"></a>
<span class="project-details"><a href="{{ page.site_url }}" target="_blank">{{ page.title }}</a>{{ page.description }}</span>
</li>
{% endif %}
{% endfor %}
</ul>
</div>
</div>
</div><!-- End Websites Row -->
<div class="row gallery-row contributions-row"><!-- Begin Contributions Row -->
<div class="span12">
<h2 class="title-bg"><a class="primary" id="contributions">contributions</a></h2>
<div class="secondary-title hidden-phone">Open source Drupal modules we created & maintain</div>
<!-- Contributions Thumbnails
================================================== -->
<div class="row clearfix no-margin">
<ul class="gallery-post-grid holder">
{% assign count = 0 %}
{% for page in site.pages %}
{% if page.category contains 'contribution' and count <= 4 %}
{% assign count=count | plus:1 %}
<li class="span3 gallery-item">
<div class="short-name-wrapper box-{{ count }}">
<div class="short-name"><a href="http://drupal.org/project/{{ page.project_url }}" target="_blank">{{ page.short }}</a></div>
</div>
<span class="project-details"><a href="http://drupal.org/project/{{ page.project_url }}" target="_blank">{{ page.title }}</a>{{ page.description }}</span>
</li>
{% endif %}
{% endfor %}
</ul>
</div>
</div>
</div><!-- End Contributions Row -->
<div class="row gallery-row info-row"><!-- Begin Info Row -->
<div class="span12">
<h2 class="title-bg"><a class="primary" id="info">info</a></h2>
<!-- div class="secondary-title hidden-phone"></div -->
<!-- People Thumbnails
================================================== -->
<div class="row clearfix no-margin info-wrapper">
<div class="span4 about">
<h3>About</h3>
<p>
Gizra is a boutique development shop in Tel Aviv creating advanced web applications using Drupal, along with Node.js, Jekyll and other technologies.
</p>
<p>
We specialize in creating Drupal modules, in particular in the social and education space, and have extensive experience working with multinational teams employing an agile, continuous deployment process.
</p>
<p>
Gizra team created and maintains key Drupal modules such as Organic Groups, Message and Entity Reference, and contributes to Drupal core. We're deeply involved in the Drupal community and speak regularly at Drupal conference worldwide.
</p>
</div>
<div class="span4 whois">
<h3>Whois</h3>
{% for authors in site.authors %}
{% for author_info in authors %}
{% if author_info[1].homepage == true %}
{% assign author = author_info[1] %}
{% include custom/author.html %}
{% endif %}
{% endfor %}
{% endfor %}
</div>
<div class="span4 quotes">
<h3>Fictitous Client Quotes</h3>
<div class="flexslider">
<ul class="slides">
{% for quote in page.quotes %}
<li>
<div class="quote">{{ quote.quote }}</div>
<div class="source">{{ quote.by }}<div class="triangle"></div></div>
</li>
{% endfor %}
</ul>
</div>
</div>
</div>
</div>
</div><!-- End Info Row -->
<div class="row gallery-row clients-row"><!-- Begin Clients Row -->
<div class="span12">
<h2 class="title-bg"><a class="primary" id="showcase">our code at work</a></h2>
<div class="secondary-title hidden-phone">Web sites making use of our open sourced Drupal modules</div>
<!-- Clients Thumbnails
================================================== -->
<div class="row clearfix no-margin">
<ul class="gallery-post-grid holder">
{% for client in page.clients %}
<li class="span2 gallery-item">
<a href="{{ client.url }}" target="_blank"><img src="/assets/images/clients/{{ client.name}}.png" title="{{ client.alt }}" /></a>
</li>
{% endfor %}
</ul>
</div>
</div>
</div><!-- End Clients Row -->
<div class="row gallery-row blog-row"><!-- Begin Blog Row -->
<div class="span12">
<h2 class="title-bg"><a class="primary" id="blog">blog</a><a class="secondary hidden-phone" href="/blog">See previous posts</a></h2>
<!-- Blog teasers
================================================== -->
<div class="row clearfix no-margin teasers">
<ul class="list-wrapper">
{% for post in site.posts limit:4 %}
<li>
<div class="span12">
<div class="date">{{ post.date | date_to_string }}</div>
</div>
<div class="span4">
<a class="title" href="{{ post.url }}">{{ post.title }}</a>
</div>
<div class="span8 teaser {% if count==4 %} {{count }} teaser-last {% endif %}">
{% if post.teaser %}
{{ post.teaser }}
{% else %}
{{ post.content | strip_html | truncatewords: 50 }}
{% endif %}
</div>
</li>
{% endfor %}
</ul>
</div>
<a class="secondary hidden-phone" href="/blog">See previous posts</a>
</div>
</div><!-- End Blog Row -->
<div class="row contact-row"><!-- Begin Contact Row -->
<div class="span12">
<h2 class="title-bg"><a class="primary" id="contact">contact</a></h2>
<div class="secondary-title hidden-phone">Come visit if you are around, or drop us an email</div>
<address>
5 Brenner St., Tel-Aviv, Israel<br />
<a href="tel:+97233731222" class="telephone">+972-3-3731222</a><br />
<a href="mailto:[email protected]" class="email">[email protected]</a><br />
</address>
</div>
</div>
</div><!-- End Contact Row -->