-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
79 lines (63 loc) · 3.7 KB
/
Copy pathindex.html
File metadata and controls
79 lines (63 loc) · 3.7 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<script src= "https://cdnjs.cloudflare.com/ajax/libs/PapaParse/4.1.2/papaparse.min.js"></script>
<script src="js/main.js"></script>
<meta charset="UTF-8">
<title>Bullets Of Wisdom</title>
<!-- Latest compiled and minified CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css" integrity="sha384-1q8mTJOASx8j1Au+a5WDVnPi2lkFfwwEAa8hDDdjZlpLegxhjVME1fgjWPGmkzs7" crossorigin="anonymous">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap-theme.min.css" integrity="sha384-fLW2N01lMqjakBkx3l/M9EahuwpSfeNvV63J5ezn3uZzapT0u7EYsXMjQV+0En5r" crossorigin="anonymous">
<link href='https://fonts.googleapis.com/css?family=Droid+Sans' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Fjalla+One|Roboto' rel='stylesheet' type='text/css'>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js" integrity="sha384-0mSbJDEHialfmuBBQP6A4Qrprq5OVfW37PRR3j5ELqxss1yVqOtnepnHVP9aJ7xS" crossorigin="anonymous"></script>
<link rel="stylesheet" href="css/main.css">
<link rel="favicon" href="favicon.ico">
</head>
<body>
<div class="col-md-1">
</div>
<div class="jumbotron new-jumbotron">
<div class="container wrap-inside">
<div class="row">
<div class="col-md-4 wrap-inside">
<div class="pic-left-align">
<img class="img-rounded halfsize" src="./images/Sax-triani.JPG">
</div>
</div>
<h1 class="col-md-8 heading-font" id="heading-size">Saxena Ji's great quotes!</h1>
<div class="col-md-8">
<div class="intro-align">
<p>Here you will find the delectable but, alas, only finite collection of the Classical Context Free Quotes of the great Saxena ji. I hope they enrich your life with their depth, profoundity and yogism as they have done for those who had to put up with them for the last years. Please contribute and preserve permanently the <i>bullets of wisdom</i> for use by the countable number of generations which will hopefully try to trip and slip on the same path on which the great Saxena ji once fell, got up and swore out loud.</p>
<p style= "font-family: 'Roboto', sans-serif; font-size: 2.2rem">Thus spake Saxena ji .. </p>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="text-container">
<div class="quote-container" id="foo-bar">
</div>
<hr>
</div>
<footer class="new-quote" id="footer-size">
<div class="text-container">
Keep the tradition alive by submitting more quotes <a href="https://docs.google.com/forms/d/1aIRYec7cmwHzN-ttZasw5-iFLnbpifvwjm34ik_zwjA/viewform" target="_blank">here</a>.
<p>Made with <span class="text-danger glyphicon glyphicon-heart new-quote" id="footer-size"></span> using <a href="https://http://getbootstrap.com/" target="_blank">Bootstrap</a>.</p>
</div>
</footer>
<!-- Own script -->
<script src="Parsedata.js"></script>
<!-- Google Analtics -->
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-76705415-3', 'auto');
ga('send', 'pageview');
</script>
</body>
</html>