-
Notifications
You must be signed in to change notification settings - Fork 0
/
project-details-3.html
149 lines (113 loc) · 5.73 KB
/
project-details-3.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
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-YBJ71NE590"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-YBJ71NE590');
</script>
<!-- Google Tag Manager -->
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-PH7R9D5');</script>
<!-- End Google Tag Manager -->
<meta charset="utf-8">
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<title></title>
<meta content="" name="descriptison">
<meta content="" name="keywords">
<link href="assets/img/favicon.png" rel="icon">
<link href="assets/img/apple-touch-icon.png" rel="apple-touch-icon">
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i|Raleway:300,300i,400,400i,500,500i,600,600i,700,700i|Satisfy" rel="stylesheet">
<link href="assets/vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<link href="assets/vendor/icofont/icofont.min.css" rel="stylesheet">
<link href="assets/vendor/boxicons/css/boxicons.min.css" rel="stylesheet">
<link href="assets/vendor/venobox/venobox.css" rel="stylesheet">
<link href="assets/css/style.css" rel="stylesheet">
</head>
<body>
<!-- Google Tag Manager (noscript) -->
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-PH7R9D5"
height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
<!-- End Google Tag Manager (noscript) -->
<header id="header" class="fixed-top d-flex justify-content-center align-items-center ">
</header>
<main id="main">
<section class="breadcrumbs">
<div class="container">
<div class="d-flex justify-content-between align-items-center">
<a href="index.html"><i class="icofont-home"></i></a>
<h2>Project Details</h2>
</div>
</div>
</section>
<section class="portfolio-details">
<div class="container">
<div class="portfolio-details-container">
<div id="carouselControls" class="carousel slide" data-ride="carousel">
<ol class="carousel-indicators">
<li data-target="#carouseIndicators" data-slide-to="0" class="active"></li>
<li data-target="#carouseIndicators" data-slide-to="1"></li>
<li data-target="#carouseIndicators" data-slide-to="2"></li>
</ol>
<div class="carousel-inner">
<div class="carousel-item active">
<img src="https://repository-images.githubusercontent.com/300622893/e98cb900-06f5-11eb-8522-ee5172e6a4a7" class="img-fluid" alt="">
</div>
<div class="carousel-item">
<img src="https://repository-images.githubusercontent.com/300622893/e98cb900-06f5-11eb-8522-ee5172e6a4a7" class="img-fluid" alt="">
</div>
<div class="carousel-item">
<img src="https://repository-images.githubusercontent.com/300622893/e98cb900-06f5-11eb-8522-ee5172e6a4a7" class="img-fluid" alt="">
</div>
</div>
<a class="carousel-control-prev" href="#carouselControls" role="button" data-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="sr-only">Previous</span>
</a>
<a class="carousel-control-next" href="#carouselControls" role="button" data-slide="next" >
<span class="carousel-control-next-icon" aria-hidden="true" ></span>
<span class="sr-only" >Next</span>
</a>
</div>
<div class="portfolio-info">
<h3>Project information</h3>
<ul>
<li><strong>Category</strong>: Web design</li>
<li><strong>Project date</strong>: 09 August, 2020</li>
<li><strong>Project URL</strong>: <a href="https://fluffy-tail.herokuapp.com/">https://fluffy-tail.herokuapp.com/</a></li>
<li><strong>Github URL</strong>: <a href="https://github.com/DmitrySychev/Fluffy_Tail">https://github.com/DmitrySychev/Fluffy_Tail</a></li>
</ul>
</div>
</div>
<div class="portfolio-description">
<h2>Fluffy Tail</h2>
<p>
A pet adoption web app built with Ruby on Rails and a postgres database using RESTful conventions.
</p>
<ul>
<li><strong>Developed an easy to use application that could be scaled. </strong></li>
<li><strong>Leveraged Google Maps API for dynamic embedded map displays.</li>
</ul>
</div>
</div>
</section>
</main>
<footer id="footer">
<div class="container">
</div>
</footer>
<script src="assets/vendor/jquery/jquery.min.js"></script>
<script src="assets/vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<script src="assets/vendor/jquery.easing/jquery.easing.min.js"></script>
<script src="assets/vendor/waypoints/jquery.waypoints.min.js"></script>
<script src="assets/vendor/isotope-layout/isotope.pkgd.min.js"></script>
<script src="assets/vendor/venobox/venobox.min.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>