Skip to content

Commit 1edc8ac

Browse files
committed
startup street
1 parent f3a9a17 commit 1edc8ac

File tree

9 files changed

+122
-0
lines changed

9 files changed

+122
-0
lines changed

_less/hackcyprus-2013.less

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
@import "objects/prizes";
2727
@import "objects/crew";
2828
@import "objects/faq";
29+
@import "objects/startup-street";
2930

3031
// Vendor
3132
@import "vendor/bootstrap-component-animations";

_less/objects/startup-street.less

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
.startup-street {
2+
margin-bottom: 2em;
3+
4+
ul {
5+
margin-top: 2em;
6+
}
7+
8+
li.startup {
9+
float: left;
10+
width: 25%;
11+
a {
12+
margin: 1em 0.5em;
13+
border: 0;
14+
display: block;
15+
img {
16+
display: block;
17+
width: 100%;
18+
}
19+
}
20+
}
21+
22+
}

css/hackcyprus-2013.css

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1536,6 +1536,25 @@ p.paypal-sucks {
15361536
line-height: 1.4;
15371537
font-size: 0.875em;
15381538
}
1539+
.startup-street {
1540+
margin-bottom: 2em;
1541+
}
1542+
.startup-street ul {
1543+
margin-top: 2em;
1544+
}
1545+
.startup-street li.startup {
1546+
float: left;
1547+
width: 25%;
1548+
}
1549+
.startup-street li.startup a {
1550+
margin: 1em 0.5em;
1551+
border: 0;
1552+
display: block;
1553+
}
1554+
.startup-street li.startup a img {
1555+
display: block;
1556+
width: 100%;
1557+
}
15391558
.fade {
15401559
opacity: 0;
15411560
-webkit-transition: opacity 0.15s linear;

images/logos/atyourservice.png

26.4 KB
Loading

images/logos/avocarrot.png

40.8 KB
Loading

images/logos/enermap.png

20.1 KB
Loading

images/logos/teachngo.png

49.9 KB
Loading

images/logos/tellalis.png

45.9 KB
Loading

page-insights.html

Lines changed: 80 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -652,6 +652,86 @@ <h1>Itxaso <br/>Del Palacio, Phd</h1>
652652

653653
</div>
654654

655+
<div class="row startup-street">
656+
657+
<div class="container">
658+
659+
<h1 class="section-head">The Startup Street</h1>
660+
<h2 class="section-subhead">
661+
Meet the Cypriot startups that will be showcasing their products and services during the conference.
662+
</h2>
663+
664+
<ul>
665+
666+
<li class="startup">
667+
<article>
668+
<a href="http://deskand.co" target="_blank">
669+
<img src="/images/logos/deskandco.png" alt="Desk&co">
670+
</a>
671+
<h4>Desk&amp;Co</h4>
672+
</article>
673+
</li>
674+
675+
<li class="startup">
676+
<article>
677+
<a href="http://tellalis.com" target="_blank">
678+
<img src="/images/logos/tellalis.png" alt="Tellalis">
679+
</a>
680+
<h4>Tellalis</h4>
681+
</article>
682+
</li>
683+
684+
<li class="startup">
685+
<article>
686+
<a href="http://teachngo.com" target="_blank">
687+
<img src="/images/logos/teachngo.png" alt="Teach'n'go">
688+
</a>
689+
<h4>Teach'n'go</h4>
690+
</article>
691+
</li>
692+
693+
<li class="startup">
694+
<article>
695+
<a href="http://enermap.eu" target="_blank">
696+
<img src="/images/logos/enermap.png" alt="Enermap">
697+
</a>
698+
<h4>Enermap</h4>
699+
</article>
700+
</li>
701+
702+
<li class="startup">
703+
<article>
704+
<a href="http://avocarrot.con" target="_blank">
705+
<img src="/images/logos/avocarrot.png" alt="Avocarrot">
706+
</a>
707+
<h4>Avocarrot</h4>
708+
</article>
709+
</li>
710+
711+
<li class="startup">
712+
<article>
713+
<a href="http://ergodotisi.com" target="_blank">
714+
<img src="/images/logos/ergodotisi.png" alt="Ergodotisi">
715+
</a>
716+
<h4>Ergodotisi</h4>
717+
</article>
718+
</li>
719+
720+
<li class="startup">
721+
<article>
722+
<a href="http://atyourservice.com.cy" target="_blank">
723+
<img src="/images/logos/atyourservice.png" alt="Atyoursetvice">
724+
</a>
725+
<h4>At your service</h4>
726+
</article>
727+
</li>
728+
729+
</ul>
730+
731+
</div>
732+
733+
</div>
734+
655735
<div class="row venue">
656736
<iframe width='100%' height='450' frameBorder='0' src='http://a.tiles.mapbox.com/v3/alexmic.map-x5zxh2t0.html#17/35.16335838236058/33.32575500011444'></iframe>
657737

0 commit comments

Comments
 (0)