Skip to content

Commit

Permalink
Updated pages
Browse files Browse the repository at this point in the history
  • Loading branch information
Kyle Kirkby committed May 26, 2020
1 parent db715a8 commit ef143c8
Show file tree
Hide file tree
Showing 3 changed files with 79 additions and 13 deletions.
6 changes: 3 additions & 3 deletions _pages/404.md
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 %}
25 changes: 20 additions & 5 deletions _pages/contact.md
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>
61 changes: 56 additions & 5 deletions _pages/homepage.md
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
---

0 comments on commit ef143c8

Please sign in to comment.