-
Notifications
You must be signed in to change notification settings - Fork 14
/
help.html
92 lines (84 loc) · 2.83 KB
/
help.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
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
<!DOCTYPE html>
<html lang="en">
<head>
<title>Help</title>
<meta charset="UTF-8" />
<!--<link rel="stylesheet" href="css/bootstrap.min.css">-->
<link rel="stylesheet" href="css/style_new.css" />
<script src="js/jquery-1.12.1.min.js" charset="utf-8"></script>
<link
rel="stylesheet"
href="js/embed-2cd369fa1c0830bd3aa06c21d4f14a13e060d2d31bbaae740f4af4.css"
/>
<div id="gist28627206" class="gist"></div>
<link
rel="stylesheet"
href="js/embed-cbe5b40fa72b0964f90d4919c2da8f8f94d7c9f6c2aa49c07f6fa3.css"
/>
<div id="gist28627206" class="gist"></div>
</head>
<div class="container">
<header id="navtop">
<a href="index.html" class="logo fleft"
><img src="img/logo.png" alt=""
/></a>
<nav class="fright">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="about.html">About</a></li>
<li><a href="help.html" class="navactive">Help</a></li>
<li><a href="roadmap.html">Roadmap</a></li>
<li><a href="documentation.html">Documentation</a></li>
</ul>
</nav>
</header>
<body>
<p>
ExpL <b>user's forum</b> is made available to all the users for any
queries during the process of development of the compiler.
</p>
<p>
The google forum can be found
<a href="https://groups.google.com/forum/#!forum/expl-users">here</a>.
</p>
</body>
<footer class="center part clearfix">
<ul class="social column3 mright">
<li><a href="https://github.com/silcnitc">Github</a></li>
<!-- <li><a href="#">Facebook</a></li>
<li><a href="#">Twitter</a></li>
<li><a href="#">Google+</a></li>
<li><a href="#">Flickr</a></li>
-->
<li>
<a
rel="license"
href="http://creativecommons.org/licenses/by-nc/4.0/"
>
<img
alt="Creative Commons License"
style="border-width: 0"
src="img/creativecommons.png"
/></a>
</li>
</ul>
<div class="up column3 mright">
<a href="#navtop" class="ir">Go up</a>
</div>
<!--
<ul class="social column3 mright">
<li> <a href="#navtop" class="ir">Go up</a></li>
</ul>
<a rel="license" href="http://creativecommons.org/licenses/by-nc/4.0/">
<img alt="Creative Commons License" style="border-width:0" src="img/creativecommons.png" /></a>
-->
<nav class="column3">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="about.html">About</a></li>
</ul>
</nav>
</footer>
</div>
<script src="js/inject.js"></script>
</html>