-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathindex.html
More file actions
125 lines (113 loc) · 5 KB
/
index.html
File metadata and controls
125 lines (113 loc) · 5 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
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
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
<!doctype html>
<!-- The Time Machine GitHub pages theme was designed and developed by Jon Rohan, on Feb 7, 2012. -->
<!-- Follow him for fun. http://twitter.com/jonrohan. Tail his code on http://github.com/jonrohan -->
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<!--<link rel="stylesheet" href="stylesheets/stylesheet.css" media="screen"/> -->
<!--<link rel="stylesheet" href="stylesheets/pygment_trac.css"/> -->
<link rel="stylesheet" href="http://ahkscript.org/css/autohotkey.css">
<link rel="stylesheet" href="http://ahkscript.org/css/pure-min.css">
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
<script type="text/javascript" src="javascripts/script.js"></script>
<script src="javascripts/modernizr.custom.js"></script>
<link rel="stylesheet" type="text/css" href="stylesheets/component.css" />
<link rel="stylesheet" type="text/css" href="stylesheets/github-widget.css" />
<title>AHKScript.GitHub</title>
<meta name="description" content="A GitHub page for ahkscript.org">
<meta name="viewport" content="width=device-width,initial-scale=1">
</head>
<body>
<div class="ribbon">
<!--<img src="static/ahk.png" alt="AHK" id="ahkimg" />
<img src="static/autohotkey_text.png" alt="AutoHotkey - Automation, Hotkeys, Scripting" id="ahktext" />-->
<img src="http://ahkscript.org/static/ahk_logo.png" class="img-responsive" width="517" height="78" alt="AutoHotkey">
<!-- image split in two above so it scales better on mobile devices - you can either
remove the two images above and keep this single image below or vice versa
<img src="static/ahk_logo.png" alt="AutoHotkey - Automation, Hotkeys, Scripting" />
-->
<nav id="menu" class="nav">
<ul>
<li>
<a href="#">
<span class="icon">
<i aria-hidden="true" class="icon-home"></i>
</span>
<span>Home</span>
</a>
</li>
<li>
<a href="https://github.com/ahkscript/ASPDM">
<span class="icon">
<i aria-hidden="true" class="icon-package"></i>
</span>
<span class="legend">ASPDM</span>
</a>
</li>
<li>
<a href="#">
<span class="icon">
<i aria-hidden="true" class="icon-book"></i>
</span>
<span>Books</span>
</a>
</li>
<li>
<a href="https://github.com/ahkscript/">
<span class="icon">
<i aria-hidden="true" class="icon-code"></i>
</span>
<span>Repos</span>
</a>
</li>
<li>
<a href="https://github.com/orgs/ahkscript/members">
<span class="icon">
<i aria-hidden="true" class="icon-team"></i>
</span>
<span>Team</span>
</a>
</li>
<li>
<a href="HTTP://ahkscript.org/">
<span class="icon">
<i aria-hidden="true" class="icon-link"></i>
</span>
<span>AHKScript</span>
</a>
</li>
</ul>
</nav>
</div>
<div id="wrapper">
<div class="pure-g-r splash">
<div class="pure-u-2-3">
<h1>AutoHotkey on GitHub</h1>
<h3>Membership</h3>
<p>Want to be a member of the ahkscript.org GitHub group? Join with a simple post of your GitHub username here: <a href="http://ahkscript.org/boards/viewtopic.php?t=936">http://ahkscript.org/boards/viewtopic.php?t=936</a></p>
<h3>AHK Tools</h3>
<p>Here's a list of AutoHotkey-related things, that you can find on GitHub :</p>
<ul>
<li><a href="https://github.com/Lexikos/AutoHotkey_L">Up-to-date AutoHotkey source code</a></li>
<li><a href="https://github.com/maul-esel/COM-Classes">COM Classes Framework</a></li>
<li><a href="https://github.com/Lexikos/AutoHotkey_L-Docs">AutoHotkey Docs</a></li>
<li><a href="https://github.com/fincs/Ahk2Exe">Ahk2Exe Compiler</a></li>
<li><a href="https://github.com/maestrith/GUI_Creator">GUI Creator</a></li>
<li><a href="https://github.com/maestrith/AHK_Studio">AHK Studio</a></li>
<li><a href="https://github.com/fincs/SciTE4AutoHotkey">SciTE4AutoHotkey</a></li>
<li><a href="https://github.com/stepan-mitkin/drakon_editor">DRAKON Editor</a></li>
</ul>
<p><small><em>This list is subject to changes and completion, as it is not comprehensive</em></small></p>
<h3>Support</h3>
<p>Having trouble with AutoHotkey? Ask your question in the forums <a href="http://ahkscript.org/boards/viewforum.php?f=5">[here]</a> or check out the documentation at <a href="http://ahkscript.org/docs">http://ahkscript.org/docs</a>. You can also try contacting <a href="mailto:support@ahkscript.org">support@ahkscript.org</a> and we’ll help you sort it out.</p>
</div> <!-- /pure-u-2-3 -->
<div class="pure-u-1-3">
<div class="l-box tools">
<div class="github-widget" data-user="ahkscript"></div>
<script src="javascripts/github-widget.min.js"></script>
</div> <!-- /l-box tools -->
</div> <!-- /pure-u-1-3 -->
</div> <!-- /pure-g-r splash -->
</body>
</html>