Skip to content

Commit d36da0d

Browse files
author
Sönmez Kartal
authored
Merge pull request koding#11514 from koding/outdated
removed outdated info
2 parents 0e2f4c6 + 4f16c69 commit d36da0d

2 files changed

Lines changed: 2 additions & 35 deletions

File tree

docs/about/index.html

Lines changed: 1 addition & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -118,32 +118,6 @@ <h3 class="team-member-name">You</h3>
118118
</div>
119119
{% endif %}
120120
</div>
121-
122-
<h3 class="DepartmentTitle"><span>Board</span></h3>
123-
<div class="AboutUs-TeamMemberWrapper">
124-
{% for member in site.data.board %}
125-
<div class="AboutUs-TeamMember {{ member.cssClass }}">
126-
<img class="profile" src="{{ site.url }}/{% if member.img %}{{ member.img }}{% else %}assets/img/landing/team/{{ member.name | downcase | replace: ' ', '_'}}.png{% endif %}" alt="{{ member.name }}">
127-
<h3 class="team-member-name">{{ member.name }}</h3>
128-
<p>
129-
{{ member.title }}
130-
<br />
131-
{{ member.role }}
132-
</p>
133-
<p class="AboutUs-TeamMember--Social">
134-
{% if member.twitter %}
135-
<a href="http://twitter.com/{{ member.twitter }}"><img src="{{ site.url }}/assets/img/landing/misc/soc-twitter.png" width="24" /></a>
136-
{% endif %}
137-
{% if member.linkedin %}
138-
<a href="http://linkedin.com/in/{{ member.linkedin }}"><img src="{{ site.url }}/assets/img/landing/misc/soc-linkedin.png" width="24" /></a>
139-
{% endif %}
140-
{% if member.github %}
141-
<a href="http://github.com/{{ member.github }}"><img src="{{ site.url }}/assets/img/landing/misc/soc-github.png" width="24" /></a>
142-
{% endif %}
143-
</p>
144-
</div>
145-
{% endfor %}
146-
</div>
147121
</div>
148122

149123
<div class="clearfix"></div>
@@ -168,19 +142,13 @@ <h3 class="team-member-name">{{ member.name }}</h3>
168142
<div class="AboutUs-Contact--col" id="map"></div>
169143
<div class="AboutUs-Contact--col">
170144
<h2>Koding HQ</h2>
171-
<p><span>358 Brannan Street, San Francisco, CA 94107</span></p>
172-
<div><a href="https://goo.gl/maps/uHm3ei11Br22" target="_blank">View on Google Maps</a></div>
145+
<p><span>San Francisco, CA 94107</span></p>
173146
<div class="AboutUs-Contact--numbers">
174147
<div>
175148
<h2>Media Inquiries</h2>
176149
<p><a href="mailto:press@koding.com" target="_blank">press@koding.com</a></p>
177150
<p><a href="http://brandfolder.com/koding" target="_blank">Media resources</a></p>
178151
</div>
179-
<div>
180-
<h2>Connect</h2>
181-
<p><a href="mailto:business@koding.com" target="_blank">business@koding.com</a></p>
182-
<p><a href="mailto:support@koding.com" target="_blank">support@koding.com</a></p>
183-
</div>
184152
</div>
185153
<div class="AboutUs-Contact--numbers">
186154
<div class="AboutUs-Contact--social">

docs/index.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,8 +113,7 @@ <h4>WHAT PEOPLE ARE SAYING ABOUT KODING</h4>
113113
path="/assets/img/landing/references/"
114114
people="Michael Girouard--michael_girouard.jpg--Senior Engineer--CloudFlare--Koding provides every developer with access to information and data on the best practices used by your entire team.||
115115
Collin Donahue-Oponski--collin_donahue-oponski.jpg--UX Lead, Platform UI/UX Team--DigitalGlobe--Using Koding helps developers get up-to-speed in a matter of minutes so they can focus on their code. As for our customers, I'm personally trying to guide us through a redesign of our platform experience which would hopefully alleviate the need for complicated dev environments, We are evaluating Koding to bridge the gap between local development and production environments.||
116-
Arkadi Shishlov--arkadi_shishlov.png--Software Engineer--Accenture--We are doing internal training at Accenture, when I setup my classes on Koding, no one needs to do any setup anymore.||
117-
Sid Sijbrandij--sid_sijbrandij.jpg--Co-founder, CEO--GitLab--GitLab+Koding means you can ship code faster, and contribute to more projects in a collaborative environment."
116+
Arkadi Shishlov--arkadi_shishlov.png--Software Engineer--Accenture--We are doing internal training at Accenture, when I setup my classes on Koding, no one needs to do any setup anymore."
118117
%}
119118
</div>
120119
</div>

0 commit comments

Comments
 (0)