Question

In: Computer Science

Create a 2x2 MDN grid containing at least 4 top company employees (ex. CEO, President, VP,...

Create a 2x2 MDN grid containing at least 4 top company employees (ex. CEO,
President, VP, CFO, COO, Founder, Co-founder, etc…) with headshot image, rank, first
name, last name, age, & email information. Use alternating background colors of
orange (with black text) and black (with white text).

Solutions

Expert Solution

HTML:
<div class="container">
<div>
<img src="url1">
CEO<br>
Mr. John Bayer<br>
34 Years<br>
[email protected]
</div>
<div> <img src="url2">
President<br>
Mr. Simon Greeg<br>
32 Years<br>
[email protected]
</div>
<div> <img src="url3">
Vice President<br>
Mr. Josh Hugh<br>
38 Years<br>
[email protected]
</div>
<div> <img src="url4">
CFO<br>
Mr. Ventan Lee<br>
29 Years<br>
[email protected]
</div>
</div>

CSS:

body {
width: 90%;
max-width: 900px;
margin: 2em auto;
font: .9em/1.2 Arial, Helvetica, sans-serif;
}
  
.container > div {
border-radius: 5px;
padding: 10px;
background-color: rgb(207,232,220);
border: 2px solid rgb(79,185,227);
text-align: center;
} .container {
display: grid;
grid-template-columns: 49% 49%;
grid-gap: 2%;
grid-auto-rows: 350px;
}
.container > div > img{
max-width: 256px;
}
.container > div:nth-child(even) {
background: orange;
color: black;
}
.container > div:nth-child(odd) {
background: black;
color: white;
}

OUTPUT:

NOTE: I have not added any url due to copyright issues. You can add your own image url for img tags.


Related Solutions

The CEO of a company wants to estimate the percent of employees that use company computers...
The CEO of a company wants to estimate the percent of employees that use company computers to go on Facebook during work hours. He selects a random sample of 200 of the employees and finds that 76 of them logged onto Facebook that day. Construct a 95% confidence interval for the population proportion. Answer the following questions in the Answer box. a. i) Sample proportion = ?    a. ii) critical value Z = ? a. iii) Standard error =...
The CEO of a company wants to estimate the percent of employees that use company computers...
The CEO of a company wants to estimate the percent of employees that use company computers to go on Facebook during work hours. He selects a random sample of 200 of the employees and finds that 76 of them logged onto Facebook that day. Construct a 95% confidence interval for the population proportion. Answer the following questions a. i) Sample proportion = ?    a. ii) critical value Z = ? a. iii) Standard error = ?    a. iv)...
create a case study from the interview with Dr. Steven Safyer, President & CEO Montefiore Health...
create a case study from the interview with Dr. Steven Safyer, President & CEO Montefiore Health System. • How does financing and reimbursement affect delivery of care? Health insurance affect health care delivery in the us that it makes providers less aware of the actual cost of health care it creates provider induced demand, this financing greatly influences how much health care is delivered. • How does reimbursement differ in the delivery of outpatient vs inpatient care? Reimbursement varies most...
Envision yourself as the CEO/President of an organization with full responsibility to the company, management, shareholders,...
Envision yourself as the CEO/President of an organization with full responsibility to the company, management, shareholders, creditors, regulators, and the general public. Develop a philosophy regarding internal controls for the organization. The polar extremes are 1) “Keep employees/management away from temptation”, whereby the internal controls are very well-defined, or 2) employees/management will follow the good judgment of their leader, whereby you set a good example and trust is the theme until employees do something to betray that trust. As you...
The president of a company asked a random sample of employees how they felt about the...
The president of a company asked a random sample of employees how they felt about the work they were doing. The following table gives a breakdown of their responses by gender. Does the data provide enough evidence to conclude that the level of job satisfaction is related to gender? Use alpha = .10 Gender Very Interesting Fairly Interesting Not Interesting Male 70 41 9 Female 35 34 11 The null hypothesis Would have to be revised No changes Would not...
Please write 4 paragraphs with each paragraph containing 50-60 words. Imagine you are the CEO of...
Please write 4 paragraphs with each paragraph containing 50-60 words. Imagine you are the CEO of a nonprofit community hospital in a small city. An influential patient is in your office with a hospital bill that he received recently for a one-day stay in the hospital (most of the time was spent in the emergency room). The bill, excluding physician charges, was $17,000. The patient thinks this is outrageous and wants to know if you really expect him to pay...
John Diaz is the President of Pacific Refrigeration. The company has 2,000 employees. It manufactures and...
John Diaz is the President of Pacific Refrigeration. The company has 2,000 employees. It manufactures and sells a variety of refrigeration un for commercial use. Recently, the company experienced large losses due to a downturn in the economy and has a subsequent decline in sa John thinks the losses were particularly large because of the company's cost structure. a. Exapand on John's thought How are large losses related to the cost structure? b. Identify possible ways to mitigate this problem...
Diana Mark is the president of ServicePro, Inc., a company that provides temporary employees for not-for-profit...
Diana Mark is the president of ServicePro, Inc., a company that provides temporary employees for not-for-profit companies. ServicePro has been operating for five years; its revenues are increasing with each passing year. You have been hired to help Diana in analyzing the following transactions for the first two weeks of April: April 2 Purchased and received office supplies for $1,400 on account. April 5 Billed the local United Way office $6,600 for temporary services provided. April 8 Paid $430 for...
For a company that is going to create a parking space for employees. 1500 parkings will...
For a company that is going to create a parking space for employees. 1500 parkings will be supplied by the company quesfion: What will be the factor of production and factor payment for the company? question: based on the factor of production what will be the TFC, TC, TVC for the company? the answer needs to be related to the supply provided.
Suppose you have just joined a startup drug delivery company as the President and CEO. What...
Suppose you have just joined a startup drug delivery company as the President and CEO. What will be your possible strategies to run this company so that you can bring an antisense oligonucleotide product in the market from the treatment of liver fibrosis? Remember, you need to generate money by attracting investors, you need to take care of the stock price of your company and moral of your employees.
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT