-
Notifications
You must be signed in to change notification settings - Fork 3
/
about.html
250 lines (225 loc) · 10.5 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
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="">
<meta name="author" content="">
<title>Gitcom - Open Source Git Command List</title>
<!-- Bootstrap core CSS -->
<link href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css" rel="stylesheet">
<!-- Custom fonts for this template -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css" />
<link href="https://fonts.googleapis.com/css?family=Montserrat:400,700" rel="stylesheet" type="text/css">
<link href="https://fonts.googleapis.com/css?family=Lato:400,700,400italic,700italic" rel="stylesheet" type="text/css">
<!-- Plugin CSS -->
<link href="node_modules/magnific-popup/dist/magnific-popup.css" rel="stylesheet" type="text/css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/datatables/1.10.19/css/jquery.dataTables.min.css" />
<!-- Custom styles for this template -->
<link href="css/freelancer.min.css" rel="stylesheet">
<link href="css/custom.css" rel="stylesheet">
<style>
table{
width: 100%;
border-collapse: collapse;
border: 1px solid #000;
}
tr,th,td{
border: 1px solid #000;
text-align: left;
}
#dataserial{
text-align: center;
}
#table-header{
width: 100%;
}
#table-header h3{
float: left;
width: 50%;
}
#table-header .buttons{
float: right;
width: 47%;
}
#table-header .buttons a{
/*color: #4e1717;
background: #e4cccc;
border: 1px solid #000;
padding: 4px 10px;
border-radius: 6px;
width: 30px;
display: block;*/
}
#tt {
font-size: 20px;
font-family: "Raleway";
}
</style>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-152749248-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-152749248-1');
</script>
</head>
<body id="page-top" onload="digi()">
<!-- Navigation -->
<nav class="navbar navbar-expand-lg bg-secondary fixed-top text-uppercase" >
<div class="container">
<a class="navbar-brand js-scroll-trigger" href="index.html"><span style="font-weight: 700; font-size: 25px;">GITCOM</span></a>
<button class="navbar-toggler navbar-toggler-right text-uppercase bg-primary text-white rounded" type="button" data-toggle="collapse" data-target="#navbarResponsive" aria-controls="navbarResponsive" aria-expanded="false" aria-label="Toggle navigation">
Menu
<i class="fa fa-bars"></i>
</button>
<div class="collapse navbar-collapse" id="navbarResponsive">
<ul class="navbar-nav ml-auto">
<li class="nav-item mx-0 mx-lg-1">
<a class="nav-link py-3 px-0 px-lg-3 rounded js-scroll-trigger" href="about.html">About</a>
</li>
<li class="nav-item mx-0 mx-lg-1">
<a class="nav-link py-3 px-0 px-lg-3 rounded js-scroll-trigger" href="https://github.com/arif98741/gitcom/issues" target="_blank">Issues</a>
</li>
<li class="nav-item mx-0 mx-lg-1">
<a class="nav-link py-3 px-0 px-lg-3 rounded js-scroll-trigger" href="https://github.com/arif98741/gitcom/graphs/contributors" target="_blank">Contributors</a>
</li>
<li class="nav-item mx-0 mx-lg-1">
<a class="nav-link py-3 px-0 px-lg-3 rounded js-scroll-trigger" href="https://github.com/arif98741/gitcom/" target="_blank">Github</a>
</li>
<li class="nav-item mx-0 mx-lg-1">
<a class="nav-link py-3 px-0 px-lg-3 rounded js-scroll-trigger" id="tt" style="color: #fff" target="_blank">Github</a>
</li>
</ul>
</div>
</div>
</nav>
<!-- Header -->
<div class="container">
<div class="main-content">
<p style="color: #000; font-size: 20px; display: none;" id="welcomemessage"><span style="font-size: 30px;">W</span>elcome to <strong>Gitcom</strong>. It is open source platform for getting and using git command list. Simply search on below datatable's search box. You will get your expected command. The concept of making <strong>Gitcom</strong> was generated during working on several projects by mine. Usully a developer has to modify code continuously and save track of every changes he/she made. <br>
I sometimes forget some git commands which is so much boring and time consuming also. For solving this issue I set up mind to save all the commands in a table. Saving command list in a docx or text file is so much boring and it takes more than 10seconds to open docx file. That's why I simply design a datatable using bootstrap and jquery datatable. That's all. <br>
For helping other guy I uploaded it to <i class="fa fa-github"></i> Github so that every novice or pro developer can easily see and find all kinds of command by writing two/three characters.
To know something or request any feature just to <a href="https://github.com/arif98741/gitcom/issues" target="_blank">here...</a></p>
<p style="margin-top: 30px; font-weight: 700; display: none" id="welcomemessageend">I think helping people is always bring blessing. I always try to do that. I mainly work on <i>PHP</i>, <i>Laravel</i>, <i>Codeigniter</i>, <i>API</i>. If you need any kind of help, You can feel free to contact with me.</p>
</div>
</div>
<!-- Footer -->
<footer class="footer text-center">
<div class="container">
<div class="row">
<div class="col-md-4 mb-5 mb-lg-0">
<h4 class="text-uppercase mb-4">About</h4>
<img src="https://avatars1.githubusercontent.com/u/17213478?s=460&v=4" class="img rounded-circle" alt="arif98741" width="30%" height="30%">
<p class="lead mb-0">Ariful Islam
<br>Dhaka, Bangladesh</p>
<br><a href="https://arif98741.github.io/profile/" class="btn btn-primary btn-block" target="_blank">Visit</a></p>
</div>
<div class="col-md-4 mb-5 mb-lg-0">
<h4 class="text-uppercase mb-4">Important Links</h4>
<ul class="list-inline mb-0">
<li class="list-inline-item">
<a class="btn btn-outline-light btn-social text-center rounded-circle" href="https://www.facebook.com/arifulislammmc007" target="_blank">
<i class="fa fa-fw fa-facebook"></i>
</a>
</li>
<li class="list-inline-item">
<a class="btn btn-outline-light btn-social text-center rounded-circle" href="https://www.twitter.com/arif98741" target="_blank">
<i class="fa fa-fw fa-twitter"></i>
</a>
</li>
<li class="list-inline-item">
<a class="btn btn-outline-light btn-social text-center rounded-circle" href="https://github.com/arif98741" target="_blank">
<i class="fa fa-fw fa-github"></i>
</a>
</li>
<li class="list-inline-item">
<a class="btn btn-outline-light btn-social text-center rounded-circle" href="https://www.youtube.com/watch?v=RhJyxlRfRNU&list=PLdVmmr7iy54B20wx9JId8yFY8iQFbsCfz" target="_blank">
<i class="fa fa-fw fa-youtube"></i>
</a>
</li>
</ul>
</div>
<div class="col-md-4">
<h4 class="text-uppercase mb-4">Documentation</h4>
<p class="lead mb-0">Gitcom is free and open source git commands list site that is open source and run under MIT license. Read more .......
<a href="#">GIT COMMANDS</a>.</p>
</div>
</div>
</div>
</footer>
<div class="copyright py-4 text-center text-white">
<div class="container">
<small >This Project is Under MIT License. </small>
<small>You are free to use, modify or distribute. </small><br>
<small>Last Update 4.15am, 16-04-2019.</small>
<small>Current Latest Version <strong>v1.1.2</strong></small>
</div>
</div>
<!-- Scroll to Top Button (Only visible on small and extra-small screen sizes) -->
<div class="scroll-to-top d-lg-none position-fixed ">
<a class="js-scroll-trigger d-block text-center text-white rounded" href="#page-top">
<i class="fa fa-chevron-up"></i>
</a>
</div>
<!-- Portfolio Modals -->
<!-- Portfolio Modal 5 -->
<!-- Bootstrap core JavaScript -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.3.1/js/bootstrap.bundle.min.js"></script>
<!-- Plugin JavaScript -->
<script src="node_modules/jquery.easing/jquery.easing.min.js"></script>
<script src="node_modules/magnific-popup/dist/jquery.magnific-popup.min.js"></script>
<script type="text/javascript" charset="utf8" src="https://cdn.datatables.net/1.10.19/js/jquery.dataTables.js"></script>
<!-- Contact Form JavaScript -->
<script src="js/jqBootstrapValidation.js"></script>
<script src="js/contact_me.js"></script>
<!-- Custom scripts for this template -->
<script src="js/freelancer.min.js"></script>
<script>
$(document).ready( function () {
$('#gittable').DataTable({
'lengthChange': true,
'paging' : true,
'ordering' : true,
'info' : true,
'autoWidth' : false,
'pageLength' : 50
});
} );
</script>
<script>
setTimeout(function(){
$('#welcomemessage').slideDown(800);
}, 600);
function digi() {
var date = new Date(),
hour = date.getHours(),
minute = checkTime(date.getMinutes()),
ss = checkTime(date.getSeconds());
function checkTime(i) {
if( i < 10 ) {
i = "0" + i;
}
return i;
}
if ( hour > 12 ) {
hour = hour - 12;
if ( hour == 12 ) {
hour = checkTime(hour);
document.getElementById("tt").innerHTML = hour+":"+minute+":"+ss+" AM";
}
else {
hour = checkTime(hour);
document.getElementById("tt").innerHTML = hour+":"+minute+":"+ss+" PM";
}
}
else {
document.getElementById("tt").innerHTML = hour+":"+minute+":"+ss+" AM";;
}
var time = setTimeout(digi,1000);
}
</script>
</body>
</html>