1
1
<!-- FULL HEADER BLOCK -->
2
2
< header >
3
-
4
3
<!-- BACKGROUND IMAGE -->
5
4
< div class ="background-sky hero "> </ div >
6
5
7
6
<!-- INTRO SECTION -->
8
7
< section id ="intro ">
9
-
10
8
<!-- LOGO -->
11
- < div class ="hero-logo "> </ div >
12
-
13
- <!-- CONTAINER -->
14
- < div class ="homepage-container ">
15
- < h1 class ="hero-headline no-title no-toc no-anchor " aria-label ="Angular - Deliver web apps with confidence ">
16
- Deliver web apps< br > with confidence
17
- </ h1 >
18
-
19
- < div class ="cta-button-container ">
20
- < div class ="cta-link ">
21
- < a class ="button hero-cta no-print " href ="quick-start "> Try Angular</ a >
22
- </ div >
23
- </ div >
24
-
9
+ < div style ="width: 100%; margin-top: 20px ">
10
+ < iframe
11
+ style ="
12
+ border: 0;
13
+ width: 100%;
14
+ border-radius: 0.25rem;
15
+ overflow: hidden;
16
+ aspect-ratio: 16 / 9;
17
+ "
18
+ src ="https://www.youtube.com/embed/Wq6GpTZ7AX0?si=H5Y5AEjOkY6O-XYA&controls=0 "
19
+ title ="YouTube video player "
20
+ frameborder ="0 "
21
+ allow ="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share "
22
+ allowfullscreen
23
+ > </ iframe >
25
24
</ div >
26
-
27
25
</ section >
28
-
29
26
</ header >
30
27
31
28
<!-- MAIN CONTENT -->
32
29
< article >
33
-
34
30
< div class ="home-rows ">
35
-
36
31
< aio-announcement-bar > </ aio-announcement-bar >
37
32
38
33
< div layout ="column " layout-xs ="column " class ="home-row homepage-container ">
39
34
<!-- Group 1 -->
40
35
< div >
41
36
< section aria-labelledby ="promo-0-title " class ="text-block ">
42
- < h2 id ="promo-0-title " class ="no-anchor "> The web development framework for building the future</ h2 >
37
+ < h2 id ="promo-0-title " class ="no-anchor ">
38
+ The web development framework for building the future
39
+ </ h2 >
43
40
</ section >
44
41
</ div >
45
42
</ div >
@@ -48,35 +45,58 @@ <h2 id="promo-0-title" class="no-anchor">The web development framework for build
48
45
< div class ="text-container ">
49
46
< section aria-labelledby ="promo-1-title " class ="text-block ">
50
47
< h2 id ="promo-1-title " class ="text-headline no-anchor "> Works at any scale</ h2 >
51
- < p class ="text-body "> < img alt ="Hero image " src ="/generated/images/marketing/home/any-size.svg " width ="276 "> </ p >
52
- < p class ="text-body "> Angular lets you start small and supports you as your team and apps grow.
53
- </ p >
48
+ < p class ="text-body ">
49
+ < img alt ="Hero image " src ="/generated/images/marketing/home/any-size.svg " width ="276 " />
50
+ </ p >
51
+ < p class ="text-body ">
52
+ Angular lets you start small and supports you as your team and apps grow.
53
+ </ p >
54
54
< p class ="text-body "> < a href ="scaling "> Read how Angular helps you grow</ a > </ p >
55
- </ section >
55
+ </ section >
56
56
</ div >
57
57
<!-- Group 2 -->
58
58
< div class ="text-container ">
59
59
< section aria-labelledby ="promo-2-title " class ="text-block promo-2-desc ">
60
60
< h2 id ="promo-2-title " class ="text-headline no-anchor "> Loved by millions</ h2 >
61
- < p class ="text-body "> < img alt ="Hero image " src ="/generated/images/marketing/home/loved-by-millions.svg " width ="276 "> </ p >
62
- < p class ="text-body "> Join the millions of developers building with Angular in a thriving and friendly community.
61
+ < p class ="text-body ">
62
+ < img
63
+ alt ="Hero image "
64
+ src ="/generated/images/marketing/home/loved-by-millions.svg "
65
+ width ="276 "
66
+ />
67
+ </ p >
68
+ < p class ="text-body ">
69
+ Join the millions of developers building with Angular in a thriving and friendly
70
+ community.
71
+ </ p >
72
+ < p class ="text-body ">
73
+ < a href ="resources?category=community "> Meet the Angular community</ a >
63
74
</ p >
64
- < p class ="text-body "> < a href ="resources?category=community "> Meet the Angular community</ a > </ p >
65
75
</ section >
66
76
</ div >
67
77
<!-- Group 3 -->
68
78
< div class ="text-container ">
69
79
< section aria-labelledby ="promo-3-title " class ="text-block l-pad-top-2 ">
70
80
< h2 id ="promo-3-title " class ="text-headline no-anchor "> Build for everyone</ h2 >
71
- < p class ="text-body "> < img alt ="Hero image " src ="/generated/images/marketing/home/build-for-everyone.svg " width ="276 "> </ p >
72
- < p class ="text-body "> Rely on Angular's internationalization tools, security, and accessibility to build for everyone around the world.</ p >
81
+ < p class ="text-body ">
82
+ < img
83
+ alt ="Hero image "
84
+ src ="/generated/images/marketing/home/build-for-everyone.svg "
85
+ width ="276 "
86
+ />
87
+ </ p >
88
+ < p class ="text-body ">
89
+ Rely on Angular's internationalization tools, security, and accessibility to build for
90
+ everyone around the world.
91
+ </ p >
73
92
< p class ="text-body "> < a href ="everyone "> Learn more about Angular's tools</ a > </ p >
74
93
</ section >
75
94
</ div >
76
95
</ div >
77
96
78
- < p style ="text-align:center; "> < a class ="button hero-cta no-print " href ="features "> Learn more</ a > </ p >
79
-
97
+ < p style ="text-align: center ">
98
+ < a class ="button hero-cta no-print " href ="features "> Learn more</ a >
99
+ </ p >
80
100
</ div >
81
- <!-- end of home rows -->
101
+ <!-- end of home rows -->
82
102
</ article >
0 commit comments