-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
225 lines (120 loc) · 5.3 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
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
<!DOCTYPE html>
<html lang="en-US">
<head>
<title>
Bash.ID - Watch and Learn
</title>
<meta name="title" content="Bash.ID - Watch and Learn">
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<meta name="HandheldFriendly" content="True">
<meta name="MobileOptimized" content="320">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="referrer" content="no-referrer-when-downgrade">
<meta name="generator" content="">
<base href="https://bashidorg.github.io/">
<meta name="description" content="Group for discussing scripting for bash, sh, zsh or any other shell in the GNU/Linux">
<meta name="author" content="bhrdn">
<meta property="og:title" content="Bash.ID - Watch and Learn">
<meta property="og:type" content="website">
<meta property="og:url" content="https://bashidorg.github.io/">
<meta property="og:image" content="https://bashidorg.github.io//images/osprey.png">
<meta property="og:description" content="Group for discussing scripting for bash, sh, zsh or any other shell in the GNU/Linux">
<link rel="icon" type="image/png" sizes="16x16" href="https://bashidorg.github.io/images/favicon.ico">
<meta name="theme-color" content="#FFF">
<link rel="canonical" href="https://bashidorg.github.io/">
<link href="https://bashidorg.github.io/index.xml" rel="alternate" type="application/rss+xml" title="Bash.ID - Watch and Learn">
<link rel="stylesheet" href="https://bashidorg.github.io//styles/main-48cf108a.css" type="text/css">
<style>
header {
background: #2e3038;
} header h1 {
color: #00c253;
}
</style>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.12.0/styles/github.min.css">
</head>
<body>
<header class="row middle-xs center-xs">
<div class="col-xs-12">
<div class="row middle-xs center-xs">
<div class="col-xs-12"><img src="https://bashidorg.github.io/images/bashid-logo.png" alt="Bash.ID - Watch and Learn"></div>
</div>
<div class="row middle-xs center-xs">
<div class="col-xs-12">
<h1>$ rm -rf *<span class="cursor">|</span></h1>
</div>
</div>
</div>
</header>
<nav class="row middle-xs center-xs">
<div class="col-xs-6 col-sm-1 logo">
<a href="https://bashidorg.github.io/#"><img src="https://bashidorg.github.io/images/bashid-logo.png" alt="Bash.ID - Watch and Learn"></a>
</div>
<div class="col-xs-3 col-sm-2">
<h3><a href="https://bashidorg.github.io/#articles">Articles</a></h3>
</div>
<div class="col-xs-3 col-sm-2">
<h3><a href="https://bashidorg.github.io/#kulgram">Kulgram</a></h3>
</div>
<div class="col-xs-3 col-sm-2">
<h3><a href="https://bashidorg.github.io/#about">About</a></h3>
</div>
<div class="col-xs-6 col-sm-1 nav-toggle">
<a href="" class="nav-icon" onclick="return false"><img src="https://bashidorg.github.io/images/icon-menu.png" alt="Open Menu"><img src="https://bashidorg.github.io/images/icon-x.png" alt="Close Menu" style="display: none;"></a>
</div>
</nav>
<section class="nav-full row middle-xs center-xs">
<div class="col-xs-12">
<div class="row middle-xs center-xs">
<div class="col-xs-12"><h1><a href="https://bashidorg.github.io/#articles">Articles</a></h1></div>
<div class="col-xs-12"><h1><a href="https://bashidorg.github.io/#kulgram">Kulgram</a></h1></div>
<div class="col-xs-12"><h1><a href="https://bashidorg.github.io/#about">About</a></h1></div>
</div>
</div>
</section>
<main>
<section class="about" id="about">
<div class="container middle-xs">
<div class="row center-xs">
<div class="col-xs-12">
<h1>About</h1>
</div>
</div>
<div class="row">
<div class="col-xs-12 middle-xs">
<h2 id="welcome-to-bashid-org">Welcome to bashid.org</h2>
<p>Group for discussing scripting for bash, sh, zsh or any other shell in the GNU/Linux</p>
<p>Share your shell script maybe for pentest & tips here and help other to work through scripting problem</p>
</div>
</div>
</div>
</section>
<section class="gallery" id="kulgram">
<div class="row">
</div>
</section>
<section class="blog" id="articles">
<div class="container">
<div class="row center-xs">
<div class="col-xs-12"><h1>Latest Posts</h1></div>
</div>
<div class="row">
<div class="col-xs-12 posts-list">
</div>
</div>
<div class="row center-xs">
<div class="col-xs-12"><h3><a href="https://bashidorg.github.io//blog/">View All</a></h3></div>
</div>
</div>
</section>
</main>
<footer class="row middle-xs center-xs">
<div class="col-xs-12">
Copyright © 2018 Bash.ID - Watch and Learn.
</div>
</footer>
<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.12.0/highlight.min.js"></script>
<script src="https://bashidorg.github.io/scripts/index.min.js" type="text/javascript"></script>
</body>
</html>