-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
52 lines (49 loc) · 2.41 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
<!DOCTYPE html>
<html>
<head>
<title>sean said ipsum</title>
<link rel="stylesheet" href="css/styles.css">
<meta name="description" content="Sloan lyrics as placeholder text!">
<meta name="author" content="Ruhee Dewji">
<meta name="viewport" content="width=device-width">
</head>
<body>
<header class="header">
<div class="header-container">
<!-- <img class="sloan" src="../img/octa.jpg" /> -->
<h2>sean said i-p-s-u-m <span>[yeah yeah yeah]</span></h2>
</div>
</header>
<div class="container">
<p>Do you love Sloan? Do you need placeholder copy for your website, design, or other such project? Look no further.</p>
<p class="center">How many paragraphs?
<select id="paragraphselect">
<option value="1">1</option>
<option value="2">2</option>
<option value="3">3</option>
<option value="4">4</option>
</select>
</p>
<p><input type="button" value="I worship all your handsome words" onclick="getNumber()"></p>
<div id="ipsum-container"></div>
<footer>
<p>Something broken or acting strange? Please <a href="mailto:[email protected]">report a bug</a>.<br />
All lyrics © Ferguson/Murphy/Pentland/Scott, otherwise known as Sloan. You should <a href="http://sloanmusic.com/#releases">buy their albums</a>.</p>
<p class="twitter-links"><a href="https://twitter.com/ruhee_" class="twitter-follow-button" data-show-count="false" data-dnt="true">Follow @ruhee_</a>
<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+'://platform.twitter.com/widgets.js';fjs.parentNode.insertBefore(js,fjs);}}(document, 'script', 'twitter-wjs');
</script>
<a href="https://twitter.com/share" class="twitter-share-button" data-url="http://ruhee.ca/sloan-ipsum" data-via="ruhee_" data-dnt="true">Tweet</a></p>
</footer>
</div>
<script type="text/javascript" src="data/sloan.js"></script>
<script type="text/javascript" src="js/sloanipsum.js"></script>
<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','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-21280540-1', 'auto');
ga('send', 'pageview');
</script>
</body>
</html>