This repository has been archived by the owner on Oct 9, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 17
/
Copy pathindex.html
78 lines (75 loc) · 2.55 KB
/
index.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
<!DOCTYPE html>
<html >
<head>
<title>Love You</title>
<meta charset="UTF-8">
<link href="https://fonts.googleapis.com/css?family=Lato:100" rel="stylesheet" type="text/css">
<link rel="stylesheet" href="asset/css/style.css">
</head>
<body>
<div class="wrapper">
<div class="container">
<div class="main">
<section id="testimonials">
<div class="text-container">
<div class="row">
<div class="two columns header-col">
<h1><span>Quotes</span></h1>
</div>
<div class="ten columns flex-container">
<div class="flexslider">
<ul class="slides">
<li>
<blockquote>
<p>
“In your light I learn how to love. In your beauty, how to make poems. You dance inside my chest where no-one sees you, but sometimes I do, and that sight becomes this art.”
</p>
<cite>Rumi</cite>
</blockquote>
</li>
<li>
<blockquote>
<p>
“He stepped down, trying not to look long at her, as if she were the sun, yet he saw her, like the sun, even without looking.”
</p>
<cite>Leo Tolstoy, Anna Karenina</cite>
</blockquote>
</li>
<li>
<blockquote>
<p>
“I have waited for this opportunity for more than half a century, to repeat to you once again my vow of eternal fidelity and everlasting love.”
</p>
<cite>Gabriel García Márquez, Love In The Time Of Cholera</cite>
</blockquote>
</li>
</ul>
</div>
</div>
</div>
</div>
</section>
</div>
<ul class="bg-bubbles">
<li><div class="heart pulse2">♥</div></li>
<li><div class="heart pulse2">♥</div></li>
<li><div class="heart pulse2">♥</div></li>
<li><div class="heart pulse2">♥</div></li>
<li><div class="heart pulse2">♥</div></li>
<li><div class="heart pulse2">♥</div></li>
<li><div class="heart pulse2">♥</div></li>
<li><div class="heart pulse2">♥</div></li>
<li><div class="heart pulse2">♥</div></li>
<li><div class="heart pulse2">♥</div></li>
</ul>
</div>
</div>
<audio controls autoplay style="display:none;">
<source src="asset/audio/David%20Neyrolles%20-%2050%20Boulevard%20Voltaire.mp3" type="audio/mpeg">
Your browser does not support the audio element.
</audio>
<script>window.jQuery || document.write('<script src="asset/js/jquery-1.10.2.min.js"><\/script>')</script>
<script src="asset/js/jquery.flexslider.js"></script>
<script src="asset/js/init.js"></script>
</body>
</html>