Skip to content

Commit 36f47eb

Browse files
committed
feat(home-page): rspack hero
1 parent 495c713 commit 36f47eb

3 files changed

Lines changed: 9 additions & 15 deletions

File tree

1.97 MB
Loading

libs/route-pages/home-page/src/main-page.component.html

Lines changed: 8 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,19 @@
11
<section class="landing-section flex flex-col items-center pt-12 first-section pb-0">
22
<div class="container md:flex flex-column space-between">
33
<div class="lg:flex flex-col items-start self-center">
4-
<img src="assets/img/bg-img/main_page/main_page_mobile_bg.png" alt="Dmitriy Shekhovtsov photo"
4+
<img src="assets/img/bg-img/main_page/main_page_bg_rspack.png" alt="Rspack mascot"
55
class="block lg:hidden h-full w-full max-h-700 object-contain my-10" style="width: 100%; height: 100%">
66

7-
<h1 class="font-bold text-light_title_col text-4xl leading-44 md:leading-66 md:text-64 mb-8 md:w-11/12 ">Led
8-
by
9-
a Google Developer
10-
Expert</h1>
11-
<p class="leading-6 text-grey_font_col lg:mb-8 mb-14">Valor Software is more than just a software
12-
development
13-
company. We’re a team of people driven by
14-
innovation
15-
who pull off the impossible with the blend of the brightest technological minds and edge technologies.
7+
<h1 class="font-bold text-light_title_col text-4xl leading-44 md:leading-66 md:text-64 mb-8 md:w-11/12 ">Announcing Rspack: A new and high-performance frontend bundler</h1>
8+
<p class="leading-6 text-grey_font_col lg:mb-8 mb-14">The Rust-Based Web Bundler that Combines High Performance with webpack Interoperability
169
</p>
17-
<button class="btn-pink flex md:justify-between justify-center py-5 px-10 w-full lg:w-auto" routerLink="/"
18-
fragment="technologies">Review our tech
19-
stack <img src="assets/img/icons/arrow.svg" class="ml-2 rotate-90" alt=""></button>
10+
<a class="btn-pink flex md:justify-between justify-center py-5 px-10 w-full lg:w-auto" routerLink="/press-release/rs-pack-rust-based-web-bundler"
11+
>Learn more
12+
<!-- <img src="assets/img/icons/arrow.svg" class="ml-2 rotate-90" alt=""> -->
13+
</a>
2014
</div>
2115

22-
<img src="assets/img/bg-img/main_page/main_page_bg.png" alt="Dmitriy Shekhovtsov photo"
16+
<img src="assets/img/bg-img/main_page/main_page_bg_rspack.png" alt="Rspack mascot"
2317
class="hidden lg:block h-full w-full max-h-700 object-contain lg:object-cover"
2418
style="width: 100%; height: 100%">
2519
</div>

libs/route-pages/press-release/src/press-release.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<time datetime="2023-03-09"
77
class="inline-block text-base text-light_title_col py-3 px-4 rounded-full">March 9, 2023</time>
88
</div>
9-
<h1 class="text-light_title_col text-40 font-bold w-10/12">Rspack: The Rust-Based Web Bundler that Combines High Performance with Interoperability</h1>
9+
<h1 class="text-light_title_col text-40 font-bold lg:w-10/12">Rspack: The Rust-Based Web Bundler that Combines High Performance with Interoperability</h1>
1010
</header>
1111

1212
<main class="container flex-col flex gap-11 lg:flex-row">

0 commit comments

Comments
 (0)