Skip to content

Commit

Permalink
add solutions section to index
Browse files Browse the repository at this point in the history
  • Loading branch information
sjoonk committed Mar 20, 2015
1 parent ecd7c84 commit ffb06a7
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 16 deletions.
21 changes: 10 additions & 11 deletions _includes/home.html
Expand Up @@ -19,17 +19,16 @@ <h2>Services & Solutions</h2>
{% endfor %}
</ul>

<div class="solutions row">
<div class="col-xs-6 col-sm-4">
<div class="panel panel-default">
<div class="panel-body text-center">
<a href="http://www.hashcloud.io/" class="thumbnail orange" target="_blank">
<!-- <i class="glyphicon glyphicon-cloud"></i> -->HashCloud.IO
</a>
</div>
</div>
</div>
</div>
<ul class="solutions list-unstyled">
{% for s in page.solutions %}
<li>
<h5>
<a href="{{ s.url }}" class="{{ s.classes }}" target="_blank">{{ s.title }}</a>
<small>{{ s.subtitle }}</small>
</h5>
</li>
{% endfor %}
</ul>

{% comment %}
<div class="panel-group" id="accordion">
Expand Down
8 changes: 3 additions & 5 deletions css/style.css
Expand Up @@ -277,8 +277,8 @@ section.main #accordion .panel-heading {
.panel-group .panel-heading+.panel-collapse .panel-body { border-top: none; }
/*section.main #accordion .panel-body { border: none; }*/

section.main .page-header { margin-top: 0; }
section.main .page-header:first-child { margin-top: -1em; }
/*section.main .page-header { margin-top: 0; }*/
section.main .page-header:first-child { margin-top: -12px; }

section.main .panel-title .glyphicon { color: #699C30; }

Expand Down Expand Up @@ -331,11 +331,9 @@ section.main ul.services {
}

section.main .solutions {
border-top: 1px dashed #ededed;
margin-top: 2em;
}
section.main .solutions .thumbnail {
margin-bottom: 0;
}


small {
Expand Down
6 changes: 6 additions & 0 deletions index.md
Expand Up @@ -60,6 +60,12 @@ services:
emblem: /img/emblem-oss.png
description: 유스풀패러다임은 오랜 프로젝트 경험과 다양한 오픈소스 솔루션 지원 경험을 바탕으로 여러분 프로젝트에 가장 잘 맞는 최적의 오픈소스 솔루션을 찾아 프로젝트에 적용할 수 있도록 도와 드립니다.
details__: [오픈소스 솔루션 소싱, 오픈소스 솔루션 도입 컨설팅, 구축/적용/기술지원, 호스팅 및 유지관리]
solutions:
- name: hashcloud
title: HashCloud.IO
subtitle: 해시클라우드 | Hashtag Data Platform
url: http://www.hashcloud.io/
classes: orange
---

<!-- Nav tabs -->
Expand Down

0 comments on commit ffb06a7

Please sign in to comment.