Review from the Lighthouse

This commit is contained in:
He4eT 2021-03-25 21:14:45 +05:00
commit 297ab7aaca
6 changed files with 23 additions and 11 deletions

View file

@ -5,7 +5,12 @@
<meta <meta
name="viewport" name="viewport"
content="width=device-width, initial-scale=1.0"> content="width=device-width, initial-scale=1.0">
<title>IFPlayer</title> <title>
IFPlayer
</title>
<meta
name="description"
content="Interactive Fiction player for the web.">
</head> </head>
<body> <body>
<div id="root"> <div id="root">

View file

@ -10,6 +10,7 @@ export default ({ name, ifdb, url }) => (
<h4>{name}</h4> <h4>{name}</h4>
<a <a
target='_blank' target='_blank'
rel='noopener'
href={ifdb}> href={ifdb}>
IFDB page IFDB page
</a> </a>

View file

@ -14,6 +14,7 @@ const fail = details => (
| |
<a <a
target='_blank' target='_blank'
rel='noopener'
href='https://github.com/He4eT/ifplayer/issues'> href='https://github.com/He4eT/ifplayer/issues'>
Report bug Report bug
</a> </a>

View file

@ -21,6 +21,7 @@ export default function () {
<h1> <h1>
<a <a
target='_blank' target='_blank'
rel='noopener'
href='https://ifdb.org/' href='https://ifdb.org/'
title='The Interactive Fiction Database'> title='The Interactive Fiction Database'>
IFDB IFDB
@ -32,9 +33,9 @@ export default function () {
go back</Link>. go back</Link>.
</p> </p>
<h3> <h2>
Tutorial Tutorial
</h3> </h2>
<p> <p>
If you are not familiar with Interactive Fiction, If you are not familiar with Interactive Fiction,
@ -52,19 +53,21 @@ export default function () {
<br /> <br />
<h3> <h2>
Interactive Fiction Top 50 of All Time Interactive Fiction Top 50 of All Time
</h3> </h2>
<p> <p>
<a <a
target='_blank' target='_blank'
rel='noopener'
href='https://ifdb.org/search?comp&sortby=awn&searchfor=series%3AInteractive+Fiction+Top+50+of+All+Time'> href='https://ifdb.org/search?comp&sortby=awn&searchfor=series%3AInteractive+Fiction+Top+50+of+All+Time'>
Every four years </a>, Victor Gijsbers puts Every four years </a>, Victor Gijsbers puts
together a list of the top 50 IF games of all time. together a list of the top 50 IF games of all time.
Here is an almost complete version of the <a Here is an almost complete version of the <a
target='_blank' target='_blank'
rel='noopener'
href='https://ifdb.org/viewcomp?id=1lv599reviaxvwo7'> href='https://ifdb.org/viewcomp?id=1lv599reviaxvwo7'>
list for 2019</a>: list for 2019</a>:
</p> </p>

View file

@ -31,6 +31,7 @@ export default function ({ themeEngine }) {
<br /> <br />
Source code can be found in this <a Source code can be found in this <a
target='_blank' target='_blank'
rel='noopener'
href='https://github.com/He4eT/ifplayer'> href='https://github.com/He4eT/ifplayer'>
repository repository
</a>. </a>.
@ -40,9 +41,9 @@ export default function ({ themeEngine }) {
<hr /> <hr />
<section> <section>
<h3> <h2>
Interface theme Interface theme
</h3> </h2>
<ThemeSelector {...{ <ThemeSelector {...{
themeEngine themeEngine
@ -59,9 +60,9 @@ export default function ({ themeEngine }) {
<hr /> <hr />
<section> <section>
<h3> <h2>
Play a game from the list Play a game from the list
</h3> </h2>
<p> <p>
<Link href={'/#/games/'}> <Link href={'/#/games/'}>
@ -73,9 +74,9 @@ export default function ({ themeEngine }) {
<hr /> <hr />
<section> <section>
<h3> <h2>
Play the game from a file Play the game from a file
</h3> </h2>
<p> <p>
<details> <details>

View file

@ -17,6 +17,7 @@ export default () => (
| |
<a <a
target='_blank' target='_blank'
rel='noopener'
href='https://github.com/He4eT/ifplayer/issues'> href='https://github.com/He4eT/ifplayer/issues'>
Report bug Report bug
</a> </a>