-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
77 lines (76 loc) · 3.34 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
<html>
<head>
<title>Open Argon</title>
<meta name="viewport" content="width=device-width, user-scalable=no">
<link rel="stylesheet" href="style.css" />
<link
rel="apple-touch-icon"
sizes="180x180"
href="/apple-touch-icon.png"
/>
<link
rel="icon"
type="image/png"
sizes="32x32"
href="/favicon-32x32.png"
/>
<link
rel="icon"
type="image/png"
sizes="194x194"
href="/favicon-194x194.png"
/>
<link
rel="icon"
type="image/png"
sizes="192x192"
href="/android-chrome-192x192.png"
/>
<link
rel="icon"
type="image/png"
sizes="16x16"
href="/favicon-16x16.png"
/>
<link rel="manifest" href="/site.webmanifest" />
<link rel="mask-icon" href="/safari-pinned-tab.svg" color="#2596be" />
<meta name="msapplication-TileColor" content="#ffffff" />
<meta name="msapplication-TileImage" content="/mstile-144x144.png" />
<meta name="theme-color" content="#ffffff" />
</head>
<body>
<div class="header">
<img src="logos/ArLogo.png" alt="Open Argon Logo" class="logo" />
<h1 class="title">Open Argon</h1>
<h3>
the programming language so unreactive, it makes noble gases
look lively.
</h3>
<p>
Open Argon is a community dedicated to the development and
improvement of the Argon programming language. Join us to stay
up-to-date on the latest features, discuss ideas, and
collaborate on projects.
</p>
</div>
<div class="main">
<p>
Argon is a programming language designed for simplicity and
readability. Unlike Python or Go, Argon has a unique syntax that
sets it apart. While it may not be the fastest language out
there, it prioritizes number accuracy over speed, using rational
numbers instead of floats. Argon's focus on readability and
accuracy makes it a great choice for scientific and mathematical
applications. If you're interested in learning more about Argon
and its syntax,
<a href="/docs/" target="_blank">check out the documentation</a
>.
</p>
<p>To easily install Argon-v3 on linux, you can run the following command:<pre>curl "https://raw.githubusercontent.com/Open-Argon/argon-install/main/install.sh" | sh</pre></p>
<a href="https://github.com/Open-Argon/argon-install/blob/main/install.sh">Feel free to read source code of the script before running it in your terminal</a>
<p>You can access all the source code behind Argon on our <a href="https://github.com/Open-Argon">Github</a>.</p>
<p>Access package made by the community through our package manager at <a href="https://isotope.wbell.dev/">https://isotope.wbell.dev/</a>.</p>
<p>Join our <a href="https://discord.com/invite/XKN79yDa5t">Discord</a> to chat with the community and get help with your projects.</p>
</div>
</body>
</html>