Skip to content
This repository has been archived by the owner on Aug 15, 2022. It is now read-only.

Commit

Permalink
Merge pull request #11514 from koding/outdated
Browse files Browse the repository at this point in the history
removed outdated info
  • Loading branch information
szkl committed Feb 7, 2019
2 parents 0e2f4c6 + 4f16c69 commit d36da0d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 35 deletions.
34 changes: 1 addition & 33 deletions docs/about/index.html
Expand Up @@ -118,32 +118,6 @@ <h3 class="team-member-name">You</h3>
</div>
{% endif %}
</div>

<h3 class="DepartmentTitle"><span>Board</span></h3>
<div class="AboutUs-TeamMemberWrapper">
{% for member in site.data.board %}
<div class="AboutUs-TeamMember {{ member.cssClass }}">
<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 }}">
<h3 class="team-member-name">{{ member.name }}</h3>
<p>
{{ member.title }}
<br />
{{ member.role }}
</p>
<p class="AboutUs-TeamMember--Social">
{% if member.twitter %}
<a href="http://twitter.com/{{ member.twitter }}"><img src="{{ site.url }}/assets/img/landing/misc/soc-twitter.png" width="24" /></a>
{% endif %}
{% if member.linkedin %}
<a href="http://linkedin.com/in/{{ member.linkedin }}"><img src="{{ site.url }}/assets/img/landing/misc/soc-linkedin.png" width="24" /></a>
{% endif %}
{% if member.github %}
<a href="http://github.com/{{ member.github }}"><img src="{{ site.url }}/assets/img/landing/misc/soc-github.png" width="24" /></a>
{% endif %}
</p>
</div>
{% endfor %}
</div>
</div>

<div class="clearfix"></div>
Expand All @@ -168,19 +142,13 @@ <h3 class="team-member-name">{{ member.name }}</h3>
<div class="AboutUs-Contact--col" id="map"></div>
<div class="AboutUs-Contact--col">
<h2>Koding HQ</h2>
<p><span>358 Brannan Street, San Francisco, CA 94107</span></p>
<div><a href="https://goo.gl/maps/uHm3ei11Br22" target="_blank">View on Google Maps</a></div>
<p><span>San Francisco, CA 94107</span></p>
<div class="AboutUs-Contact--numbers">
<div>
<h2>Media Inquiries</h2>
<p><a href="mailto:press@koding.com" target="_blank">press@koding.com</a></p>
<p><a href="http://brandfolder.com/koding" target="_blank">Media resources</a></p>
</div>
<div>
<h2>Connect</h2>
<p><a href="mailto:business@koding.com" target="_blank">business@koding.com</a></p>
<p><a href="mailto:support@koding.com" target="_blank">support@koding.com</a></p>
</div>
</div>
<div class="AboutUs-Contact--numbers">
<div class="AboutUs-Contact--social">
Expand Down
3 changes: 1 addition & 2 deletions docs/index.html
Expand Up @@ -113,8 +113,7 @@ <h4>WHAT PEOPLE ARE SAYING ABOUT KODING</h4>
path="/assets/img/landing/references/"
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.||
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.||
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.||
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."
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."
%}
</div>
</div>
Expand Down

0 comments on commit d36da0d

Please sign in to comment.