Skip to content

Commit 8d52fa7

Browse files
MarkTechsonatscott
authored andcommitted
docs: update home page for live stream event (angular#52456)
PR Close angular#52456
1 parent 868a548 commit 8d52fa7

File tree

2 files changed

+53
-34
lines changed

2 files changed

+53
-34
lines changed

aio/content/marketing/index.html

Lines changed: 53 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -1,45 +1,42 @@
11
<!-- FULL HEADER BLOCK -->
22
<header>
3-
43
<!-- BACKGROUND IMAGE -->
54
<div class="background-sky hero"></div>
65

76
<!-- INTRO SECTION -->
87
<section id="intro">
9-
108
<!-- 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&amp;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>
2524
</div>
26-
2725
</section>
28-
2926
</header>
3027

3128
<!-- MAIN CONTENT -->
3229
<article>
33-
3430
<div class="home-rows">
35-
3631
<aio-announcement-bar></aio-announcement-bar>
3732

3833
<div layout="column" layout-xs="column" class="home-row homepage-container">
3934
<!-- Group 1 -->
4035
<div>
4136
<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>
4340
</section>
4441
</div>
4542
</div>
@@ -48,35 +45,58 @@ <h2 id="promo-0-title" class="no-anchor">The web development framework for build
4845
<div class="text-container">
4946
<section aria-labelledby="promo-1-title" class="text-block">
5047
<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>
5454
<p class="text-body"><a href="scaling">Read how Angular helps you grow</a></p>
55-
</section>
55+
</section>
5656
</div>
5757
<!-- Group 2 -->
5858
<div class="text-container">
5959
<section aria-labelledby="promo-2-title" class="text-block promo-2-desc">
6060
<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>
6374
</p>
64-
<p class="text-body"><a href="resources?category=community">Meet the Angular community</a></p>
6575
</section>
6676
</div>
6777
<!-- Group 3 -->
6878
<div class="text-container">
6979
<section aria-labelledby="promo-3-title" class="text-block l-pad-top-2">
7080
<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>
7392
<p class="text-body"><a href="everyone">Learn more about Angular's tools</a></p>
7493
</section>
7594
</div>
7695
</div>
7796

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>
80100
</div>
81-
<!-- end of home rows -->
101+
<!-- end of home rows -->
82102
</article>

aio/src/styles/1-layouts/marketing-layout/_marketing-layout.scss

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@ section#intro {
4343
position: relative;
4444
max-width: 900px;
4545
width: 100%;
46-
height: 480px;
4746
margin: 0 auto;
4847
padding: 48px 0 0;
4948

0 commit comments

Comments
 (0)