feat(highlights): remove highlights headings
This commit is contained in:
parent
16e8bc28b1
commit
5c872cd762
|
@ -30,7 +30,6 @@
|
||||||
{{{markdown .}}}
|
{{{markdown .}}}
|
||||||
{{/description}}
|
{{/description}}
|
||||||
{{#if highlights.length}}
|
{{#if highlights.length}}
|
||||||
<h5>Highlights</h5>
|
|
||||||
<ul>
|
<ul>
|
||||||
{{#highlights}}
|
{{#highlights}}
|
||||||
<li>{{.}}</li>
|
<li>{{.}}</li>
|
||||||
|
|
|
@ -25,7 +25,6 @@
|
||||||
{{{markdown .}}}
|
{{{markdown .}}}
|
||||||
{{/summary}}
|
{{/summary}}
|
||||||
{{#if highlights.length}}
|
{{#if highlights.length}}
|
||||||
<h5>Highlights</h5>
|
|
||||||
<ul>
|
<ul>
|
||||||
{{#highlights}}
|
{{#highlights}}
|
||||||
<li>{{.}}</li>
|
<li>{{.}}</li>
|
||||||
|
|
|
@ -25,7 +25,6 @@
|
||||||
{{{markdown .}}}
|
{{{markdown .}}}
|
||||||
{{/summary}}
|
{{/summary}}
|
||||||
{{#if highlights.length}}
|
{{#if highlights.length}}
|
||||||
<h5>Highlights</h5>
|
|
||||||
<ul>
|
<ul>
|
||||||
{{#highlights}}
|
{{#highlights}}
|
||||||
<li>{{.}}</li>
|
<li>{{.}}</li>
|
||||||
|
|
|
@ -317,7 +317,6 @@ blockquote > * + * {
|
||||||
</div>
|
</div>
|
||||||
</header>
|
</header>
|
||||||
<p>Pied Piper is a multi-platform technology based on a proprietary universal compression algorithm that has consistently fielded high Weisman Scores™ that are not merely competitive, but approach the theoretical limit of lossless compression.</p>
|
<p>Pied Piper is a multi-platform technology based on a proprietary universal compression algorithm that has consistently fielded high Weisman Scores™ that are not merely competitive, but approach the theoretical limit of lossless compression.</p>
|
||||||
<h5>Highlights</h5>
|
|
||||||
<ul>
|
<ul>
|
||||||
<li>Build an algorithm for artist to detect if their music was violating copy right infringement laws</li>
|
<li>Build an algorithm for artist to detect if their music was violating copy right infringement laws</li>
|
||||||
<li>Successfully won Techcrunch Disrupt</li>
|
<li>Successfully won Techcrunch Disrupt</li>
|
||||||
|
@ -344,7 +343,6 @@ blockquote > * + * {
|
||||||
</div>
|
</div>
|
||||||
</header>
|
</header>
|
||||||
<p>Global movement of free coding clubs for young people.</p>
|
<p>Global movement of free coding clubs for young people.</p>
|
||||||
<h5>Highlights</h5>
|
|
||||||
<ul>
|
<ul>
|
||||||
<li>Awarded 'Teacher of the Month'</li>
|
<li>Awarded 'Teacher of the Month'</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
@ -398,7 +396,6 @@ blockquote > * + * {
|
||||||
</div>
|
</div>
|
||||||
</header>
|
</header>
|
||||||
<p>A mapping engine that misguides you</p>
|
<p>A mapping engine that misguides you</p>
|
||||||
<h5>Highlights</h5>
|
|
||||||
<ul>
|
<ul>
|
||||||
<li>Won award at AIHacks 2016</li>
|
<li>Won award at AIHacks 2016</li>
|
||||||
<li>Built by all women team of newbie programmers</li>
|
<li>Built by all women team of newbie programmers</li>
|
||||||
|
|
Loading…
Reference in New Issue