-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathHome.html
More file actions
39 lines (38 loc) · 1.19 KB
/
Home.html
File metadata and controls
39 lines (38 loc) · 1.19 KB
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
<!DOCTYPE html>
<html>
<head>
<title>Onboarding Guide for Myr</title>
<link rel="stylesheet" href="style.css">
<link rel="icon" type="image/x-icon" href="Images/myrfavicon.ico">
</head>
<body>
<h1>
MYR Onboarding
</h1>
<p>
This website is meant to guide you through the fundemental knowledge and
gain the skills necessary in order to help work on and develop MYR
</p>
<hr>
<h2>
What is MYR?
</h2>
<p>
MYR is an online editor that lets you create 3D enviornments through javascript.
MYR is meant to be beginner friendly and to help make programming easy and approachable
for newcomers and explore programming concepts.
</p>
<ul>
<li><a href="prerequisite.html">Prerequisite Knowledge</a></li>
<li>Setting up Development Enviornment on your Computer</li>
<li><a href="workflow.html">MYR Development Workflow</a></li>
<li>Understanding the MYR code</li>
</ul>
<address>
Written by David Jones Martin.<br>
<a href="mailto:David_JonesMartin@student.uml.edu">
David_JonesMartin@student.uml.edu</a> <br>
Umass Lowell
</address>
</body>
</html>