This repository was archived by the owner on Jun 30, 2024. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 501
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
commit 888de70 Author: Brad Miller <[email protected]> Date: Fri Oct 14 14:50:36 2022 -0500 Back to the old question commit 02025e1 Author: Brad Miller <[email protected]> Date: Fri Oct 14 14:43:01 2022 -0500 margin fun commit c209ec6 Author: Brad Miller <[email protected]> Date: Fri Oct 14 14:33:11 2022 -0500 wordsmithing commit e0dba55 Author: Brad Miller <[email protected]> Date: Fri Oct 14 14:16:29 2022 -0500 Fix: wording and add image map commit 0cf7199 Author: Brad Miller <[email protected]> Date: Fri Oct 14 09:06:20 2022 -0500 center get started commit 91ac291 Author: Brad Miller <[email protected]> Date: Fri Oct 14 09:04:57 2022 -0500 Add style commit a4e7b28 Author: Brad Miller <[email protected]> Date: Thu Oct 13 15:27:29 2022 -0500 New: more home page updates commit 4a17ef2 Author: Brad Miller <[email protected]> Date: Thu Oct 13 12:46:57 2022 -0500 wip commit b142b89 Author: Brad Miller <[email protected]> Date: Thu Oct 13 12:31:44 2022 -0500 more on mission
- Loading branch information
Showing
5 changed files
with
193 additions
and
65 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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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,50 @@ | ||
{{extend 'layout.html'}} {{block statusbar}} {{end}} | ||
|
||
<style> | ||
.getstarted { | ||
width: 100%; | ||
margin-left: auto; | ||
margin-right: auto; | ||
} | ||
</style> | ||
<div class="col-md-8 col-md-offset-2"> | ||
<h1>Getting Started on Runestone Academy</h1> | ||
<p> | ||
How you get started on Runestone depends on who you are. We don't care, everyone | ||
is welcome here, and we hope this road map can get you off to a smooth start. | ||
</p> | ||
<map name="GraffleExport"> | ||
<area shape=rect coords="569,970,671,1072" href="https://runestone.academy/runestone/designer/index"> | ||
<area shape=rect coords="569,815,671,917" href="https://runestone.academy/runestone/default/user/register"> | ||
<area shape=rect coords="1,815,103,917" href="https://runestone.academy/runestone/default/user/register"> | ||
<area shape=rect coords="569,505,671,607" href="https://runestone.academy/ns/books/index"> | ||
<area shape=rect coords="285,505,387,607" href="https://runestone.academy/runestone/default/user/register"> | ||
<area shape=rect coords="1,505,103,607" href="https://runestone.academy/ns/books/index"> | ||
</map> | ||
<div class="getstarted"> | ||
<image | ||
border=0 | ||
src="/runestone/static/images/GettingStartedWithRunestone.png" | ||
usemap="#GraffleExport" | ||
/> | ||
</div> | ||
|
||
<h2>Next Steps</h2> | ||
<p> | ||
<ol> | ||
<li>Take me to the <a href="/ns/books/index">Library</a></li> | ||
<li>Take me to the <a href="/runestone/default/user/register">Signup page</a></li> | ||
</ol> | ||
</p> | ||
<h2>Some Resources for Instructors</h2> | ||
<p> | ||
<ul> | ||
<li><a href="/ns/books/published/instructorsguide/index.html?mode=browsing">The Instructors Guide</a></li> | ||
<li><a href="https://www.youtube.com/playlist?list=PLnjfglXW2QQSVCuOj4VsdmWTRAfQy6Zrb">Our YouTube Video Guides</a></li> | ||
<li>I'm ready to <a href="https://runestone.academy/runestone/designer/index">Create a Course</a></li> | ||
<li>Don't forget the help menu in the upper right corner.</li> | ||
<li>Use the Help/Documentation Tab on the Instructor page!</li> | ||
<li>Stay up to date <a href="https://blog.runestone.academy">Runestone News</a></li> | ||
</ul> | ||
</p> | ||
</div> |
Oops, something went wrong.