This repository has been archived by the owner on Aug 15, 2023. It is now read-only.
forked from jessewebb/csgo-buynds
-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.html
163 lines (134 loc) · 7.82 KB
/
about.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
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
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>About | CSGO-Buynds | The Best CS:GO Buy Binds Generator</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="author" content="Jesse Webb">
<meta name="description" content="Web tool for generating CS:GO buy binds/scripts.">
<meta name="keywords" content="Counter-Strike,CSGO,CS:GO,buy,bind,binds,purchase,weapon,script,scripts,generator,Gweebz">
<link href="humans.txt" rel="author" type="text/plain" />
<!-- Styles -->
<link href="vendor/bootstrap-3.1.1/css/bootstrap.min.css" rel="stylesheet" type="text/css">
<link href="vendor/bootstrap-3.1.1/css/bootstrap-theme.min.css" rel="stylesheet" type="text/css">
<link href="css/app.css" rel="stylesheet" type="text/css">
<!-- Google Analytics -->
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-49466258-1', 'jessewebb.github.io');
ga('send', 'pageview');
</script>
</head>
<body>
<div class="navbar navbar-fixed-top navbar-inverse">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="http://jessewebb.github.io/csgo-buynds">CSGO-Buynds</a>
</div>
<div class="navbar-collapse collapse">
<ul class="nav navbar-nav">
<li><a href="index.html"><span class="glyphicon glyphicon-home"></span> Home</a></li>
<li><a href="buy-binds-generator.html"><span class="glyphicon glyphicon-cog"></span> Generator</a></li>
<li class="active"><a href="about.html"><span class="glyphicon glyphicon-info-sign"></span> About</a></li>
</ul>
<div class="navbar-right">
<a class="btn btn-success navbar-btn" href="https://github.com/jessewebb/csgo-buynds" target="_blank">
View on GitHub <span class="glyphicon glyphicon-heart"></span>
</a>
</div>
</div>
</div>
</div>
<div class="container">
<div class="page-header">
<h1>About CSGO-Buynds</h1>
</div>
<div class="row">
<div class="col-sm-12">
<h3><em>What?</em></h3>
<p><strong><em>CSGO-Buynds</em></strong> is an open-source web-app for generating buy binds for <em>
<a href="http://en.wikipedia.org/wiki/Counter-Strike:_Global_Offensive">Counter-Strike: Global Offensive
</a></em> (CS:GO).</p>
<p>Buy binds, also known as buy scripts, are commands for the <em>Counter-Strike</em> PC games that allow
quick, 1-button purchasing of weapons and equipment.</p>
<p>Check out the <a href="https://github.com/jessewebb/csgo-buynds">csgo-buynds repo on GitHub</a> to see
the code!</p>
<h3><em>Why?</em></h3>
<p>This project was started for several reasons:</p>
<ul>
<li>All other buy bind generators only allow configuring a single key bind at once</li>
<li>To become more familiar with JavaScript</li>
<li>To experiment with AngularJS</li>
<li>To learn JavaScript testing patterns</li>
</ul>
<p>Along with allowing you to configure multiple key binds at once, there are other unique features planned
for CSGO-Buynds:</p>
<ul>
<li>Saved player profiles for automatic loading of bind configs</li>
<li>Sortable weapons and equipment for customizable purchasing priority</li>
<li>Printable key-map for quick reference</li>
</ul>
<h3><em>Who?</em></h3>
<p>The <a href="buy-binds-generator.html">CSGO-Buynds Buy Binds Generator</a> was made for all of the CS:GO
PC players out there who don't want to use the clunky radial menu for purchasing their weapons and
equipment. The online tool is simple enough for anybody to use yet powerful enough to build highly
customized binds. Everyone from noobs to Pros will enjoy being able to create easily-accessible
loadouts. Don't get caught fumbling in the CS:GO buy menu. Never be the last player out of spawn again!
</p>
<p>The creator of <strong>CSGO-Buynds</strong> is Jesse Webb (a.k.a. Gweebz), a long time player of the
<em>Counter-Strike</em> series.</p>
<ul>
<li><a href="https://github.com/jessewebb">Jesse Webb on GitHub</a></li>
<li><a href="https://twitter.com/gweebz">Jesse Webb on Twitter</a></li>
<li><a href="http://steamcommunity.com/id/gweebz">Gweebz on Steam</a></li>
<li><a href="http://www.twitch.tv/GweebzTV">GweebzTV on Twitch.TV</a></li>
</ul>
<h2>Dev Info</h2>
<p>This project uses <a href="http://pages.github.com/">GitHub Pages</a> to host the website. It
<a href="https://github.com/blog/572-bypassing-jekyll-on-github-pages">does not use Jekyll</a>.</p>
<p>The main branch, <a href="https://github.com/jessewebb/csgo-buynds/tree/gh-pages">
<code>gh-pages</code></a>, is where stable releases are deployed to.</p>
<p>Development should be done on the <a href="https://github.com/jessewebb/csgo-buynds/tree/dev">
<code>dev</code></a> branch.</p>
<p><a href="https://github.com/jessewebb/csgo-buynds/pulls">Pull requests</a> are welcomed!</p>
<p>This project is a simple, static website built with pure HTML5, CSS3, and JavaScript. There is nothing to
compile.</p>
<p>Here is a list of which 3rd party libraries are being used:</p>
<ul>
<li><a href="http://jquery.com/">jQuery</a> (version: 2.1.0)</li>
<li><a href="http://angularjs.org/">AngularJS</a> (version: 1.2.14)</li>
<li><a href="http://getbootstrap.com/">Bootstrap</a> (version: 3.1.1)</li>
<li>
<a href="http://angular-ui.github.io/">AngularUI</a>
<ul class="task-list">
<li><a href="http://angular-ui.github.io/bootstrap/">UI Bootstrap</a> (version 0.10.0)</li>
</ul>
</li>
<li><a href="https://github.com/asafdav/ng-clip">ngClip</a> (version: 0.1.3)</li>
<li><a href="http://zeroclipboard.org/">ZeroClipboard</a> (version: 1.3.5)</li>
</ul>
<p>
Tests are written with <a href="http://jasmine.github.io/">Jasmine</a> (version: 2.0.0).
<a href="http://jessewebb.github.io/csgo-buynds/tests/SpecRunner.html">Run the tests</a> in your browser.
</p>
<p>Jesse's preferred JavaScript IDE is <a href="http://www.jetbrains.com/webstorm/">JetBrain's WebStorm</a>.
</p>
</div>
</div>
<div class="footer">
<span><small>Copyright © 2014 <a href="https://twitter.com/gweebz">Jesse 'Gweebz' Webb</a></small></span>
</div>
</div>
<!-- Scripts -->
<script src="vendor/jquery-2.1.0/jquery.min.js" type="text/javascript"></script>
<script src="vendor/bootstrap-3.1.1/js/bootstrap.min.js" type="text/javascript"></script>
</body>
</html>