forked from ISM6225/Assignment_LookAndFeel
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMarjorieGordon-Assignment 2.html
More file actions
127 lines (108 loc) · 5.68 KB
/
MarjorieGordon-Assignment 2.html
File metadata and controls
127 lines (108 loc) · 5.68 KB
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
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
<!DOCTYPE html>
<!-- saved from url=(0180)file:///C:/Users/Kristen-Surface%202/OneDrive/Documents/1%20Education/1%20USF/ISM%206225%20Distributed%20Info%20Syst/HTML%20MKG%20service/Services%20MKG-use%20this%20one.html#about -->
<html lang="en"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Your Website Title</title>
<style>
body {
font-family: Arial, sans-serif;
margin: 0;
padding: 0;
background-color: #f4f4f4;
color: #333;
}
.header, .footer {
background-color: #333;
color: white;
text-align: center;
padding: 1em 0;
}
.nav {
background-color: #444;
overflow: hidden;
}
.nav a {
float: left;
display: block;
color: white;
text-align: center;
padding: 14px 16px;
text-decoration: none;
}
.nav a:hover {
background-color: #ddd;
color: black;
}
.container {
padding: 15px;
}
</style>
</head>
<body>
<div class="header">
<h1>Grocery Purchase Data Services</h1>
</div>
<div class="nav">
<!-- Navigation Links -->
<a href="file:///C:/Users/Kristen-Surface%202/OneDrive/Documents/1%20Education/1%20USF/ISM%206225%20Distributed%20Info%20Syst/HTML%20MKG%20service/Services%20MKG-use%20this%20one.html#services">Services</a>
<a href="file:///C:/Users/Kristen-Surface%202/OneDrive/Documents/1%20Education/1%20USF/ISM%206225%20Distributed%20Info%20Syst/HTML%20MKG%20service/Services%20MKG-use%20this%20one.html#about">About Us</a>
<a href="file:///C:/Users/Kristen-Surface%202/OneDrive/Documents/1%20Education/1%20USF/ISM%206225%20Distributed%20Info%20Syst/HTML%20MKG%20service/Services%20MKG-use%20this%20one.html#contact">Contact Us</a>
</div>
<div class="container">
<!-- Insert your main content here -->
<h2>Are Consumers Really Paying More for Household Groceries?</h2>
<p>HThe Consumer Price Index (CPI), collected and published by the U.S. Bureau of Labor Statistics (BLS), measures price levels for a basket of consumer goods and services. The CPI is the most publicized and widely used measure of consumer price inflation in the U.S. economy. The CPI for food is the component of the all-items CPI measuring changes in U.S. retail food prices. Industry analysts, food market participants, and policymakers closely follow the CPI for food.</p>
</div>
<p>For more detailed information on food price trends and forecasts, visit the
<a href="https://www.ers.usda.gov/data-products/food-price-outlook/summary-findings.aspx" target="_blank">USDA Economic Research Service's Food Price Outlook</a>.</p>
<!-- Your Services Section -->
<section id="services">
<h3>Our Services</h3>
<p>GPDS helps grocery consumers understand the rising grocery costs and helps consumers make the economical grocery decision to feed their families.GPDS uses group purchasing power to contract savings for you. Our team takes government data on buying trends and uses it to contract prices that are driven by the consumer and not the government</p>
</section>
<!-- Your About Us Section -->
<section id="about">
<h3>About GPDS Owner</h3>
<p>Marjorie Gordon was born and raised in the United States. With the support of a family committed to public service, Marjorie developed a passion for helping consumers make wise shopping decisions by using supply chain data to create and contract Group Purchasing pricing discounts and rebates. I have an MBA in Supply Chain Management and have worked in different areas of healthcare and manufacturing throughout my career. I am convinced that the power of group purchasing can drive down costs. In my spare time, I enjoy animals and staying active in my community.</p>
</section>
<!-- Your Contact Section -->
<section id="contact">
<h3>Contact Us</h3>
<h4>EMAIL</h4>
<p>help@gpds.com</p>
<h5>ADDRESS</h5>
<p>4202 E. Fowler Avenue<br>
Tampa, FL 33620</p>
<h6>PHONE</h6>123-456-7890<p></p>
<div class="message">
<div class="subheader"><h3>OR <br>To send us a message:</h3></div>
<div class="emaildiv">
<form method="post" id="form">
<label for="name">Full Name:</label><br>
<input id="name" required="" type="text" name="name" size="35">
<br>
<label for="email">Email:<br>
<input id="email" required="" type="text" name="email" size="35">
<br>
<label for="message">Message:</label><br>
<textarea name="message" required="" id="message" cols="30" rows="10"></textarea>
</label>
<br>
<input type="button" value="Send Mail" onclick="sendMail();ClearInputFields();">
</form>
</div>
</div>
<br>
<div class="subheader">
<h3>Our Office</h3>
</div>
<div class="map">
<div class="mapbox">
<iframe class="map-responsive" src="./MarjorieGordon-Assignment 2_files/embed.html" width:"650"="" height:"450"="" style="border:0;" allowfullscreen="" loading="lazy" referrerpolicy="no-referrer-when-downgrade">
</iframe>
</div>
</div>
<div class="footer">
<p>Copyright © 2023 GPDS</p>
</div>
</section></body></html>