-
Notifications
You must be signed in to change notification settings - Fork 226
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
bed47b5
commit d695f7e
Showing
4 changed files
with
113 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
import React from 'react'; | ||
import Link from '@docusaurus/Link'; | ||
import { ChevronRight, GitHub } from 'react-feather'; | ||
import clsx from 'clsx'; | ||
|
||
function HelloBar() { | ||
return ( | ||
<a | ||
href="https://avaloniaui.net/xpf?utm_source=docs&utm_medium=referral&utm_content=hellobar" | ||
target="_blank" | ||
className="hello-bar u-hflex-center-center w-inline-block" | ||
> | ||
<div className="hello_bar_contents u-hflex-center-center u-gap-10"> | ||
<div className="ph_cat_nd_txt-wrapper u-hflex-left-center u-gap-10"> | ||
<div className="ph_banner_txt"> | ||
Introducing Avalonia XPF: A cross-platform fork of WPF | ||
</div> | ||
</div> | ||
<div className="banner_separator"></div> | ||
<div className="hello_bar_cta u-hflex-left-center u-gap-8"> | ||
<div className="text-block-98">Try it today</div> | ||
</div> | ||
</div> | ||
</a> | ||
); | ||
} | ||
|
||
export default HelloBar; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters