├── 404 └── part01 │ ├── index.html │ ├── index.js │ └── style.css ├── ANimation ├── part01 │ ├── index.html │ └── style.css ├── part02 │ ├── index.html │ ├── index.js │ └── style.css ├── part03 │ ├── index.html │ ├── index.js │ └── style.css ├── part04 │ ├── index.html │ └── style.css ├── part05 │ ├── index.html │ └── style.css ├── part06 │ ├── index.html │ └── style.css ├── part07 │ ├── index.html │ ├── index.js │ └── style.css └── part08 │ ├── index.html │ ├── index.js │ └── style.css ├── Cards ├── hh ├── parrt01 │ ├── index.html │ ├── index.js │ └── style.css ├── part02 │ ├── index.html │ ├── index.js │ └── style.css ├── part03 │ ├── index.html │ └── style.css ├── part04 │ ├── index.html │ └── style.css ├── part05 │ ├── index.html │ └── style.css ├── part06 │ ├── index.html │ ├── index.js │ └── style.css ├── part07 │ ├── index.html │ ├── index.js │ └── style.css ├── part08 │ ├── index.html │ ├── index.js │ └── style.css ├── part09 │ ├── index.html │ ├── index.js │ └── style.css ├── part10 │ ├── index.html │ ├── index.js │ └── style.css ├── part11 │ ├── index.html │ └── style.css ├── part12 │ ├── index.html │ ├── index.js │ └── style.css ├── part13 │ ├── index.html │ ├── index.js │ └── style.css ├── part14 │ ├── index.html │ ├── index.js │ └── style.css ├── part15 │ ├── index.html │ ├── index.js │ └── style.css ├── part16 │ ├── index.html │ ├── part20 │ │ ├── index.html │ │ └── style.css │ └── style.css ├── part17 │ ├── index.html │ ├── index.js │ └── style.css ├── part18 │ ├── index.html │ └── style.css ├── part19 │ ├── index.html │ └── style.css ├── part21 │ ├── index.html │ ├── index.js │ └── style.css ├── part22 │ ├── index.html │ ├── index.js │ └── style.css ├── part23 │ ├── index.html │ └── style.css ├── part24 │ ├── index.html │ ├── index.js │ └── style.css ├── part25 │ ├── index.html │ ├── index.js │ └── style.css ├── part26 │ ├── index.html │ ├── index.js │ └── style.css ├── part27 │ ├── index.html │ └── style.css ├── part28 │ ├── index.html │ ├── index.js │ └── style.css ├── part29 │ ├── index.html │ ├── index.js │ └── style.css ├── part30 │ ├── index.html │ ├── index.js │ └── style.css ├── part31 │ ├── index.html │ ├── index.js │ └── style.css ├── part32 │ ├── index.html │ └── style.css ├── part33 │ ├── index.html │ └── style.css └── part34 │ ├── index.html │ ├── index.js │ └── style.css ├── Hello ├── LOGIN ├── part 03 │ ├── images │ │ ├── Glass Effect Login Page - Original (2).png │ │ ├── Glass Effect Login Page - Original.png │ │ ├── Group (1).png │ │ ├── Group.png │ │ └── flat-color-icons_google.png │ ├── index.html │ └── style.css ├── part01 │ ├── GG.png │ ├── index.html │ └── style.css ├── part02 │ ├── index.html │ ├── index.js │ └── style.css ├── part04 │ ├── Facebook.svg │ ├── Google.svg │ ├── image.jpg │ ├── index.html │ └── style.css ├── part05 │ ├── background.png │ ├── index.html │ ├── index.js │ └── style.css ├── part06 │ ├── icon.png │ ├── img.png │ ├── index.html │ └── style.css └── x ├── Nav ├── part01 │ ├── index.html │ ├── index.js │ └── style.css ├── part02 │ ├── index.html │ ├── index.js │ └── style.css ├── part03 │ ├── index.html │ ├── index.js │ └── style.css └── part04 │ ├── index.html │ ├── index.js │ └── style.css ├── buttons ├── part01 │ ├── index.html │ └── style.css └── part02 │ ├── index.html │ └── style.css ├── hero sections └── part01 │ ├── Frame 1 (1).png │ ├── Frame 1.png │ ├── Union (1).png │ ├── Union.png │ ├── Union.svg │ ├── index.css │ ├── index.html │ └── jigar-panchal-PRyOwVwqTis-unsplash 1.png ├── input ├── part01 │ ├── index.html │ └── style.css └── part03 │ ├── index.html │ ├── index.js │ └── style.css ├── layout └── ssaa │ ├── index.html │ └── style.css └── loaders ├── par02 ├── html ├── index.html └── style.css ├── part01 ├── index.html └── style.css ├── part03 ├── index.html └── style.css ├── part04 ├── index.html └── style.css └── part05 ├── index.html └── style.css /404/part01/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elidotco/CONTENT/HEAD/404/part01/index.html -------------------------------------------------------------------------------- /404/part01/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elidotco/CONTENT/HEAD/404/part01/index.js -------------------------------------------------------------------------------- /404/part01/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elidotco/CONTENT/HEAD/404/part01/style.css -------------------------------------------------------------------------------- /ANimation/part01/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elidotco/CONTENT/HEAD/ANimation/part01/index.html -------------------------------------------------------------------------------- /ANimation/part01/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elidotco/CONTENT/HEAD/ANimation/part01/style.css -------------------------------------------------------------------------------- /ANimation/part02/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elidotco/CONTENT/HEAD/ANimation/part02/index.html -------------------------------------------------------------------------------- /ANimation/part02/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elidotco/CONTENT/HEAD/ANimation/part02/index.js -------------------------------------------------------------------------------- /ANimation/part02/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elidotco/CONTENT/HEAD/ANimation/part02/style.css -------------------------------------------------------------------------------- /ANimation/part03/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elidotco/CONTENT/HEAD/ANimation/part03/index.html -------------------------------------------------------------------------------- /ANimation/part03/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elidotco/CONTENT/HEAD/ANimation/part03/index.js -------------------------------------------------------------------------------- /ANimation/part03/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elidotco/CONTENT/HEAD/ANimation/part03/style.css -------------------------------------------------------------------------------- /ANimation/part04/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elidotco/CONTENT/HEAD/ANimation/part04/index.html -------------------------------------------------------------------------------- /ANimation/part04/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elidotco/CONTENT/HEAD/ANimation/part04/style.css -------------------------------------------------------------------------------- /ANimation/part05/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elidotco/CONTENT/HEAD/ANimation/part05/index.html -------------------------------------------------------------------------------- /ANimation/part05/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elidotco/CONTENT/HEAD/ANimation/part05/style.css -------------------------------------------------------------------------------- /ANimation/part06/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elidotco/CONTENT/HEAD/ANimation/part06/index.html -------------------------------------------------------------------------------- /ANimation/part06/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elidotco/CONTENT/HEAD/ANimation/part06/style.css -------------------------------------------------------------------------------- /ANimation/part07/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elidotco/CONTENT/HEAD/ANimation/part07/index.html -------------------------------------------------------------------------------- /ANimation/part07/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elidotco/CONTENT/HEAD/ANimation/part07/index.js -------------------------------------------------------------------------------- /ANimation/part07/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elidotco/CONTENT/HEAD/ANimation/part07/style.css -------------------------------------------------------------------------------- /ANimation/part08/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elidotco/CONTENT/HEAD/ANimation/part08/index.html -------------------------------------------------------------------------------- /ANimation/part08/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elidotco/CONTENT/HEAD/ANimation/part08/index.js -------------------------------------------------------------------------------- /ANimation/part08/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elidotco/CONTENT/HEAD/ANimation/part08/style.css -------------------------------------------------------------------------------- /Cards/hh: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Cards/parrt01/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elidotco/CONTENT/HEAD/Cards/parrt01/index.html -------------------------------------------------------------------------------- /Cards/parrt01/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elidotco/CONTENT/HEAD/Cards/parrt01/index.js -------------------------------------------------------------------------------- /Cards/parrt01/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elidotco/CONTENT/HEAD/Cards/parrt01/style.css -------------------------------------------------------------------------------- /Cards/part02/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elidotco/CONTENT/HEAD/Cards/part02/index.html -------------------------------------------------------------------------------- /Cards/part02/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elidotco/CONTENT/HEAD/Cards/part02/index.js -------------------------------------------------------------------------------- /Cards/part02/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elidotco/CONTENT/HEAD/Cards/part02/style.css -------------------------------------------------------------------------------- /Cards/part03/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elidotco/CONTENT/HEAD/Cards/part03/index.html -------------------------------------------------------------------------------- /Cards/part03/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elidotco/CONTENT/HEAD/Cards/part03/style.css -------------------------------------------------------------------------------- /Cards/part04/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elidotco/CONTENT/HEAD/Cards/part04/index.html -------------------------------------------------------------------------------- /Cards/part04/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elidotco/CONTENT/HEAD/Cards/part04/style.css -------------------------------------------------------------------------------- /Cards/part05/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elidotco/CONTENT/HEAD/Cards/part05/index.html -------------------------------------------------------------------------------- /Cards/part05/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elidotco/CONTENT/HEAD/Cards/part05/style.css -------------------------------------------------------------------------------- /Cards/part06/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elidotco/CONTENT/HEAD/Cards/part06/index.html -------------------------------------------------------------------------------- /Cards/part06/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elidotco/CONTENT/HEAD/Cards/part06/index.js -------------------------------------------------------------------------------- /Cards/part06/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elidotco/CONTENT/HEAD/Cards/part06/style.css -------------------------------------------------------------------------------- /Cards/part07/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elidotco/CONTENT/HEAD/Cards/part07/index.html -------------------------------------------------------------------------------- /Cards/part07/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elidotco/CONTENT/HEAD/Cards/part07/index.js -------------------------------------------------------------------------------- /Cards/part07/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elidotco/CONTENT/HEAD/Cards/part07/style.css -------------------------------------------------------------------------------- /Cards/part08/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elidotco/CONTENT/HEAD/Cards/part08/index.html -------------------------------------------------------------------------------- /Cards/part08/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elidotco/CONTENT/HEAD/Cards/part08/index.js -------------------------------------------------------------------------------- /Cards/part08/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elidotco/CONTENT/HEAD/Cards/part08/style.css -------------------------------------------------------------------------------- /Cards/part09/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elidotco/CONTENT/HEAD/Cards/part09/index.html -------------------------------------------------------------------------------- /Cards/part09/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elidotco/CONTENT/HEAD/Cards/part09/index.js -------------------------------------------------------------------------------- /Cards/part09/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elidotco/CONTENT/HEAD/Cards/part09/style.css -------------------------------------------------------------------------------- /Cards/part10/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elidotco/CONTENT/HEAD/Cards/part10/index.html -------------------------------------------------------------------------------- /Cards/part10/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elidotco/CONTENT/HEAD/Cards/part10/index.js -------------------------------------------------------------------------------- /Cards/part10/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elidotco/CONTENT/HEAD/Cards/part10/style.css -------------------------------------------------------------------------------- /Cards/part11/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elidotco/CONTENT/HEAD/Cards/part11/index.html -------------------------------------------------------------------------------- /Cards/part11/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elidotco/CONTENT/HEAD/Cards/part11/style.css -------------------------------------------------------------------------------- /Cards/part12/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elidotco/CONTENT/HEAD/Cards/part12/index.html -------------------------------------------------------------------------------- /Cards/part12/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elidotco/CONTENT/HEAD/Cards/part12/index.js -------------------------------------------------------------------------------- /Cards/part12/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elidotco/CONTENT/HEAD/Cards/part12/style.css -------------------------------------------------------------------------------- /Cards/part13/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elidotco/CONTENT/HEAD/Cards/part13/index.html -------------------------------------------------------------------------------- /Cards/part13/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elidotco/CONTENT/HEAD/Cards/part13/index.js -------------------------------------------------------------------------------- /Cards/part13/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elidotco/CONTENT/HEAD/Cards/part13/style.css -------------------------------------------------------------------------------- /Cards/part14/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elidotco/CONTENT/HEAD/Cards/part14/index.html -------------------------------------------------------------------------------- /Cards/part14/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elidotco/CONTENT/HEAD/Cards/part14/index.js -------------------------------------------------------------------------------- /Cards/part14/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elidotco/CONTENT/HEAD/Cards/part14/style.css -------------------------------------------------------------------------------- /Cards/part15/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elidotco/CONTENT/HEAD/Cards/part15/index.html -------------------------------------------------------------------------------- /Cards/part15/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elidotco/CONTENT/HEAD/Cards/part15/index.js -------------------------------------------------------------------------------- /Cards/part15/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elidotco/CONTENT/HEAD/Cards/part15/style.css -------------------------------------------------------------------------------- /Cards/part16/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elidotco/CONTENT/HEAD/Cards/part16/index.html -------------------------------------------------------------------------------- /Cards/part16/part20/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elidotco/CONTENT/HEAD/Cards/part16/part20/index.html -------------------------------------------------------------------------------- /Cards/part16/part20/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elidotco/CONTENT/HEAD/Cards/part16/part20/style.css -------------------------------------------------------------------------------- /Cards/part16/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elidotco/CONTENT/HEAD/Cards/part16/style.css -------------------------------------------------------------------------------- /Cards/part17/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elidotco/CONTENT/HEAD/Cards/part17/index.html -------------------------------------------------------------------------------- /Cards/part17/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elidotco/CONTENT/HEAD/Cards/part17/index.js -------------------------------------------------------------------------------- /Cards/part17/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elidotco/CONTENT/HEAD/Cards/part17/style.css -------------------------------------------------------------------------------- /Cards/part18/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elidotco/CONTENT/HEAD/Cards/part18/index.html -------------------------------------------------------------------------------- /Cards/part18/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elidotco/CONTENT/HEAD/Cards/part18/style.css -------------------------------------------------------------------------------- /Cards/part19/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elidotco/CONTENT/HEAD/Cards/part19/index.html -------------------------------------------------------------------------------- /Cards/part19/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elidotco/CONTENT/HEAD/Cards/part19/style.css -------------------------------------------------------------------------------- /Cards/part21/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elidotco/CONTENT/HEAD/Cards/part21/index.html -------------------------------------------------------------------------------- /Cards/part21/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elidotco/CONTENT/HEAD/Cards/part21/index.js -------------------------------------------------------------------------------- /Cards/part21/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elidotco/CONTENT/HEAD/Cards/part21/style.css -------------------------------------------------------------------------------- /Cards/part22/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elidotco/CONTENT/HEAD/Cards/part22/index.html -------------------------------------------------------------------------------- /Cards/part22/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elidotco/CONTENT/HEAD/Cards/part22/index.js -------------------------------------------------------------------------------- /Cards/part22/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elidotco/CONTENT/HEAD/Cards/part22/style.css -------------------------------------------------------------------------------- /Cards/part23/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elidotco/CONTENT/HEAD/Cards/part23/index.html -------------------------------------------------------------------------------- /Cards/part23/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elidotco/CONTENT/HEAD/Cards/part23/style.css -------------------------------------------------------------------------------- /Cards/part24/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elidotco/CONTENT/HEAD/Cards/part24/index.html -------------------------------------------------------------------------------- /Cards/part24/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elidotco/CONTENT/HEAD/Cards/part24/index.js -------------------------------------------------------------------------------- /Cards/part24/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elidotco/CONTENT/HEAD/Cards/part24/style.css -------------------------------------------------------------------------------- /Cards/part25/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elidotco/CONTENT/HEAD/Cards/part25/index.html -------------------------------------------------------------------------------- /Cards/part25/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elidotco/CONTENT/HEAD/Cards/part25/index.js -------------------------------------------------------------------------------- /Cards/part25/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elidotco/CONTENT/HEAD/Cards/part25/style.css -------------------------------------------------------------------------------- /Cards/part26/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elidotco/CONTENT/HEAD/Cards/part26/index.html -------------------------------------------------------------------------------- /Cards/part26/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elidotco/CONTENT/HEAD/Cards/part26/index.js -------------------------------------------------------------------------------- /Cards/part26/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elidotco/CONTENT/HEAD/Cards/part26/style.css -------------------------------------------------------------------------------- /Cards/part27/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elidotco/CONTENT/HEAD/Cards/part27/index.html -------------------------------------------------------------------------------- /Cards/part27/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elidotco/CONTENT/HEAD/Cards/part27/style.css -------------------------------------------------------------------------------- /Cards/part28/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elidotco/CONTENT/HEAD/Cards/part28/index.html -------------------------------------------------------------------------------- /Cards/part28/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elidotco/CONTENT/HEAD/Cards/part28/index.js -------------------------------------------------------------------------------- /Cards/part28/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elidotco/CONTENT/HEAD/Cards/part28/style.css -------------------------------------------------------------------------------- /Cards/part29/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elidotco/CONTENT/HEAD/Cards/part29/index.html -------------------------------------------------------------------------------- /Cards/part29/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elidotco/CONTENT/HEAD/Cards/part29/index.js -------------------------------------------------------------------------------- /Cards/part29/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elidotco/CONTENT/HEAD/Cards/part29/style.css -------------------------------------------------------------------------------- /Cards/part30/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elidotco/CONTENT/HEAD/Cards/part30/index.html -------------------------------------------------------------------------------- /Cards/part30/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elidotco/CONTENT/HEAD/Cards/part30/index.js -------------------------------------------------------------------------------- /Cards/part30/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elidotco/CONTENT/HEAD/Cards/part30/style.css -------------------------------------------------------------------------------- /Cards/part31/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elidotco/CONTENT/HEAD/Cards/part31/index.html -------------------------------------------------------------------------------- /Cards/part31/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elidotco/CONTENT/HEAD/Cards/part31/index.js -------------------------------------------------------------------------------- /Cards/part31/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elidotco/CONTENT/HEAD/Cards/part31/style.css -------------------------------------------------------------------------------- /Cards/part32/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elidotco/CONTENT/HEAD/Cards/part32/index.html -------------------------------------------------------------------------------- /Cards/part32/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elidotco/CONTENT/HEAD/Cards/part32/style.css -------------------------------------------------------------------------------- /Cards/part33/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elidotco/CONTENT/HEAD/Cards/part33/index.html -------------------------------------------------------------------------------- /Cards/part33/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elidotco/CONTENT/HEAD/Cards/part33/style.css -------------------------------------------------------------------------------- /Cards/part34/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elidotco/CONTENT/HEAD/Cards/part34/index.html -------------------------------------------------------------------------------- /Cards/part34/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elidotco/CONTENT/HEAD/Cards/part34/index.js -------------------------------------------------------------------------------- /Cards/part34/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elidotco/CONTENT/HEAD/Cards/part34/style.css -------------------------------------------------------------------------------- /Hello: -------------------------------------------------------------------------------- 1 | hello 2 | -------------------------------------------------------------------------------- /LOGIN/part 03/images/Glass Effect Login Page - Original (2).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elidotco/CONTENT/HEAD/LOGIN/part 03/images/Glass Effect Login Page - Original (2).png -------------------------------------------------------------------------------- /LOGIN/part 03/images/Glass Effect Login Page - Original.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elidotco/CONTENT/HEAD/LOGIN/part 03/images/Glass Effect Login Page - Original.png -------------------------------------------------------------------------------- /LOGIN/part 03/images/Group (1).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elidotco/CONTENT/HEAD/LOGIN/part 03/images/Group (1).png -------------------------------------------------------------------------------- /LOGIN/part 03/images/Group.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elidotco/CONTENT/HEAD/LOGIN/part 03/images/Group.png -------------------------------------------------------------------------------- /LOGIN/part 03/images/flat-color-icons_google.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elidotco/CONTENT/HEAD/LOGIN/part 03/images/flat-color-icons_google.png -------------------------------------------------------------------------------- /LOGIN/part 03/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elidotco/CONTENT/HEAD/LOGIN/part 03/index.html -------------------------------------------------------------------------------- /LOGIN/part 03/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elidotco/CONTENT/HEAD/LOGIN/part 03/style.css -------------------------------------------------------------------------------- /LOGIN/part01/GG.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elidotco/CONTENT/HEAD/LOGIN/part01/GG.png -------------------------------------------------------------------------------- /LOGIN/part01/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elidotco/CONTENT/HEAD/LOGIN/part01/index.html -------------------------------------------------------------------------------- /LOGIN/part01/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elidotco/CONTENT/HEAD/LOGIN/part01/style.css -------------------------------------------------------------------------------- /LOGIN/part02/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elidotco/CONTENT/HEAD/LOGIN/part02/index.html -------------------------------------------------------------------------------- /LOGIN/part02/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elidotco/CONTENT/HEAD/LOGIN/part02/index.js -------------------------------------------------------------------------------- /LOGIN/part02/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elidotco/CONTENT/HEAD/LOGIN/part02/style.css -------------------------------------------------------------------------------- /LOGIN/part04/Facebook.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elidotco/CONTENT/HEAD/LOGIN/part04/Facebook.svg -------------------------------------------------------------------------------- /LOGIN/part04/Google.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elidotco/CONTENT/HEAD/LOGIN/part04/Google.svg -------------------------------------------------------------------------------- /LOGIN/part04/image.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elidotco/CONTENT/HEAD/LOGIN/part04/image.jpg -------------------------------------------------------------------------------- /LOGIN/part04/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elidotco/CONTENT/HEAD/LOGIN/part04/index.html -------------------------------------------------------------------------------- /LOGIN/part04/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elidotco/CONTENT/HEAD/LOGIN/part04/style.css -------------------------------------------------------------------------------- /LOGIN/part05/background.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elidotco/CONTENT/HEAD/LOGIN/part05/background.png -------------------------------------------------------------------------------- /LOGIN/part05/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elidotco/CONTENT/HEAD/LOGIN/part05/index.html -------------------------------------------------------------------------------- /LOGIN/part05/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elidotco/CONTENT/HEAD/LOGIN/part05/index.js -------------------------------------------------------------------------------- /LOGIN/part05/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elidotco/CONTENT/HEAD/LOGIN/part05/style.css -------------------------------------------------------------------------------- /LOGIN/part06/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elidotco/CONTENT/HEAD/LOGIN/part06/icon.png -------------------------------------------------------------------------------- /LOGIN/part06/img.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elidotco/CONTENT/HEAD/LOGIN/part06/img.png -------------------------------------------------------------------------------- /LOGIN/part06/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elidotco/CONTENT/HEAD/LOGIN/part06/index.html -------------------------------------------------------------------------------- /LOGIN/part06/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elidotco/CONTENT/HEAD/LOGIN/part06/style.css -------------------------------------------------------------------------------- /LOGIN/x: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Nav/part01/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elidotco/CONTENT/HEAD/Nav/part01/index.html -------------------------------------------------------------------------------- /Nav/part01/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elidotco/CONTENT/HEAD/Nav/part01/index.js -------------------------------------------------------------------------------- /Nav/part01/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elidotco/CONTENT/HEAD/Nav/part01/style.css -------------------------------------------------------------------------------- /Nav/part02/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elidotco/CONTENT/HEAD/Nav/part02/index.html -------------------------------------------------------------------------------- /Nav/part02/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elidotco/CONTENT/HEAD/Nav/part02/index.js -------------------------------------------------------------------------------- /Nav/part02/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elidotco/CONTENT/HEAD/Nav/part02/style.css -------------------------------------------------------------------------------- /Nav/part03/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elidotco/CONTENT/HEAD/Nav/part03/index.html -------------------------------------------------------------------------------- /Nav/part03/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elidotco/CONTENT/HEAD/Nav/part03/index.js -------------------------------------------------------------------------------- /Nav/part03/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elidotco/CONTENT/HEAD/Nav/part03/style.css -------------------------------------------------------------------------------- /Nav/part04/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elidotco/CONTENT/HEAD/Nav/part04/index.html -------------------------------------------------------------------------------- /Nav/part04/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elidotco/CONTENT/HEAD/Nav/part04/index.js -------------------------------------------------------------------------------- /Nav/part04/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elidotco/CONTENT/HEAD/Nav/part04/style.css -------------------------------------------------------------------------------- /buttons/part01/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elidotco/CONTENT/HEAD/buttons/part01/index.html -------------------------------------------------------------------------------- /buttons/part01/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elidotco/CONTENT/HEAD/buttons/part01/style.css -------------------------------------------------------------------------------- /buttons/part02/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elidotco/CONTENT/HEAD/buttons/part02/index.html -------------------------------------------------------------------------------- /buttons/part02/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elidotco/CONTENT/HEAD/buttons/part02/style.css -------------------------------------------------------------------------------- /hero sections/part01/Frame 1 (1).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elidotco/CONTENT/HEAD/hero sections/part01/Frame 1 (1).png -------------------------------------------------------------------------------- /hero sections/part01/Frame 1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elidotco/CONTENT/HEAD/hero sections/part01/Frame 1.png -------------------------------------------------------------------------------- /hero sections/part01/Union (1).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elidotco/CONTENT/HEAD/hero sections/part01/Union (1).png -------------------------------------------------------------------------------- /hero sections/part01/Union.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elidotco/CONTENT/HEAD/hero sections/part01/Union.png -------------------------------------------------------------------------------- /hero sections/part01/Union.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elidotco/CONTENT/HEAD/hero sections/part01/Union.svg -------------------------------------------------------------------------------- /hero sections/part01/index.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elidotco/CONTENT/HEAD/hero sections/part01/index.css -------------------------------------------------------------------------------- /hero sections/part01/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elidotco/CONTENT/HEAD/hero sections/part01/index.html -------------------------------------------------------------------------------- /hero sections/part01/jigar-panchal-PRyOwVwqTis-unsplash 1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elidotco/CONTENT/HEAD/hero sections/part01/jigar-panchal-PRyOwVwqTis-unsplash 1.png -------------------------------------------------------------------------------- /input/part01/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elidotco/CONTENT/HEAD/input/part01/index.html -------------------------------------------------------------------------------- /input/part01/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elidotco/CONTENT/HEAD/input/part01/style.css -------------------------------------------------------------------------------- /input/part03/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elidotco/CONTENT/HEAD/input/part03/index.html -------------------------------------------------------------------------------- /input/part03/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elidotco/CONTENT/HEAD/input/part03/index.js -------------------------------------------------------------------------------- /input/part03/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elidotco/CONTENT/HEAD/input/part03/style.css -------------------------------------------------------------------------------- /layout/ssaa/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elidotco/CONTENT/HEAD/layout/ssaa/index.html -------------------------------------------------------------------------------- /layout/ssaa/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elidotco/CONTENT/HEAD/layout/ssaa/style.css -------------------------------------------------------------------------------- /loaders/par02/html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elidotco/CONTENT/HEAD/loaders/par02/html -------------------------------------------------------------------------------- /loaders/par02/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elidotco/CONTENT/HEAD/loaders/par02/index.html -------------------------------------------------------------------------------- /loaders/par02/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elidotco/CONTENT/HEAD/loaders/par02/style.css -------------------------------------------------------------------------------- /loaders/part01/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elidotco/CONTENT/HEAD/loaders/part01/index.html -------------------------------------------------------------------------------- /loaders/part01/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elidotco/CONTENT/HEAD/loaders/part01/style.css -------------------------------------------------------------------------------- /loaders/part03/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elidotco/CONTENT/HEAD/loaders/part03/index.html -------------------------------------------------------------------------------- /loaders/part03/style.css: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /loaders/part04/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elidotco/CONTENT/HEAD/loaders/part04/index.html -------------------------------------------------------------------------------- /loaders/part04/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elidotco/CONTENT/HEAD/loaders/part04/style.css -------------------------------------------------------------------------------- /loaders/part05/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elidotco/CONTENT/HEAD/loaders/part05/index.html -------------------------------------------------------------------------------- /loaders/part05/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elidotco/CONTENT/HEAD/loaders/part05/style.css --------------------------------------------------------------------------------