Skip to content

Commit

Permalink
links
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremywrnr committed Jan 31, 2023
1 parent e7a5652 commit c6a281e
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 12 deletions.
28 changes: 18 additions & 10 deletions app/imports/ui/pages/AboutPage.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -51,16 +51,24 @@ class AboutPage extends BaseComponent {
</dd>
</dl>
<div className="v-pad">
Check out the [ <Link to="/guide">user guide</Link> ] to
see more of what SlideSpecs can do. Please contact [{" "}
<a
href="https://jeremywrnr.com/"
rel="noopener noreferrer"
target="_blank"
>
Jeremy Warner
</a>{" "}
] with feedback or questions.
<p>
See the [<Link to="/guide">user guide</Link>] for
more of what SlideSpecs can do.
</p>

<p>
Please contact [
<a href="https://jeremywrnr.com/">Jeremy Warner</a>]
with feedback or questions.
</p>

<p>
The [
<a href="https://github.com/BerkeleyHCI/SlideSpecs">
source code
</a>
] for SlideSpecs is on GitHub.
</p>
</div>
</div>

Expand Down
16 changes: 14 additions & 2 deletions app/imports/ui/pages/GuidePage.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,27 @@ class GuidePage extends BaseComponent {
Jump to: <a href="#presenters">presenters</a> |{" "}
<a href="#audience">audience</a> |{" "}
<a href="#instructors">instructors</a>
<br />
<br />
Check out{" "}
<a href="https://slidespecs.berkeley.edu/comment/W3dadgycsieaxMESB">
an example talk with feedback.
</a>
<br />
<br />
See also: <Link to="/about">about SlideSpecs.</Link>
<br />
<br />
<br />
</div>

<h2 id="presenters">For Presenters</h2>
<div className="alert">
<h3>Getting Started</h3>
<p>
Login by typing in your password and username. The [{" "}
<Link to={`/login`}>home page</Link> ] lists all of
your talks.
<Link to={`/login`}>home page</Link> ] lists all of your
talks.
</p>
<img className="gif" src="guide/jw_signin.gif" />
<hr />
Expand Down

0 comments on commit c6a281e

Please sign in to comment.