-
Notifications
You must be signed in to change notification settings - Fork 1
/
ejercicio21.html
73 lines (59 loc) · 2.67 KB
/
ejercicio21.html
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
<!DOCTYPE HTML>
<html lang="en-US">
<head>
<meta charset="UTF-8">
<link rel="stylesheet" type="text/css" href="stylesheet.css">
<title>Ejercicio_1</title>
</head>
<body>
<h1><strong>CREATIVE EVENTS</strong></h1>
<a href="">Home 1</a>
<a href="">Our Story 1</a>
<a href="">Portfolio</a>
<a href="">Services</a>
<a href="">Contact</a>
</nav>
<h2><strong>CREATIVE </strong> EVENTS</h2>
<div id="container1">
<img src="http://static.wix.com/media/84770f_55397fc002e7979c4a98dca41dd56248.png_srz_81_80_75_22_0.50_1.20_0.00_png_srz"/>
<h3><strong>How we began to do this</strong></h3>
<p>I'm a paragraph. Click here to add your own<br>
text and edit me. It’s easy. Just click<br>
“Edit Text” or double click me and you can start<br>
adding your own content and make <br>
changes to the font.</p>
</div>
<div id="Text2">
<img src="http://static.wix.com/media/84770f_694748c7518963767e5f8ad54e91fbd2.png_srz_81_80_75_22_0.50_1.20_0.00_png_srz">
<h3><strong>Philosophy</strong></h3>
<p>I'm a paragraph. Click here to add your own<br>
text and edit me. It’s easy. Just click<br>
“Edit Text” or double click me and you can start<br>
adding your own content and make <br>
changes to the font.</p>
</div>
<div id="Text3"><img src="http://static.wix.com/media/84770f_ce3f01ed586d363342b5325681405822.png_srz_81_80_75_22_0.50_1.20_0.00_png_srz">
<h3><strong>Our Work</strong></h3>
<p>I'm a paragraph. Click here to add your own<br>
text and edit me. It’s easy. Just click<br>
“Edit Text” or double click me and you can start<br>
adding your own content and make <br>
changes to the font.</p>
</div>
<div id="Text4">
<img src="http://static.wix.com/media/84770f_abf6fe73f1bb1e63e47367f42dab46f4.png_srz_81_80_75_22_0.50_1.20_0.00_png_srz">
<h3><strong>Get in touch</strong></h3>
<p>I'm a paragraph. Click here to add your own<br>
text and edit me. It’s easy. Just click<br>
“Edit Text” or double click me and you can start<br>
adding your own content and make <br>
changes to the font.</p>
</div>
<p><strong>Curating the world artfully</strong></p>
<img src="http://static.wix.com/media/84770f_ec31c5d5f6dac988556ac6b85c922af5.jpg_srz_620_375_75_22_0.50_1.20_0.00_jpg_srz"/>
<img src="http://static.wix.com/media/84770f_04bc1e0e9fb67740e23ded3ad458f077.jpg_srz_300_180_75_22_0.50_1.20_0.00_jpg_srz"/>
<img src="http://static.wix.com/media/84770f_6c76adb85c1b9b6056c0aa531d9f6c16.jpg_srz_620_375_75_22_0.50_1.20_0.00_jpg_srz"/>
<img src="http://static.wix.com/media/84770f_d2d1d6c457105f8857549d6269ec464d.jpg_srz_300_330_75_22_0.50_1.20_0.00_jpg_srz"/>
<img src="http://static.wix.com/media/84770f_47f18befb9e78d679da528133de5c1f5.jpg_srz_300_220_75_22_0.50_1.20_0.00_jpg_srz"/>
</body>
</html>