-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
54 lines (47 loc) · 2.29 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
<!DOCTYPE html>
<head>
<!-- <meta name="viewport" content="user-scalable=no, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0" />
<meta name="apple-mobile-web-app-capable" content="yes" />
<link rel="apple-touch-icon-precomposed" href="albumradio152.png">
<meta name="msapplication-TileColor" content="#F19600">
<meta name="msapplication-TileImage" content="albumradio144.png">
<link rel="icon" href="albumradio32.png" sizes="32x32">
<link rel="icon" href="albumradio64.png" sizes="64x64">-->
<!-- Project CSS files -->
<!-- <link rel="stylesheet" href="css/normalize.css">
<link rel="stylesheet" href="css/flipclock.css">
<link rel="stylesheet" href="css/rdio-utils.css">
<link rel="stylesheet" href="css/main.css">
<link rel="stylesheet" href="css/dabblet.css">
<script src="https://www.rdio.com/api/api.js?client_id=3MD7hLFv5h9A7L2s0jmDQg"></script>-->
<!-- google analytics -->
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-45573888-1']);
_gaq.push(['_trackPageview']);
(function () {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
<!-- <script type="text/javascript">
function toggleBackground() {
//window.scrollTo(0, document.body.scrollHeight);
$("#bgImageContainer").toggleClass('frontsalot');
$("#bgImageContainer").toggleClass('lightbg');
$()
}
</script>-->
<title>Matelich Github projects</title>
</head>
<body>
<div class="section">
<h1>Matelich</h1>
<p>My projects!</p>
<ul><li><a href="album-radio">Album Radio</a> is an <a href="http://rdio.com">Rdio</a> powered <strong>full album radio.</strong></li></ul>
<ul><li><a href="cool-times">Cool Times</a> lets you know whether the current time of day is cool or not. Project with my daughter.</li></ul>
<ul><li><a href="bible-reading">Bible Reading</a> link to read a daily passage from the bible.</li></ul>
</div>
</body>
</html>