mirror of
https://github.com/nunocoracao/blowfish.git
synced 2025-02-02 03:22:33 -06:00
final polish
This commit is contained in:
parent
5773c1ee9b
commit
427830ed8f
4 changed files with 25 additions and 5 deletions
|
@ -639,6 +639,10 @@ With other shortcodes
|
||||||
{{</* /gallery */>}}
|
{{</* /gallery */>}}
|
||||||
{{</* /timelineItem */>}}
|
{{</* /timelineItem */>}}
|
||||||
|
|
||||||
|
{{</* timelineItem icon="code" header="Another Awesome Header"*/>}}
|
||||||
|
{{</* github repo="nunocoracao/blowfish" */>}}
|
||||||
|
{{</* /timelineItem */>}}
|
||||||
|
|
||||||
{{</* /timeline */>}}
|
{{</* /timeline */>}}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
@ -671,7 +675,9 @@ With other shortcodes
|
||||||
<img src="gallery/07.jpg" class="grid-w33" />
|
<img src="gallery/07.jpg" class="grid-w33" />
|
||||||
{{< /gallery >}}
|
{{< /gallery >}}
|
||||||
{{</ timelineItem >}}
|
{{</ timelineItem >}}
|
||||||
|
{{< timelineItem icon="code" header="Another Awesome Header">}}
|
||||||
|
{{< github repo="nunocoracao/blowfish" >}}
|
||||||
|
{{</ timelineItem >}}
|
||||||
{{</ timeline >}}
|
{{</ timeline >}}
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -639,6 +639,10 @@ With other shortcodes
|
||||||
{{</* /gallery */>}}
|
{{</* /gallery */>}}
|
||||||
{{</* /timelineItem */>}}
|
{{</* /timelineItem */>}}
|
||||||
|
|
||||||
|
{{</* timelineItem icon="code" header="Another Awesome Header"*/>}}
|
||||||
|
{{</* github repo="nunocoracao/blowfish" */>}}
|
||||||
|
{{</* /timelineItem */>}}
|
||||||
|
|
||||||
{{</* /timeline */>}}
|
{{</* /timeline */>}}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
@ -671,7 +675,9 @@ With other shortcodes
|
||||||
<img src="gallery/07.jpg" class="grid-w33" />
|
<img src="gallery/07.jpg" class="grid-w33" />
|
||||||
{{< /gallery >}}
|
{{< /gallery >}}
|
||||||
{{</ timelineItem >}}
|
{{</ timelineItem >}}
|
||||||
|
{{< timelineItem icon="code" header="Another Awesome Header">}}
|
||||||
|
{{< github repo="nunocoracao/blowfish" >}}
|
||||||
|
{{</ timelineItem >}}
|
||||||
{{</ timeline >}}
|
{{</ timeline >}}
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -639,6 +639,10 @@ With other shortcodes
|
||||||
{{</* /gallery */>}}
|
{{</* /gallery */>}}
|
||||||
{{</* /timelineItem */>}}
|
{{</* /timelineItem */>}}
|
||||||
|
|
||||||
|
{{</* timelineItem icon="code" header="Another Awesome Header"*/>}}
|
||||||
|
{{</* github repo="nunocoracao/blowfish" */>}}
|
||||||
|
{{</* /timelineItem */>}}
|
||||||
|
|
||||||
{{</* /timeline */>}}
|
{{</* /timeline */>}}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
@ -672,10 +676,7 @@ With other shortcodes
|
||||||
{{< /gallery >}}
|
{{< /gallery >}}
|
||||||
{{</ timelineItem >}}
|
{{</ timelineItem >}}
|
||||||
{{< timelineItem icon="code" header="Another Awesome Header">}}
|
{{< timelineItem icon="code" header="Another Awesome Header">}}
|
||||||
|
|
||||||
{{< github repo="nunocoracao/blowfish" >}}
|
{{< github repo="nunocoracao/blowfish" >}}
|
||||||
|
|
||||||
|
|
||||||
{{</ timelineItem >}}
|
{{</ timelineItem >}}
|
||||||
{{</ timeline >}}
|
{{</ timeline >}}
|
||||||
|
|
||||||
|
|
|
@ -639,6 +639,10 @@ With other shortcodes
|
||||||
{{</* /gallery */>}}
|
{{</* /gallery */>}}
|
||||||
{{</* /timelineItem */>}}
|
{{</* /timelineItem */>}}
|
||||||
|
|
||||||
|
{{</* timelineItem icon="code" header="Another Awesome Header"*/>}}
|
||||||
|
{{</* github repo="nunocoracao/blowfish" */>}}
|
||||||
|
{{</* /timelineItem */>}}
|
||||||
|
|
||||||
{{</* /timeline */>}}
|
{{</* /timeline */>}}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
@ -670,6 +674,9 @@ With other shortcodes
|
||||||
<img src="gallery/06.jpg" class="grid-w33" />
|
<img src="gallery/06.jpg" class="grid-w33" />
|
||||||
<img src="gallery/07.jpg" class="grid-w33" />
|
<img src="gallery/07.jpg" class="grid-w33" />
|
||||||
{{< /gallery >}}
|
{{< /gallery >}}
|
||||||
|
{{< timelineItem icon="code" header="Another Awesome Header">}}
|
||||||
|
{{< github repo="nunocoracao/blowfish" >}}
|
||||||
|
{{</ timelineItem >}}
|
||||||
{{</ timelineItem >}}
|
{{</ timelineItem >}}
|
||||||
|
|
||||||
{{</ timeline >}}
|
{{</ timeline >}}
|
||||||
|
|
Loading…
Reference in a new issue