Java
16 |17 | Java is a class-based, object-oriented programming language that 18 | is designed to have as few implementation dependencies as 19 | possible. 20 |
21 |├── .gitattributes ├── 01-Expanding-Cards ├── index.html ├── script.js └── style.css ├── 02-3d-Card-With-Hover ├── index.html └── style.css ├── 03-Creative-Cards ├── index.html ├── marian-oleksyn-Edv_EEWiB3E-unsplash.jpg └── style.css ├── 04-Expanding-Cards ├── app.js ├── index.html └── style.css ├── 05-3D-Product-Card ├── images │ └── adidas.png ├── index.html ├── script.js └── style.css ├── 06-Memory-Cards ├── index.html ├── script.js └── style.css ├── 07-Card-Hover-Effect-V1 ├── index.html └── style.css ├── 08-Card-Hover-Effect-V2 ├── index.html └── style.css ├── 09-Card-Hover-Effect-V3 ├── index.html └── style.css ├── 10-I-Love-You-Card ├── index.html ├── script.js └── style.css ├── 11-Item-Card-Hover-Effect ├── index.html └── style.css ├── 12-Product-Card-Info ├── index.html └── style.css ├── 13-Sliding-Product-Card ├── index.html ├── shoe.jpg └── style.css ├── 14-Sneakers-Product-Card ├── index.html └── style.css ├── 15-Text-Card-Hover-Effect ├── index.html └── style.css ├── LICENSE └── README.md /.gitattributes: -------------------------------------------------------------------------------- 1 | # Auto detect text files and perform LF normalization 2 | * text=auto 3 | -------------------------------------------------------------------------------- /01-Expanding-Cards/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 |
4 | 5 | 6 | 12 | 13 |${data.question}
44 |${data.answer}
47 |The Egyptian pyramids are ancient pyramid-shaped masonry structures located in Egypt. As of November 2008, sources cite either 118 or 138 as the number of identified Egyptian pyramids.
18 |The Statue of Liberty is a colossal neoclassical sculpture on Liberty Island in New York Harbor in New York City, in the United States.
24 |The Taj Mahal is an ivory-white marble mausoleum on the south bank of the Yamuna river in the Indian city of Agra. It was commissioned in 1632 by the Mughal emperor.
30 |17 | Java is a class-based, object-oriented programming language that 18 | is designed to have as few implementation dependencies as 19 | possible. 20 |
21 |34 | Python is an interpreted, high-level and general-purpose 35 | programming language. 36 |
37 |50 | C# is a general-purpose, multi-paradigm programming language 51 | encompassing static typing, strong typing, lexically scoped and 52 | component-oriented programming disciplines. 53 |
54 | console.log(
24 | 'I Love You'
25 | );
26 | console.log(
35 | 'I Love You'
36 | );
37 | console.log(
48 | 'I Love You'
49 | );
50 | console.log(
60 | 'I Love You '
61 | );
62 | 16 | Lorem ipsum dolor, sit amet consectetur adipisicing elit. Nulla 17 | ducimus iusto. 18 |
19 |The 10: Air Jordan 1 off-white - Chicago
22 |Air Jordan 1 Retro High "Off-White - UNC" sneakers
55 |