-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
87 lines (83 loc) · 4.73 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>coco-cola india</title>
<link rel="stylesheet" href="style.css" type="text/css">
</head>
<body>
<div class="container">
<div class="header">
<div class="logo"></div>
<div class="menu">
<li><a href="#" class="company">Our Company</a></li>
<li><a href="#" class="company">Brands</a></li>
<li><a href="#" class="company">Responsible Buisness</a></li>
<li><a href="#" class="company">Media Center</a></li>
<li><a href="#" class="company"><img src="images/icon-search.svg" width="35px"></a></li>
<li><a href="#" class="company" ><img src="images/icon-globe.svg" width="55px"></a></li>
</div>
</div>
</div>
<div class="image1">
<h1 class="heading">Adding Happiness <br> to everyday <br> Moments</h1>
<p1 class="subheading">We know that everyone is unique <br> and to meet their needs we offer <br> our range of beverage choices</p1>
</div>
</div>
<div class="image2">
<h1 class="heading">Doing buisness in the <br> rightway for a <br> sustainable world</h1>
<p1 class="subheading">We’re working towards creating <br> sustainable solutions that benefit <br> the emerging needs of the world</p1>
</div>
</div>
<div class="image3">
<h1 class="heading">Making every drop count</h1>
<p1 class="subheading">We’re continuously updating our <br> understanding of water <br> stewardship opportunities to align better with the Sustainable <br> Development Goals.</p1>
</div>
</div>
<div class="image4">
<h1 class="heading">On a mission to a World Without Waste</h1>
<p1 class="subheading"> We aim to collect back packaging <br> for recycling equivalent to what we <br> put out in the market by 2030.</p1>
</div>
</div>
<div class="image5">
<h1 class="heading">Promoting Sustainable Agriculture</h1>
<p1 class="subheading">"Our efforts are focused on <br> improving the overall fruit <br> availability, increasing farming efficiency as well as building food <br> processing capacity in the country, <br> thereby helping farmers increase their income"
</p1>
</div>
</div>
<div class="image6">
<h1 class="heading">
"Presenting the “Super 30” glorious <br> years of Limca Book <br> of Records!"</h1>
<p1 class="subheading"> "This year’s Limca Book of <br> Records is a combined edition of <br> two challenging years and <br> celebrates stellar victories and <br> accomplishments in human <br> endeavor, education, adventure, <br> business, cinema, the natural <br> world, literature, and the arts."</p1>
</div>
<div class="foot">
<div class="bottom">
<div class="logo2">
<img src="images/india_footerLogo.png" width="400px">
</div>
<div class="down">
<h1 class="copyright">Copyright 2019 The Coca-Cola Company. All Rights Reserved.</h1>
<p1 class="info">The Coca-Cola system in India is comprised of Coca-Cola India Pvt. Ltd. (CCIPL), the <br> concentrate manufacturing entity and 15 authorised bottlers of The Coca-Cola Company <br> (TCCC), which are responsible for the production of ready-to-drink, non-alcoholic beverages <br> under the Trademarks of TCCC, their distribution and sale in the territory of India. The <br> system also comprises the India branch office of Coca-Cola India Inc., which provides <br> guidance in relation to development of business in India</p1>
</div>
</div>
<div class="bottom2">
<div class="final"> -->
<div class="end1"><a href="#" class="end">Contact Us |</a></div>
<a href="#" class="end">Policies</a>
<a href="#" class="end">Careers</a>
<a href="#" class="end">FAQ'S</a>
</div>
<br>
<div class="socialmedia">
<div class="smedia"><img src="https://www.coca-colaindia.com/content/dam/journey/in/en/private/logos/facebook_circle.svg"></div>
<div class="smedia"><img src="https://www.coca-colaindia.com/content/dam/journey/in/en/private/logos/twitter_circle.svg"></div>
<div class="smedia"><img src="https://www.coca-colaindia.com/content/dam/journey/in/en/private/logos/youtube_circle.svg"></div>
<div class="smedia"><img src="https://www.coca-colaindia.com/content/dam/journey/in/en/private/logos/flickr_circle.svg"></div>
<div class="smedia"><img src="https://www.coca-colaindia.com/content/dam/journey/in/en/private/logos/instagram_circle.svg"></div>
</div>
</div>
</div>
</body>
</html>