Skip to content

Commit

Permalink
Updated VeloxCon banner (facebookincubator#9508)
Browse files Browse the repository at this point in the history
Summary:
added post event banner link
![image](https://github.com/facebookincubator/velox/assets/5289473/a4982df4-24ad-4240-b727-474664a0b4b8)

Pull Request resolved: facebookincubator#9508

Reviewed By: pedroerp

Differential Revision: D56215722

Pulled By: Yuhta

fbshipit-source-id: 2a2040628ac2f76fdf0111371b30806a3ed56acf
  • Loading branch information
mcknightd authored and facebook-github-bot committed Apr 17, 2024
1 parent 79f3add commit 841a9ba
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions website/src/components/VeloxConBanner/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,11 @@ export default function VeloxConBanner() {
<section className={styles.banner}>
<div className="container">
<div className="row">
<div className="col col--6">
<h2>Join us at VeloxCon</h2>
<p>April 3–4, 2024 | San Jose, CA</p>
<div className="col col--9">
<h2>See the VeloxCon 2024 Recordings</h2>
</div>
<div className="col col--6">
<a className="button button--info button--lg" href="https://veloxcon.io/" target="_blank">Register Now</a>
<div className="col col--3">
<a className="button button--info button--lg" href="https://www.youtube.com/playlist?list=PLJvBe8nQAEsEBSoUY0lRFVZr2_YeHYkUR" target="_blank">Watch</a>
</div>
</div>
</div>
Expand Down

0 comments on commit 841a9ba

Please sign in to comment.