-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex3.html
401 lines (347 loc) · 25.2 KB
/
index3.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
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
<!DOCTYPE html>
<html lang="en">
<head>
<title>csmojo</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0">
<link rel="stylesheet" type="text/css" href="/theme/css/w3.css"/>
<link rel="stylesheet" type="text/css" href="/theme/font-awesome-4.6.3/css/font-awesome.min.css">
<link rel="stylesheet" type="text/css" href="/theme/css/pygment.css"/>
<!--
<link rel="stylesheet" type="text/css" href="/theme/css/pygment.css"/>
-->
<link rel="stylesheet" type="text/css" href="/theme/css/style.css"/>
<link href="https://csmojo.com/feeds/all.atom.xml" type="application/atom+xml" rel="alternate" title="csmojo Full Atom Feed" />
</head>
<body id="index">
<nav class="w3-sidenav w3-collapse w3-light-grey w3-card-2" id="my-side-text">
<div class="w3-center">
<a class="my-norm" href="https://csmojo.com/"><img id="my-avatar" src="https://csmojo.com/images/img00000000.png"></a>
<a class="my-norm" href="mailto:[email protected]"><i class="fa fa-envelope-o w3-xxlarge"></i></a>
<a class="my-norm" href="https://github.com/zhenyufu"><i class="fa fa-github w3-xxlarge"></i></a>
<a class="my-norm" href="https://play.google.com/store/apps/developer?id=csmojo"><i class="fa fa-android w3-xxlarge"></i></a>
</div>
<ul>
<h4><b>Pages</b></h4>
<li><a href="https://csmojo.com/">Home</a></li>
<li><a href="https://csmojo.com/pages/about.html">About</a></li>
<li><a href="https://csmojo.com/pages/comments.html">Comments</a></li>
<h4><b><a href="https://csmojo.com/pages/projects.html" class="my-no-pad">Projects</a></b></h4>
<div class="w3-accordion">
<a onclick="myAccordion('accordion-a')" href="javascript:void(0)">Web <i class="fa fa-caret-down"></i></a>
<div id="accordion-a" class="w3-accordion-content w3-animate-left w3-padding">
<li><a href="https://csmojo.com/pages/learn-huge.html">Learn Huge</a></li>
<li><a href="https://csmojo.com/pages/pentesting-lab.html">Pentesting Lab</a></li>
</div>
</div>
<div class="w3-accordion">
<a onclick="myAccordion('accordion-b')" href="javascript:void(0)">Mobile <i class="fa fa-caret-down"></i></a>
<div id="accordion-b" class="w3-accordion-content w3-animate-left w3-padding">
<li><a href="https://csmojo.com/pages/move-tiles.html">Move Tiles</a></li>
<li><a href="https://csmojo.com/pages/velocity-ruler.html">Velocity Ruler</a></li>
<li><a href="https://csmojo.com/pages/workaholic.html">Workaholic</a></li>
<li><a href="https://csmojo.com/pages/zombie-crush.html">Zombie Crush</a></li>
</div>
</div>
<h4><b>Categories</b></h4>
<li><a href="https://csmojo.com/category/algorithm.html">Algorithm</a></li>
<li><a href="https://csmojo.com/category/android.html">Android</a></li>
<li><a href="https://csmojo.com/category/cloud.html">Cloud</a></li>
<li><a href="https://csmojo.com/category/gdal.html">GDAL</a></li>
<li><a href="https://csmojo.com/category/git.html">Git</a></li>
<li><a href="https://csmojo.com/category/linux.html">Linux</a></li>
<li><a href="https://csmojo.com/category/machine-learning.html">Machine Learning</a></li>
<li><a href="https://csmojo.com/category/math.html">Math</a></li>
<li><a href="https://csmojo.com/category/mobile.html">Mobile</a></li>
<li><a href="https://csmojo.com/category/network.html">Network</a></li>
<li><a href="https://csmojo.com/category/pelican.html">Pelican</a></li>
<li><a href="https://csmojo.com/category/python.html">Python</a></li>
<li><a href="https://csmojo.com/category/r.html">R</a></li>
<li><a href="https://csmojo.com/category/system-design.html">System Design</a></li>
<li><a href="https://csmojo.com/category/web.html">Web</a></li>
</ul>
</nav>
<div class="w3-overlay w3-hide-large w3-animate-opacity" onclick="w3_close()" id="my-overlay"></div>
<div id="my-all" class="w3-main">
<div id="my-top" class="w3-top w3-container w3-padding-16 w3-theme w3-large">
<i id="my-side-button" class="fa fa-bars w3-opennav w3-hide-large w3-xxlarge w3-container w3-card-4 w3-light-blue" onclick="w3_open()"></i>
</div>
<div class="w3-container w3-padding-32 my-light-blue my-padleft-32">
<h1 class="w3-xxxlarge w3-padding-16 "><b>Computer Science Mojo</b></h1>
<span class="w3-medium w3-text-grey"><b> ~ David's Notes on coding, software and computer science</b></span>
</div>
<a href="/">
<span id="my-clouds">
<marquee behavior="scroll" direction="right" scrollamount="10"><i class="fa fa-cloud w3-animate-top w3-text-white w3-xxlarge"></i></marquee>
<br><br><br><br>
<marquee behavior="scroll" direction="right" scrollamount="5"><i class="fa fa-cloud w3-animate-top w3-text-white w3-xxxlarge"></i></marquee>
</span>
</a>
<div id="my-main" class="w3-container" >
<h2><a href="https://csmojo.com/pages/projects.html" class="my-no-pad my-no-dec">Projects</a></h2>
<div class="w3-content w3-display-container" >
<div class="my-slides w3-container w3-card-2 w3-padding-large w3-margin w3-animate-left">
<h2><a class="my-no-dec" href="https://csmojo.com/pages/learn-huge.html" rel="bookmark" title="Permalink to Learn Huge"><b>Learn Huge</b></a></h2>
<div class="my-margin-18 w3-center"> An open sourced whiteboard for teaching, learning or just scribbling: learnhuge.com<br/>
<img alt="Alt Text" src="https://csmojo.com/images/img20160002.png" style="width: 200px; height: auto; max-width: 100%;"/> </div>
</div>
<div class="my-slides w3-container w3-card-2 w3-padding-large w3-margin w3-animate-left">
<h2><a class="my-no-dec" href="https://csmojo.com/pages/move-tiles.html" rel="bookmark" title="Permalink to Move Tiles"><b>Move Tiles</b></a></h2>
<div class="my-margin-18 w3-center"> A clean and simple implementation of the classic N-puzzle game.
Includes timer and local leaderboard.<br/>
<img alt="Alt Text" src="https://csmojo.com/images/img20150042.png" style="width: 200px; height: auto; max-width: 100%;"/> </div>
</div>
<div class="my-slides w3-container w3-card-2 w3-padding-large w3-margin w3-animate-left">
<h2><a class="my-no-dec" href="https://csmojo.com/pages/pentesting-lab.html" rel="bookmark" title="Permalink to Pentesting Lab"><b>Pentesting Lab</b></a></h2>
<div class="my-margin-18 w3-center"> Become a hacker right away ! Pentesting-Lab<br/>
<img alt="Alt Text" src="https://csmojo.com/images/img20160001.png" style="width: 200px; height: auto; max-width: 100%;"/> </div>
</div>
<div class="my-slides w3-container w3-card-2 w3-padding-large w3-margin w3-animate-left">
<h2><a class="my-no-dec" href="https://csmojo.com/pages/velocity-ruler.html" rel="bookmark" title="Permalink to Velocity Ruler"><b>Velocity Ruler</b></a></h2>
<div class="my-margin-18 w3-center"> Measure the surface water velocity from a distance.<br/>
<img alt="Alt Text" src="https://csmojo.com/images/img20160014.png" style="width: 200px; height: auto; max-width: 100%;"/> </div>
</div>
<div class="my-slides w3-container w3-card-2 w3-padding-large w3-margin w3-animate-left">
<h2><a class="my-no-dec" href="https://csmojo.com/pages/workaholic.html" rel="bookmark" title="Permalink to Workaholic"><b>Workaholic</b></a></h2>
<div class="my-margin-18 w3-center"> A super challenging shooter game using all direction accelerator controls. Includes global leaderboard and achievements.<br/>
<img alt="Alt Text" src="https://csmojo.com/images/img20150046.png" style="width: 200px; height: auto; max-width: 100%;"/> </div>
</div>
<div class="my-slides w3-container w3-card-2 w3-padding-large w3-margin w3-animate-left">
<h2><a class="my-no-dec" href="https://csmojo.com/pages/zombie-crush.html" rel="bookmark" title="Permalink to Zombie Crush"><b>Zombie Crush</b></a></h2>
<div class="my-margin-18 w3-center"> The street is the last line of defense before zombies reach your quiet neighborhood.
Start up the engines and crush them away!<br/>
<img alt="Alt Text" src="https://csmojo.com/images/img20160004.png" style="width: 200px; height: auto; max-width: 100%;"/> </div>
</div>
<div class="w3-center w3-section w3-xlarge w3-text-black my-slide-button" >
<div class="w3-white w3-btn w3-left w3-hover-text-blue-grey my-slide-left" onclick="plusDivs(-1)">❮</div>
<div class="w3-white w3-btn w3-right w3-hover-text-blue-grey my-slide-right" onclick="plusDivs(1)">❯</div>
</div>
</div>
<h2>What's up</h2>
<section id="content">
<div class="w3-container w3-card-2 w3-padding-large w3-margin">
<header>
<h2><a class="my-no-dec" href="https://csmojo.com/posts/how-to-add-google-map-embed-api-for-websites.html" rel="bookmark" title="Permalink to How to add Google Map Embed API for websites"><b>How to add Google Map Embed API for websites</b></a></h2>
</header>
<div class="w3-medium">
<div>
Category: <a href="https://csmojo.com/category/web.html">Web</a>
Tag:
<a href="https://csmojo.com/tag/html.html">HTML</a>
<a href="https://csmojo.com/tag/mapping.html">Mapping</a>
<a href="https://csmojo.com/tag/web.html">Web</a>
</div>
<div>
By:
<a href="https://csmojo.com/author/david.html">David</a>
On:
<span datetime="2015-09-06T22:11:47-07:00"> Sun 06 September 2015 </span>
</div>
</div>
<div class="my-margin-18"> Embed and set up a Google maps window into your website or blog post which comes with unlimited free usage </div> <!-- 18 margin to match geerated post margin -->
<p><a href="https://csmojo.com/posts/how-to-add-google-map-embed-api-for-websites.html">Continue reading »</a></p></div><div class="w3-container w3-card-2 w3-padding-large w3-margin">
<header>
<h2><a class="my-no-dec" href="https://csmojo.com/posts/what-are-the-types-of-proofs-methods-rules-of-inference-propositional-equivalence.html" rel="bookmark" title="Permalink to What are the types of Proofs methods, Rules of inference, Propositional equivalence"><b>What are the types of Proofs methods, Rules of inference, Propositional equivalence</b></a></h2>
</header>
<div class="w3-medium">
<div>
Category: <a href="https://csmojo.com/category/math.html">Math</a>
Tag:
<a href="https://csmojo.com/tag/discrete-math.html">Discrete Math</a>
<a href="https://csmojo.com/tag/proofs.html">Proofs</a>
</div>
<div>
By:
<a href="https://csmojo.com/author/david.html">David</a>
On:
<span datetime="2015-09-05T21:57:08-07:00"> Sat 05 September 2015 </span>
</div>
</div>
<div class="my-margin-18"> Confusing terminology aside, this is a summary of the most important stuff needed for doing proof problems in Discrete Mathematics </div> <!-- 18 margin to match geerated post margin -->
<p><a href="https://csmojo.com/posts/what-are-the-types-of-proofs-methods-rules-of-inference-propositional-equivalence.html">Continue reading »</a></p></div><div class="w3-container w3-card-2 w3-padding-large w3-margin">
<header>
<h2><a class="my-no-dec" href="https://csmojo.com/posts/how-to-fix-javascript-e-pagex-returning-nan-on-android.html" rel="bookmark" title="Permalink to How to fix JavaScript 'e.pageX' returning 'nan' on Android"><b>How to fix JavaScript 'e.pageX' returning 'nan' on Android</b></a></h2>
</header>
<div class="w3-medium">
<div>
Category: <a href="https://csmojo.com/category/android.html">Android</a>
Tag:
<a href="https://csmojo.com/tag/android.html">Android</a>
<a href="https://csmojo.com/tag/javascript.html">JavaScript</a>
<a href="https://csmojo.com/tag/web.html">Web</a>
<a href="https://csmojo.com/tag/mobile.html">Mobile</a>
</div>
<div>
By:
<a href="https://csmojo.com/author/david.html">David</a>
On:
<span datetime="2015-09-05T21:49:16-07:00"> Sat 05 September 2015 </span>
</div>
</div>
<div class="my-margin-18"> If your JavaScript touch code works perfectly on ios but does nothing on Android, "e.pageX" might be the problem. "e.pageX" simple does not work on Android and returns "not a number", though it works fine both on desktop browsers and ios Safari. Use "e.targetTouches[0].pageX" for Android to fix this problem. </div> <!-- 18 margin to match geerated post margin -->
<p><a href="https://csmojo.com/posts/how-to-fix-javascript-e-pagex-returning-nan-on-android.html">Continue reading »</a></p></div><div class="w3-container w3-card-2 w3-padding-large w3-margin">
<header>
<h2><a class="my-no-dec" href="https://csmojo.com/posts/how-to-increase-blogger-post-text-font-size.html" rel="bookmark" title="Permalink to How to increase Blogger post text font size"><b>How to increase Blogger post text font size</b></a></h2>
</header>
<div class="w3-medium">
<div>
Category: <a href="https://csmojo.com/category/web.html">Web</a>
Tag:
<a href="https://csmojo.com/tag/blogger.html">Blogger</a>
<a href="https://csmojo.com/tag/css.html">CSS</a>
</div>
<div>
By:
<a href="https://csmojo.com/author/david.html">David</a>
On:
<span datetime="2015-08-29T21:41:24-07:00"> Sat 29 August 2015 </span>
</div>
</div>
<div class="my-margin-18"> Blogger's default html font size for posts is a bit small. To increase the size of the body of your posts, the most intuitive way for many is to change the text size in the tool bar when writing a post. This comes with many inconveniences. A better approach is to add a CSS rule. </div> <!-- 18 margin to match geerated post margin -->
<p><a href="https://csmojo.com/posts/how-to-increase-blogger-post-text-font-size.html">Continue reading »</a></p></div><div class="w3-container w3-card-2 w3-padding-large w3-margin">
<header>
<h2><a class="my-no-dec" href="https://csmojo.com/posts/what-are-the-diffrent-ways-of-saying-proposition-p-q.html" rel="bookmark" title="Permalink to What are the diffrent ways of saying proposition p → q"><b>What are the diffrent ways of saying proposition p → q</b></a></h2>
</header>
<div class="w3-medium">
<div>
Category: <a href="https://csmojo.com/category/math.html">Math</a>
Tag:
<a href="https://csmojo.com/tag/discrete-math.html">Discrete Math</a>
</div>
<div>
By:
<a href="https://csmojo.com/author/david.html">David</a>
On:
<span datetime="2015-08-29T21:34:08-07:00"> Sat 29 August 2015 </span>
</div>
</div>
<div class="my-margin-18"> The simple statement p → q in discrete mathematics gets confusing when put into English.
Here is a table of the common ways of saying p → q: </div> <!-- 18 margin to match geerated post margin -->
<p><a href="https://csmojo.com/posts/what-are-the-diffrent-ways-of-saying-proposition-p-q.html">Continue reading »</a></p></div><div class="w3-container w3-card-2 w3-padding-large w3-margin">
<header>
<h2><a class="my-no-dec" href="https://csmojo.com/posts/how-to-use-mathjax-to-format-html-math-expressions.html" rel="bookmark" title="Permalink to How to use MathJax to format HTML math expressions"><b>How to use MathJax to format HTML math expressions</b></a></h2>
</header>
<div class="w3-medium">
<div>
Category: <a href="https://csmojo.com/category/web.html">Web</a>
Tag:
<a href="https://csmojo.com/tag/html.html">HTML</a>
<a href="https://csmojo.com/tag/mathjax.html">MathJax</a>
<a href="https://csmojo.com/tag/web-design.html">Web design</a>
</div>
<div>
By:
<a href="https://csmojo.com/author/david.html">David</a>
On:
<span datetime="2015-08-27T21:16:24-07:00"> Thu 27 August 2015 </span>
</div>
</div>
<div class="my-margin-18"> formatting math expressions with HTML and CSS alone is possible yet pretty frustrating,
a simpler and more beautiful alternative is to use MathJax, which is a JS display engine. </div> <!-- 18 margin to match geerated post margin -->
<p><a href="https://csmojo.com/posts/how-to-use-mathjax-to-format-html-math-expressions.html">Continue reading »</a></p></div><div class="w3-container w3-card-2 w3-padding-large w3-margin">
<header>
<h2><a class="my-no-dec" href="https://csmojo.com/posts/what-are-cloud-computing-service-models-saas-paas-iaas.html" rel="bookmark" title="Permalink to What are cloud computing service models SaaS, PaaS, IaaS"><b>What are cloud computing service models SaaS, PaaS, IaaS</b></a></h2>
</header>
<div class="w3-medium">
<div>
Category: <a href="https://csmojo.com/category/cloud.html">Cloud</a>
Tag:
<a href="https://csmojo.com/tag/cloud.html">Cloud</a>
</div>
<div>
By:
<a href="https://csmojo.com/author/david.html">David</a>
On:
<span datetime="2015-08-24T21:13:56-07:00"> Mon 24 August 2015 </span>
</div>
</div>
<div class="my-margin-18"> The meanings of SaaS, PaaS, IaaS cloud service models </div> <!-- 18 margin to match geerated post margin -->
<p><a href="https://csmojo.com/posts/what-are-cloud-computing-service-models-saas-paas-iaas.html">Continue reading »</a></p></div><div class="w3-container w3-card-2 w3-padding-large w3-margin">
<header>
<h2><a class="my-no-dec" href="https://csmojo.com/posts/how-to-easily-create-html-floating-clouds-using-marquee.html" rel="bookmark" title="Permalink to How to easily create HTML floating clouds using marquee"><b>How to easily create HTML floating clouds using marquee</b></a></h2>
</header>
<div class="w3-medium">
<div>
Category: <a href="https://csmojo.com/category/web.html">Web</a>
Tag:
<a href="https://csmojo.com/tag/html.html">HTML</a>
<a href="https://csmojo.com/tag/web-design.html">Web design</a>
</div>
<div>
By:
<a href="https://csmojo.com/author/david.html">David</a>
On:
<span datetime="2015-08-20T21:09:35-07:00"> Thu 20 August 2015 </span>
</div>
</div>
<div class="my-margin-18"> The easiest way to create floating clouds is simply using HTMLs marquee tag and a cloud icon from font awesome.
No complicated animation needed.<br/>
<img alt="Alt Text" src="https://csmojo.com/images/img20150050.png" style="width: 200px; height: auto; max-width: 100%;"/> </div> <!-- 18 margin to match geerated post margin -->
<p><a href="https://csmojo.com/posts/how-to-easily-create-html-floating-clouds-using-marquee.html">Continue reading »</a></p></div><div class="w3-container w3-card-2 w3-padding-large w3-margin">
<header>
<h2><a class="my-no-dec" href="https://csmojo.com/posts/how-to-use-gdal-python-to-transform-geotiff-pixels-to-lat-lon-real-word-coordinates.html" rel="bookmark" title="Permalink to How to use GDAL Python to transform geotiff pixels to lat lon real-word coordinates"><b>How to use GDAL Python to transform geotiff pixels to lat lon real-word coordinates</b></a></h2>
</header>
<div class="w3-medium">
<div>
Category: <a href="https://csmojo.com/category/gdal.html">GDAL</a>
Tag:
<a href="https://csmojo.com/tag/gdal.html">GDAL</a>
<a href="https://csmojo.com/tag/linux.html">Linux</a>
<a href="https://csmojo.com/tag/python.html">Python</a>
</div>
<div>
By:
<a href="https://csmojo.com/author/david.html">David</a>
On:
<span datetime="2015-08-06T20:58:19-07:00"> Thu 06 August 2015 </span>
</div>
</div>
<div class="my-margin-18"> GDAL gdaltransform is a easy way to transform a pixel of a tiff image to its corresponding lat/lon coordinate. </div> <!-- 18 margin to match geerated post margin -->
<p><a href="https://csmojo.com/posts/how-to-use-gdal-python-to-transform-geotiff-pixels-to-lat-lon-real-word-coordinates.html">Continue reading »</a></p></div><div class="w3-container w3-card-2 w3-padding-large w3-margin">
<header>
<h2><a class="my-no-dec" href="https://csmojo.com/posts/how-to-check-all-files-and-find-a-file-type-in-all-directories-in-python.html" rel="bookmark" title="Permalink to How to check all files and find a file type in all directories in Python"><b>How to check all files and find a file type in all directories in Python</b></a></h2>
</header>
<div class="w3-medium">
<div>
Category: <a href="https://csmojo.com/category/python.html">Python</a>
Tag:
<a href="https://csmojo.com/tag/linux.html">Linux</a>
<a href="https://csmojo.com/tag/python.html">Python</a>
</div>
<div>
By:
<a href="https://csmojo.com/author/david.html">David</a>
On:
<span datetime="2015-08-06T20:54:59-07:00"> Thu 06 August 2015 </span>
</div>
</div>
<div class="my-margin-18"> Going through all the directories to find the path of a specific type of file is easy in Python. This helps with mass processing files. </div> <!-- 18 margin to match geerated post margin -->
<p><a href="https://csmojo.com/posts/how-to-check-all-files-and-find-a-file-type-in-all-directories-in-python.html">Continue reading »</a></p></div>
<p class="paginator">
<a href="https://csmojo.com/index.html">⇇</a>
<a href="https://csmojo.com/index2.html">«</a>
Page 3 / 5
<a href="https://csmojo.com/index4.html">»</a>
<a href="https://csmojo.com/index5.html">⇉</a>
</p>
<script src="/theme/js/scroll.js"></script>
</section><!-- /#content -->
</div><!-- end of my-main -->
<footer id="my-footer" class="w3-container w3-padding-8 my-light-blue w3-medium" >
© <script>document.write(new Date().getFullYear());</script> csmojo.com
Powered by <a href="http://getpelican.com/">Pelican</a> <a href="https://pages.github.com/">Github Pages</a> <a href="http://www.w3schools.com/w3css/">w3.css</a> <a href="http://fontawesome.io/">Font Awesome</a> <a href="https://analytics.google.com/analytics/web/">Google Analytics</a> <a href="http://pygments.org/">pygments</a>
</footer><!-- /#contentinfo -->
</div><!-- end of my-all -->
<script src="/theme/js/script.js"></script>
</body>
</html>