File tree Expand file tree Collapse file tree 8 files changed +15
-17
lines changed Expand file tree Collapse file tree 8 files changed +15
-17
lines changed Original file line number Diff line number Diff line change 1
- # DeviceTree Project Website
1
+ # Devicetree Project Website
2
2
3
- This is the git repository for the DeviceTree project website.
3
+ This is the git repository for the Devicetree project website.
4
4
5
5
## 🚀 Project Structure
6
6
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ import "../../styles/global.scss";
6
6
const GA_ID = import .meta .env .GA_ID ;
7
7
8
8
const {
9
- title = " The DeviceTree Project" ,
9
+ title = " The Devicetree Project" ,
10
10
description = " A devicetree is a data structure for describing hardware." ,
11
11
type = " website" ,
12
12
} = Astro .props ;
Original file line number Diff line number Diff line change @@ -29,15 +29,15 @@ const data_releases = await fetchData();
29
29
data_releases ? (
30
30
<a href = { data_releases [0 ].html_url } class = " text-primary" >
31
31
<div class = " flex flex-row" >
32
- <span >DeviceTree Specification Release</span >
33
- <span >{ data_releases [0 ].tag_name } </span >
32
+ <span >Devicetree Specification Release</span >
33
+ <span > { data_releases [0 ].tag_name } </span >
34
34
</div >
35
35
</a >
36
36
) : (
37
37
<div >No data available</div >
38
38
)
39
39
}
40
- <span class =" text-black" > - Released { data_releases [0 ].created_at } </span >
40
+ <span class =" text-black" > - Released { dateConvertor ( data_releases [0 ].created_at ) } </span >
41
41
<span
42
42
class =" text-[#2cbe4e] p-[5px] border border-[#2cbe4e] text-xs align-middle relative ml-2"
43
43
>Latest Release</span
@@ -53,8 +53,8 @@ const data_releases = await fetchData();
53
53
>
54
54
<a href = { item .html_url } class = " text-primary" >
55
55
<div >
56
- <span >DeviceTree Specification Release</span >
57
- <span >{ item .tag_name } </span >
56
+ <span >Devicetree Specification Release</span >
57
+ <span > { item .tag_name } </span >
58
58
</div >
59
59
</a >
60
60
<span class = " text-black mb-6" >
Original file line number Diff line number Diff line change 2
2
url : https://www.linaro.org/
3
3
- label : Connect
4
4
url : https://www.linaro.org/connect/
5
- - label : 96Boards
6
- url : https://www.96boards.org/
7
5
- label : Projects
8
6
children :
9
7
- label : OP-TEE
10
8
url : https://www.trustedfirmware.org/projects/op-tee/
11
- - label : DeviceTree .org
9
+ - label : Devicetree .org
12
10
url : https://www.devicetree.org/
13
11
- label : OpenAMP
14
12
url : https://www.openampproject.org/
Original file line number Diff line number Diff line change 1
1
---
2
2
title : Contact
3
3
description : >-
4
- Please get in touch with us to talk more about DeviceTree and how you can get involved.
4
+ Please get in touch with us to talk more about Devicetree and how you can get involved.
5
5
slug : " /contact/"
6
6
layout : " ../../layouts/Flow.astro"
7
7
hero :
@@ -15,13 +15,13 @@ flow:
15
15
style : text-center px-4 py-5 text-xl
16
16
buttons_content :
17
17
- title : contact@linaro.org
18
- url : mailto:contact@linaro.org?subject=DeviceTree .org - /contact/
18
+ url : mailto:contact@linaro.org?subject=Devicetree .org - /contact/
19
19
style : bg-primary px-2 py-3 border border-b-primary rounded-md text-white mt-8 text-sm font-normal transition ease-in-out delay-150 hover:-translate-y-1 hover:scale-110 hover:bg-[#1a85a1] duration-300
20
20
- component : text
21
21
style : text-center
22
22
text_content :
23
23
text : |-
24
- DeviceTree c/o Linaro
24
+ Devicetree c/o Linaro
25
25
Harston Mill
26
26
Royston Rd
27
27
Harston
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ layout: "../../layouts/Flow.astro"
4
4
slug : " "
5
5
hero :
6
6
inner_image : ../../assets/images/devicetree-icon-white.png
7
- title : The DeviceTree Specification
7
+ title : The Devicetree Specification
8
8
background_image : ../../assets/images/background-image.jpg
9
9
description : >-
10
10
A devicetree is a data structure for describing hardware
Original file line number Diff line number Diff line change 2
2
title : News & Blogs
3
3
slug : /latest/
4
4
description : >
5
- Find all DeviceTree related news and blogs here.
5
+ Find all Devicetree related news and blogs here.
6
6
layout : " ../../layouts/Flow.astro"
7
7
hero :
8
8
title : News & Blogs
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ layout: ../../layouts/Flow.astro
3
3
title : Releases
4
4
slug : /releases/
5
5
js-package : releases
6
- keywords : Releases, Device Tree , RoadMap
6
+ keywords : Releases, Devicetree , RoadMap
7
7
hero :
8
8
title : Releases
9
9
background_image : ../../assets/images/background-image.jpg
You can’t perform that action at this time.
0 commit comments