-
Notifications
You must be signed in to change notification settings - Fork 0
/
carousel.html
110 lines (97 loc) · 4.88 KB
/
carousel.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
<!DOCTYPE html>
<!--[if lt IE 8 ]><html class="no-js ie ie7" lang="en"> <![endif]-->
<!--[if IE 8 ]><html class="no-js ie ie8" lang="en"> <![endif]-->
<!--[if (gte IE 8)|!(IE)]><!-->
<html class="no-js" lang="en">
<!--<![endif]-->
<head>
<!--- Basic Page Needs
================================================== -->
<meta charset="utf-8">
<title>Uzair Chhapra</title>
<meta name="description" content="">
<meta name="author" content="">
<!-- Mobile Specific Metas
================================================== -->
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<!-- CSS
================================================== -->
<link rel="stylesheet" href="css/default.css">
<link rel="stylesheet" href="css/layout.css">
<link rel="stylesheet" href="css/media-queries.css">
<link rel="stylesheet" href="css/magnific-popup.css">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap.min.css">
<link rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.3.4/assets/owl.carousel.min.css">
<link rel="stylesheet" href="css/carousel.css">
<script src="https://code.jquery.com/jquery-2.2.4.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.3.4/owl.carousel.min.js"></script>
<script src="js/modernizr.js" defer></script>
<script src="js/carousel.js" defer></script>
<!-- Favicons
================================================== -->
<link rel="shortcut icon" href="MyLogo.png">
</head>
<body>
<div class="gtco-testimonials">
<h2>My Projects</h2>
<div class="owl-carousel owl-carousel1 owl-theme">
<div>
<div class="card text-center">
<div class="card-body">
<h5>Charging Buddy</h5>
<span class="categories"><i class="fa fa-tag"></i>Cloud Computing, Machine Learning,
IOT,
Web
Development</span>
<!-- </h5> -->
<p class="card-text">Lorem ipsum dolor sit amet consectetur adipisicing elit. Quae rem in
alias! Nam assumenda unde magnam dolor, tenetur, enim voluptates totam eos quisquam
suscipit tempora maiores ducimus illo fuga tempore ipsa asperiores! Nostrum saepe vitae
optio repellendus temporibus aperiam voluptatibus officia perspiciatis iusto possimus,
est rem. Modi pariatur non id.
</p>
<div class="link-box">
<a href="https://github.com/uzairchhapra/Library-Management" target="_blank">Details</a>
<a href="http://" target="_blank" rel="noopener noreferrer">Link</a>
</div>
</div>
</div>
</div>
<div>
<div class="card text-center">
<div class="card-body">
<h5>Missy Limana<br />
<span> Engineer </span>
</h5>
<p class="card-text">“ Nam libero tempore, cum soluta nobis est eligendi optio cumque nihil
impedit quo minus id quod maxime placeat ” </p>
</div>
</div>
</div>
<div>
<div class="card text-center">
<div class="card-body">
<h5>Martha Brown<br />
<span> Project Manager </span>
</h5>
<p class="card-text">“ Nam libero tempore, cum soluta nobis est eligendi optio cumque nihil
impedit quo minus id quod maxime placeat ” </p>
</div>
</div>
</div>
<div>
<div class="card text-center">
<div class="card-body">
<h5>Hanna Lisem<br />
<span> Project Manager </span>
</h5>
<p class="card-text">“ Nam libero tempore, cum soluta nobis est eligendi optio cumque nihil
impedit quo minus id quod maxime placeat ” </p>
</div>
</div>
</div>
</div>
</div>
</body>
</html>