-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcommProjHomePageNew.html
More file actions
77 lines (61 loc) · 4.14 KB
/
commProjHomePageNew.html
File metadata and controls
77 lines (61 loc) · 4.14 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
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Create & Paint Home Page</title>
<link rel="stylesheet" href="./folderCSS/homePageNew.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="http://www.leyachtclubbeirut.com/files/images/277657185dd7df531-544e-4c5f-9023-f0384bfad6b4.jpg" alt="love-wandering-the-old-streets-of-beirut">
<div class="topLeft"><img width="100px" height="100px" src="http://clipart-library.com/img1/1012258.png" alt="1st-prize"></div>
</div>
</div>
</section>
<section>
<div id="sectionTitle"><img width="40px" height="40px" src="http://clipart-library.com/img/869913.png" alt="paintLogo" >HOME</div>
</section>
<div class="articles">
<fieldset>
<legend>What can we do?</legend>
<p>
Create and Paint Ent. is based on the idea of bringing together groups of artists, painters and creative thinkers by creating events that help bring people together.<br>
We are located in Lebanon, Beirut and our aim is to share bring the art culture into communities by booking local parks and available spaces to display <br>
Mainly seeking those who love art and attending cultural events we try our best to reach out to everyone throughout charity funded and sponsored events where a selected few can display their work and other people can purchase it so that we can use those precedings and winnings to help our communities look better.
</p>
</fieldset>
<fieldset>
<legend>What can you do?</legend>
<p>
Create and Paint Ent. is based on the idea of bringing together groups of artists, painters and creative thinkers by creating events that help bring people together.<br>
We are located in Lebanon, Beirut and our aim is to share bring the art culture into communities by booking local parks and available spaces to display <br>
Mainly seeking those who love art and attending cultural events we try our best to reach out to everyone throughout charity funded and sponsored events where a selected few can display their work and other people can purchase it so that we can use those precedings and winnings to help our communities look better.
</p>
</fieldset>
</div><br/>
<div class="button1">
<form action="#">
<button class="buttons" id="buttonR" type="submit">REGISTER</button>
</form>
<form action="#">
<button class="buttons" id="buttonFU" type="submit">FUND US</button>
</form>
</div>
</body>
<footer>
<h5>Create & Paint Entertainment - 2020</h5>
</footer>
</div>
</body>
</html>