forked from MorelloProject/website
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Kyle Kirkby
committed
May 26, 2020
1 parent
db715a8
commit ef143c8
Showing
3 changed files
with
79 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
--- | ||
layout: base | ||
permalink: /404.html | ||
title: 404 page not found! | ||
description: > | ||
404 page not found | ||
css-package: error | ||
flow: | ||
- row: main_content_row | ||
--- | ||
{% include linaro-404.html %} | ||
{% include components/linaro_404.html %} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,25 @@ | ||
--- | ||
title: Contact | ||
description: >- | ||
To find out more about the Morello Project, please get in touch! | ||
permalink: /contact/ | ||
layout: flow | ||
jumbotron: | ||
title: Contact Us | ||
description: > | ||
To find out more about the Morello Project, please get in touch! | ||
buttons: | ||
- title: Send Email | ||
url: "mailto:[email protected]" | ||
style: btn-primary | ||
# flow: | ||
# - row: container_row | ||
# sections: | ||
# - format: title | ||
# title_content: | ||
# text: Contact Us | ||
# size: h3 | ||
# - format: buttons | ||
# style: # | ||
# buttons_content: | ||
--- | ||
<div class="col-xs-12 text-center m-b-40"> | ||
<a class="btn btn-primary" href="mailto:{{site.email}}?subject=Morello-project.org - Contact"> | ||
{{site.email}} | ||
</a> | ||
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,59 @@ | ||
--- | ||
layout: home | ||
permalink: / | ||
js-package: main | ||
title: Under Construction | ||
title: Morello Project | ||
description: > | ||
Coming soon | ||
Morello is an industrial demonstrator of a capability architecture: a prototype System-on-Chip (SoC) and development board, developed by Arm, implementing a CHERI-extended ARMv8-A processor, GPU, peripherals, and memory subsystem, to ship in late 2021. | ||
permalink: / | ||
layout: flow | ||
jumbotron: | ||
slider: | ||
- darken: true | ||
title: Morello Project | ||
description: > | ||
Morello is an industrial demonstrator of a capability architecture: a prototype System-on-Chip (SoC) and development board, developed by Arm, implementing a CHERI-extended ARMv8-A processor, GPU, peripherals, and memory subsystem, to ship in late 2021. | ||
flow: | ||
# - row: container_row | ||
# style: block_row | ||
# sections: | ||
# - format: block | ||
# style: text-center | ||
# block_section_content: | ||
# item_width: "4" | ||
# blocks: | ||
# - title: Block 1 | ||
# url: /about/ | ||
# modal_content: | | ||
# This is some modal _content_. | ||
# description: See our photos from event. | ||
# buttons: | ||
# - title: More Details | ||
# url: /flow/ | ||
# icon: fa fa-arrow-right | ||
# style: btn-primary | ||
# - title: More | ||
# url: /flow/ | ||
# icon: fa fa-arrow-right | ||
# style: btn-secondary | ||
# - title: Block 2 | ||
# url: /about/ | ||
# description: See our photos from event. | ||
# buttons: | ||
# - title: More Details | ||
# url: /flow/ | ||
# icon: fa fa-arrow-right | ||
# style: btn-primary | ||
# - title: Block 3 | ||
# url: /about/ | ||
# description: See our photos from event. | ||
# buttons: | ||
# - title: More Details | ||
# url: /flow/ | ||
# icon: fa fa-arrow-right | ||
# style: btn-primary | ||
- row: container_row | ||
style: youtube_embed_row bg-light | ||
sections: | ||
- format: youtube | ||
style: # | ||
url: https://www.youtube.com/watch?v=yRau0YEQKQk | ||
title: LTD20-110 Enabling the Arm Morello Platform | ||
--- |