"Untitled"
Bootstrap 4.1.1 Snippet by divyalahad

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
<link href="//maxcdn.bootstrapcdn.com/bootstrap/4.1.1/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css">
<script src="//maxcdn.bootstrapcdn.com/bootstrap/4.1.1/js/bootstrap.min.js"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
<!------ Include the above in your HEAD tag ---------->
<!DOCTYPE html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="">
<meta name="author" content="">
<link rel="icon" href="../../../../favicon.ico">
<title>Carousel Template for Bootstrap</title>
<!-- Bootstrap core CSS -->
<link href="../../css/editor.css" rel="stylesheet">
<!-- Custom styles for this template -->
<link href="carousel.css" rel="stylesheet">
</head>
<body>
<header>
</header>
<main role="main">
<div id="myCarousel" class="carousel slide" data-ride="carousel">
<ol class="carousel-indicators">
<li data-target="#myCarousel" data-slide-to="0" class="active"><br></li>
<li data-target="#myCarousel" data-slide-to="1" class=""><br></li>
<li data-target="#myCarousel" data-slide-to="2" class=""><br></li>
</ol>
<div class="carousel-inner">
<div class="carousel-item active">I<img class="first-slide" src="https://lonelyplanetimages.imgix.net/mastheads/GettyImages-469786746_super.jpg?fit=crop&w=960&h=416" alt="First slide" width="100%" height="496px">
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
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
/* Responsive CSS Document */
/*
Created on : 4/4/2017.
Theme Name : Indior Tours .
Description: Indior Tours- Responsive CMS template.
Version : 1.1.
Author : @Indior Tours.
*/
@media (min-width: 992px) {
.container {
padding-left: 0 !important;
padding-right: 0 !important;
}
}
@media (max-width: 1366px) {
.scroll-top {bottom: 30px; right:30px;}
}
@media (max-width: 1199px) {
#team-section .team-member-wrapper .single-team-member .img .opacity p {padding: 0 15px;}
#team-section .team-member-wrapper .single-team-member .img .opacity {padding-top: 20px;}
.habilidades_contenedor {margin-top: 100px;}
}
/*(max-width: 1199px)*/
@media (max-width: 991px) {
.theme-title p,#skill-section .img img {width: 100%;}
#skill-section {padding-bottom: 30px;}
.blog-details-page aside {margin-top: 100px;}
.blog-details-post-wrapper>.row p {margin-bottom: 30px;}
}
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
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
"use strict";
function goMap () {
if ($('#map').length) {
// Styles a map in night mode.
var map = new google.maps.Map(document.getElementById('map'), {
center: {lat: 40.925372, lng: -74.276544},
zoom: 12,
scrollwheel: false,
styles: [ {
"featureType": "all",
"elementType": "labels.text.fill",
"stylers": [
{
"saturation": 36
},
{
"color": "#000000"
},
{
"lightness": 40
}
]
},
{
"featureType": "all",
"elementType": "labels.text.stroke",
"stylers": [
{
"visibility": "on"
},
{
"color": "#000000"
},
{
"lightness": 16
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Related: See More


Questions / Comments: