-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add Switch tutorial files (first test)
- Loading branch information
Showing
3 changed files
with
40 additions
and
0 deletions.
There are no files selected for viewing
Binary file not shown.
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,40 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
|
||
<head> | ||
<meta charset='utf-8'> | ||
<meta http-equiv="X-UA-Compatible" content="chrome=1"> | ||
<meta name="description" content="Files for the Switch tutorial"> | ||
|
||
<link rel="stylesheet" type="text/css" media="screen" href="stylesheets/stylesheet.css"> | ||
|
||
<title>Files for the Switch tutorial</title> | ||
</head> | ||
|
||
<body> | ||
<!-- HEADER --> | ||
<div id="header_wrap" class="outer"> | ||
<header class="inner"> | ||
<h1 id="project_title">Files for the Switch tutorial</h1> | ||
</header> | ||
</div> | ||
|
||
<!-- MAIN CONTENT --> | ||
<div id="main_content_wrap" class="outer"> | ||
<section id="main_content" class="inner"> | ||
|
||
<p>Below you can find files for the Switch tutorial. Please download and read the pre-tutorial instructions and | ||
the data file for your operating system. Then you can follow the instructions in the main tutorial file.</p> | ||
|
||
<ul> | ||
<li><a href="pre_tutorial_instructions.pdf">Pre-Tutorial Instructions</a></li> | ||
<li><a href="Switch_Tutorial_Win_x86_64.zip">Switch_Tutorial_Win_x86_64.zip</a></li> | ||
<li><a href="Switch_Tutorial_macOS_x86_64.zip">Switch_Tutorial_macOS_x86_64.zip</a></li> | ||
<li><a href="Switch_Tutorial_Linux_x86_64.zip">Switch_Tutorial_Linux_x86_64.zip</a></li> | ||
<li><a href="tutorial_instructions.pdf">Tutorial Instructions</a></li> | ||
</ul> | ||
</section> | ||
</div> | ||
</body> | ||
|
||
</html> |
Binary file not shown.