-
Notifications
You must be signed in to change notification settings - Fork 0
/
Mobile-App.html
61 lines (61 loc) · 3.17 KB
/
Mobile-App.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
<html>
<head>
<title>Home • McDonalds</title>
<link rel="stylesheet" type="text/css" href="styles/style.css">
<link rel="stylesheet" type="text/css" href="styles/latofonts.css">
<link rel="icon" type="image/jpg" href="styles/images/Logo/favicon.jpg">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<body>
<section class="header2">
<p align="center"><img id="logo" align="center" src="styles/images/Logo/Logo_3.png"></p>
<ul>
<li><a href="Home.html">Home</a></li>
<li><a href="Menu.html">Full Menu</a></li>
<li><a href="Mobile-App.html">Mobile App</a></li>
<li><a href="About-Us.html">About Us</a></li>
<li><a href="Contact-Us.html">Contact Us</a></li>
<li><a href="download/MDS-Menu.pdf" download>Download Menu</a></li>
</ul>
<br>
<br>
<br>
<h2 id="h2">Download our</h2>
<h1 id="h1">McDo App!</h1>
<h3 id="h3">delicious food and offers! </h3>
<!--<p align="center"><a href="#" class="Button1" id="wrapper">Buy me!</a></p>-->
</section>
<center>
<section class="mcdo-app">
<a href="https://play.google.com/store/apps/details?id=ph.mobext.mcdelivery&hl=en" target="_blank"><img src="styles/images/Body/McDonalds-Descrip.png"></a>
</section>
</center>
<section class="footer">
<div class="footer-left">
<h3>About Us</h3>
<div class="footer-text1">
<p><a href="About-Us.html#Our-Story">Our History</a></p>
<p><a href="About-Us.html#MCDOPH">McDonalds in the PH!</a></p>
<p><a href="About-Us.html#vision">Our Vision</a></p>
<p><a href="About-Us.html#products">Our Products and Foods</a></p>
<p><a href="About-Us.html#Charity">Charitiess</a></p>
</div>
</div>
<div class="footer-center">
<h4>Careers</h4>
<p><a href="About-Us.html#work">Working at McDonalds</a></p>
<p><a href="#">Meet Our People</a></p>
<p><a href="#">Apply Now</a></p>
</div>
<div class="footer-right">
<h4>Contact Us</h4>
<p><a href="Contact-Us.html">Message us!</a></p>
<p><a href="#">Employment</a></p>
<p><a href="Mobile-App.html">Mobile App</a></p>
</div>
</section>
<section class="under-footer">
<span align="center">Follow us on </span><a id="a" href="http://www.facebook.com/McDo.ph" target="_blank">Facebook </a><a href="http://twitter.com/mcdo_ph" target="_blank" id="a">Twitter | </a><span>Download our <a href="https://play.google.com/store/apps/details?id=ph.mobext.mcdelivery&hl=en" target="_blank" id="a">McDo's Official App!</a></span>
<p id="p">This is an unofficial McDonald's Website, this is only for a project | Made with ☕ and ❤ | ©McDonald's. All Rights Reserved.</p>
</section>
</html>