Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added images/hero-og-xbox.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/thumb1-ally-handheld.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/thumb2-controller.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/thumb3-series-consoles.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/thumb4-pc-app.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/xbox-pc-app.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ description: "Xbox game development documentation to develop and publish XBOX ga
<div className="xbox-hero not-prose">
<div className="xbox-hero-glow" />

<img src="/images/bb78206fa90f3fcfbbfec7388e5eec8b10c21c1c.png" alt="Xbox" className="xbox-hero-logo" noZoom />
<img src="/images/hero-og-xbox.png" alt="Original Xbox console with controller" className="xbox-hero-logo" noZoom />
</div>

## Quick Access
Expand Down
10 changes: 5 additions & 5 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -930,21 +930,21 @@ mdx-content a:not(card a) {
background-repeat: no-repeat;
}

/* Quick Access thumbnails — Xbox controller artwork */
/* Quick Access thumbnails — Xbox hardware lineup artwork */
.xbox-thumb-1 {
background-image: url("/images/f4a157fea56a539d15829292d6085de4a488869c.png");
background-image: url("/images/thumb1-ally-handheld.png");
}

.xbox-thumb-2 {
background-image: url("/images/e71580110a12d4c9bd4e22b52c7e88910bbd0e6c.png");
background-image: url("/images/thumb2-controller.png");
}

.xbox-thumb-3 {
background-image: url("/images/63098df10ce12967da3aab598d9b594c3f64abe2.png");
background-image: url("/images/thumb3-series-consoles.png");
}

.xbox-thumb-4 {
background-image: url("/images/02d728eff6c92e2ab04c47fafb1a51b18cf9cbf7.png");
background-image: url("/images/xbox-pc-app.png");
}

/* "Start building" call to action */
Expand Down