Skip to content

Commit d731ff2

Browse files
committed
Cambios de directorios, algo de info y organizacion
1 parent 35175fe commit d731ff2

File tree

99 files changed

+98
-91
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

99 files changed

+98
-91
lines changed
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

css/escuelaDeEscalada.css

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
.aboutUs {
2-
background: url(../images/ClimbingBG1.jpg) no-repeat center center fixed;
2+
background: url(../img/ClimbingBG1.jpg) no-repeat center center fixed;
33
display: table;
44
height: 100%;
55
position: relative;
@@ -12,7 +12,7 @@
1212
}
1313

1414
.clasesHorarios {
15-
background: url(../images/ClimbingBG2.jpg) no-repeat center center fixed;
15+
background: url(../img/ClimbingBG2.jpg) no-repeat center center fixed;
1616
display: table;
1717
height: 100%;
1818
position: relative;

css/escuelaDeIdiomas.css

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
.aboutUs {
2-
background: url(../images/IdiomasBG1.jpg) no-repeat center center fixed;
2+
background: url(../img/IdiomasBG1.jpg) no-repeat center center fixed;
33
display: table;
44
height: 100%;
55
position: relative;
@@ -12,7 +12,7 @@
1212
}
1313

1414
.clasesHorarios {
15-
background: url(../images/IdiomasBG2.jpg) no-repeat center center fixed;
15+
background: url(../img/IdiomasBG2.jpg) no-repeat center center fixed;
1616
display: table;
1717
height: 100%;
1818
position: relative;

css/escuelaDeMusica.css

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
.aboutUs {
2-
background: url(../images/MusicBG1.jpg) no-repeat center center fixed;
2+
background: url(../img/MusicBG1.jpg) no-repeat center center fixed;
33
display: table;
44
height: 100%;
55
position: relative;
@@ -12,7 +12,7 @@
1212
}
1313

1414
.clasesHorarios {
15-
background: url(../images/MusicBG2.jpg) no-repeat center center fixed;
15+
background: url(../img/MusicBG2.jpg) no-repeat center center fixed;
1616
display: table;
1717
height: 100%;
1818
position: relative;

css/escuelaDeYoga.css

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
.aboutUs {
2-
background: url(../images/YogaBG1.jpg) no-repeat center center fixed;
2+
background: url(../img/YogaBG1.jpg) no-repeat center center fixed;
33
display: table;
44
height: 100%;
55
position: relative;
@@ -12,7 +12,7 @@
1212
}
1313

1414
.clasesHorarios {
15-
background: url(../images/YogaBG2.jpg) no-repeat center center fixed;
15+
background: url(../img/YogaBG2.jpg) no-repeat center center fixed;
1616
display: table;
1717
height: 100%;
1818
position: relative;

escuelaDeEscalada.html

+19-19
Original file line numberDiff line numberDiff line change
@@ -12,16 +12,16 @@
1212
<title>La Casa de Piedra - Escuela de Escalada en Roca</title>
1313

1414
<!-- Bootstrap Core CSS -->
15-
<link href="startbootstrap-agency-1.0.6/css/bootstrap.min.css" rel="stylesheet">
15+
<link href="css/bootstrap.min.css" rel="stylesheet">
1616

1717
<!-- Custom CSS -->
18-
<link href="startbootstrap-agency-1.0.6/css/agency.css" rel="stylesheet">
18+
<link href="css/agency.css" rel="stylesheet">
1919

2020
<!-- Escuela de Yoga CSS -->
2121
<link href="css/escuelaDeEscalada.css" rel="stylesheet">
2222

2323
<!-- Custom Fonts -->
24-
<link href="startbootstrap-agency-1.0.6/font-awesome/css/font-awesome.min.css" rel="stylesheet" type="text/css">
24+
<link href="font-awesome/css/font-awesome.min.css" rel="stylesheet" type="text/css">
2525
<link href="https://fonts.googleapis.com/css?family=Montserrat:400,700" rel="stylesheet" type="text/css">
2626
<link href='https://fonts.googleapis.com/css?family=Kaushan+Script' rel='stylesheet' type='text/css'>
2727
<link href='https://fonts.googleapis.com/css?family=Droid+Serif:400,700,400italic,700italic' rel='stylesheet' type='text/css'>
@@ -154,10 +154,10 @@ <h3 class="section-subheading text-muted">Lorem ipsum dolor sit amet consectetur
154154
<div class="carousel slide carousel-fade" data-ride="carousel">
155155
<div class="carousel-inner" role="listbox">
156156
<div class="item active">
157-
<img src="images/ClimbingBG1.jpg" alt="Background1"/>
157+
<img src="img/ClimbingBG1.jpg" alt="Background1"/>
158158
</div>
159159
<div class="item">
160-
<img src="images/ClimbingBG2.jpg" alt="Background2"/>
160+
<img src="img/ClimbingBG2.jpg" alt="Background2"/>
161161
</div>
162162
</div>
163163
</div>
@@ -190,30 +190,30 @@ <h3 class="section-subheading text-muted">Lorem ipsum dolor sit amet consectetur
190190
</div>
191191
</footer>
192192

193-
194-
<script>
195-
$('.carousel').carousel({
196-
interval: 1000 * 3
197-
});
198-
</script>
199-
200193
<!-- jQuery -->
201-
<script src="startbootstrap-agency-1.0.6/js/jquery.js"></script>
194+
<script src="js/jquery.js"></script>
202195

203196
<!-- Bootstrap Core JavaScript -->
204-
<script src="startbootstrap-agency-1.0.6/js/bootstrap.min.js"></script>
197+
<script src="js/bootstrap.min.js"></script>
205198

206199
<!-- Plugin JavaScript -->
207200
<script src="http://cdnjs.cloudflare.com/ajax/libs/jquery-easing/1.3/jquery.easing.min.js"></script>
208-
<script src="startbootstrap-agency-1.0.6/js/classie.js"></script>
209-
<script src="startbootstrap-agency-1.0.6/js/cbpAnimatedHeader.js"></script>
201+
<script src="js/classie.js"></script>
202+
<script src="js/cbpAnimatedHeader.js"></script>
210203

211204
<!-- Contact Form JavaScript -->
212-
<script src="startbootstrap-agency-1.0.6/js/jqBootstrapValidation.js"></script>
213-
<script src="startbootstrap-agency-1.0.6/js/contact_me.js"></script>
205+
<script src="js/jqBootstrapValidation.js"></script>
206+
<script src="js/contact_me.js"></script>
214207

215208
<!-- Custom Theme JavaScript -->
216-
<script src="startbootstrap-agency-1.0.6/js/agency.js"></script>
209+
<script src="js/agency.js"></script>
210+
211+
<!-- Page Javascript -->
212+
<script>
213+
$('.carousel').carousel({
214+
interval: 1000 * 2
215+
});
216+
</script>
217217

218218
</body>
219219

escuelaDeIdiomas.html

+19-19
Original file line numberDiff line numberDiff line change
@@ -12,16 +12,16 @@
1212
<title>La Casa de Piedra - Escuela de Idiomas</title>
1313

1414
<!-- Bootstrap Core CSS -->
15-
<link href="startbootstrap-agency-1.0.6/css/bootstrap.min.css" rel="stylesheet">
15+
<link href="css/bootstrap.min.css" rel="stylesheet">
1616

1717
<!-- Custom CSS -->
18-
<link href="startbootstrap-agency-1.0.6/css/agency.css" rel="stylesheet">
18+
<link href="css/agency.css" rel="stylesheet">
1919

2020
<!-- Escuela de Yoga CSS -->
2121
<link href="css/escuelaDeIdiomas.css" rel="stylesheet">
2222

2323
<!-- Custom Fonts -->
24-
<link href="startbootstrap-agency-1.0.6/font-awesome/css/font-awesome.min.css" rel="stylesheet" type="text/css">
24+
<link href="font-awesome/css/font-awesome.min.css" rel="stylesheet" type="text/css">
2525
<link href="https://fonts.googleapis.com/css?family=Montserrat:400,700" rel="stylesheet" type="text/css">
2626
<link href='https://fonts.googleapis.com/css?family=Kaushan+Script' rel='stylesheet' type='text/css'>
2727
<link href='https://fonts.googleapis.com/css?family=Droid+Serif:400,700,400italic,700italic' rel='stylesheet' type='text/css'>
@@ -154,10 +154,10 @@ <h3 class="section-subheading text-muted">Lorem ipsum dolor sit amet consectetur
154154
<div class="carousel slide carousel-fade" data-ride="carousel">
155155
<div class="carousel-inner" role="listbox">
156156
<div class="item active">
157-
<img src="images/IdiomasBG1.jpg" alt="Background1"/>
157+
<img src="img/IdiomasBG1.jpg" alt="Background1"/>
158158
</div>
159159
<div class="item">
160-
<img src="images/IdiomasBG2.jpg" alt="Background2"/>
160+
<img src="img/IdiomasBG2.jpg" alt="Background2"/>
161161
</div>
162162
</div>
163163
</div>
@@ -190,30 +190,30 @@ <h3 class="section-subheading text-muted">Lorem ipsum dolor sit amet consectetur
190190
</div>
191191
</footer>
192192

193-
194-
<script>
195-
$('.carousel').carousel({
196-
interval: 1000 * 3
197-
});
198-
</script>
199-
200193
<!-- jQuery -->
201-
<script src="startbootstrap-agency-1.0.6/js/jquery.js"></script>
194+
<script src="js/jquery.js"></script>
202195

203196
<!-- Bootstrap Core JavaScript -->
204-
<script src="startbootstrap-agency-1.0.6/js/bootstrap.min.js"></script>
197+
<script src="js/bootstrap.min.js"></script>
205198

206199
<!-- Plugin JavaScript -->
207200
<script src="http://cdnjs.cloudflare.com/ajax/libs/jquery-easing/1.3/jquery.easing.min.js"></script>
208-
<script src="startbootstrap-agency-1.0.6/js/classie.js"></script>
209-
<script src="startbootstrap-agency-1.0.6/js/cbpAnimatedHeader.js"></script>
201+
<script src="js/classie.js"></script>
202+
<script src="js/cbpAnimatedHeader.js"></script>
210203

211204
<!-- Contact Form JavaScript -->
212-
<script src="startbootstrap-agency-1.0.6/js/jqBootstrapValidation.js"></script>
213-
<script src="startbootstrap-agency-1.0.6/js/contact_me.js"></script>
205+
<script src="js/jqBootstrapValidation.js"></script>
206+
<script src="js/contact_me.js"></script>
214207

215208
<!-- Custom Theme JavaScript -->
216-
<script src="startbootstrap-agency-1.0.6/js/agency.js"></script>
209+
<script src="js/agency.js"></script>
210+
211+
<!-- Page Javascript -->
212+
<script>
213+
$('.carousel').carousel({
214+
interval: 1000 * 2
215+
});
216+
</script>
217217

218218
</body>
219219

escuelaDeMusica.html

+19-19
Original file line numberDiff line numberDiff line change
@@ -12,16 +12,16 @@
1212
<title>La Casa de Piedra - Escuela de M&uacute;sica</title>
1313

1414
<!-- Bootstrap Core CSS -->
15-
<link href="startbootstrap-agency-1.0.6/css/bootstrap.min.css" rel="stylesheet">
15+
<link href="css/bootstrap.min.css" rel="stylesheet">
1616

1717
<!-- Custom CSS -->
18-
<link href="startbootstrap-agency-1.0.6/css/agency.css" rel="stylesheet">
18+
<link href="css/agency.css" rel="stylesheet">
1919

2020
<!-- Escuela de Musica CSS -->
2121
<link href="css/escuelaDeMusica.css" rel="stylesheet">
2222

2323
<!-- Custom Fonts -->
24-
<link href="startbootstrap-agency-1.0.6/font-awesome/css/font-awesome.min.css" rel="stylesheet" type="text/css">
24+
<link href="font-awesome/css/font-awesome.min.css" rel="stylesheet" type="text/css">
2525
<link href="https://fonts.googleapis.com/css?family=Montserrat:400,700" rel="stylesheet" type="text/css">
2626
<link href='https://fonts.googleapis.com/css?family=Kaushan+Script' rel='stylesheet' type='text/css'>
2727
<link href='https://fonts.googleapis.com/css?family=Droid+Serif:400,700,400italic,700italic' rel='stylesheet' type='text/css'>
@@ -154,10 +154,10 @@ <h3 class="section-subheading text-muted">Lorem ipsum dolor sit amet consectetur
154154
<div class="carousel slide carousel-fade" data-ride="carousel">
155155
<div class="carousel-inner" role="listbox">
156156
<div class="item active">
157-
<img src="images/MusicBG1.jpg" alt="Background1"/>
157+
<img src="img/MusicBG1.jpg" alt="Background1"/>
158158
</div>
159159
<div class="item">
160-
<img src="images/MusicBG2.jpg" alt="Background2"/>
160+
<img src="img/MusicBG2.jpg" alt="Background2"/>
161161
</div>
162162
</div>
163163
</div>
@@ -190,30 +190,30 @@ <h3 class="section-subheading text-muted">Lorem ipsum dolor sit amet consectetur
190190
</div>
191191
</footer>
192192

193-
194-
<script>
195-
$('.carousel').carousel({
196-
interval: 1000 * 3
197-
});
198-
</script>
199-
200193
<!-- jQuery -->
201-
<script src="startbootstrap-agency-1.0.6/js/jquery.js"></script>
194+
<script src="js/jquery.js"></script>
202195

203196
<!-- Bootstrap Core JavaScript -->
204-
<script src="startbootstrap-agency-1.0.6/js/bootstrap.min.js"></script>
197+
<script src="js/bootstrap.min.js"></script>
205198

206199
<!-- Plugin JavaScript -->
207200
<script src="http://cdnjs.cloudflare.com/ajax/libs/jquery-easing/1.3/jquery.easing.min.js"></script>
208-
<script src="startbootstrap-agency-1.0.6/js/classie.js"></script>
209-
<script src="startbootstrap-agency-1.0.6/js/cbpAnimatedHeader.js"></script>
201+
<script src="js/classie.js"></script>
202+
<script src="js/cbpAnimatedHeader.js"></script>
210203

211204
<!-- Contact Form JavaScript -->
212-
<script src="startbootstrap-agency-1.0.6/js/jqBootstrapValidation.js"></script>
213-
<script src="startbootstrap-agency-1.0.6/js/contact_me.js"></script>
205+
<script src="js/jqBootstrapValidation.js"></script>
206+
<script src="js/contact_me.js"></script>
214207

215208
<!-- Custom Theme JavaScript -->
216-
<script src="startbootstrap-agency-1.0.6/js/agency.js"></script>
209+
<script src="+js/agency.js"></script>
210+
211+
<!-- Page Javascript -->
212+
<script>
213+
$('.carousel').carousel({
214+
interval: 1000 * 3
215+
});
216+
</script>
217217

218218
</body>
219219

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

images/YogaBG1.jpg img/YogaBG1.jpg

File renamed without changes.

images/YogaBG2.jpg img/YogaBG2.jpg

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

images/poster.jpg img/poster.jpg

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)