├── .gitignore ├── ANSHUL ├── layoutshifter.css └── layoutshifter.html ├── AbhishekPrakhar ├── coloumn-drop.html ├── layout-shifter.html └── mostlyfluid.html ├── AkashTheGreat ├── columndrop.html └── layoutshifter.html ├── AnkitOjha ├── columndrop │ ├── cd.css │ └── columndrop.html ├── layoutshifter │ ├── Layoutshifter.html │ └── ls.css └── mostlyfluid │ ├── fluid.css │ └── mostlyfluid.html ├── Anuj ├── column drop.html ├── layoutshifter.html ├── shifter.css └── types.css ├── Arvind-Kalra ├── Column Drop │ ├── CDStyle.css │ └── index.html ├── Layout Shifter │ ├── index.html │ └── stylesheet.css └── MostlyFluid │ ├── index.html │ └── stylesheet.css ├── Arwaz ├── ColumDrop │ ├── column.css │ └── column.html ├── LayoutShift │ ├── layoutshift.html │ └── shift.css └── MostlyFluid │ ├── flex.css │ └── flex.html ├── Ashoo Jain ├── columndrop.css └── columndrop.html ├── Avani ├── Column Drop │ ├── index.html │ └── style.css ├── Layout shifter │ ├── index.html │ └── style.css └── Mostly fluid │ ├── index.html │ └── stylesheet.css ├── Ayush ├── columnDrop │ ├── columnDrop.css │ └── columnDrop.html ├── layoutShifter │ ├── layoutShifter.css │ └── layoutShifter.html └── mostlyFluid │ ├── mostlyFluid.css │ └── mostlyFluid.html ├── BhavyaTakkar ├── ColumnDrop.css ├── ColumnDrop.html ├── LayoutShifter.css ├── LayoutShifter.html ├── MostlyFluid.css └── MostlyFluid.html ├── ChetanJain ├── box.html ├── columndrop.css ├── columndrop.html ├── hw.css ├── shifter.html └── viewport.css ├── Devansh └── column-drop.html ├── Devyendu Shekhar └── responsive design pattern │ ├── column-drop │ ├── index.html │ └── style.css │ ├── layout-shifter │ ├── index.html │ └── style.css │ └── mostly-fliuid │ ├── index.html │ └── style.css ├── Dipesh ├── index.html └── style2.css ├── Ishu Anand ├── column drop │ ├── index.html │ └── style.css ├── layout_shifter │ ├── index.html │ └── style.css └── mostly-fluid │ ├── index.html │ └── style.css ├── Kanav Bhatia ├── Column Drop │ ├── cd.css │ └── columndrop.html ├── Layout Shifter │ ├── layoutshifter.html │ └── ls.css └── Mostly Fluid │ ├── mf.css │ └── mostlyfluid.html ├── Kanishk └── layoutshifter.html ├── Munish Grover ├── colDrop.css ├── colDrop.html ├── index.html ├── layout.css ├── layoutShifter.html └── style.css ├── Nitin ├── coloumn_drop.css └── coloumn_drop.html ├── Paavini ├── .gitignore ├── ColumnDrop.html ├── MostlyFluid.html └── layoutshifter.html ├── Piyush ├── column-drop.css ├── column-drop.html ├── layout-shifter.css ├── layout-shifter.html ├── mostly-fluid.css └── mostly-fluid.html ├── Practice Material ├── Column-Drop │ ├── columndrop.html │ └── style.css ├── Flex-layout-lab │ ├── flexdesign.html │ └── style.css ├── Layout-shifter │ ├── laayoutshifter.html │ └── style.css ├── Mostly-Fluid │ ├── mostlyfluid.html │ └── style.css └── Solutions │ ├── columndrop.css │ ├── flexbox.css │ └── layoutShifter.css ├── PrashantVashisht ├── ColumnDrop.html ├── Fluid.html ├── LayoutShifter.html ├── columndrop.css ├── layoutshifter.css └── mostlyfluid.css ├── Puneet ├── columndrop.css └── columndrop.html ├── README.md ├── Rahul ├── columndrop │ ├── columndrop.css │ └── columndrop.html ├── layout shifter │ ├── layoutshifter.css │ └── layoutshifter.html └── mostlyfluid │ ├── mostlyfluid.css │ └── mostlyfluid.html ├── Readme.txt ├── Rishabh Khanna └── Layout-Shifter-rishabhk07 │ ├── layoutshifter.html │ └── main.css ├── Roopal ├── coldrop.css ├── coldrop.html ├── layoutshift.css └── layoutshift.html ├── SHRAYANSH JAIN ├── column-drop.css ├── column-drop.html ├── fluid.css ├── layout-shifter.css ├── layout-shifter.html └── mostly-fluid.html ├── Sanket ├── Column Drop │ ├── column_drop.html │ └── column_drop_styles.css ├── Layoust Shifter │ ├── layout_shifter.html │ └── layout_shifter_styles.css └── Mostly Fluid │ ├── mostly_fluid.html │ └── mostly_fluid_styles.css ├── Sarthak Goel ├── patterns-columndrop.html ├── patterns-layoutshifter.html └── patterns-mostlyfluid.html ├── Sonali ├── column layout │ ├── column_layout.css │ └── column_layout.html ├── fluid │ ├── mostly_fluid.css │ └── mostly_fluid.html └── layout shifter │ ├── layout.css │ └── layout_shifter.html ├── Udit Goel ├── Column Drop │ ├── ResponsiveDesignAssignment1.css │ └── ResponsiveDesignAssignment1.html ├── Layout Shifter │ ├── LayoutShifter.css │ └── LayoutShifter.html └── Mostly Fluid │ ├── MostlyFluid.css │ └── MostlyFluid.html ├── WinterBatch2018 ├── Aakash │ ├── Column drop.html │ ├── Layout Shifter.html │ ├── Layout shifter css.css │ └── column drop css.css ├── Anshuman │ ├── column drop style.css │ ├── column drop.html │ ├── most fluid style.css │ └── mostly fluid.html ├── Dhruva │ └── Responsive Design │ │ ├── codelab-pattern1.css │ │ ├── columndrop.css │ │ ├── index.html │ │ ├── layout-shifter.css │ │ └── mostlyfluid.css ├── Nikita Rai │ ├── Column Drop │ │ ├── Column_Drop.html │ │ └── cd.css │ ├── Flex.html │ ├── Layout Shifter │ │ ├── Layout_Shifter.html │ │ └── ls.css │ └── Mostly Fluid │ │ ├── Mostly_Fluid.html │ │ └── mf.css ├── Pushpender │ ├── column-drop.html │ ├── layout-shifter.html │ └── mostly-fluid.html ├── Riya │ ├── CodeLab1 │ │ ├── codelab1.css │ │ └── index.html │ ├── LayoutShifter │ │ ├── index.html │ │ └── style.css │ └── columndrop │ │ ├── index.html │ │ └── style.css ├── SakshamBhalla │ ├── ColumnDrop.html │ ├── LayoutShifter.html │ ├── mostlyfluid.css │ └── mostlyfluid.html ├── Shruti │ ├── columnHW.css │ ├── columnHW.html │ ├── flexHW.css │ ├── flexHW.html │ ├── layoutshifter.css │ └── layoutshifter.html ├── aishanya │ ├── couloumnDrop │ │ └── index.html │ └── mostly fluid │ │ └── index.html └── amritha anil │ ├── columndrop.html │ ├── flexlayout.css │ ├── flexlayout.html │ ├── layoutshifter.html │ └── mostlyfluid.html ├── Workshop ├── Anshul Wadhawan │ ├── Column Drop │ │ ├── index.html │ │ └── style.css │ ├── Layout-Shifter │ │ ├── index.html │ │ └── style.css │ └── Mostly Fluid │ │ ├── index.html │ │ └── style.css ├── ParikanshAhluwalia │ ├── column.html │ ├── columnstyle.css │ ├── fluid.html │ ├── fluidstyle.css │ ├── index.html │ ├── layoutshifter.html │ ├── shifterstyle.css │ └── style.css ├── Rishabh Khanna │ ├── Column-Drop-Rishabhk07 │ │ ├── columndrop.html │ │ └── style.css │ └── Mostly-Fluid-Rishabhk07 │ │ ├── mostlyFluidMe.html │ │ └── style.css └── Sandeep Ranjan │ ├── Task 5.1- Mosty Fluid.html │ ├── Task 5.2 - Column Drop .html │ └── Task 5.3- Layout Shifter.html ├── Workspace ├── columndrop.css ├── columndrop.html ├── index.html ├── layout-shifter.css ├── layout-shifter.html ├── mostlyfluid.css ├── mostlyfluid.html └── style.css ├── Yash Yadav ├── 23juneColumnDrop.html ├── 23juneLayoutShifter.html └── 23juneMostlyFluid.html ├── Yogi ├── Layout_shifer.css └── Layout_shifter.html ├── adarsh ├── 23juneColumnDrop.html ├── 23juneLayoutShifter.html └── 23juneMostlyFluid.html ├── atif abdus samad ├── Layout-shifter.css ├── Layout-shifter.html ├── column-drop.css ├── column-drop.html ├── fluid.css └── fluid.html ├── deepak ├── coloumn-drop.html └── layout-shifter.html ├── devank ├── index.html └── style2.css ├── git-proj ├── column-drop.html ├── fluid-layout-css-responsive.html └── layout-shifter-css.html ├── gopals ├── column.css ├── column_drop.html ├── fluid.css ├── fluid.html ├── layout.css └── layout_shifter.html ├── mansikhemka ├── Column-Drop │ ├── columndrop.html │ └── style.css ├── Flex-layout-lab │ ├── flexdesign.html │ └── style.css ├── Layout-shifter │ ├── layoutshifter.html │ └── style.css ├── Mostly-Fluid │ ├── mostlyfluid.html │ └── style.css └── blankpage ├── pallavraj └── fluid.html ├── pradeep ├── mostly-fluid.css └── mostly-fluid.html ├── pratyush └── design │ ├── column-drop │ ├── Column-Drop.png │ ├── column-drop.css │ └── index.html │ ├── layout-shifting │ ├── index.html │ ├── layout-shifter.png │ └── layout-shifting.css │ └── mostlyfluid │ ├── index.html │ ├── mostly-fluid.png │ └── mostlyfluid.css ├── pritam ├── column layout │ ├── column_layout.css │ └── column_layout.html ├── fluid │ ├── mostly_fluid.css │ └── mostly_fluid.html └── layout shifter │ ├── layout.css │ └── layout_shifter.html ├── scaars10 ├── layout_shifter.css └── layout_shifter.html ├── shivamyadav03 ├── box.html ├── class.css ├── trail.css └── trail.html └── vatsala ├── LICENSE ├── README.md ├── index.css ├── res.html └── vatsala.jpg /.gitignore: -------------------------------------------------------------------------------- 1 | .DS_Store -------------------------------------------------------------------------------- /ANSHUL/layoutshifter.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aayusharora/ResponsiveDesign/HEAD/ANSHUL/layoutshifter.css -------------------------------------------------------------------------------- /ANSHUL/layoutshifter.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aayusharora/ResponsiveDesign/HEAD/ANSHUL/layoutshifter.html -------------------------------------------------------------------------------- /AbhishekPrakhar/coloumn-drop.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aayusharora/ResponsiveDesign/HEAD/AbhishekPrakhar/coloumn-drop.html -------------------------------------------------------------------------------- /AbhishekPrakhar/layout-shifter.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aayusharora/ResponsiveDesign/HEAD/AbhishekPrakhar/layout-shifter.html -------------------------------------------------------------------------------- /AbhishekPrakhar/mostlyfluid.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aayusharora/ResponsiveDesign/HEAD/AbhishekPrakhar/mostlyfluid.html -------------------------------------------------------------------------------- /AkashTheGreat/columndrop.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aayusharora/ResponsiveDesign/HEAD/AkashTheGreat/columndrop.html -------------------------------------------------------------------------------- /AkashTheGreat/layoutshifter.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aayusharora/ResponsiveDesign/HEAD/AkashTheGreat/layoutshifter.html -------------------------------------------------------------------------------- /AnkitOjha/columndrop/cd.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aayusharora/ResponsiveDesign/HEAD/AnkitOjha/columndrop/cd.css -------------------------------------------------------------------------------- /AnkitOjha/columndrop/columndrop.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aayusharora/ResponsiveDesign/HEAD/AnkitOjha/columndrop/columndrop.html -------------------------------------------------------------------------------- /AnkitOjha/layoutshifter/Layoutshifter.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aayusharora/ResponsiveDesign/HEAD/AnkitOjha/layoutshifter/Layoutshifter.html -------------------------------------------------------------------------------- /AnkitOjha/layoutshifter/ls.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aayusharora/ResponsiveDesign/HEAD/AnkitOjha/layoutshifter/ls.css -------------------------------------------------------------------------------- /AnkitOjha/mostlyfluid/fluid.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aayusharora/ResponsiveDesign/HEAD/AnkitOjha/mostlyfluid/fluid.css -------------------------------------------------------------------------------- /AnkitOjha/mostlyfluid/mostlyfluid.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aayusharora/ResponsiveDesign/HEAD/AnkitOjha/mostlyfluid/mostlyfluid.html -------------------------------------------------------------------------------- /Anuj/column drop.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aayusharora/ResponsiveDesign/HEAD/Anuj/column drop.html -------------------------------------------------------------------------------- /Anuj/layoutshifter.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aayusharora/ResponsiveDesign/HEAD/Anuj/layoutshifter.html -------------------------------------------------------------------------------- /Anuj/shifter.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aayusharora/ResponsiveDesign/HEAD/Anuj/shifter.css -------------------------------------------------------------------------------- /Anuj/types.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aayusharora/ResponsiveDesign/HEAD/Anuj/types.css -------------------------------------------------------------------------------- /Arvind-Kalra/Column Drop/CDStyle.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aayusharora/ResponsiveDesign/HEAD/Arvind-Kalra/Column Drop/CDStyle.css -------------------------------------------------------------------------------- /Arvind-Kalra/Column Drop/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aayusharora/ResponsiveDesign/HEAD/Arvind-Kalra/Column Drop/index.html -------------------------------------------------------------------------------- /Arvind-Kalra/Layout Shifter/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aayusharora/ResponsiveDesign/HEAD/Arvind-Kalra/Layout Shifter/index.html -------------------------------------------------------------------------------- /Arvind-Kalra/Layout Shifter/stylesheet.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aayusharora/ResponsiveDesign/HEAD/Arvind-Kalra/Layout Shifter/stylesheet.css -------------------------------------------------------------------------------- /Arvind-Kalra/MostlyFluid/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aayusharora/ResponsiveDesign/HEAD/Arvind-Kalra/MostlyFluid/index.html -------------------------------------------------------------------------------- /Arvind-Kalra/MostlyFluid/stylesheet.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aayusharora/ResponsiveDesign/HEAD/Arvind-Kalra/MostlyFluid/stylesheet.css -------------------------------------------------------------------------------- /Arwaz/ColumDrop/column.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aayusharora/ResponsiveDesign/HEAD/Arwaz/ColumDrop/column.css -------------------------------------------------------------------------------- /Arwaz/ColumDrop/column.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aayusharora/ResponsiveDesign/HEAD/Arwaz/ColumDrop/column.html -------------------------------------------------------------------------------- /Arwaz/LayoutShift/layoutshift.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aayusharora/ResponsiveDesign/HEAD/Arwaz/LayoutShift/layoutshift.html -------------------------------------------------------------------------------- /Arwaz/LayoutShift/shift.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aayusharora/ResponsiveDesign/HEAD/Arwaz/LayoutShift/shift.css -------------------------------------------------------------------------------- /Arwaz/MostlyFluid/flex.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aayusharora/ResponsiveDesign/HEAD/Arwaz/MostlyFluid/flex.css -------------------------------------------------------------------------------- /Arwaz/MostlyFluid/flex.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aayusharora/ResponsiveDesign/HEAD/Arwaz/MostlyFluid/flex.html -------------------------------------------------------------------------------- /Ashoo Jain/columndrop.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aayusharora/ResponsiveDesign/HEAD/Ashoo Jain/columndrop.css -------------------------------------------------------------------------------- /Ashoo Jain/columndrop.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aayusharora/ResponsiveDesign/HEAD/Ashoo Jain/columndrop.html -------------------------------------------------------------------------------- /Avani/Column Drop/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aayusharora/ResponsiveDesign/HEAD/Avani/Column Drop/index.html -------------------------------------------------------------------------------- /Avani/Column Drop/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aayusharora/ResponsiveDesign/HEAD/Avani/Column Drop/style.css -------------------------------------------------------------------------------- /Avani/Layout shifter/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aayusharora/ResponsiveDesign/HEAD/Avani/Layout shifter/index.html -------------------------------------------------------------------------------- /Avani/Layout shifter/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aayusharora/ResponsiveDesign/HEAD/Avani/Layout shifter/style.css -------------------------------------------------------------------------------- /Avani/Mostly fluid/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aayusharora/ResponsiveDesign/HEAD/Avani/Mostly fluid/index.html -------------------------------------------------------------------------------- /Avani/Mostly fluid/stylesheet.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aayusharora/ResponsiveDesign/HEAD/Avani/Mostly fluid/stylesheet.css -------------------------------------------------------------------------------- /Ayush/columnDrop/columnDrop.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aayusharora/ResponsiveDesign/HEAD/Ayush/columnDrop/columnDrop.css -------------------------------------------------------------------------------- /Ayush/columnDrop/columnDrop.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aayusharora/ResponsiveDesign/HEAD/Ayush/columnDrop/columnDrop.html -------------------------------------------------------------------------------- /Ayush/layoutShifter/layoutShifter.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aayusharora/ResponsiveDesign/HEAD/Ayush/layoutShifter/layoutShifter.css -------------------------------------------------------------------------------- /Ayush/layoutShifter/layoutShifter.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aayusharora/ResponsiveDesign/HEAD/Ayush/layoutShifter/layoutShifter.html -------------------------------------------------------------------------------- /Ayush/mostlyFluid/mostlyFluid.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aayusharora/ResponsiveDesign/HEAD/Ayush/mostlyFluid/mostlyFluid.css -------------------------------------------------------------------------------- /Ayush/mostlyFluid/mostlyFluid.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aayusharora/ResponsiveDesign/HEAD/Ayush/mostlyFluid/mostlyFluid.html -------------------------------------------------------------------------------- /BhavyaTakkar/ColumnDrop.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aayusharora/ResponsiveDesign/HEAD/BhavyaTakkar/ColumnDrop.css -------------------------------------------------------------------------------- /BhavyaTakkar/ColumnDrop.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aayusharora/ResponsiveDesign/HEAD/BhavyaTakkar/ColumnDrop.html -------------------------------------------------------------------------------- /BhavyaTakkar/LayoutShifter.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aayusharora/ResponsiveDesign/HEAD/BhavyaTakkar/LayoutShifter.css -------------------------------------------------------------------------------- /BhavyaTakkar/LayoutShifter.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aayusharora/ResponsiveDesign/HEAD/BhavyaTakkar/LayoutShifter.html -------------------------------------------------------------------------------- /BhavyaTakkar/MostlyFluid.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aayusharora/ResponsiveDesign/HEAD/BhavyaTakkar/MostlyFluid.css -------------------------------------------------------------------------------- /BhavyaTakkar/MostlyFluid.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aayusharora/ResponsiveDesign/HEAD/BhavyaTakkar/MostlyFluid.html -------------------------------------------------------------------------------- /ChetanJain/box.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aayusharora/ResponsiveDesign/HEAD/ChetanJain/box.html -------------------------------------------------------------------------------- /ChetanJain/columndrop.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aayusharora/ResponsiveDesign/HEAD/ChetanJain/columndrop.css -------------------------------------------------------------------------------- /ChetanJain/columndrop.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aayusharora/ResponsiveDesign/HEAD/ChetanJain/columndrop.html -------------------------------------------------------------------------------- /ChetanJain/hw.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aayusharora/ResponsiveDesign/HEAD/ChetanJain/hw.css -------------------------------------------------------------------------------- /ChetanJain/shifter.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aayusharora/ResponsiveDesign/HEAD/ChetanJain/shifter.html -------------------------------------------------------------------------------- /ChetanJain/viewport.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aayusharora/ResponsiveDesign/HEAD/ChetanJain/viewport.css -------------------------------------------------------------------------------- /Devansh/column-drop.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aayusharora/ResponsiveDesign/HEAD/Devansh/column-drop.html -------------------------------------------------------------------------------- /Devyendu Shekhar/responsive design pattern/column-drop/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aayusharora/ResponsiveDesign/HEAD/Devyendu Shekhar/responsive design pattern/column-drop/index.html -------------------------------------------------------------------------------- /Devyendu Shekhar/responsive design pattern/column-drop/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aayusharora/ResponsiveDesign/HEAD/Devyendu Shekhar/responsive design pattern/column-drop/style.css -------------------------------------------------------------------------------- /Devyendu Shekhar/responsive design pattern/layout-shifter/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aayusharora/ResponsiveDesign/HEAD/Devyendu Shekhar/responsive design pattern/layout-shifter/index.html -------------------------------------------------------------------------------- /Devyendu Shekhar/responsive design pattern/layout-shifter/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aayusharora/ResponsiveDesign/HEAD/Devyendu Shekhar/responsive design pattern/layout-shifter/style.css -------------------------------------------------------------------------------- /Devyendu Shekhar/responsive design pattern/mostly-fliuid/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aayusharora/ResponsiveDesign/HEAD/Devyendu Shekhar/responsive design pattern/mostly-fliuid/index.html -------------------------------------------------------------------------------- /Devyendu Shekhar/responsive design pattern/mostly-fliuid/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aayusharora/ResponsiveDesign/HEAD/Devyendu Shekhar/responsive design pattern/mostly-fliuid/style.css -------------------------------------------------------------------------------- /Dipesh/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aayusharora/ResponsiveDesign/HEAD/Dipesh/index.html -------------------------------------------------------------------------------- /Dipesh/style2.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aayusharora/ResponsiveDesign/HEAD/Dipesh/style2.css -------------------------------------------------------------------------------- /Ishu Anand/column drop/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aayusharora/ResponsiveDesign/HEAD/Ishu Anand/column drop/index.html -------------------------------------------------------------------------------- /Ishu Anand/column drop/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aayusharora/ResponsiveDesign/HEAD/Ishu Anand/column drop/style.css -------------------------------------------------------------------------------- /Ishu Anand/layout_shifter/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aayusharora/ResponsiveDesign/HEAD/Ishu Anand/layout_shifter/index.html -------------------------------------------------------------------------------- /Ishu Anand/layout_shifter/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aayusharora/ResponsiveDesign/HEAD/Ishu Anand/layout_shifter/style.css -------------------------------------------------------------------------------- /Ishu Anand/mostly-fluid/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aayusharora/ResponsiveDesign/HEAD/Ishu Anand/mostly-fluid/index.html -------------------------------------------------------------------------------- /Ishu Anand/mostly-fluid/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aayusharora/ResponsiveDesign/HEAD/Ishu Anand/mostly-fluid/style.css -------------------------------------------------------------------------------- /Kanav Bhatia/Column Drop/cd.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aayusharora/ResponsiveDesign/HEAD/Kanav Bhatia/Column Drop/cd.css -------------------------------------------------------------------------------- /Kanav Bhatia/Column Drop/columndrop.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aayusharora/ResponsiveDesign/HEAD/Kanav Bhatia/Column Drop/columndrop.html -------------------------------------------------------------------------------- /Kanav Bhatia/Layout Shifter/layoutshifter.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aayusharora/ResponsiveDesign/HEAD/Kanav Bhatia/Layout Shifter/layoutshifter.html -------------------------------------------------------------------------------- /Kanav Bhatia/Layout Shifter/ls.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aayusharora/ResponsiveDesign/HEAD/Kanav Bhatia/Layout Shifter/ls.css -------------------------------------------------------------------------------- /Kanav Bhatia/Mostly Fluid/mf.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aayusharora/ResponsiveDesign/HEAD/Kanav Bhatia/Mostly Fluid/mf.css -------------------------------------------------------------------------------- /Kanav Bhatia/Mostly Fluid/mostlyfluid.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aayusharora/ResponsiveDesign/HEAD/Kanav Bhatia/Mostly Fluid/mostlyfluid.html -------------------------------------------------------------------------------- /Kanishk/layoutshifter.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aayusharora/ResponsiveDesign/HEAD/Kanishk/layoutshifter.html -------------------------------------------------------------------------------- /Munish Grover/colDrop.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aayusharora/ResponsiveDesign/HEAD/Munish Grover/colDrop.css -------------------------------------------------------------------------------- /Munish Grover/colDrop.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aayusharora/ResponsiveDesign/HEAD/Munish Grover/colDrop.html -------------------------------------------------------------------------------- /Munish Grover/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aayusharora/ResponsiveDesign/HEAD/Munish Grover/index.html -------------------------------------------------------------------------------- /Munish Grover/layout.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aayusharora/ResponsiveDesign/HEAD/Munish Grover/layout.css -------------------------------------------------------------------------------- /Munish Grover/layoutShifter.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aayusharora/ResponsiveDesign/HEAD/Munish Grover/layoutShifter.html -------------------------------------------------------------------------------- /Munish Grover/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aayusharora/ResponsiveDesign/HEAD/Munish Grover/style.css -------------------------------------------------------------------------------- /Nitin/coloumn_drop.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aayusharora/ResponsiveDesign/HEAD/Nitin/coloumn_drop.css -------------------------------------------------------------------------------- /Nitin/coloumn_drop.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aayusharora/ResponsiveDesign/HEAD/Nitin/coloumn_drop.html -------------------------------------------------------------------------------- /Paavini/.gitignore: -------------------------------------------------------------------------------- 1 | ../.DS_Store -------------------------------------------------------------------------------- /Paavini/ColumnDrop.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aayusharora/ResponsiveDesign/HEAD/Paavini/ColumnDrop.html -------------------------------------------------------------------------------- /Paavini/MostlyFluid.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aayusharora/ResponsiveDesign/HEAD/Paavini/MostlyFluid.html -------------------------------------------------------------------------------- /Paavini/layoutshifter.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aayusharora/ResponsiveDesign/HEAD/Paavini/layoutshifter.html -------------------------------------------------------------------------------- /Piyush/column-drop.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aayusharora/ResponsiveDesign/HEAD/Piyush/column-drop.css -------------------------------------------------------------------------------- /Piyush/column-drop.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aayusharora/ResponsiveDesign/HEAD/Piyush/column-drop.html -------------------------------------------------------------------------------- /Piyush/layout-shifter.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aayusharora/ResponsiveDesign/HEAD/Piyush/layout-shifter.css -------------------------------------------------------------------------------- /Piyush/layout-shifter.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aayusharora/ResponsiveDesign/HEAD/Piyush/layout-shifter.html -------------------------------------------------------------------------------- /Piyush/mostly-fluid.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aayusharora/ResponsiveDesign/HEAD/Piyush/mostly-fluid.css -------------------------------------------------------------------------------- /Piyush/mostly-fluid.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aayusharora/ResponsiveDesign/HEAD/Piyush/mostly-fluid.html -------------------------------------------------------------------------------- /Practice Material/Column-Drop/columndrop.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aayusharora/ResponsiveDesign/HEAD/Practice Material/Column-Drop/columndrop.html -------------------------------------------------------------------------------- /Practice Material/Column-Drop/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aayusharora/ResponsiveDesign/HEAD/Practice Material/Column-Drop/style.css -------------------------------------------------------------------------------- /Practice Material/Flex-layout-lab/flexdesign.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aayusharora/ResponsiveDesign/HEAD/Practice Material/Flex-layout-lab/flexdesign.html -------------------------------------------------------------------------------- /Practice Material/Flex-layout-lab/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aayusharora/ResponsiveDesign/HEAD/Practice Material/Flex-layout-lab/style.css -------------------------------------------------------------------------------- /Practice Material/Layout-shifter/laayoutshifter.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aayusharora/ResponsiveDesign/HEAD/Practice Material/Layout-shifter/laayoutshifter.html -------------------------------------------------------------------------------- /Practice Material/Layout-shifter/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aayusharora/ResponsiveDesign/HEAD/Practice Material/Layout-shifter/style.css -------------------------------------------------------------------------------- /Practice Material/Mostly-Fluid/mostlyfluid.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aayusharora/ResponsiveDesign/HEAD/Practice Material/Mostly-Fluid/mostlyfluid.html -------------------------------------------------------------------------------- /Practice Material/Mostly-Fluid/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aayusharora/ResponsiveDesign/HEAD/Practice Material/Mostly-Fluid/style.css -------------------------------------------------------------------------------- /Practice Material/Solutions/columndrop.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aayusharora/ResponsiveDesign/HEAD/Practice Material/Solutions/columndrop.css -------------------------------------------------------------------------------- /Practice Material/Solutions/flexbox.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aayusharora/ResponsiveDesign/HEAD/Practice Material/Solutions/flexbox.css -------------------------------------------------------------------------------- /Practice Material/Solutions/layoutShifter.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aayusharora/ResponsiveDesign/HEAD/Practice Material/Solutions/layoutShifter.css -------------------------------------------------------------------------------- /PrashantVashisht/ColumnDrop.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aayusharora/ResponsiveDesign/HEAD/PrashantVashisht/ColumnDrop.html -------------------------------------------------------------------------------- /PrashantVashisht/Fluid.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aayusharora/ResponsiveDesign/HEAD/PrashantVashisht/Fluid.html -------------------------------------------------------------------------------- /PrashantVashisht/LayoutShifter.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aayusharora/ResponsiveDesign/HEAD/PrashantVashisht/LayoutShifter.html -------------------------------------------------------------------------------- /PrashantVashisht/columndrop.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aayusharora/ResponsiveDesign/HEAD/PrashantVashisht/columndrop.css -------------------------------------------------------------------------------- /PrashantVashisht/layoutshifter.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aayusharora/ResponsiveDesign/HEAD/PrashantVashisht/layoutshifter.css -------------------------------------------------------------------------------- /PrashantVashisht/mostlyfluid.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aayusharora/ResponsiveDesign/HEAD/PrashantVashisht/mostlyfluid.css -------------------------------------------------------------------------------- /Puneet/columndrop.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aayusharora/ResponsiveDesign/HEAD/Puneet/columndrop.css -------------------------------------------------------------------------------- /Puneet/columndrop.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aayusharora/ResponsiveDesign/HEAD/Puneet/columndrop.html -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aayusharora/ResponsiveDesign/HEAD/README.md -------------------------------------------------------------------------------- /Rahul/columndrop/columndrop.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aayusharora/ResponsiveDesign/HEAD/Rahul/columndrop/columndrop.css -------------------------------------------------------------------------------- /Rahul/columndrop/columndrop.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aayusharora/ResponsiveDesign/HEAD/Rahul/columndrop/columndrop.html -------------------------------------------------------------------------------- /Rahul/layout shifter/layoutshifter.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aayusharora/ResponsiveDesign/HEAD/Rahul/layout shifter/layoutshifter.css -------------------------------------------------------------------------------- /Rahul/layout shifter/layoutshifter.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aayusharora/ResponsiveDesign/HEAD/Rahul/layout shifter/layoutshifter.html -------------------------------------------------------------------------------- /Rahul/mostlyfluid/mostlyfluid.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aayusharora/ResponsiveDesign/HEAD/Rahul/mostlyfluid/mostlyfluid.css -------------------------------------------------------------------------------- /Rahul/mostlyfluid/mostlyfluid.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aayusharora/ResponsiveDesign/HEAD/Rahul/mostlyfluid/mostlyfluid.html -------------------------------------------------------------------------------- /Readme.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Rishabh Khanna/Layout-Shifter-rishabhk07/layoutshifter.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aayusharora/ResponsiveDesign/HEAD/Rishabh Khanna/Layout-Shifter-rishabhk07/layoutshifter.html -------------------------------------------------------------------------------- /Rishabh Khanna/Layout-Shifter-rishabhk07/main.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aayusharora/ResponsiveDesign/HEAD/Rishabh Khanna/Layout-Shifter-rishabhk07/main.css -------------------------------------------------------------------------------- /Roopal/coldrop.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aayusharora/ResponsiveDesign/HEAD/Roopal/coldrop.css -------------------------------------------------------------------------------- /Roopal/coldrop.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aayusharora/ResponsiveDesign/HEAD/Roopal/coldrop.html -------------------------------------------------------------------------------- /Roopal/layoutshift.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aayusharora/ResponsiveDesign/HEAD/Roopal/layoutshift.css -------------------------------------------------------------------------------- /Roopal/layoutshift.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aayusharora/ResponsiveDesign/HEAD/Roopal/layoutshift.html -------------------------------------------------------------------------------- /SHRAYANSH JAIN/column-drop.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aayusharora/ResponsiveDesign/HEAD/SHRAYANSH JAIN/column-drop.css -------------------------------------------------------------------------------- /SHRAYANSH JAIN/column-drop.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aayusharora/ResponsiveDesign/HEAD/SHRAYANSH JAIN/column-drop.html -------------------------------------------------------------------------------- /SHRAYANSH JAIN/fluid.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aayusharora/ResponsiveDesign/HEAD/SHRAYANSH JAIN/fluid.css -------------------------------------------------------------------------------- /SHRAYANSH JAIN/layout-shifter.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aayusharora/ResponsiveDesign/HEAD/SHRAYANSH JAIN/layout-shifter.css -------------------------------------------------------------------------------- /SHRAYANSH JAIN/layout-shifter.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aayusharora/ResponsiveDesign/HEAD/SHRAYANSH JAIN/layout-shifter.html -------------------------------------------------------------------------------- /SHRAYANSH JAIN/mostly-fluid.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aayusharora/ResponsiveDesign/HEAD/SHRAYANSH JAIN/mostly-fluid.html -------------------------------------------------------------------------------- /Sanket/Column Drop/column_drop.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aayusharora/ResponsiveDesign/HEAD/Sanket/Column Drop/column_drop.html -------------------------------------------------------------------------------- /Sanket/Column Drop/column_drop_styles.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aayusharora/ResponsiveDesign/HEAD/Sanket/Column Drop/column_drop_styles.css -------------------------------------------------------------------------------- /Sanket/Layoust Shifter/layout_shifter.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aayusharora/ResponsiveDesign/HEAD/Sanket/Layoust Shifter/layout_shifter.html -------------------------------------------------------------------------------- /Sanket/Layoust Shifter/layout_shifter_styles.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aayusharora/ResponsiveDesign/HEAD/Sanket/Layoust Shifter/layout_shifter_styles.css -------------------------------------------------------------------------------- /Sanket/Mostly Fluid/mostly_fluid.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aayusharora/ResponsiveDesign/HEAD/Sanket/Mostly Fluid/mostly_fluid.html -------------------------------------------------------------------------------- /Sanket/Mostly Fluid/mostly_fluid_styles.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aayusharora/ResponsiveDesign/HEAD/Sanket/Mostly Fluid/mostly_fluid_styles.css -------------------------------------------------------------------------------- /Sarthak Goel/patterns-columndrop.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aayusharora/ResponsiveDesign/HEAD/Sarthak Goel/patterns-columndrop.html -------------------------------------------------------------------------------- /Sarthak Goel/patterns-layoutshifter.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aayusharora/ResponsiveDesign/HEAD/Sarthak Goel/patterns-layoutshifter.html -------------------------------------------------------------------------------- /Sarthak Goel/patterns-mostlyfluid.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aayusharora/ResponsiveDesign/HEAD/Sarthak Goel/patterns-mostlyfluid.html -------------------------------------------------------------------------------- /Sonali/column layout/column_layout.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aayusharora/ResponsiveDesign/HEAD/Sonali/column layout/column_layout.css -------------------------------------------------------------------------------- /Sonali/column layout/column_layout.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aayusharora/ResponsiveDesign/HEAD/Sonali/column layout/column_layout.html -------------------------------------------------------------------------------- /Sonali/fluid/mostly_fluid.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aayusharora/ResponsiveDesign/HEAD/Sonali/fluid/mostly_fluid.css -------------------------------------------------------------------------------- /Sonali/fluid/mostly_fluid.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aayusharora/ResponsiveDesign/HEAD/Sonali/fluid/mostly_fluid.html -------------------------------------------------------------------------------- /Sonali/layout shifter/layout.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aayusharora/ResponsiveDesign/HEAD/Sonali/layout shifter/layout.css -------------------------------------------------------------------------------- /Sonali/layout shifter/layout_shifter.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aayusharora/ResponsiveDesign/HEAD/Sonali/layout shifter/layout_shifter.html -------------------------------------------------------------------------------- /Udit Goel/Column Drop/ResponsiveDesignAssignment1.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aayusharora/ResponsiveDesign/HEAD/Udit Goel/Column Drop/ResponsiveDesignAssignment1.css -------------------------------------------------------------------------------- /Udit Goel/Column Drop/ResponsiveDesignAssignment1.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aayusharora/ResponsiveDesign/HEAD/Udit Goel/Column Drop/ResponsiveDesignAssignment1.html -------------------------------------------------------------------------------- /Udit Goel/Layout Shifter/LayoutShifter.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aayusharora/ResponsiveDesign/HEAD/Udit Goel/Layout Shifter/LayoutShifter.css -------------------------------------------------------------------------------- /Udit Goel/Layout Shifter/LayoutShifter.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aayusharora/ResponsiveDesign/HEAD/Udit Goel/Layout Shifter/LayoutShifter.html -------------------------------------------------------------------------------- /Udit Goel/Mostly Fluid/MostlyFluid.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aayusharora/ResponsiveDesign/HEAD/Udit Goel/Mostly Fluid/MostlyFluid.css -------------------------------------------------------------------------------- /Udit Goel/Mostly Fluid/MostlyFluid.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aayusharora/ResponsiveDesign/HEAD/Udit Goel/Mostly Fluid/MostlyFluid.html -------------------------------------------------------------------------------- /WinterBatch2018/Aakash/Column drop.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aayusharora/ResponsiveDesign/HEAD/WinterBatch2018/Aakash/Column drop.html -------------------------------------------------------------------------------- /WinterBatch2018/Aakash/Layout Shifter.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aayusharora/ResponsiveDesign/HEAD/WinterBatch2018/Aakash/Layout Shifter.html -------------------------------------------------------------------------------- /WinterBatch2018/Aakash/Layout shifter css.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aayusharora/ResponsiveDesign/HEAD/WinterBatch2018/Aakash/Layout shifter css.css -------------------------------------------------------------------------------- /WinterBatch2018/Aakash/column drop css.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aayusharora/ResponsiveDesign/HEAD/WinterBatch2018/Aakash/column drop css.css -------------------------------------------------------------------------------- /WinterBatch2018/Anshuman/column drop style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aayusharora/ResponsiveDesign/HEAD/WinterBatch2018/Anshuman/column drop style.css -------------------------------------------------------------------------------- /WinterBatch2018/Anshuman/column drop.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aayusharora/ResponsiveDesign/HEAD/WinterBatch2018/Anshuman/column drop.html -------------------------------------------------------------------------------- /WinterBatch2018/Anshuman/most fluid style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aayusharora/ResponsiveDesign/HEAD/WinterBatch2018/Anshuman/most fluid style.css -------------------------------------------------------------------------------- /WinterBatch2018/Anshuman/mostly fluid.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aayusharora/ResponsiveDesign/HEAD/WinterBatch2018/Anshuman/mostly fluid.html -------------------------------------------------------------------------------- /WinterBatch2018/Dhruva/Responsive Design/codelab-pattern1.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aayusharora/ResponsiveDesign/HEAD/WinterBatch2018/Dhruva/Responsive Design/codelab-pattern1.css -------------------------------------------------------------------------------- /WinterBatch2018/Dhruva/Responsive Design/columndrop.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aayusharora/ResponsiveDesign/HEAD/WinterBatch2018/Dhruva/Responsive Design/columndrop.css -------------------------------------------------------------------------------- /WinterBatch2018/Dhruva/Responsive Design/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aayusharora/ResponsiveDesign/HEAD/WinterBatch2018/Dhruva/Responsive Design/index.html -------------------------------------------------------------------------------- /WinterBatch2018/Dhruva/Responsive Design/layout-shifter.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aayusharora/ResponsiveDesign/HEAD/WinterBatch2018/Dhruva/Responsive Design/layout-shifter.css -------------------------------------------------------------------------------- /WinterBatch2018/Dhruva/Responsive Design/mostlyfluid.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aayusharora/ResponsiveDesign/HEAD/WinterBatch2018/Dhruva/Responsive Design/mostlyfluid.css -------------------------------------------------------------------------------- /WinterBatch2018/Nikita Rai/Column Drop/Column_Drop.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aayusharora/ResponsiveDesign/HEAD/WinterBatch2018/Nikita Rai/Column Drop/Column_Drop.html -------------------------------------------------------------------------------- /WinterBatch2018/Nikita Rai/Column Drop/cd.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aayusharora/ResponsiveDesign/HEAD/WinterBatch2018/Nikita Rai/Column Drop/cd.css -------------------------------------------------------------------------------- /WinterBatch2018/Nikita Rai/Flex.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aayusharora/ResponsiveDesign/HEAD/WinterBatch2018/Nikita Rai/Flex.html -------------------------------------------------------------------------------- /WinterBatch2018/Nikita Rai/Layout Shifter/Layout_Shifter.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aayusharora/ResponsiveDesign/HEAD/WinterBatch2018/Nikita Rai/Layout Shifter/Layout_Shifter.html -------------------------------------------------------------------------------- /WinterBatch2018/Nikita Rai/Layout Shifter/ls.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aayusharora/ResponsiveDesign/HEAD/WinterBatch2018/Nikita Rai/Layout Shifter/ls.css -------------------------------------------------------------------------------- /WinterBatch2018/Nikita Rai/Mostly Fluid/Mostly_Fluid.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aayusharora/ResponsiveDesign/HEAD/WinterBatch2018/Nikita Rai/Mostly Fluid/Mostly_Fluid.html -------------------------------------------------------------------------------- /WinterBatch2018/Nikita Rai/Mostly Fluid/mf.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aayusharora/ResponsiveDesign/HEAD/WinterBatch2018/Nikita Rai/Mostly Fluid/mf.css -------------------------------------------------------------------------------- /WinterBatch2018/Pushpender/column-drop.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aayusharora/ResponsiveDesign/HEAD/WinterBatch2018/Pushpender/column-drop.html -------------------------------------------------------------------------------- /WinterBatch2018/Pushpender/layout-shifter.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aayusharora/ResponsiveDesign/HEAD/WinterBatch2018/Pushpender/layout-shifter.html -------------------------------------------------------------------------------- /WinterBatch2018/Pushpender/mostly-fluid.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aayusharora/ResponsiveDesign/HEAD/WinterBatch2018/Pushpender/mostly-fluid.html -------------------------------------------------------------------------------- /WinterBatch2018/Riya/CodeLab1/codelab1.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aayusharora/ResponsiveDesign/HEAD/WinterBatch2018/Riya/CodeLab1/codelab1.css -------------------------------------------------------------------------------- /WinterBatch2018/Riya/CodeLab1/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aayusharora/ResponsiveDesign/HEAD/WinterBatch2018/Riya/CodeLab1/index.html -------------------------------------------------------------------------------- /WinterBatch2018/Riya/LayoutShifter/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aayusharora/ResponsiveDesign/HEAD/WinterBatch2018/Riya/LayoutShifter/index.html -------------------------------------------------------------------------------- /WinterBatch2018/Riya/LayoutShifter/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aayusharora/ResponsiveDesign/HEAD/WinterBatch2018/Riya/LayoutShifter/style.css -------------------------------------------------------------------------------- /WinterBatch2018/Riya/columndrop/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aayusharora/ResponsiveDesign/HEAD/WinterBatch2018/Riya/columndrop/index.html -------------------------------------------------------------------------------- /WinterBatch2018/Riya/columndrop/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aayusharora/ResponsiveDesign/HEAD/WinterBatch2018/Riya/columndrop/style.css -------------------------------------------------------------------------------- /WinterBatch2018/SakshamBhalla/ColumnDrop.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aayusharora/ResponsiveDesign/HEAD/WinterBatch2018/SakshamBhalla/ColumnDrop.html -------------------------------------------------------------------------------- /WinterBatch2018/SakshamBhalla/LayoutShifter.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aayusharora/ResponsiveDesign/HEAD/WinterBatch2018/SakshamBhalla/LayoutShifter.html -------------------------------------------------------------------------------- /WinterBatch2018/SakshamBhalla/mostlyfluid.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aayusharora/ResponsiveDesign/HEAD/WinterBatch2018/SakshamBhalla/mostlyfluid.css -------------------------------------------------------------------------------- /WinterBatch2018/SakshamBhalla/mostlyfluid.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aayusharora/ResponsiveDesign/HEAD/WinterBatch2018/SakshamBhalla/mostlyfluid.html -------------------------------------------------------------------------------- /WinterBatch2018/Shruti/columnHW.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aayusharora/ResponsiveDesign/HEAD/WinterBatch2018/Shruti/columnHW.css -------------------------------------------------------------------------------- /WinterBatch2018/Shruti/columnHW.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aayusharora/ResponsiveDesign/HEAD/WinterBatch2018/Shruti/columnHW.html -------------------------------------------------------------------------------- /WinterBatch2018/Shruti/flexHW.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aayusharora/ResponsiveDesign/HEAD/WinterBatch2018/Shruti/flexHW.css -------------------------------------------------------------------------------- /WinterBatch2018/Shruti/flexHW.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aayusharora/ResponsiveDesign/HEAD/WinterBatch2018/Shruti/flexHW.html -------------------------------------------------------------------------------- /WinterBatch2018/Shruti/layoutshifter.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aayusharora/ResponsiveDesign/HEAD/WinterBatch2018/Shruti/layoutshifter.css -------------------------------------------------------------------------------- /WinterBatch2018/Shruti/layoutshifter.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aayusharora/ResponsiveDesign/HEAD/WinterBatch2018/Shruti/layoutshifter.html -------------------------------------------------------------------------------- /WinterBatch2018/aishanya/couloumnDrop/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aayusharora/ResponsiveDesign/HEAD/WinterBatch2018/aishanya/couloumnDrop/index.html -------------------------------------------------------------------------------- /WinterBatch2018/aishanya/mostly fluid/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aayusharora/ResponsiveDesign/HEAD/WinterBatch2018/aishanya/mostly fluid/index.html -------------------------------------------------------------------------------- /WinterBatch2018/amritha anil/columndrop.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aayusharora/ResponsiveDesign/HEAD/WinterBatch2018/amritha anil/columndrop.html -------------------------------------------------------------------------------- /WinterBatch2018/amritha anil/flexlayout.css: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /WinterBatch2018/amritha anil/flexlayout.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aayusharora/ResponsiveDesign/HEAD/WinterBatch2018/amritha anil/flexlayout.html -------------------------------------------------------------------------------- /WinterBatch2018/amritha anil/layoutshifter.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aayusharora/ResponsiveDesign/HEAD/WinterBatch2018/amritha anil/layoutshifter.html -------------------------------------------------------------------------------- /WinterBatch2018/amritha anil/mostlyfluid.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aayusharora/ResponsiveDesign/HEAD/WinterBatch2018/amritha anil/mostlyfluid.html -------------------------------------------------------------------------------- /Workshop/Anshul Wadhawan/Column Drop/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aayusharora/ResponsiveDesign/HEAD/Workshop/Anshul Wadhawan/Column Drop/index.html -------------------------------------------------------------------------------- /Workshop/Anshul Wadhawan/Column Drop/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aayusharora/ResponsiveDesign/HEAD/Workshop/Anshul Wadhawan/Column Drop/style.css -------------------------------------------------------------------------------- /Workshop/Anshul Wadhawan/Layout-Shifter/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aayusharora/ResponsiveDesign/HEAD/Workshop/Anshul Wadhawan/Layout-Shifter/index.html -------------------------------------------------------------------------------- /Workshop/Anshul Wadhawan/Layout-Shifter/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aayusharora/ResponsiveDesign/HEAD/Workshop/Anshul Wadhawan/Layout-Shifter/style.css -------------------------------------------------------------------------------- /Workshop/Anshul Wadhawan/Mostly Fluid/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aayusharora/ResponsiveDesign/HEAD/Workshop/Anshul Wadhawan/Mostly Fluid/index.html -------------------------------------------------------------------------------- /Workshop/Anshul Wadhawan/Mostly Fluid/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aayusharora/ResponsiveDesign/HEAD/Workshop/Anshul Wadhawan/Mostly Fluid/style.css -------------------------------------------------------------------------------- /Workshop/ParikanshAhluwalia/column.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aayusharora/ResponsiveDesign/HEAD/Workshop/ParikanshAhluwalia/column.html -------------------------------------------------------------------------------- /Workshop/ParikanshAhluwalia/columnstyle.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aayusharora/ResponsiveDesign/HEAD/Workshop/ParikanshAhluwalia/columnstyle.css -------------------------------------------------------------------------------- /Workshop/ParikanshAhluwalia/fluid.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aayusharora/ResponsiveDesign/HEAD/Workshop/ParikanshAhluwalia/fluid.html -------------------------------------------------------------------------------- /Workshop/ParikanshAhluwalia/fluidstyle.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aayusharora/ResponsiveDesign/HEAD/Workshop/ParikanshAhluwalia/fluidstyle.css -------------------------------------------------------------------------------- /Workshop/ParikanshAhluwalia/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aayusharora/ResponsiveDesign/HEAD/Workshop/ParikanshAhluwalia/index.html -------------------------------------------------------------------------------- /Workshop/ParikanshAhluwalia/layoutshifter.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aayusharora/ResponsiveDesign/HEAD/Workshop/ParikanshAhluwalia/layoutshifter.html -------------------------------------------------------------------------------- /Workshop/ParikanshAhluwalia/shifterstyle.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aayusharora/ResponsiveDesign/HEAD/Workshop/ParikanshAhluwalia/shifterstyle.css -------------------------------------------------------------------------------- /Workshop/ParikanshAhluwalia/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aayusharora/ResponsiveDesign/HEAD/Workshop/ParikanshAhluwalia/style.css -------------------------------------------------------------------------------- /Workshop/Rishabh Khanna/Column-Drop-Rishabhk07/columndrop.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aayusharora/ResponsiveDesign/HEAD/Workshop/Rishabh Khanna/Column-Drop-Rishabhk07/columndrop.html -------------------------------------------------------------------------------- /Workshop/Rishabh Khanna/Column-Drop-Rishabhk07/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aayusharora/ResponsiveDesign/HEAD/Workshop/Rishabh Khanna/Column-Drop-Rishabhk07/style.css -------------------------------------------------------------------------------- /Workshop/Rishabh Khanna/Mostly-Fluid-Rishabhk07/mostlyFluidMe.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aayusharora/ResponsiveDesign/HEAD/Workshop/Rishabh Khanna/Mostly-Fluid-Rishabhk07/mostlyFluidMe.html -------------------------------------------------------------------------------- /Workshop/Rishabh Khanna/Mostly-Fluid-Rishabhk07/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aayusharora/ResponsiveDesign/HEAD/Workshop/Rishabh Khanna/Mostly-Fluid-Rishabhk07/style.css -------------------------------------------------------------------------------- /Workshop/Sandeep Ranjan/Task 5.1- Mosty Fluid.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aayusharora/ResponsiveDesign/HEAD/Workshop/Sandeep Ranjan/Task 5.1- Mosty Fluid.html -------------------------------------------------------------------------------- /Workshop/Sandeep Ranjan/Task 5.2 - Column Drop .html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aayusharora/ResponsiveDesign/HEAD/Workshop/Sandeep Ranjan/Task 5.2 - Column Drop .html -------------------------------------------------------------------------------- /Workshop/Sandeep Ranjan/Task 5.3- Layout Shifter.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aayusharora/ResponsiveDesign/HEAD/Workshop/Sandeep Ranjan/Task 5.3- Layout Shifter.html -------------------------------------------------------------------------------- /Workspace/columndrop.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aayusharora/ResponsiveDesign/HEAD/Workspace/columndrop.css -------------------------------------------------------------------------------- /Workspace/columndrop.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aayusharora/ResponsiveDesign/HEAD/Workspace/columndrop.html -------------------------------------------------------------------------------- /Workspace/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aayusharora/ResponsiveDesign/HEAD/Workspace/index.html -------------------------------------------------------------------------------- /Workspace/layout-shifter.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aayusharora/ResponsiveDesign/HEAD/Workspace/layout-shifter.css -------------------------------------------------------------------------------- /Workspace/layout-shifter.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aayusharora/ResponsiveDesign/HEAD/Workspace/layout-shifter.html -------------------------------------------------------------------------------- /Workspace/mostlyfluid.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aayusharora/ResponsiveDesign/HEAD/Workspace/mostlyfluid.css -------------------------------------------------------------------------------- /Workspace/mostlyfluid.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aayusharora/ResponsiveDesign/HEAD/Workspace/mostlyfluid.html -------------------------------------------------------------------------------- /Workspace/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aayusharora/ResponsiveDesign/HEAD/Workspace/style.css -------------------------------------------------------------------------------- /Yash Yadav/23juneColumnDrop.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aayusharora/ResponsiveDesign/HEAD/Yash Yadav/23juneColumnDrop.html -------------------------------------------------------------------------------- /Yash Yadav/23juneLayoutShifter.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aayusharora/ResponsiveDesign/HEAD/Yash Yadav/23juneLayoutShifter.html -------------------------------------------------------------------------------- /Yash Yadav/23juneMostlyFluid.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aayusharora/ResponsiveDesign/HEAD/Yash Yadav/23juneMostlyFluid.html -------------------------------------------------------------------------------- /Yogi/Layout_shifer.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aayusharora/ResponsiveDesign/HEAD/Yogi/Layout_shifer.css -------------------------------------------------------------------------------- /Yogi/Layout_shifter.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aayusharora/ResponsiveDesign/HEAD/Yogi/Layout_shifter.html -------------------------------------------------------------------------------- /adarsh/23juneColumnDrop.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aayusharora/ResponsiveDesign/HEAD/adarsh/23juneColumnDrop.html -------------------------------------------------------------------------------- /adarsh/23juneLayoutShifter.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aayusharora/ResponsiveDesign/HEAD/adarsh/23juneLayoutShifter.html -------------------------------------------------------------------------------- /adarsh/23juneMostlyFluid.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aayusharora/ResponsiveDesign/HEAD/adarsh/23juneMostlyFluid.html -------------------------------------------------------------------------------- /atif abdus samad/Layout-shifter.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aayusharora/ResponsiveDesign/HEAD/atif abdus samad/Layout-shifter.css -------------------------------------------------------------------------------- /atif abdus samad/Layout-shifter.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aayusharora/ResponsiveDesign/HEAD/atif abdus samad/Layout-shifter.html -------------------------------------------------------------------------------- /atif abdus samad/column-drop.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aayusharora/ResponsiveDesign/HEAD/atif abdus samad/column-drop.css -------------------------------------------------------------------------------- /atif abdus samad/column-drop.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aayusharora/ResponsiveDesign/HEAD/atif abdus samad/column-drop.html -------------------------------------------------------------------------------- /atif abdus samad/fluid.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aayusharora/ResponsiveDesign/HEAD/atif abdus samad/fluid.css -------------------------------------------------------------------------------- /atif abdus samad/fluid.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aayusharora/ResponsiveDesign/HEAD/atif abdus samad/fluid.html -------------------------------------------------------------------------------- /deepak/coloumn-drop.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aayusharora/ResponsiveDesign/HEAD/deepak/coloumn-drop.html -------------------------------------------------------------------------------- /deepak/layout-shifter.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aayusharora/ResponsiveDesign/HEAD/deepak/layout-shifter.html -------------------------------------------------------------------------------- /devank/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aayusharora/ResponsiveDesign/HEAD/devank/index.html -------------------------------------------------------------------------------- /devank/style2.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aayusharora/ResponsiveDesign/HEAD/devank/style2.css -------------------------------------------------------------------------------- /git-proj/column-drop.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aayusharora/ResponsiveDesign/HEAD/git-proj/column-drop.html -------------------------------------------------------------------------------- /git-proj/fluid-layout-css-responsive.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aayusharora/ResponsiveDesign/HEAD/git-proj/fluid-layout-css-responsive.html -------------------------------------------------------------------------------- /git-proj/layout-shifter-css.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aayusharora/ResponsiveDesign/HEAD/git-proj/layout-shifter-css.html -------------------------------------------------------------------------------- /gopals/column.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aayusharora/ResponsiveDesign/HEAD/gopals/column.css -------------------------------------------------------------------------------- /gopals/column_drop.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aayusharora/ResponsiveDesign/HEAD/gopals/column_drop.html -------------------------------------------------------------------------------- /gopals/fluid.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aayusharora/ResponsiveDesign/HEAD/gopals/fluid.css -------------------------------------------------------------------------------- /gopals/fluid.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aayusharora/ResponsiveDesign/HEAD/gopals/fluid.html -------------------------------------------------------------------------------- /gopals/layout.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aayusharora/ResponsiveDesign/HEAD/gopals/layout.css -------------------------------------------------------------------------------- /gopals/layout_shifter.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aayusharora/ResponsiveDesign/HEAD/gopals/layout_shifter.html -------------------------------------------------------------------------------- /mansikhemka/Column-Drop/columndrop.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aayusharora/ResponsiveDesign/HEAD/mansikhemka/Column-Drop/columndrop.html -------------------------------------------------------------------------------- /mansikhemka/Column-Drop/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aayusharora/ResponsiveDesign/HEAD/mansikhemka/Column-Drop/style.css -------------------------------------------------------------------------------- /mansikhemka/Flex-layout-lab/flexdesign.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aayusharora/ResponsiveDesign/HEAD/mansikhemka/Flex-layout-lab/flexdesign.html -------------------------------------------------------------------------------- /mansikhemka/Flex-layout-lab/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aayusharora/ResponsiveDesign/HEAD/mansikhemka/Flex-layout-lab/style.css -------------------------------------------------------------------------------- /mansikhemka/Layout-shifter/layoutshifter.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aayusharora/ResponsiveDesign/HEAD/mansikhemka/Layout-shifter/layoutshifter.html -------------------------------------------------------------------------------- /mansikhemka/Layout-shifter/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aayusharora/ResponsiveDesign/HEAD/mansikhemka/Layout-shifter/style.css -------------------------------------------------------------------------------- /mansikhemka/Mostly-Fluid/mostlyfluid.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aayusharora/ResponsiveDesign/HEAD/mansikhemka/Mostly-Fluid/mostlyfluid.html -------------------------------------------------------------------------------- /mansikhemka/Mostly-Fluid/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aayusharora/ResponsiveDesign/HEAD/mansikhemka/Mostly-Fluid/style.css -------------------------------------------------------------------------------- /mansikhemka/blankpage: -------------------------------------------------------------------------------- 1 | //CREATED BY MANSI KHEMKA 2 | -------------------------------------------------------------------------------- /pallavraj/fluid.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aayusharora/ResponsiveDesign/HEAD/pallavraj/fluid.html -------------------------------------------------------------------------------- /pradeep/mostly-fluid.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aayusharora/ResponsiveDesign/HEAD/pradeep/mostly-fluid.css -------------------------------------------------------------------------------- /pradeep/mostly-fluid.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aayusharora/ResponsiveDesign/HEAD/pradeep/mostly-fluid.html -------------------------------------------------------------------------------- /pratyush/design/column-drop/Column-Drop.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aayusharora/ResponsiveDesign/HEAD/pratyush/design/column-drop/Column-Drop.png -------------------------------------------------------------------------------- /pratyush/design/column-drop/column-drop.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aayusharora/ResponsiveDesign/HEAD/pratyush/design/column-drop/column-drop.css -------------------------------------------------------------------------------- /pratyush/design/column-drop/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aayusharora/ResponsiveDesign/HEAD/pratyush/design/column-drop/index.html -------------------------------------------------------------------------------- /pratyush/design/layout-shifting/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aayusharora/ResponsiveDesign/HEAD/pratyush/design/layout-shifting/index.html -------------------------------------------------------------------------------- /pratyush/design/layout-shifting/layout-shifter.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aayusharora/ResponsiveDesign/HEAD/pratyush/design/layout-shifting/layout-shifter.png -------------------------------------------------------------------------------- /pratyush/design/layout-shifting/layout-shifting.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aayusharora/ResponsiveDesign/HEAD/pratyush/design/layout-shifting/layout-shifting.css -------------------------------------------------------------------------------- /pratyush/design/mostlyfluid/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aayusharora/ResponsiveDesign/HEAD/pratyush/design/mostlyfluid/index.html -------------------------------------------------------------------------------- /pratyush/design/mostlyfluid/mostly-fluid.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aayusharora/ResponsiveDesign/HEAD/pratyush/design/mostlyfluid/mostly-fluid.png -------------------------------------------------------------------------------- /pratyush/design/mostlyfluid/mostlyfluid.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aayusharora/ResponsiveDesign/HEAD/pratyush/design/mostlyfluid/mostlyfluid.css -------------------------------------------------------------------------------- /pritam/column layout/column_layout.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aayusharora/ResponsiveDesign/HEAD/pritam/column layout/column_layout.css -------------------------------------------------------------------------------- /pritam/column layout/column_layout.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aayusharora/ResponsiveDesign/HEAD/pritam/column layout/column_layout.html -------------------------------------------------------------------------------- /pritam/fluid/mostly_fluid.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aayusharora/ResponsiveDesign/HEAD/pritam/fluid/mostly_fluid.css -------------------------------------------------------------------------------- /pritam/fluid/mostly_fluid.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aayusharora/ResponsiveDesign/HEAD/pritam/fluid/mostly_fluid.html -------------------------------------------------------------------------------- /pritam/layout shifter/layout.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aayusharora/ResponsiveDesign/HEAD/pritam/layout shifter/layout.css -------------------------------------------------------------------------------- /pritam/layout shifter/layout_shifter.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aayusharora/ResponsiveDesign/HEAD/pritam/layout shifter/layout_shifter.html -------------------------------------------------------------------------------- /scaars10/layout_shifter.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aayusharora/ResponsiveDesign/HEAD/scaars10/layout_shifter.css -------------------------------------------------------------------------------- /scaars10/layout_shifter.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aayusharora/ResponsiveDesign/HEAD/scaars10/layout_shifter.html -------------------------------------------------------------------------------- /shivamyadav03/box.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aayusharora/ResponsiveDesign/HEAD/shivamyadav03/box.html -------------------------------------------------------------------------------- /shivamyadav03/class.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aayusharora/ResponsiveDesign/HEAD/shivamyadav03/class.css -------------------------------------------------------------------------------- /shivamyadav03/trail.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aayusharora/ResponsiveDesign/HEAD/shivamyadav03/trail.css -------------------------------------------------------------------------------- /shivamyadav03/trail.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aayusharora/ResponsiveDesign/HEAD/shivamyadav03/trail.html -------------------------------------------------------------------------------- /vatsala/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aayusharora/ResponsiveDesign/HEAD/vatsala/LICENSE -------------------------------------------------------------------------------- /vatsala/README.md: -------------------------------------------------------------------------------- 1 | # portfolio -------------------------------------------------------------------------------- /vatsala/index.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aayusharora/ResponsiveDesign/HEAD/vatsala/index.css -------------------------------------------------------------------------------- /vatsala/res.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aayusharora/ResponsiveDesign/HEAD/vatsala/res.html -------------------------------------------------------------------------------- /vatsala/vatsala.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aayusharora/ResponsiveDesign/HEAD/vatsala/vatsala.jpg --------------------------------------------------------------------------------