On clicking the button below you will be asked a question.
87 |
Feel free to experiment with the code.
88 |
Click the button below to see the dialog box.
89 |
90 |
91 |
92 |
142 |
143 |
--------------------------------------------------------------------------------
/LICENSE.md:
--------------------------------------------------------------------------------
1 | The MIT License (MIT)
2 |
3 | Copyright (c) 2014 Yusuf Shakeel
4 |
5 | Permission is hereby granted, free of charge, to any person obtaining a copy of
6 | this software and associated documentation files (the "Software"), to deal in
7 | the Software without restriction, including without limitation the rights to
8 | use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
9 | the Software, and to permit persons to whom the Software is furnished to do so,
10 | subject to the following conditions:
11 |
12 | The above copyright notice and this permission notice shall be included in all
13 | copies or substantial portions of the Software.
14 |
15 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
17 | FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
18 | COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
19 | IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
20 | CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
21 |
--------------------------------------------------------------------------------
/MenuBar/index.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 | MenuBar
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
This blog post shows a few different types of content that's supported and styled with Bootstrap. Basic typography, images, and code are all supported.
54 |
55 |
Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Aenean eu leo quam. Pellentesque ornare sem lacinia quam venenatis vestibulum. Sed posuere consectetur est at lobortis. Cras mattis consectetur purus sit amet fermentum.
56 |
57 |
Curabitur blandit tempus porttitor. Nullam quis risus eget urna mollis ornare vel eu leo. Nullam id dolor id nibh ultricies vehicula ut id elit.
58 |
59 |
Etiam porta sem malesuada magna mollis euismod. Cras mattis consectetur purus sit amet fermentum. Aenean lacinia bibendum nulla sed consectetur.
60 |
Heading
61 |
Vivamus sagittis lacus vel augue laoreet rutrum faucibus dolor auctor. Duis mollis, est non commodo luctus, nisi erat porttitor ligula, eget lacinia odio sem nec elit. Morbi leo risus, porta ac consectetur ac, vestibulum at eros.
62 |
Sub-heading
63 |
Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.
64 |
Example code block
65 |
Aenean lacinia bibendum nulla sed consectetur. Etiam porta sem malesuada magna mollis euismod. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa.
66 |
Sub-heading
67 |
Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Aenean lacinia bibendum nulla sed consectetur. Etiam porta sem malesuada magna mollis euismod. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus.
68 |
69 |
Praesent commodo cursus magna, vel scelerisque nisl consectetur et.
70 |
Donec id elit non mi porta gravida at eget metus.
71 |
Nulla vitae elit libero, a pharetra augue.
72 |
73 |
Donec ullamcorper nulla non metus auctor fringilla. Nulla vitae elit libero, a pharetra augue.
74 |
75 |
Vestibulum id ligula porta felis euismod semper.
76 |
Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.
77 |
Maecenas sed diam eget risus varius blandit sit amet non magna.
78 |
79 |
Cras mattis consectetur purus sit amet fermentum. Sed posuere consectetur est at lobortis.
Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Aenean eu leo quam. Pellentesque ornare sem lacinia quam venenatis vestibulum. Sed posuere consectetur est at lobortis. Cras mattis consectetur purus sit amet fermentum.
87 |
88 |
Curabitur blandit tempus porttitor. Nullam quis risus eget urna mollis ornare vel eu leo. Nullam id dolor id nibh ultricies vehicula ut id elit.
89 |
90 |
Etiam porta sem malesuada magna mollis euismod. Cras mattis consectetur purus sit amet fermentum. Aenean lacinia bibendum nulla sed consectetur.
91 |
Vivamus sagittis lacus vel augue laoreet rutrum faucibus dolor auctor. Duis mollis, est non commodo luctus, nisi erat porttitor ligula, eget lacinia odio sem nec elit. Morbi leo risus, porta ac consectetur ac, vestibulum at eros.
Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Aenean lacinia bibendum nulla sed consectetur. Etiam porta sem malesuada magna mollis euismod. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus.
99 |
100 |
Praesent commodo cursus magna, vel scelerisque nisl consectetur et.
101 |
Donec id elit non mi porta gravida at eget metus.
102 |
Nulla vitae elit libero, a pharetra augue.
103 |
104 |
Etiam porta sem malesuada magna mollis euismod. Cras mattis consectetur purus sit amet fermentum. Aenean lacinia bibendum nulla sed consectetur.
105 |
Donec ullamcorper nulla non metus auctor fringilla. Nulla vitae elit libero, a pharetra augue.
106 |
107 |
108 |
114 |
115 |
116 |
117 |
118 |
119 |
About
120 |
Etiam porta sem malesuada magna mollis euismod. Cras mattis consectetur purus sit amet fermentum. Aenean lacinia bibendum nulla sed consectetur.
162 |
163 |
169 |
170 |
171 |
172 |
173 |
174 |
175 |
176 |
177 |
178 |
179 |
180 |
--------------------------------------------------------------------------------
/blog-bootstrap-dyclockjs/js/default.js:
--------------------------------------------------------------------------------
1 |
2 |
3 | //digital clock
4 | var clockObj_d = new dyClock( $("#digital-clock"), {
5 | clock : "digital",
6 | format : "hh:mm:ss A",
7 | digitalStyle : {
8 | fontColor : "gray",
9 | fontSize : "200%",
10 | fontFamily : "Faster One"
11 | }
12 | });
13 | clockObj_d.start();
14 |
15 | //analog clock
16 | var clockObj_a = new dyClock( $("#analog-clock"), {
17 | clock : "analog",
18 |
19 | image : "plugins/dyClockJS/image/c01.png",
20 | radius : 60,
21 | analogStyle : {
22 | handsColor : {
23 | h : "red",
24 | m : "green",
25 | s : "blue"
26 | },
27 | handsWidth : {
28 | h : 9,
29 | m : 5,
30 | s : 2
31 | }
32 | }
33 | });
34 | clockObj_a.start();
--------------------------------------------------------------------------------
/blog-bootstrap-dyclockjs/js/npm.js:
--------------------------------------------------------------------------------
1 | // This file is autogenerated via the `commonjs` Grunt task. You can require() this file in a CommonJS environment.
2 | require('../../js/transition.js')
3 | require('../../js/alert.js')
4 | require('../../js/button.js')
5 | require('../../js/carousel.js')
6 | require('../../js/collapse.js')
7 | require('../../js/dropdown.js')
8 | require('../../js/modal.js')
9 | require('../../js/tooltip.js')
10 | require('../../js/popover.js')
11 | require('../../js/scrollspy.js')
12 | require('../../js/tab.js')
13 | require('../../js/affix.js')
--------------------------------------------------------------------------------
/blog-bootstrap-dyclockjs/plugins/dyClockJS/LICENSE:
--------------------------------------------------------------------------------
1 | MIT License
2 |
3 | Copyright (c) 2016 Yusuf Shakeel
4 |
5 | Permission is hereby granted, free of charge, to any person obtaining a copy
6 | of this software and associated documentation files (the "Software"), to deal
7 | in the Software without restriction, including without limitation the rights
8 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9 | copies of the Software, and to permit persons to whom the Software is
10 | furnished to do so, subject to the following conditions:
11 |
12 | The above copyright notice and this permission notice shall be included in all
13 | copies or substantial portions of the Software.
14 |
15 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21 | SOFTWARE.
22 |
--------------------------------------------------------------------------------
/blog-bootstrap-dyclockjs/plugins/dyClockJS/README.md:
--------------------------------------------------------------------------------
1 | # dyClockJS
2 | dyClockJS is a small plugin to create digital and analog clock for your blog and website.
3 |
4 | # Author
5 | [Yusuf Shakeel](http://www.yusufshakeel.com)
6 |
7 | # Documentation
8 | [Click here](https://www.dyclassroom.com/dyclockjs/documentation) for project documentation.
9 |
10 | # Fonts
11 | This project uses Google Fonts [Click here](https://fonts.google.com)
12 |
13 | # License
14 | MIT License
15 |
16 | Copyright (c) 2016 Yusuf Shakeel
17 |
18 | Permission is hereby granted, free of charge, to any person obtaining a copy
19 | of this software and associated documentation files (the "Software"), to deal
20 | in the Software without restriction, including without limitation the rights
21 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
22 | copies of the Software, and to permit persons to whom the Software is
23 | furnished to do so, subject to the following conditions:
24 |
25 | The above copyright notice and this permission notice shall be included in all
26 | copies or substantial portions of the Software.
27 |
28 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
29 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
30 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
31 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
32 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
33 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
34 | SOFTWARE.
35 |
--------------------------------------------------------------------------------
/blog-bootstrap-dyclockjs/plugins/dyClockJS/css/dyclock.css:
--------------------------------------------------------------------------------
1 | /*!
2 | * dyClock is a JavaScript library for creating clock.
3 | *
4 | * Author: Yusuf Shakeel
5 | * https://github.com/yusufshakeel
6 | *
7 | * GitHub Link: https://github.com/yusufshakeel/dyClockJS
8 | *
9 | * MIT license
10 | * Copyright (c) 2016 Yusuf Shakeel
11 | *
12 | * Date: 2014-01-29 Wednesday
13 | */
14 |
15 | .dyclock-container {
16 | display: inline-block;
17 | }
18 |
19 | .dyclock-digital-time {
20 | padding : 5px;
21 | }
22 |
23 | .dyclock-analog-time {
24 | max-width: 300px;
25 | max-height: 300px;
26 | }
27 |
28 | /*================================== font =============================*/
29 |
30 | @font-face {
31 | font-family: 'Faster One';
32 | src: url(../font/FasterOne-Regular.ttf);
33 | }
34 | @font-face {
35 | font-family: 'Frijole';
36 | src: url(../font/Frijole-Regular.ttf);
37 | }
38 | @font-face {
39 | font-family: 'Londrina Outline';
40 | src: url(../font/LondrinaOutline-Regular.ttf);
41 | }
42 | @font-face {
43 | font-family: 'Monofett';
44 | src: url(../font/Monofett.ttf);
45 | }
46 | @font-face {
47 | font-family: 'Orbitron';
48 | src: url(../font/Orbitron-Regular.ttf);
49 | }
50 | @font-face {
51 | font-family: 'Vast Shadow';
52 | src: url(../font/VastShadow-Regular.ttf);
53 | }
54 |
55 | /*================================== font ends here ===================*/
56 |
--------------------------------------------------------------------------------
/blog-bootstrap-dyclockjs/plugins/dyClockJS/css/dyclock.min.css:
--------------------------------------------------------------------------------
1 | /*!
2 | * dyClock is a JavaScript library for creating clock.
3 | *
4 | * Author: Yusuf Shakeel
5 | * https://github.com/yusufshakeel
6 | *
7 | * GitHub Link: https://github.com/yusufshakeel/dyClockJS
8 | *
9 | * MIT license
10 | * Copyright (c) 2016 Yusuf Shakeel
11 | *
12 | * Date: 2014-01-29 Wednesday
13 | */.dyclock-container{display:inline-block}.dyclock-digital-time{padding:5px}.dyclock-analog-time{max-width:300px;max-height:300px}@font-face{font-family:'Faster One';src:url(../font/FasterOne-Regular.ttf)}@font-face{font-family:Frijole;src:url(../font/Frijole-Regular.ttf)}@font-face{font-family:'Londrina Outline';src:url(../font/LondrinaOutline-Regular.ttf)}@font-face{font-family:Monofett;src:url(../font/Monofett.ttf)}@font-face{font-family:Orbitron;src:url(../font/Orbitron-Regular.ttf)}@font-face{font-family:'Vast Shadow';src:url(../font/VastShadow-Regular.ttf)}
--------------------------------------------------------------------------------
/blog-bootstrap-dyclockjs/plugins/dyClockJS/font/FasterOne-Regular.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/yusufshakeel/Web-App/7b394c3cf7ef863e4ccfc1aae3e283f924657868/blog-bootstrap-dyclockjs/plugins/dyClockJS/font/FasterOne-Regular.ttf
--------------------------------------------------------------------------------
/blog-bootstrap-dyclockjs/plugins/dyClockJS/font/Frijole-Regular.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/yusufshakeel/Web-App/7b394c3cf7ef863e4ccfc1aae3e283f924657868/blog-bootstrap-dyclockjs/plugins/dyClockJS/font/Frijole-Regular.ttf
--------------------------------------------------------------------------------
/blog-bootstrap-dyclockjs/plugins/dyClockJS/font/LondrinaOutline-Regular.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/yusufshakeel/Web-App/7b394c3cf7ef863e4ccfc1aae3e283f924657868/blog-bootstrap-dyclockjs/plugins/dyClockJS/font/LondrinaOutline-Regular.ttf
--------------------------------------------------------------------------------
/blog-bootstrap-dyclockjs/plugins/dyClockJS/font/Monofett.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/yusufshakeel/Web-App/7b394c3cf7ef863e4ccfc1aae3e283f924657868/blog-bootstrap-dyclockjs/plugins/dyClockJS/font/Monofett.ttf
--------------------------------------------------------------------------------
/blog-bootstrap-dyclockjs/plugins/dyClockJS/font/Orbitron-Regular.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/yusufshakeel/Web-App/7b394c3cf7ef863e4ccfc1aae3e283f924657868/blog-bootstrap-dyclockjs/plugins/dyClockJS/font/Orbitron-Regular.ttf
--------------------------------------------------------------------------------
/blog-bootstrap-dyclockjs/plugins/dyClockJS/font/VastShadow-Regular.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/yusufshakeel/Web-App/7b394c3cf7ef863e4ccfc1aae3e283f924657868/blog-bootstrap-dyclockjs/plugins/dyClockJS/font/VastShadow-Regular.ttf
--------------------------------------------------------------------------------
/blog-bootstrap-dyclockjs/plugins/dyClockJS/image/c01.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/yusufshakeel/Web-App/7b394c3cf7ef863e4ccfc1aae3e283f924657868/blog-bootstrap-dyclockjs/plugins/dyClockJS/image/c01.png
--------------------------------------------------------------------------------
/blog-bootstrap-dyclockjs/plugins/dyClockJS/image/c02.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/yusufshakeel/Web-App/7b394c3cf7ef863e4ccfc1aae3e283f924657868/blog-bootstrap-dyclockjs/plugins/dyClockJS/image/c02.png
--------------------------------------------------------------------------------
/blog-bootstrap-dyclockjs/plugins/dyClockJS/image/c03.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/yusufshakeel/Web-App/7b394c3cf7ef863e4ccfc1aae3e283f924657868/blog-bootstrap-dyclockjs/plugins/dyClockJS/image/c03.png
--------------------------------------------------------------------------------
/blog-bootstrap-dyclockjs/plugins/dyClockJS/index.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 | dyClockJS
5 |
6 |
7 |
8 |
9 |
Digital Clock (default HH:mm:ss)
10 |
11 |
12 |
13 |
14 |
15 |
16 |
Digital Clock (default HH:mm:ss) border
17 |
18 |
19 |
20 |
21 |
22 |
23 |
Digital Clock (default HH:mm:ss) and digitalStyle
24 |
25 |
26 |
27 |
28 |
29 |
30 |
Digital Clock (hh:mm:ss A) by class
31 |
32 |
33 |
34 |
35 |
36 |
37 |
38 |
39 |
Digital Clock (HH:mm a) by class
40 |
41 |
42 |
43 |
44 |
45 |
46 |
Analog Clock default
47 |
48 |
49 |
50 |
51 |
52 |
53 |
Analog Clock image 1
54 |
55 |
56 |
57 |
58 |
59 |
60 |
Analog Clock image 2 and digital time
61 |
62 |
63 |
64 |
65 |
66 |
67 |
Analog Clock by class and image 3 and analogStyle and digital time
This blog post shows a few different types of content that's supported and styled with Bootstrap. Basic typography, images, and code are all supported.
54 |
55 |
Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Aenean eu leo quam. Pellentesque ornare sem lacinia quam venenatis vestibulum. Sed posuere consectetur est at lobortis. Cras mattis consectetur purus sit amet fermentum.
56 |
57 |
Curabitur blandit tempus porttitor. Nullam quis risus eget urna mollis ornare vel eu leo. Nullam id dolor id nibh ultricies vehicula ut id elit.
58 |
59 |
Etiam porta sem malesuada magna mollis euismod. Cras mattis consectetur purus sit amet fermentum. Aenean lacinia bibendum nulla sed consectetur.
60 |
Heading
61 |
Vivamus sagittis lacus vel augue laoreet rutrum faucibus dolor auctor. Duis mollis, est non commodo luctus, nisi erat porttitor ligula, eget lacinia odio sem nec elit. Morbi leo risus, porta ac consectetur ac, vestibulum at eros.
62 |
Sub-heading
63 |
Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.
64 |
Example code block
65 |
Aenean lacinia bibendum nulla sed consectetur. Etiam porta sem malesuada magna mollis euismod. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa.
66 |
Sub-heading
67 |
Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Aenean lacinia bibendum nulla sed consectetur. Etiam porta sem malesuada magna mollis euismod. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus.
68 |
69 |
Praesent commodo cursus magna, vel scelerisque nisl consectetur et.
70 |
Donec id elit non mi porta gravida at eget metus.
71 |
Nulla vitae elit libero, a pharetra augue.
72 |
73 |
Donec ullamcorper nulla non metus auctor fringilla. Nulla vitae elit libero, a pharetra augue.
74 |
75 |
Vestibulum id ligula porta felis euismod semper.
76 |
Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.
77 |
Maecenas sed diam eget risus varius blandit sit amet non magna.
78 |
79 |
Cras mattis consectetur purus sit amet fermentum. Sed posuere consectetur est at lobortis.
Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Aenean eu leo quam. Pellentesque ornare sem lacinia quam venenatis vestibulum. Sed posuere consectetur est at lobortis. Cras mattis consectetur purus sit amet fermentum.
87 |
88 |
Curabitur blandit tempus porttitor. Nullam quis risus eget urna mollis ornare vel eu leo. Nullam id dolor id nibh ultricies vehicula ut id elit.
89 |
90 |
Etiam porta sem malesuada magna mollis euismod. Cras mattis consectetur purus sit amet fermentum. Aenean lacinia bibendum nulla sed consectetur.
91 |
Vivamus sagittis lacus vel augue laoreet rutrum faucibus dolor auctor. Duis mollis, est non commodo luctus, nisi erat porttitor ligula, eget lacinia odio sem nec elit. Morbi leo risus, porta ac consectetur ac, vestibulum at eros.
Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Aenean lacinia bibendum nulla sed consectetur. Etiam porta sem malesuada magna mollis euismod. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus.
99 |
100 |
Praesent commodo cursus magna, vel scelerisque nisl consectetur et.
101 |
Donec id elit non mi porta gravida at eget metus.
102 |
Nulla vitae elit libero, a pharetra augue.
103 |
104 |
Etiam porta sem malesuada magna mollis euismod. Cras mattis consectetur purus sit amet fermentum. Aenean lacinia bibendum nulla sed consectetur.
105 |
Donec ullamcorper nulla non metus auctor fringilla. Nulla vitae elit libero, a pharetra augue.
106 |
107 |
108 |
114 |
115 |
116 |
117 |
118 |
119 |
About
120 |
Etiam porta sem malesuada magna mollis euismod. Cras mattis consectetur purus sit amet fermentum. Aenean lacinia bibendum nulla sed consectetur.
154 |
155 |
161 |
162 |
163 |
164 |
165 |
166 |
167 |
168 |
169 |
170 |
171 |
172 |
--------------------------------------------------------------------------------
/blog-bootstrap-dyscrollupjs/js/default.js:
--------------------------------------------------------------------------------
1 | dyscrollup.init({
2 | showafter : 600,
3 | scrolldelay : 1000,
4 | position : "left",
5 | image : "plugins/dyScrollUpJS/image/36.png",
6 | shape : "other",
7 | width : 30,
8 | height : 30
9 | });
--------------------------------------------------------------------------------
/blog-bootstrap-dyscrollupjs/js/npm.js:
--------------------------------------------------------------------------------
1 | // This file is autogenerated via the `commonjs` Grunt task. You can require() this file in a CommonJS environment.
2 | require('../../js/transition.js')
3 | require('../../js/alert.js')
4 | require('../../js/button.js')
5 | require('../../js/carousel.js')
6 | require('../../js/collapse.js')
7 | require('../../js/dropdown.js')
8 | require('../../js/modal.js')
9 | require('../../js/tooltip.js')
10 | require('../../js/popover.js')
11 | require('../../js/scrollspy.js')
12 | require('../../js/tab.js')
13 | require('../../js/affix.js')
--------------------------------------------------------------------------------
/blog-bootstrap-dyscrollupjs/plugins/dyScrollUpJS/LICENSE:
--------------------------------------------------------------------------------
1 | MIT License
2 |
3 | Copyright (c) 2016 Yusuf Shakeel
4 |
5 | Permission is hereby granted, free of charge, to any person obtaining a copy
6 | of this software and associated documentation files (the "Software"), to deal
7 | in the Software without restriction, including without limitation the rights
8 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9 | copies of the Software, and to permit persons to whom the Software is
10 | furnished to do so, subject to the following conditions:
11 |
12 | The above copyright notice and this permission notice shall be included in all
13 | copies or substantial portions of the Software.
14 |
15 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21 | SOFTWARE.
22 |
--------------------------------------------------------------------------------
/blog-bootstrap-dyscrollupjs/plugins/dyScrollUpJS/README.md:
--------------------------------------------------------------------------------
1 | # dyScrollUpJS
2 |
3 | Small plugin that you can use in your website and blog to create "Scroll-to-top" button.
4 |
5 | And you can customize it too!
6 |
7 | #Download
8 |
9 | [Download](https://github.com/yusufshakeel/dyScrollUpJS/releases) the latest release of this project.
10 |
11 | #License
12 |
13 | MIT License
14 |
15 | Copyright (c) 2016 Yusuf Shakeel
16 |
17 | Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
18 |
19 | The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
20 |
21 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
22 |
--------------------------------------------------------------------------------
/blog-bootstrap-dyscrollupjs/plugins/dyScrollUpJS/css/default.css:
--------------------------------------------------------------------------------
1 | /*!
2 | * dyScrollUpJS is a JavaScript plugin to create a button to scroll back
3 | * to the top of the page.
4 | *
5 | * Author: Yusuf Shakeel
6 | * https://github.com/yusufshakeel
7 | *
8 | * GitHub Link: https://github.com/yusufshakeel/dyScrollUpJS
9 | *
10 | * MIT license
11 | * Copyright (c) 2016 Yusuf Shakeel
12 | *
13 | * Date: 2015-03-21 Saturday
14 | */
15 | /*! dyScrollUpJS | (c) 2016 Yusuf Shakeel | https://github.com/yusufshakeel/dyScrollUpJS */
16 |
17 |
18 | body {
19 | padding: 20px 50px 100px;
20 | }
21 |
--------------------------------------------------------------------------------
/blog-bootstrap-dyscrollupjs/plugins/dyScrollUpJS/css/dyscrollup.css:
--------------------------------------------------------------------------------
1 | /*!
2 | * dyScrollUpJS is a JavaScript plugin to create a button to scroll back
3 | * to the top of the page.
4 | *
5 | * Author: Yusuf Shakeel
6 | * https://github.com/yusufshakeel
7 | *
8 | * GitHub Link: https://github.com/yusufshakeel/dyScrollUpJS
9 | *
10 | * MIT license
11 | * Copyright (c) 2016 Yusuf Shakeel
12 | *
13 | * Date: 2015-03-21 Saturday
14 | */
15 | /*! dyScrollUpJS | (c) 2016 Yusuf Shakeel | https://github.com/yusufshakeel/dyScrollUpJS */
16 |
17 | #dyscrollup-btn {
18 | z-index: 999999;
19 | position: fixed;
20 | cursor: pointer;
21 | display: none;
22 | bottom: 32px;
23 | }
24 |
--------------------------------------------------------------------------------
/blog-bootstrap-dyscrollupjs/plugins/dyScrollUpJS/css/dyscrollup.min.css:
--------------------------------------------------------------------------------
1 | /*!
2 | * dyScrollUpJS is a JavaScript plugin to create a button to scroll back
3 | * to the top of the page.
4 | *
5 | * Author: Yusuf Shakeel
6 | * https://github.com/yusufshakeel
7 | *
8 | * GitHub Link: https://github.com/yusufshakeel/dyScrollUpJS
9 | *
10 | * MIT license
11 | * Copyright (c) 2016 Yusuf Shakeel
12 | *
13 | * Date: 2015-03-21 Saturday
14 | *//*! dyScrollUpJS | (c) 2016 Yusuf Shakeel | https://github.com/yusufshakeel/dyScrollUpJS */#dyscrollup-btn{z-index:999999;position:fixed;cursor:pointer;display:none;bottom:32px}
15 |
--------------------------------------------------------------------------------
/blog-bootstrap-dyscrollupjs/plugins/dyScrollUpJS/image/32.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/yusufshakeel/Web-App/7b394c3cf7ef863e4ccfc1aae3e283f924657868/blog-bootstrap-dyscrollupjs/plugins/dyScrollUpJS/image/32.png
--------------------------------------------------------------------------------
/blog-bootstrap-dyscrollupjs/plugins/dyScrollUpJS/image/36.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/yusufshakeel/Web-App/7b394c3cf7ef863e4ccfc1aae3e283f924657868/blog-bootstrap-dyscrollupjs/plugins/dyScrollUpJS/image/36.png
--------------------------------------------------------------------------------
/blog-bootstrap-dyscrollupjs/plugins/dyScrollUpJS/image/48-black.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/yusufshakeel/Web-App/7b394c3cf7ef863e4ccfc1aae3e283f924657868/blog-bootstrap-dyscrollupjs/plugins/dyScrollUpJS/image/48-black.png
--------------------------------------------------------------------------------
/blog-bootstrap-dyscrollupjs/plugins/dyScrollUpJS/image/48-red.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/yusufshakeel/Web-App/7b394c3cf7ef863e4ccfc1aae3e283f924657868/blog-bootstrap-dyscrollupjs/plugins/dyScrollUpJS/image/48-red.png
--------------------------------------------------------------------------------
/blog-bootstrap-dyscrollupjs/plugins/dyScrollUpJS/image/48-transparent.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/yusufshakeel/Web-App/7b394c3cf7ef863e4ccfc1aae3e283f924657868/blog-bootstrap-dyscrollupjs/plugins/dyScrollUpJS/image/48-transparent.png
--------------------------------------------------------------------------------
/blog-bootstrap-dyscrollupjs/plugins/dyScrollUpJS/index-configured.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 | Index Page
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
What is Lorem Ipsum?
13 |
Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.
14 |
15 |
16 |
Why do we use it?
17 |
It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using 'Content here, content here', making it look like readable English. Many desktop publishing packages and web page editors now use Lorem Ipsum as their default model text, and a search for 'lorem ipsum' will uncover many web sites still in their infancy. Various versions have evolved over the years, sometimes by accident, sometimes on purpose (injected humour and the like).
18 |
19 |
20 |
Where does it come from?
21 |
Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, consectetur, from a Lorem Ipsum passage, and going through the cites of the word in classical literature, discovered the undoubtable source. Lorem Ipsum comes from sections 1.10.32 and 1.10.33 of "de Finibus Bonorum et Malorum" (The Extremes of Good and Evil) by Cicero, written in 45 BC. This book is a treatise on the theory of ethics, very popular during the Renaissance. The first line of Lorem Ipsum, "Lorem ipsum dolor sit amet..", comes from a line in section 1.10.32.
22 |
23 |
24 |
The standard chunk of Lorem Ipsum used since the 1500s is reproduced below for those interested. Sections 1.10.32 and 1.10.33 from "de Finibus Bonorum et Malorum" by Cicero are also reproduced in their exact original form, accompanied by English versions from the 1914 translation by H. Rackham.
25 |
26 |
27 |
Where can I get some?
28 |
There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don't look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn't anything embarrassing hidden in the middle of text. All the Lorem Ipsum generators on the Internet tend to repeat predefined chunks as necessary, making this the first true generator on the Internet. It uses a dictionary of over 200 Latin words, combined with a handful of model sentence structures, to generate Lorem Ipsum which looks reasonable. The generated Lorem Ipsum is therefore always free from repetition, injected humour, or non-characteristic words etc.
29 |
30 |
31 |
What is Lorem Ipsum?
32 |
Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.
33 |
34 |
35 |
Why do we use it?
36 |
It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using 'Content here, content here', making it look like readable English. Many desktop publishing packages and web page editors now use Lorem Ipsum as their default model text, and a search for 'lorem ipsum' will uncover many web sites still in their infancy. Various versions have evolved over the years, sometimes by accident, sometimes on purpose (injected humour and the like).
37 |
38 |
39 |
Where does it come from?
40 |
Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, consectetur, from a Lorem Ipsum passage, and going through the cites of the word in classical literature, discovered the undoubtable source. Lorem Ipsum comes from sections 1.10.32 and 1.10.33 of "de Finibus Bonorum et Malorum" (The Extremes of Good and Evil) by Cicero, written in 45 BC. This book is a treatise on the theory of ethics, very popular during the Renaissance. The first line of Lorem Ipsum, "Lorem ipsum dolor sit amet..", comes from a line in section 1.10.32.
41 |
42 |
43 |
The standard chunk of Lorem Ipsum used since the 1500s is reproduced below for those interested. Sections 1.10.32 and 1.10.33 from "de Finibus Bonorum et Malorum" by Cicero are also reproduced in their exact original form, accompanied by English versions from the 1914 translation by H. Rackham.
44 |
45 |
46 |
Where can I get some?
47 |
There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don't look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn't anything embarrassing hidden in the middle of text. All the Lorem Ipsum generators on the Internet tend to repeat predefined chunks as necessary, making this the first true generator on the Internet. It uses a dictionary of over 200 Latin words, combined with a handful of model sentence structures, to generate Lorem Ipsum which looks reasonable. The generated Lorem Ipsum is therefore always free from repetition, injected humour, or non-characteristic words etc.
48 |
49 |
50 |
What is Lorem Ipsum?
51 |
Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.
52 |
53 |
54 |
Why do we use it?
55 |
It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using 'Content here, content here', making it look like readable English. Many desktop publishing packages and web page editors now use Lorem Ipsum as their default model text, and a search for 'lorem ipsum' will uncover many web sites still in their infancy. Various versions have evolved over the years, sometimes by accident, sometimes on purpose (injected humour and the like).
56 |
57 |
58 |
Where does it come from?
59 |
Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, consectetur, from a Lorem Ipsum passage, and going through the cites of the word in classical literature, discovered the undoubtable source. Lorem Ipsum comes from sections 1.10.32 and 1.10.33 of "de Finibus Bonorum et Malorum" (The Extremes of Good and Evil) by Cicero, written in 45 BC. This book is a treatise on the theory of ethics, very popular during the Renaissance. The first line of Lorem Ipsum, "Lorem ipsum dolor sit amet..", comes from a line in section 1.10.32.
60 |
61 |
62 |
The standard chunk of Lorem Ipsum used since the 1500s is reproduced below for those interested. Sections 1.10.32 and 1.10.33 from "de Finibus Bonorum et Malorum" by Cicero are also reproduced in their exact original form, accompanied by English versions from the 1914 translation by H. Rackham.
63 |
64 |
65 |
Where can I get some?
66 |
There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don't look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn't anything embarrassing hidden in the middle of text. All the Lorem Ipsum generators on the Internet tend to repeat predefined chunks as necessary, making this the first true generator on the Internet. It uses a dictionary of over 200 Latin words, combined with a handful of model sentence structures, to generate Lorem Ipsum which looks reasonable. The generated Lorem Ipsum is therefore always free from repetition, injected humour, or non-characteristic words etc.
67 |
68 |
69 |
What is Lorem Ipsum?
70 |
Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.
71 |
72 |
73 |
Why do we use it?
74 |
It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using 'Content here, content here', making it look like readable English. Many desktop publishing packages and web page editors now use Lorem Ipsum as their default model text, and a search for 'lorem ipsum' will uncover many web sites still in their infancy. Various versions have evolved over the years, sometimes by accident, sometimes on purpose (injected humour and the like).
75 |
76 |
77 |
Where does it come from?
78 |
Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, consectetur, from a Lorem Ipsum passage, and going through the cites of the word in classical literature, discovered the undoubtable source. Lorem Ipsum comes from sections 1.10.32 and 1.10.33 of "de Finibus Bonorum et Malorum" (The Extremes of Good and Evil) by Cicero, written in 45 BC. This book is a treatise on the theory of ethics, very popular during the Renaissance. The first line of Lorem Ipsum, "Lorem ipsum dolor sit amet..", comes from a line in section 1.10.32.
79 |
80 |
81 |
The standard chunk of Lorem Ipsum used since the 1500s is reproduced below for those interested. Sections 1.10.32 and 1.10.33 from "de Finibus Bonorum et Malorum" by Cicero are also reproduced in their exact original form, accompanied by English versions from the 1914 translation by H. Rackham.
82 |
83 |
84 |
Where can I get some?
85 |
There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don't look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn't anything embarrassing hidden in the middle of text. All the Lorem Ipsum generators on the Internet tend to repeat predefined chunks as necessary, making this the first true generator on the Internet. It uses a dictionary of over 200 Latin words, combined with a handful of model sentence structures, to generate Lorem Ipsum which looks reasonable. The generated Lorem Ipsum is therefore always free from repetition, injected humour, or non-characteristic words etc.
86 |
87 |
88 |
What is Lorem Ipsum?
89 |
Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.
90 |
91 |
92 |
Why do we use it?
93 |
It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using 'Content here, content here', making it look like readable English. Many desktop publishing packages and web page editors now use Lorem Ipsum as their default model text, and a search for 'lorem ipsum' will uncover many web sites still in their infancy. Various versions have evolved over the years, sometimes by accident, sometimes on purpose (injected humour and the like).
94 |
95 |
96 |
Where does it come from?
97 |
Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, consectetur, from a Lorem Ipsum passage, and going through the cites of the word in classical literature, discovered the undoubtable source. Lorem Ipsum comes from sections 1.10.32 and 1.10.33 of "de Finibus Bonorum et Malorum" (The Extremes of Good and Evil) by Cicero, written in 45 BC. This book is a treatise on the theory of ethics, very popular during the Renaissance. The first line of Lorem Ipsum, "Lorem ipsum dolor sit amet..", comes from a line in section 1.10.32.
98 |
99 |
100 |
The standard chunk of Lorem Ipsum used since the 1500s is reproduced below for those interested. Sections 1.10.32 and 1.10.33 from "de Finibus Bonorum et Malorum" by Cicero are also reproduced in their exact original form, accompanied by English versions from the 1914 translation by H. Rackham.
101 |
102 |
103 |
Where can I get some?
104 |
There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don't look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn't anything embarrassing hidden in the middle of text. All the Lorem Ipsum generators on the Internet tend to repeat predefined chunks as necessary, making this the first true generator on the Internet. It uses a dictionary of over 200 Latin words, combined with a handful of model sentence structures, to generate Lorem Ipsum which looks reasonable. The generated Lorem Ipsum is therefore always free from repetition, injected humour, or non-characteristic words etc.
105 |
Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book.
14 | It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with
15 | desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.
16 |
17 |
18 |
Why do we use it?
19 |
It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using 'Content
20 | here, content here', making it look like readable English. Many desktop publishing packages and web page editors now use Lorem Ipsum as their default model text, and a search for 'lorem ipsum' will uncover many web sites still in their infancy.
21 | Various versions have evolved over the years, sometimes by accident, sometimes on purpose (injected humour and the like).
22 |
23 |
24 |
Where does it come from?
25 |
Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia, looked
26 | up one of the more obscure Latin words, consectetur, from a Lorem Ipsum passage, and going through the cites of the word in classical literature, discovered the undoubtable source. Lorem Ipsum comes from sections 1.10.32 and 1.10.33 of "de Finibus
27 | Bonorum et Malorum" (The Extremes of Good and Evil) by Cicero, written in 45 BC. This book is a treatise on the theory of ethics, very popular during the Renaissance. The first line of Lorem Ipsum, "Lorem ipsum dolor sit amet..", comes from a line in
28 | section 1.10.32.
29 |
30 |
31 |
The standard chunk of Lorem Ipsum used since the 1500s is reproduced below for those interested. Sections 1.10.32 and 1.10.33 from "de Finibus Bonorum et Malorum" by Cicero are also reproduced in their exact original form, accompanied by English
32 | versions from the 1914 translation by H. Rackham.
33 |
34 |
35 |
Where can I get some?
36 |
There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don't look even slightly believable. If you are going to use a passage of Lorem
37 | Ipsum, you need to be sure there isn't anything embarrassing hidden in the middle of text. All the Lorem Ipsum generators on the Internet tend to repeat predefined chunks as necessary, making this the first true generator on the Internet. It uses a
38 | dictionary of over 200 Latin words, combined with a handful of model sentence structures, to generate Lorem Ipsum which looks reasonable. The generated Lorem Ipsum is therefore always free from repetition, injected humour, or non-characteristic words
39 | etc.
40 |
41 |
42 |
What is Lorem Ipsum?
43 |
Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book.
44 | It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with
45 | desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.
46 |
47 |
48 |
Why do we use it?
49 |
It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using 'Content
50 | here, content here', making it look like readable English. Many desktop publishing packages and web page editors now use Lorem Ipsum as their default model text, and a search for 'lorem ipsum' will uncover many web sites still in their infancy.
51 | Various versions have evolved over the years, sometimes by accident, sometimes on purpose (injected humour and the like).
52 |
53 |
54 |
Where does it come from?
55 |
Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia, looked
56 | up one of the more obscure Latin words, consectetur, from a Lorem Ipsum passage, and going through the cites of the word in classical literature, discovered the undoubtable source. Lorem Ipsum comes from sections 1.10.32 and 1.10.33 of "de Finibus
57 | Bonorum et Malorum" (The Extremes of Good and Evil) by Cicero, written in 45 BC. This book is a treatise on the theory of ethics, very popular during the Renaissance. The first line of Lorem Ipsum, "Lorem ipsum dolor sit amet..", comes from a line in
58 | section 1.10.32.
59 |
60 |
61 |
The standard chunk of Lorem Ipsum used since the 1500s is reproduced below for those interested. Sections 1.10.32 and 1.10.33 from "de Finibus Bonorum et Malorum" by Cicero are also reproduced in their exact original form, accompanied by English
62 | versions from the 1914 translation by H. Rackham.
63 |
64 |
65 |
Where can I get some?
66 |
There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don't look even slightly believable. If you are going to use a passage of Lorem
67 | Ipsum, you need to be sure there isn't anything embarrassing hidden in the middle of text. All the Lorem Ipsum generators on the Internet tend to repeat predefined chunks as necessary, making this the first true generator on the Internet. It uses a
68 | dictionary of over 200 Latin words, combined with a handful of model sentence structures, to generate Lorem Ipsum which looks reasonable. The generated Lorem Ipsum is therefore always free from repetition, injected humour, or non-characteristic words
69 | etc.
70 |
71 |
72 |
What is Lorem Ipsum?
73 |
Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book.
74 | It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with
75 | desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.
76 |
77 |
78 |
Why do we use it?
79 |
It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using 'Content
80 | here, content here', making it look like readable English. Many desktop publishing packages and web page editors now use Lorem Ipsum as their default model text, and a search for 'lorem ipsum' will uncover many web sites still in their infancy.
81 | Various versions have evolved over the years, sometimes by accident, sometimes on purpose (injected humour and the like).
82 |
83 |
84 |
Where does it come from?
85 |
Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia, looked
86 | up one of the more obscure Latin words, consectetur, from a Lorem Ipsum passage, and going through the cites of the word in classical literature, discovered the undoubtable source. Lorem Ipsum comes from sections 1.10.32 and 1.10.33 of "de Finibus
87 | Bonorum et Malorum" (The Extremes of Good and Evil) by Cicero, written in 45 BC. This book is a treatise on the theory of ethics, very popular during the Renaissance. The first line of Lorem Ipsum, "Lorem ipsum dolor sit amet..", comes from a line in
88 | section 1.10.32.
89 |
90 |
91 |
The standard chunk of Lorem Ipsum used since the 1500s is reproduced below for those interested. Sections 1.10.32 and 1.10.33 from "de Finibus Bonorum et Malorum" by Cicero are also reproduced in their exact original form, accompanied by English
92 | versions from the 1914 translation by H. Rackham.
93 |
94 |
95 |
Where can I get some?
96 |
There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don't look even slightly believable. If you are going to use a passage of Lorem
97 | Ipsum, you need to be sure there isn't anything embarrassing hidden in the middle of text. All the Lorem Ipsum generators on the Internet tend to repeat predefined chunks as necessary, making this the first true generator on the Internet. It uses a
98 | dictionary of over 200 Latin words, combined with a handful of model sentence structures, to generate Lorem Ipsum which looks reasonable. The generated Lorem Ipsum is therefore always free from repetition, injected humour, or non-characteristic words
99 | etc.
100 |
101 |
102 |
What is Lorem Ipsum?
103 |
Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book.
104 | It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with
105 | desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.
106 |
107 |
108 |
Why do we use it?
109 |
It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using 'Content
110 | here, content here', making it look like readable English. Many desktop publishing packages and web page editors now use Lorem Ipsum as their default model text, and a search for 'lorem ipsum' will uncover many web sites still in their infancy.
111 | Various versions have evolved over the years, sometimes by accident, sometimes on purpose (injected humour and the like).
112 |
113 |
114 |
Where does it come from?
115 |
Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia, looked
116 | up one of the more obscure Latin words, consectetur, from a Lorem Ipsum passage, and going through the cites of the word in classical literature, discovered the undoubtable source. Lorem Ipsum comes from sections 1.10.32 and 1.10.33 of "de Finibus
117 | Bonorum et Malorum" (The Extremes of Good and Evil) by Cicero, written in 45 BC. This book is a treatise on the theory of ethics, very popular during the Renaissance. The first line of Lorem Ipsum, "Lorem ipsum dolor sit amet..", comes from a line in
118 | section 1.10.32.
119 |
120 |
121 |
The standard chunk of Lorem Ipsum used since the 1500s is reproduced below for those interested. Sections 1.10.32 and 1.10.33 from "de Finibus Bonorum et Malorum" by Cicero are also reproduced in their exact original form, accompanied by English
122 | versions from the 1914 translation by H. Rackham.
123 |
124 |
125 |
Where can I get some?
126 |
There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don't look even slightly believable. If you are going to use a passage of Lorem
127 | Ipsum, you need to be sure there isn't anything embarrassing hidden in the middle of text. All the Lorem Ipsum generators on the Internet tend to repeat predefined chunks as necessary, making this the first true generator on the Internet. It uses a
128 | dictionary of over 200 Latin words, combined with a handful of model sentence structures, to generate Lorem Ipsum which looks reasonable. The generated Lorem Ipsum is therefore always free from repetition, injected humour, or non-characteristic words
129 | etc.
130 |
131 |
132 |
What is Lorem Ipsum?
133 |
Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book.
134 | It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with
135 | desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.
136 |
137 |
138 |
Why do we use it?
139 |
It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using 'Content
140 | here, content here', making it look like readable English. Many desktop publishing packages and web page editors now use Lorem Ipsum as their default model text, and a search for 'lorem ipsum' will uncover many web sites still in their infancy.
141 | Various versions have evolved over the years, sometimes by accident, sometimes on purpose (injected humour and the like).
142 |
143 |
144 |
Where does it come from?
145 |
Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia, looked
146 | up one of the more obscure Latin words, consectetur, from a Lorem Ipsum passage, and going through the cites of the word in classical literature, discovered the undoubtable source. Lorem Ipsum comes from sections 1.10.32 and 1.10.33 of "de Finibus
147 | Bonorum et Malorum" (The Extremes of Good and Evil) by Cicero, written in 45 BC. This book is a treatise on the theory of ethics, very popular during the Renaissance. The first line of Lorem Ipsum, "Lorem ipsum dolor sit amet..", comes from a line in
148 | section 1.10.32.
149 |
150 |
151 |
The standard chunk of Lorem Ipsum used since the 1500s is reproduced below for those interested. Sections 1.10.32 and 1.10.33 from "de Finibus Bonorum et Malorum" by Cicero are also reproduced in their exact original form, accompanied by English
152 | versions from the 1914 translation by H. Rackham.
153 |
154 |
155 |
Where can I get some?
156 |
There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don't look even slightly believable. If you are going to use a passage of Lorem
157 | Ipsum, you need to be sure there isn't anything embarrassing hidden in the middle of text. All the Lorem Ipsum generators on the Internet tend to repeat predefined chunks as necessary, making this the first true generator on the Internet. It uses a
158 | dictionary of over 200 Latin words, combined with a handful of model sentence structures, to generate Lorem Ipsum which looks reasonable. The generated Lorem Ipsum is therefore always free from repetition, injected humour, or non-characteristic words
159 | etc.
160 |
34 |
35 |
--------------------------------------------------------------------------------
/calendar _1/script2.js:
--------------------------------------------------------------------------------
1 | //this function will find today's date
2 | function calendar(){
3 | var day=['Sunday','Monday','Tuesday','Wednesday','Thursday','Friday','Saturday'];
4 | var month=['January','February','March','April','May','June','July','August','September','October','November','December'];
5 | var d=new Date();
6 | setText('calendar-day', day[d.getDay()]);
7 | setText('calendar-date', d.getDate());
8 | setText('calendar-month-year', month[d.getMonth()]+' '+(1900+d.getYear()));
9 | };
10 |
11 | //this function will set the text value of
14 |
15 |
--------------------------------------------------------------------------------
/calendar/script.js:
--------------------------------------------------------------------------------
1 | //this function will find today's date
2 | function calendar(){
3 | var day=['Sunday','Monday','Tuesday','Wednesday','Thursday','Friday','Saturday'];
4 | var month=['January','February','March','April','May','June','July','August','September','October','November','December'];
5 | var d=new Date();
6 | setText('calendar-day', day[d.getDay()]);
7 | setText('calendar-date', d.getDate());
8 | setText('calendar-month-year', month[d.getMonth()]+' '+(1900+d.getYear()));
9 | };
10 |
11 | //this function will set the text value of