-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathswan.html
236 lines (180 loc) · 8.99 KB
/
swan.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
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
<!DOCTYPE html>
<html lang="en" class="full-height">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<title>Uni-Life | Swan</title>
<!-- Font Awesome -->
<link rel="stylesheet" href="../../../../maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
<!-- Bootstrap core CSS -->
<link href="css/bootstrap.min.css" rel="stylesheet">
<!-- Material Design Bootstrap -->
<link href="css/mdb.min.css" rel="stylesheet">
<!-- Your custom styles (optional) -->
<link href="css/style.css" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Slabo+27px" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
<style>
.verticalLine {
border-left: thick solid #7c2020;
}
.verticalLine1 {
border-right: thick solid #7c2020;
height: 20%;
}
.scrollbar-deep-purple::-webkit-scrollbar-track {
-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
background-color: #F5F5F5;
border-radius: 10px; }
.scrollbar-deep-purple::-webkit-scrollbar {
width: 12px;
background-color: #F5F5F5; }
.scrollbar-deep-purple::-webkit-scrollbar-thumb {
border-radius: 10px;
-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
background-color: #512da8; }
.scrollbar-cyan::-webkit-scrollbar-track {
-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
background-color: #F5F5F5;
border-radius: 10px; }
.scrollbar-cyan::-webkit-scrollbar {
width: 12px;
background-color: #F5F5F5; }
.scrollbar-cyan::-webkit-scrollbar-thumb {
border-radius: 10px;
-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
background-color: #00bcd4; }
.scrollbar-dusty-grass::-webkit-scrollbar-track {
-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
background-color: #F5F5F5;
border-radius: 10px; }
.scrollbar-dusty-grass::-webkit-scrollbar {
width: 12px;
background-color: #F5F5F5; }
.scrollbar-dusty-grass::-webkit-scrollbar-thumb {
border-radius: 10px;
-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
background-image: -webkit-linear-gradient(330deg, #d4fc79 0%, #96e6a1 100%);
background-image: linear-gradient(120deg, #d4fc79 0%, #96e6a1 100%); }
.scrollbar-ripe-malinka::-webkit-scrollbar-track {
-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
background-color: #F5F5F5;
border-radius: 10px; }
.scrollbar-ripe-malinka::-webkit-scrollbar {
width: 12px;
background-color: #F5F5F5; }
.scrollbar-ripe-malinka::-webkit-scrollbar-thumb {
border-radius: 10px;
-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
background-image: -webkit-linear-gradient(330deg, #f093fb 0%, #f5576c 100%);
background-image: linear-gradient(120deg, #f093fb 0%, #f5576c 100%); }
.bordered-deep-purple::-webkit-scrollbar-track {
-webkit-box-shadow: none;
border: 1px solid #512da8; }
.bordered-deep-purple::-webkit-scrollbar-thumb {
-webkit-box-shadow: none; }
.bordered-cyan::-webkit-scrollbar-track {
-webkit-box-shadow: none;
border: 1px solid #00bcd4; }
.bordered-cyan::-webkit-scrollbar-thumb {
-webkit-box-shadow: none; }
.square::-webkit-scrollbar-track {
border-radius: 0 !important; }
.square::-webkit-scrollbar-thumb {
border-radius: 0 !important; }
.thin::-webkit-scrollbar {
width: 6px; }
.example-1 {
position: relative;
overflow-y: scroll;
height: 200px; }
</style>
</head>
<body>
<div class="container text-left" style="margin-top: 30px">
<a href="index.html" style="color: #de3146"><h2>Bon Voyage</h2></a>
</div>
<div class="container">
<div class="row" style="margin: 10px; padding-top: 130px">
<div class="col-sm-5 verticalLine1" style="margin-left: 40px">
<img class="wow zoomIn" src="https://img.rawpixel.com/s3fs-private/rawpixel_images/website_content/v74-gift-050.jpg?con=3&dpr=1.5&fm=jpg&ixlib=php-1.1.0&mark=rawpixel-watermark.png&markalpha=90&markpad=13&markscale=10&markx=25&q=60&usm=15&vib=3&w=1600&s=f01176df3d97834f8caef23b5b1184b3" style="height: 300px; width: 250px">
</div>
<div class="col-sm-6 verticalLine" style="margin-left: 10px;font-family: 'Slabo 27px', serif;">
<h3 class="wow fadeIn" style="color:#808000">Nostrud amet culpa esse cillum.</h3>
<p class="wow fadeIn" data-wow-delay="0.7s">Dolor anim laboris sint qui do occaecat nulla aute non aute cupidatat qui nisi nostrud laboris dolore eu officia duis do fugiat incididunt consectetur dolor consectetur exercitation proident velit quis irure duis deserunt aute dolor quis pariatur culpa reprehenderit aute sunt aute cupidatat cupidatat adipisicing sint duis enim adipisicing eu laboris consectetur veniam dolor exercitation et occaecat sunt sit sunt sint consequat et commodo est do non ad ea commodo labore ut sit officia in reprehenderit est proident consectetur laboris do minim cupidatat quis sunt fugiat qui ex ut excepteur veniam dolor qui fugiat amet sint mollit occaecat eu commodo adipisicing sit in minim laboris eiusmod dolor nostrud ut cillum do excepteur est commodo anim sed id consectetur fugiat veniam fugiat veniam et pariatur velit quis nostrud nisi dolore culpa aute consequat quis aute in duis officia do magna officia qui fugiat dolore dolore qui eiusmod dolor fugiat reprehenderit sunt.</p>
</div>
</div>
<div class="row">
<div class="col-6 text-center">
</div>
<div class="col-6 text-center">
<a href="flowers.html" style="color: #0000ff; font-size: 20px"><i style="color: #0000ff" class="fa fa-arrow-circle-right" aria-hidden="true"></i> Next</a>
</div>
</div>
<br><br>
<div class="row">
<div class="col-md-6">
<!-- Exaple 1 -->
<div class="hoverable card example-1 square scrollbar-dusty-grass square thin" style="background-color: #ededed; height: 400px">
<div class="card-body">
<h4 id="section1" style="color:"><strong>Comments</strong></h4>
<div class="md-form">
<textarea type="text" id="form7" class="md-textarea"></textarea>
<label for="form7" style="color: black">Leave a comment here:</label>
<button type="button" class="btn btn-light-green" style="float: right">Comment</button>
</div>
<br><br>
<div class="bg-white" style="background-color: #fff; border-radius: 5px; border: 1px solid black">
<p style="margin: 5px"><b>Sarah commented:</b>
<br>
Lorem ipsum esse consequat aliquip officia proident deserunt consequat consequat velit do aute ut eiusmod labore duis.</p>
</div>
<br>
<div class="bg-white" style="background-color: #fff; border-radius: 5px; border: 1px solid black">
<p style="margin: 5px"><b>Emiliah commented:</b>
<br>
Lorem ipsum esse consequat aliquip officia proident deserunt consequat consequat velit do aute ut eiusmod labore duis.</p>
</div>
<br>
<div class="bg-white" style="background-color: #fff; border-radius: 5px; border: 1px solid black">
<p style="margin: 5px"><b>Usman commented:</b>
<br>
Lorem ipsum esse consequat aliquip officia proident deserunt consequat consequat velit do aute ut eiusmod labore duis.</p>
</div>
<br>
<div class="bg-white" style="background-color: #fff; border-radius: 5px; border: 1px solid black">
<p style="margin: 5px"><b>Zein commented:</b>
<br>
Lorem ipsum esse consequat aliquip officia proident deserunt consequat consequat velit do aute ut eiusmod labore duis.</p>
</div>
<br>
<div class="bg-white" style="background-color: #fff; border-radius: 5px; border: 1px solid black">
<p style="margin: 5px"><b>Taylor commented:</b>
<br>
Lorem ipsum esse consequat aliquip officia proident deserunt consequat consequat velit do aute ut eiusmod labore duis.</p>
</div>
<br>
<div class="text-center"><a style="color:#0000ff">Load more...</a></div>
</div>
</div>
<!-- Exaple 1 -->
</div>
</div>
<br><br>
</div>
<!--SCRIPTS-->
<!--JQuery-->
<script type="text/javascript" src="js/jquery-3.1.1.min.js"></script>
<!--Bootstrap tooltips-->
<script type="text/javascript" src="js/popper.min.js"></script>
<!--Bootstrap core JavaScript-->
<script type="text/javascript" src="js/bootstrap.min.js"></script>
<!--MDB core JavaScript-->
<script type="text/javascript" src="js/mdb.min.js"></script>
<script>
//Animation init
new WOW().init();
</script>
</body>
</html>