-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
116 lines (115 loc) · 5.73 KB
/
about.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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!--Boostrap Styles-->
<link rel="stylesheet" href="./node_modules/bootstrap/dist/css/bootstrap.min.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/font/bootstrap-icons.css">
<link href="http://fonts.cdnfonts.com/css/cocogoose" rel="stylesheet">
<link href="http://fonts.cdnfonts.com/css/cocogoose" rel="stylesheet">
<link href="./Aboutpage/stylesheets/screen2.css" media="screen, projection" rel="stylesheet" type="text/css" />
<title>About</title>
</head>
<body>
<nav class="navbarstyles">
<ul class="linkmain" >
<li><i class="bi bi-facebook"></i></li>
<li><i class="bi bi-twitter"></i></li>
<li>English</li>
<li>My Page</li>
<li>Logout</li>
</ul>
</nav>
<section class="home">
<img id="deploy-menu2" class="Hamburgermenu" src="./Images/icons8-menu-48.png" alt="" >
<div class="headstyle">
<a href="index.html" alt=""><img class="stylelogo1" src="./Images/alcaldialogo.png" alt=""></a>
<ul class="menunavbar">
<li><a class="styleaboutlink" href="about.html">About</a></li>
<li>Program</li>
<li>Join</li>
<li>Sponsor</li>
<li>News</li>
<li class="CCcampain">CCcampain</li>
</ul>
<ul id="menubar2" class="menunavbar2" >
<li><i id="closebutton2" class="bi bi-x-lg closemenu"></i></li>
<li><a class="styleaboutlink" href="index.html">Home</a></li>
<li><a class="styleaboutlink" href="about.html">About</a></li>
<li>Program</li>
<li>Join</li>
<li>Sponsor</li>
<li>News</li>
<li class="CCcampain">CCcampain</li>
</ul>
</div>
</section>
<header class="styleheader">
<div class="TittleConference">
<h2 class="titleheader1">"Hello! sharing world!</h2>
<h1 class="titleheader2">CALI FAIR 2022</h1>
<div class="introduction">
The Cali Fair, also called Sugarcane Fair, is a festivity held annually with this name since 1958 in the Valle del Cauca city of Cali in Colombia
that takes place between December 25 and 30. Its most important events are the Salsódromo and the so-called Superconcert.
</div>
<div class="introductiondesktop">
The Cali Fair, also called Sugarcane Fair, is a festivity held annually with this name since 1958 in the Valle del Cauca city of Cali in Colombia
that takes place between December 25 and 30. Its most important events are the Salsódromo and the so-called Superconcert. During its events, local,
national and international orchestras participate, representing all danceable tropical rhythms.
It is organized by the Corporation of Events, Fairs and Shows of Cali, Corfecali.
</div>
<div class="information">
Please contact us per Email for any further questions <br class="">
About Cali fair 2022
</div>
<a class="linkinfo" href="#">[email protected]</a>
</div>
</header>
<section class="logo">
<h3 class="tittlemainprogram">Logo <br class="textglobal">Alcaldia Santiago de Cali.</h3>
<div class="line"></div>
<div class="infologo">
By royal decree of June 17, 1559, Santiago de Cali coat of arms was granted. Don Francisco Ponce De Leon.<br>
Accredited by the council, he asked King Don Felipe that for the services rendered to the crown in perpetuity it could be called and entitled<br>
'Very Noble and Very Loyal City'.
</div>
<div class="infologomobile">
By royal decree of June 17, 1559, Santiago de Cali coat of arms was granted. <br>
to be 'Very Noble and Very Loyal City'.
</div>
<img class="logostyle" src="./Images/alcaldialogo.png" alt="">
</section>
<section class="Globalsite">
<h4 class="tittlemainprogram"> See the past Cali Fair</h4>
<div class="line"></div>
<div class="headsites">
Take a look at the last logo of Cali fair and the last year Fair.
</div>
<ul class="siteconference">
<li><img class="stylesite" src="./Images/Festivalsalsa2021.jpeg" alt=""></li>
<li><img class="stylesite" src="./Images/Festivalsalsa2022.png" alt=""></li>
</ul>
</section>
<section class="partnership">
<h4 class="tittlemainprogram3">Partner</h4>
<div class="line"></div>
<ul class="wrapper3">
<li><img class="stylelogpartnership"src="./Images/blancodelvalle.png" alt=""></li>
<li><img class="stylelogpartnership" src="./Images/ronviejodecaldas.png" alt=""></li>
<li><img class="stylelogpartnership" src="./Images/emcali.png" alt=""></li>
<li><img class="stylelogpartnership" src="./Images/corfecalilogo.png" alt=""></li>
<li><img class="stylelogpartnership" src="./Images/gane.png" alt=""></li>
</ul>
</section>
<footer class="licensestyle">
<a rel="license" href="http://creativecommons.org/licenses/by-nc/4.0/"><img alt="Creative Commons License" class="imagestylelicense" src="./Images/CClogo.png"/></a>
<div class="styleinfo">
2022 Creative Commons Korea.
Some Rights Reserved.
</div>
</footer>
<script src="./scripts/showinfo2.js"></script>
</body>
</html>