forked from lc-education-ci-user/replits
-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathindex.html
44 lines (40 loc) · 2.21 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport"content="width=device-width, initial-scale=1.0">
<title>Document</title>
<link rel="stylesheet" href="css/style.css">
<script src="js/replit-repos.js"></script>
</head>
<body>
<h1> LaunchCode JavaScript Repositories! </h1><img id='lc-logo' src="./imgs/LCRocket Standalone DarkBlue.png"></img>
<aside id="desc">
<p>Our Replit code usages are being migrated from our online books to <a href='https://icr8freecode.github.io/'>Github.com</a> repositories.</p>
<p>This is the temporary home for the replits we have online at the present moment for JavaScript. </p>
<p>This page will be retired as soon as we have a permanent home for the exercises and code snippets</p>
</aside>
<h2>Usage:</h2> <a href="https://github.com/icr8FreeCode/icr8FreeCode.github.io#visual-studio-install">Visual Studio Install Instructions</a>
<p>These instructions assume you have a Git repository setup for tracking file changes on your Operating System.</p>
<p> Alternatively, <code>replit*.*</code> and <code>.replit</code> can be removed. </p>
<ol>
<li>Find the repository for the example code from the online textbook.</li>
<li>Click the link to go to the github repository. </li>
<li>On Github, navigate to the green <button>Code</button> button and Click the down arrow. </li>
<li>Navigate to <strong>"Download ZIP"</strong> option to download the source code.</li>
<li>On your system, navigated to the downloaded content and move or unpack the <strong>ZIP</strong> folder to a project directory.</li>
<li>If, you moved the file to your project directory, unpack the <strong>ZIP</strong> folder</li>
<li>create a <code>.gitignore</code> file </li>
<li>Add <strong>replit*.*</strong> and <strong>.replit</strong> to gitignore file </li>
</ol>
</aside>
<hr>
<br>
<ol id=repo-stage></ol>
<script>
var _repo = document.getElementById("repo-stage");
d = data.sort();
d.forEach(updateHTML);
</script>
</body>
</html>