-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathFinalProject.html
More file actions
49 lines (43 loc) · 1.64 KB
/
FinalProject.html
File metadata and controls
49 lines (43 loc) · 1.64 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
<html>
<head>
<h1>
GLZ Painting
<link rel="stylesheet" type = "text/css" href = "WebsiteStyle.css">
</h1>
<a href="Pricing.html" class="price">Pricing</a>
<a href="Portfolio.html" class="portfolio">Portfolio</a>
<a href="ContactUs.html" class="contact">Contact Us</a>
<a href="FAQS.html" class="faqs">FAQs</a>
<a href="Ratings+Reviews.html" class="ratings">Ratings & Reviews<a>
<br>
<!-- large image(spans page).Can add multiple images that switch every few seconds-->
<img src="paint.jpg" alt="Paint" class="GLZ">
<br /> <br /> <br />
</head>
<h4 class="estimate">Get An Estimate: </h4>
<form>
Email: <br /><input type="email" name="email"><br />
Message:<br /> <textarea name="message" rows="10" cols="30">
</textarea> <br />
<input type="submit" value="submit">
</form>
<h4 class="picker">Sherwin Williams Color Picker</h4>
<a href="https://www.sherwin-williams.com/homeowners/color/find-and-explore-colors/paint-colors-by-family">
<img src="SherwinWilliamsColor.jpg" alt="Sherwin Williams Color Picker" class="Sherwin">
</a>
<h4 class="mural">Mural Examples</h4>
<a href="Murals.html">
<img src="Cherry 1.jpg" alt="Mural 1" class="cherry">
</a>
<p>
<text class="select">Click on image to select colors</text>
<text class="example">Click on the image to see murals.</text>
</p>
<p>
Follow us on:
<a href="https://www.instagram.com">Instagram</a>
<a href="https://www.facebook.com">Facebook</a>
<a href="https://www.twitter.com">Twitter</a>
<a href="https://www.linkedin.com">LinkedIn</a>
</p>
</html>