├── images ├── collage │ ├── bottle.jpg │ ├── cactus.jpg │ ├── coffee.jpg │ ├── collage.PNG │ ├── honey.jpg │ ├── lamp.jpg │ ├── lens.jpg │ ├── stool.jpg │ ├── sunglass.jpg │ └── watch.jpg └── vacation │ ├── beach.png │ ├── boat.png │ ├── coconut.png │ ├── collage.png │ ├── sand.jpg │ └── sunset.png ├── index.html ├── jaan.js ├── pseudo-element.html └── vacation.html /images/collage/bottle.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProgrammingHero1/b4-bootstrap-layout/c226824248faf41ce47bcddba013421ba7f84393/images/collage/bottle.jpg -------------------------------------------------------------------------------- /images/collage/cactus.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProgrammingHero1/b4-bootstrap-layout/c226824248faf41ce47bcddba013421ba7f84393/images/collage/cactus.jpg -------------------------------------------------------------------------------- /images/collage/coffee.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProgrammingHero1/b4-bootstrap-layout/c226824248faf41ce47bcddba013421ba7f84393/images/collage/coffee.jpg -------------------------------------------------------------------------------- /images/collage/collage.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProgrammingHero1/b4-bootstrap-layout/c226824248faf41ce47bcddba013421ba7f84393/images/collage/collage.PNG -------------------------------------------------------------------------------- /images/collage/honey.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProgrammingHero1/b4-bootstrap-layout/c226824248faf41ce47bcddba013421ba7f84393/images/collage/honey.jpg -------------------------------------------------------------------------------- /images/collage/lamp.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProgrammingHero1/b4-bootstrap-layout/c226824248faf41ce47bcddba013421ba7f84393/images/collage/lamp.jpg -------------------------------------------------------------------------------- /images/collage/lens.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProgrammingHero1/b4-bootstrap-layout/c226824248faf41ce47bcddba013421ba7f84393/images/collage/lens.jpg -------------------------------------------------------------------------------- /images/collage/stool.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProgrammingHero1/b4-bootstrap-layout/c226824248faf41ce47bcddba013421ba7f84393/images/collage/stool.jpg -------------------------------------------------------------------------------- /images/collage/sunglass.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProgrammingHero1/b4-bootstrap-layout/c226824248faf41ce47bcddba013421ba7f84393/images/collage/sunglass.jpg -------------------------------------------------------------------------------- /images/collage/watch.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProgrammingHero1/b4-bootstrap-layout/c226824248faf41ce47bcddba013421ba7f84393/images/collage/watch.jpg -------------------------------------------------------------------------------- /images/vacation/beach.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProgrammingHero1/b4-bootstrap-layout/c226824248faf41ce47bcddba013421ba7f84393/images/vacation/beach.png -------------------------------------------------------------------------------- /images/vacation/boat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProgrammingHero1/b4-bootstrap-layout/c226824248faf41ce47bcddba013421ba7f84393/images/vacation/boat.png -------------------------------------------------------------------------------- /images/vacation/coconut.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProgrammingHero1/b4-bootstrap-layout/c226824248faf41ce47bcddba013421ba7f84393/images/vacation/coconut.png -------------------------------------------------------------------------------- /images/vacation/collage.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProgrammingHero1/b4-bootstrap-layout/c226824248faf41ce47bcddba013421ba7f84393/images/vacation/collage.png -------------------------------------------------------------------------------- /images/vacation/sand.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProgrammingHero1/b4-bootstrap-layout/c226824248faf41ce47bcddba013421ba7f84393/images/vacation/sand.jpg -------------------------------------------------------------------------------- /images/vacation/sunset.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProgrammingHero1/b4-bootstrap-layout/c226824248faf41ce47bcddba013421ba7f84393/images/vacation/sunset.png -------------------------------------------------------------------------------- /index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | collage 9 | 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 | -------------------------------------------------------------------------------- /jaan.js: -------------------------------------------------------------------------------- 1 | console.log(3); 2 | console.log(77); 3 | console.log(177); -------------------------------------------------------------------------------- /pseudo-element.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | Pseudo pseudo vai bon 9 | 45 | 46 | 47 | 48 |

Having fun with Pseudo pseudo vai bon

49 |

Having fun with bondu bandobi

50 |
51 |

Best Quotes

52 |
Patience, persistence and perspiration make an unbeatable combination for success
53 |
Desire is the starting point of all achievement, not a hope, not a wish, but a keen pulsating desire 54 | which transcends everything
55 |
Strength and growth come only through continuous effort and struggle
56 |
57 |
58 |

Name*

59 |
60 | 61 | 62 | -------------------------------------------------------------------------------- /vacation.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | Document 9 | 11 | 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 | --------------------------------------------------------------------------------