Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 7 additions & 4 deletions src/pug/alpakka_2/specs.pug
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ block title
block page
include ../_selector.pug

mixin boximg(src)
mixin boximg(src, href)
div.box.image
a.img(href=src target='_blank')
a.img(href=href target='_blank')
img(src=src)


Expand Down Expand Up @@ -80,6 +80,9 @@ block page
li 2 ARM Cortex-M33 cores.
li 2 RISC-V Hazard3 cores.

+boximg('/static/gallery/alpakka_2_label.jpg')
+boximg('/static/img/alpakka_2_spec_front.png', '/static/img/alpakka_2_spec_all.png')
+boximg('/static/img/alpakka_2_spec_back.png', '/static/img/alpakka_2_spec_all.png')

div: b: i *All specs are subject to change
div
div(style="padding:10px")
b: i *All specs are subject to change
Binary file added src/static/img/alpakka_2_spec_all.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/static/img/alpakka_2_spec_back.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/static/img/alpakka_2_spec_front.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading