diff --git a/_includes/woa/marcus_testimonial.html b/_includes/woa/marcus_testimonial.html
new file mode 100644
index 0000000000..1d73c00270
--- /dev/null
+++ b/_includes/woa/marcus_testimonial.html
@@ -0,0 +1,46 @@
+
+
+
+
+
+ Linaro is driving the collaborative work needed to build a self-sustaining Windows on Arm ecosystem. All of the work enabling Windows to run natively on Arm is made possible through the collaboration between Linaro and its members in the Linaro Windows on Arm Group. Joining the Linaro Windows on Arm Group allows you to be part of the conversation which decides what work needs to be prioritized and how.
+
+
+
\ No newline at end of file
diff --git a/_includes/woa/projects.html b/_includes/woa/projects.html
index 3a83220162..b5f1561657 100644
--- a/_includes/woa/projects.html
+++ b/_includes/woa/projects.html
@@ -1,7 +1,4 @@
-
-
{{site.data.translations.woa.projects}}
-
@@ -23,5 +20,8 @@
{% endfor %}
+
+
For feedback or request support for a missing package, click here.
+
\ No newline at end of file
diff --git a/_pages/windows-on-arm.md b/_pages/windows-on-arm.md
index 99c60e77d0..e87feea173 100644
--- a/_pages/windows-on-arm.md
+++ b/_pages/windows-on-arm.md
@@ -25,37 +25,46 @@ jumbotron:
image: /assets/images/content/iStock-667012914_sm.jpg
flow:
- row: container_row
- style: my-3 bg-blue bordered-row
+ style: my-3 bg-dark-gray
sections:
- - format: text
- style: text-center text-white
- text_content:
- text: Our mission is to establish a healthy self-sustaining Arm open source
- ecosystem for Windows. We look at a diverse set of tools, languages,
- and frameworks to support Windows on Arm
+ - format: two_column
+ style: #
+ breakpoint: md
+ left_column:
+ custom_size: 6
+ image: /assets/images/content/windows_on_arm/Chip_background_v2.jpg
+ right_column:
+ custom_size: 6
+ style: p-3 text-white
+ text: |
+ ## Windows and Open Source
+
+ There is no doubt that Arm chips can deliver an exceptional user experience through efficient power consumption, fast performance and all day battery life. But for devices running on Arm-based technology to truly leverage these capabilities, operating systems (OS) need to ensure that open source tools and applications using their OS can run natively on Arm.
+
+ This is no small task and the reason why the Linaro Windows on Arm Group exists - to establish a healthy self-sustaining Arm open source ecosystem for Windows.
- row: container_row
- style: my-3
+ style: my-3 bg-light-gray
sections:
- format: title
style: text-left
title_content:
size: h3
style: font-weight-bold
- text: Windows on Arm Supported Projects
+ text: Enabling Windows to run natively on Arm
- format: text
style: text-left
text_content:
text: >
- The work we do to grow the Arm open source ecosystem for Windows
- involves setting up CI and testing, coordinating with vendors to
- analyze and fix regressions and establishing relationships with
- project maintainers. Below you will find all the projects we are
- currently working on along with projects we plan to enable for
- Windows on Arm in the future.
-
- To find out more about how well supported a project is in Windows on Arm, click on the relevant project or product below.
+ Below is a list of all the projects the Linaro Windows Group plans to enable for Windows on Arm. The work the group does to grow the Arm open source ecosystem for Windows involves setting up CI and testing, coordinating with vendors to analyze and fix regressions and establishing relationships with project maintainers.
- format: custom_include
source: woa/projects.html
+ - row: container_row
+ style: bg-light-gray
+ sections:
+ - format: custom_include
+ source: woa/marcus_testimonial.html
+ - row: container_row
+ sections:
- format: block
style: pb-4
item_width: "6"
@@ -90,50 +99,32 @@ flow:
style: btn-lg text-btn
url: https://linaro.atlassian.net/wiki/spaces/WPERF
- row: container_row
- style: my-3 bg-light-gray
- sections:
- - format: two_column
- style: null
- breakpoint: md
- left_column:
- custom_size: 8
- style: p-3
- text: |
- **Provide feedback or request support for a missing package**
- right_column:
- custom_size: 4
- style: p-3
- button:
- style: blue-button
- title: Linaro Service Desk
- url: https://linaro-servicedesk.atlassian.net/servicedesk/customer/portal/22/group/85/create/301
- - row: container_row
- style: my-3
+ style: my-3 bg-dark-gray
sections:
- format: title
- style: text-left white-border-title font-weight-bold
+ style: text-left font-weight-bold
title_content:
size: h3
- style: font-weight-bold
- text: Windows on Arm Portfolio Roadmap
+ style: font-weight-bold text-white
+ text: Testimonials from Linaro Windows Group members
- format: custom_include
- source: woa/roadmap.html
+ source: woa/testimonials.html
- row: container_row
- style: my-3 bg-light-gray
+ style: bg-green
+ sections:
+ - format: custom_include
+ source: woa/tagged_resources_and_blogs.html
+ - row: container_row
+ style: my-3
sections:
- format: title
style: text-left white-border-title font-weight-bold
title_content:
size: h3
style: font-weight-bold
- text: Testimonials from Members of the Linaro Windows Group
- - format: custom_include
- source: woa/testimonials.html
- - row: container_row
- style: bg-green
- sections:
+ text: Windows on Arm Portfolio Roadmap
- format: custom_include
- source: woa/tagged_resources_and_blogs.html
+ source: woa/roadmap.html
- row: container_row
style: my-3 bg-light-gray
sections:
@@ -146,7 +137,7 @@ flow:
- format: title
style: text-left font-weight-bold
title_content:
- size: h3
+ size: h4
style: font-weight-bold
text: Windows on Arm Technical
- format: text
@@ -167,5 +158,4 @@ flow:
text: Active Members
- format: custom_include
source: woa/members.html
-image: /assets/images/content/iStock-667012914_sm.jpg
---
diff --git a/assets/css/app/custom.scss b/assets/css/app/custom.scss
index a209c0fb4c..b2b9f90164 100644
--- a/assets/css/app/custom.scss
+++ b/assets/css/app/custom.scss
@@ -820,6 +820,9 @@ body {
.bg-light-gray {
background-color: #d1d1d1 !important;
}
+ .bg-dark-gray {
+ background-color: #313131 !important;
+ }
.dotted.dotted_heading {
max-width: 500px;
padding: 20px;
diff --git a/assets/images/content/windows_on_arm/Chip_background_v2.jpg b/assets/images/content/windows_on_arm/Chip_background_v2.jpg
new file mode 100644
index 0000000000..016b1a15c1
Binary files /dev/null and b/assets/images/content/windows_on_arm/Chip_background_v2.jpg differ