├── Img ├── middle1.webp ├── middle2.webp ├── middle3.webp ├── app store.webp ├── googleplay.webp ├── screenshot1.webp ├── screenshot2.webp ├── backgroundimg.webp ├── swiggy_logobody.png ├── swiggyfacebook.webp ├── swiggytwitter.webp ├── AppStorefootter.webp ├── GooglePlayfootter.webp ├── footterswiggylogo.webp ├── swiggyinstagram.webp ├── swiggypinterest.webp └── swiggy-1.svg ├── Css └── style.css └── index.html /Img/middle1.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JiyadAhammad/swiggydesign/HEAD/Img/middle1.webp -------------------------------------------------------------------------------- /Img/middle2.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JiyadAhammad/swiggydesign/HEAD/Img/middle2.webp -------------------------------------------------------------------------------- /Img/middle3.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JiyadAhammad/swiggydesign/HEAD/Img/middle3.webp -------------------------------------------------------------------------------- /Img/app store.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JiyadAhammad/swiggydesign/HEAD/Img/app store.webp -------------------------------------------------------------------------------- /Img/googleplay.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JiyadAhammad/swiggydesign/HEAD/Img/googleplay.webp -------------------------------------------------------------------------------- /Img/screenshot1.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JiyadAhammad/swiggydesign/HEAD/Img/screenshot1.webp -------------------------------------------------------------------------------- /Img/screenshot2.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JiyadAhammad/swiggydesign/HEAD/Img/screenshot2.webp -------------------------------------------------------------------------------- /Img/backgroundimg.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JiyadAhammad/swiggydesign/HEAD/Img/backgroundimg.webp -------------------------------------------------------------------------------- /Img/swiggy_logobody.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JiyadAhammad/swiggydesign/HEAD/Img/swiggy_logobody.png -------------------------------------------------------------------------------- /Img/swiggyfacebook.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JiyadAhammad/swiggydesign/HEAD/Img/swiggyfacebook.webp -------------------------------------------------------------------------------- /Img/swiggytwitter.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JiyadAhammad/swiggydesign/HEAD/Img/swiggytwitter.webp -------------------------------------------------------------------------------- /Img/AppStorefootter.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JiyadAhammad/swiggydesign/HEAD/Img/AppStorefootter.webp -------------------------------------------------------------------------------- /Img/GooglePlayfootter.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JiyadAhammad/swiggydesign/HEAD/Img/GooglePlayfootter.webp -------------------------------------------------------------------------------- /Img/footterswiggylogo.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JiyadAhammad/swiggydesign/HEAD/Img/footterswiggylogo.webp -------------------------------------------------------------------------------- /Img/swiggyinstagram.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JiyadAhammad/swiggydesign/HEAD/Img/swiggyinstagram.webp -------------------------------------------------------------------------------- /Img/swiggypinterest.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JiyadAhammad/swiggydesign/HEAD/Img/swiggypinterest.webp -------------------------------------------------------------------------------- /Img/swiggy-1.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Css/style.css: -------------------------------------------------------------------------------- 1 | body { 2 | margin: 0px; 3 | padding: 0px; 4 | } 5 | .top_body{ 6 | width: 100%; 7 | display: flex; 8 | height: 542px; 9 | } 10 | .top_left_body{ 11 | width: 55%; 12 | background: #fff; 13 | 14 | } 15 | .top_left_body h1{ 16 | margin-left: 165px; 17 | margin-top: 85px; 18 | } 19 | .top_left_body h2{ 20 | margin-left: 165px; 21 | 22 | } 23 | .form_align{ 24 | margin-left: 165px; 25 | } 26 | .form_align input{ 27 | height: 60px; 28 | width: 482px; 29 | border-color: #fc8019; 30 | } 31 | .form_align button{ 32 | height: 65px; 33 | width: 120px; 34 | color: #fff; 35 | background-color: #fc8019; 36 | border: 0px; 37 | font-weight: 600; 38 | cursor: pointer; 39 | } 40 | .pointer{ 41 | cursor: pointer; 42 | } 43 | 44 | .top_left_body >div{ 45 | display: flex; 46 | } 47 | .top_left_body img{ 48 | width: 200px; 49 | margin-top: 60px; 50 | margin-left: 165px; 51 | 52 | } 53 | .login_button{ 54 | margin-top: 80px; 55 | margin-left: 245px; 56 | color: black; 57 | background: #fff; 58 | border: 0px; 59 | font-weight: 600; 60 | font-size: 15px; 61 | cursor: pointer; 62 | } 63 | .signup_button{ 64 | color: white; 65 | background: black; 66 | border: 0px; 67 | font-weight: bold; 68 | height: 40px; 69 | width: 100px; 70 | margin-left: 20px; 71 | font-size: 15px; 72 | cursor: pointer; 73 | } 74 | .top_right_body{ 75 | width: 45%; 76 | overflow: hidden; 77 | } 78 | .top_right_body img{ 79 | height: 542px; 80 | width: 100%; 81 | object-fit: cover; 82 | } 83 | .middle_body{ 84 | background: #2b1e16; 85 | display: flex; 86 | justify-content: space-around; 87 | align-items: center; 88 | height: 420px; 89 | } 90 | .middle_body img{ 91 | width: 120px; 92 | 93 | } 94 | .img_align{ 95 | width: 20%; 96 | color: white; 97 | text-align: center; 98 | } 99 | .bottom_body{ 100 | width: 100%; 101 | display: flex; 102 | } 103 | .bottom_left{ 104 | width: 50%; 105 | background: #fff; 106 | height: 500px; 107 | } 108 | 109 | .bottom_left h1{ 110 | margin-left: 165px; 111 | margin-top: 85px; 112 | font-size: 40px; 113 | font-weight: 600; 114 | width: 300px; 115 | line-height: 1; 116 | letter-spacing: -.45px; 117 | } 118 | .bottom_left p{ 119 | 120 | font-size: 20px; 121 | width: 400px; 122 | font-weight: 300; 123 | padding-left: 165px; 124 | padding-bottom: 60px; 125 | color: #7e808c; 126 | } 127 | .install{ 128 | width: 150px; 129 | height: 60px; 130 | margin-left: 160px; 131 | display: flex; 132 | } 133 | .install img{ 134 | width: 150px; 135 | cursor: pointer; 136 | margin-right: 20px; 137 | } 138 | .bottom_right{ 139 | width: 50%; 140 | height: 500px; 141 | } 142 | .bottom_right img{ 143 | width: 350px; 144 | height: 100%; 145 | } 146 | .footer{ 147 | background: black; 148 | width: 100%; 149 | overflow: hidden; 150 | display: flex; 151 | color: #fff; 152 | } 153 | .left_footer{ 154 | width: 75%; 155 | color: #fff; 156 | display: flex; 157 | justify-content: space-around; 158 | margin-top: 80px; 159 | 160 | } 161 | .right_footer{ 162 | width: 25%; 163 | color: white; 164 | margin-top: 80px; 165 | } 166 | .right_footer img{ 167 | margin-top: 20px; 168 | cursor: pointer; 169 | 170 | } 171 | .right_footer img:hover{ 172 | transform: scale(1.03); 173 | } 174 | .list{ 175 | list-style: none; 176 | line-height: 2; 177 | font-size: 18px; 178 | cursor: pointer; 179 | } 180 | .list h4{ 181 | color: gray; 182 | 183 | } 184 | .line{ 185 | border-top: 1px solid #fff; 186 | display: flex; 187 | width: 100%; 188 | 189 | } 190 | .footer-end{ 191 | 192 | background: #000; 193 | padding: 0 132px; 194 | display: flex; 195 | 196 | } 197 | .text{ 198 | text-align: center; 199 | width: 72%; 200 | margin: auto; 201 | } 202 | 203 | .footer-end h3{ 204 | color: #fff; 205 | } 206 | .footer-end img{ 207 | width: 162px; 208 | margin-top: 23px; 209 | 210 | } 211 | .social-media{ 212 | margin-left: auto; 213 | margin-right: 10px; 214 | } 215 | 216 | .social-media img{ 217 | width: 30px; 218 | margin-top: 23px; 219 | margin-right: 10px; 220 | cursor: pointer; 221 | } -------------------------------------------------------------------------------- /index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | Order food online from India's best food delivery service. Order from restaurants near you 10 | 11 | 12 | 13 | 14 |
15 | 16 |
17 |
18 |
19 | swiggy_logo 20 |
21 |
22 | 23 | 24 |
25 |
26 |
27 |

Hungry?

28 |
29 |
30 |

Order food from favourite restaurants near you.

31 |
32 |
33 |
34 | 35 | 36 |
37 |
38 |

POPOULAR CITES IN INDIA

39 |
40 | 41 | Ahmedabad Bangalore Chennai Delhi Gurgaon Hyderabad Kolkata Mumbai Pune & 42 | more. 43 |
44 | 45 |
46 | 47 |
48 | 49 | Background Image 50 |
51 | 52 |
53 |
54 |
55 | 56 |

No Minimum Order

57 |

Order in for yourself or for the group, with no restrictions on order value

58 |
59 |
60 | 61 |

Live Order Tracking

62 |

Know where your order is at all times, from the restaurant to your doorstep

63 |
64 |
65 | 66 |

Lightning-Fast Delivery

67 |

Experience Swiggy's superfast delivery for food delivered fresh & on time

68 |
69 |
70 |
71 |
72 |

Restaurants in your pocket

73 |

Order from your favorite restaurants & track on the go, with the all-new Swiggy app.

74 |
75 | googleplay 76 | AppStore 77 |
78 |
79 |
80 | Swiggy App Example 81 | Swiggy App Example 82 |
83 |
84 | 123 | 124 | 138 | 139 | 140 | 141 | --------------------------------------------------------------------------------