"Value app using bootstrap 4"
Bootstrap 4.0.0 Snippet by abhijeetka

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.0.0/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css">
<script src="//maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js"></script>
<script src="//code.jquery.com/jquery-1.11.1.min.js"></script>
<!------ Include the above in your HEAD tag ---------->
<!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, maximum-scale=1, user-scalable=no">
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
<title>Value App using bootstrap 4</title>
<meta name="description" content="Value App">
<meta name="keywords" content="Value App">
<!-- Meta information - for search engines -->
<meta property="og:title" content="Value App">
<meta property="og:type" content="website">
<meta property="og:url" content="#">
<meta property="og:image" content="imgs/ogimage.png">
<!-- 3rd party css files -->
<link rel="shortcut icon" href="https://sunlimetech.com/portfolio/valueapp/favicon.ico">
<link href="https://sunlimetech.com/portfolio/valueapp/css/bootstrap.min.css" rel="stylesheet">
<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.6.1/css/font-awesome.min.css" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/owl-carousel/1.3.3/owl.carousel.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/owl-carousel/1.3.3/owl.theme.min.css">
<!-- Internal css files -->
<link href="css/styles.css" rel="stylesheet">
</head>
<body>
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
body {
margin: 0;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
font-size: 1rem;
font-weight: normal;
line-height: 1.5;
color: #b2b2b2;
}
/************************************************************************/
/**************************** Helper Clases *****************************/
/************************************************************************/
h1,
h2,
h3,
h4,
h5,
h6,
p {
margin: 0 0 10px 0;
}
a,
a:visited {
color: #abafae !important;
webkit-transition: color 0.5s;
/* Safari */
transition: color 0.5s;
text-decoration: none !important;
}
a:hover,
a:focus {
color: #28a745 !important;
webkit-transition: color 0.5s;
/* Safari */
transition: color 0.5s;
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
2
3
4
5
6
7
8
9
10
11
12
$(document).ready(function() {
$("#testimonial-slider").owlCarousel({
items: 2,
itemsDesktop: [1000, 2],
itemsDesktopSmall: [979, 2],
itemsTablet: [768, 1],
pagination: false,
navigation: true,
navigationText: ["", ""],
autoPlay: true
});
});
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Related: See More


Questions / Comments: