-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
72 lines (65 loc) · 2.52 KB
/
Copy pathindex.html
File metadata and controls
72 lines (65 loc) · 2.52 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
<!DOCTYPE html>
<html>
<head>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script>
<script type="text/javascript" src="skrollr.js"></script>
<script type="text/javascript" src="jscript.js"></script>
<meta name="google-site-verification" content="fBj30pifv9HydIX8rEjkG-bxa1_agB689b92yrT3TSM" />
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>SShadows</title>
<meta name="description" content="SShadows: Simple privacy.">
<link rel="stylesheet" href="style.css">
<link href='https://fonts.googleapis.com/css?family=Raleway:400,300' rel='stylesheet' type='text/css'>
</head>
<body>
<div id="title">
<h1>SShadows</h1>
<h2>Simple privacy</h2>
</div>
<div id="image">
<img id="phone" src="https://cloud.githubusercontent.com/assets/9418032/9971094/5e3f5ffa-5e27-11e5-867c-b4e0134397aa.png" width="25%">
</div>
<div class="link" id="buttons">
<div id="solophoto">
<a class="link" href="solophoto.html" style="text-decoration: none"><span class="link-spanner"></span>Solo Photo</a>
</div>
<div id="obstructer">
<a class="link" href="obstructer.html" style="text-decoration: none"><span class="link-spanner"></span>Obstructer</a>
</div>
</div>
<script>
//------------------ Smooth Scroll on click ------------------------------
$(function () {
$('.link').click(function () {
var id = $(this).attr('href');
$('html,body').animate({
scrollTop: $(id).offset().top
}, 'slow');
// Prevent default behavior of link
return false;
});
});
</script>
</body>
</html>
<!--
[[[[[[[[[[[[[[[ ]]]]]]]]]]]]]]]
[:::::::::::::: ::::::::::::::]
[:::::::::::::: ::::::::::::::]
[::::::[[[[[[[: :]]]]]]]::::::]
[:::::[ ]:::::]
[:::::[ ]:::::]
[:::::[ ]:::::]
[:::::[ ]:::::]
[:::::[ CODE THE WEB ]:::::]
[:::::[ http://brackets.io ]:::::]
[:::::[ ]:::::]
[:::::[ ]:::::]
[:::::[ ]:::::]
[:::::[ ]:::::]
[::::::[[[[[[[: :]]]]]]]::::::]
[:::::::::::::: ::::::::::::::]
[:::::::::::::: ::::::::::::::]
[[[[[[[[[[[[[[[ ]]]]]]]]]]]]]]]
-->