-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcommProjContactUsPage.html
More file actions
66 lines (47 loc) · 2.57 KB
/
commProjContactUsPage.html
File metadata and controls
66 lines (47 loc) · 2.57 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
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Create & Paint News & Events Page</title>
<link rel="stylesheet" href="./folderCSS/ContactUs.css" />
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
</head>
<body>
<div id="allElements">
<header>
<div class="navbar">
<img id="logo2" src="./websiteImages/siteLogo.svg" alt="logo-CnP">
<a href="./commProjHomePageNew.html"><img width="30px" height="30px" src="http://clipart-library.com/img/869913.png" alt="paintLogo" >Home</a>
<a href="./commProjNews&EventsPage.html"><img width="30px" height="30px" src="http://clipart-library.com/images_k/newspaper-transparent/newspaper-transparent-8.png" alt="news">News & Events</a>
<a href="./commProjContactUsPage.html"><img color="white" width="30px" height="30px" src="http://clipart-library.com/data_images/392653.png" alt="contact-us">Contact Us</a>
</div>
</header>
<section>
<div class="container">
<div class="slider">
<img id="imgs" src="https://rsvpaint.com/wp-content/uploads/50076.jpg" alt="love-wandering-the-old-streets-of-beirut">
<div class="topLeft"><img width="100px" height="100px" src="http://clipart-library.com/img1/1476221.png" alt="3rd-prize"></div>
</div>
</div>
</section>
<section>
<div id="sectionTitle"><img width="40px" height="40px" src="http://clipart-library.com/data_images/392653.png" alt="contact-us">Contact Us</div>
</section>
<div class="textCU">
<p>Create & Paint Entertainment<br>Beirut, Lebanon<br>+961 123 456<br><a class="textCU" href="#"><u>info@createandpaintent.com</u></a></p>
</div>
<div class="cu">
<p>Follow us on:</p>
</div>
<div class="icons">
<a href="#" class="fa fa-facebook"></a>
<a href="#" class="fa fa-linkedin"></a>
<a href="#" class="fa fa-instagram"></a>
</div>
<footer>
<h5>Create & Paint Entertainment - 2020</h5>
</footer>
</div>
</body>
</html>