-
Notifications
You must be signed in to change notification settings - Fork 1
/
install.html
45 lines (43 loc) · 2.3 KB
/
install.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
45
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Magenta Installation</title>
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css" integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous">
<link rel="stylesheet" href="https://pro.fontawesome.com/releases/v5.10.0/css/all.css" integrity="sha384-AYmEC3Yw5cVb3ZcuHtOA93w35dYTsvhLPVnYs9eStHfGJvOvKxVfELGroGkvsg+p" crossorigin="anonymous"/>
<meta name="description" content="A structured, simple, and organized programming language"/>
<link rel="stylesheet" href="styles/style.css">
<link rel="shortcut icon" href="styles/images/CircleLogo.png" type="image/x-icon">
</head>
<body>
<div class="top">
<h1 class="title">Installing Magenta</h1>
</div>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1440 300">
<path fill="#FF00FF" fill-opacity="1" d="M0,96L30,117.3C60,139,120,181,180,176C240,171,300,117,360,90.7C420,64,480,64,540,64C600,64,660,64,720,90.7C780,117,840,171,900,186.7C960,203,1020,181,1080,192C1140,203,1200,245,1260,261.3C1320,277,1380,267,1410,261.3L1440,256L1440,0L1410,0C1380,0,1320,0,1260,0C1200,0,1140,0,1080,0C1020,0,960,0,900,0C840,0,780,0,720,0C660,0,600,0,540,0C480,0,420,0,360,0C300,0,240,0,180,0C120,0,60,0,30,0L0,0Z"></path>
</svg>
<div class="main">
<h3 class="subtitle">Installation</h3>
<pre class='prettyprint' style="padding-bottom: 0px;">
git clone https://github.com/angelina-tsuboi/Magenta.git
</pre>
<h3 class="subtitle">Running a Magenta File</h3>
<pre class='prettyprint' style="padding-bottom: 0px;">
cd Magenta/src
./rm-gen.sh && ./run.sh FILE_NAME.mgnta
</pre>
</div>
<footer>
<h3>Copyright © 2020 Angelina Tsuboi </h3>
<div class="logos">
<a href="https://github.com/angelina-tsuboi/Magenta" target="_blank">
<i class="fab fa-github logo"></i>
</a>
<a href="https://mail.google.com/mail/?view=cm&fs=1&tf=1&to=angelina.t1832@gmail.com">
<i class="fas fa-envelope logo" target="_blank"></i>
</a>
</div>
</footer>
</body>
</html>