-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsources.html
More file actions
166 lines (150 loc) · 6.45 KB
/
Copy pathsources.html
File metadata and controls
166 lines (150 loc) · 6.45 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
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
<!DOCTYPE html>
<html>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<head>
<title>Kevin Long</title>
<link rel="stylesheet" href="index.css">
<link href="https://fonts.googleapis.com/css?family=Montserrat:400,500,700,800" rel="stylesheet">
</head>
<!-----(Top Menu Bar)----->
<div id="menubar" style="width: 100%">
<div id="logo">
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 16.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
width="100%" height="100%" viewBox="0 0 415.48 415.48" enable-background="new 0 0 415.48 415.48" xml:space="preserve">
<a href="index.html">
<g>
<circle fill="#FFFFFF" cx="208" cy="207.789" r="207.74"/>
<g>
<g>
<rect x="112.48" y="207.789" fill="#0541D8" width="42.937" height="95.248"/>
<rect x="112.48" y="112.543" fill="#0033CC" width="42.937" height="95.248"/>
</g>
<g>
<rect x="206.531" y="112.684" fill="#219B52" width="42.816" height="190.354"/>
<polygon fill="#23AF5B" points="249.468,112.541 249.348,112.684 169.309,207.789 113.188,207.789 155.417,157.613
193.229,112.684 193.349,112.541 "/>
<polygon fill="#00CC52" points="343.52,260.221 343.52,303.037 193.349,303.037 193.229,302.895 155.417,257.965 133.203,231.57
113.188,207.789 169.309,207.789 189.322,231.57 213.435,260.221 "/>
</g>
</g>
</g>
</a>
</svg>
</div>
<div id="options">
<ul><li><a href="index.html">Home</a></li><li><a href="/gallery">Gallery</a></li><li><a href="index.html">Contact</a></ul>
</div>
</div>
<!-----(Sticky Menu Bar)----->
<div id="sticky-menubar">
<div id="sticky-options">
<li><a href="index.html">Home</a></li><li><a href="/gallery">Gallery</a></li><li><a href="index.html">Contact</a></li>
</div>
<script src="https://code.jquery.com/jquery-latest.js">
</script>
<script type="text/javascript">
(function($) {
$(document).ready(function(){
$(window).scroll(function(){
if ($(this).scrollTop() > 50) {
$('#sticky-menubar').fadeIn(500);
} else {
$('#sticky-menubar').fadeOut(500);
}
});
});
})(jQuery);
</script>
</div>
<!-----(Header Image)----->
<div id="headerimage">
<table>
<tr style="height: 302px"></tr>
</table>
</div>
<!-----(Overlay)----->
<div id="overlay">
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 16.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
width="100%" height="100%" viewBox="0 0 415.48 415.48" enable-background="new 0 0 415.48 415.48" xml:space="preserve" style="display: block;">
<g>
<circle fill="#EFEFEF" cx="208" cy="207.789" r="207.74"/>
<g>
<g>
<rect x="112.48" y="207.789" fill="#0541D8" width="42.937" height="95.248"/>
<rect x="112.48" y="112.543" fill="#0033CC" width="42.937" height="95.248"/>
</g>
<g>
<rect x="206.531" y="112.684" fill="#219B52" width="42.816" height="190.354"/>
<polygon fill="#23AF5B" points="249.468,112.541 249.348,112.684 169.309,207.789 113.188,207.789 155.417,157.613
193.229,112.684 193.349,112.541 "/>
<polygon fill="#00CC52" points="343.52,260.221 343.52,303.037 193.349,303.037 193.229,302.895 155.417,257.965 133.203,231.57
113.188,207.789 169.309,207.789 189.322,231.57 213.435,260.221 "/>
</g>
</g>
</g>
</svg>
</div>
<!-----(Spacing)----->
<div id="spacing">
</div>
<!-----(Sources)----->
<div id="videos">
<div id="videostitle">
<h1>Sources</h1>
</div>
<div id="videodivider">
<hr width="98%">
</div>
<div id="sources">
<style scoped>
#sources{
font-family: 'Montserrat','sans-serif';
font-weight: 900;
font-size: 2vw;
}
.sourceslinks{
display: block;
margin-bottom: 7px;
}
a.sources:link {
padding: 5px;
padding-right: 15px;
padding-left: 15px;
color: black;
text-decoration: none;
}
a.sources:active {
background-color: #FFFFFF;
padding: 5px;
padding-right: 15px;
padding-left: 15px;
color: black;
text-decoration: none;
border-radius: 50px;
}
a.sources:visited {
padding: 5px;
padding-right: 15px;
padding-left: 15px;
color: black;
text-decoration: none;
}
a.sources:hover {
background-color: #FFFFFF;
padding: 5px;
padding-right: 15px;
padding-left: 15px;
border-radius: 50px;
text-decoration: none;
}
</style>
<ul><li class="sourceslinks"><a href="https://www.youtube.com/watch?v=kDv3dvBEkwk" class="sources">Waymo</a></li><li class="sourceslinks"><a href="https://www.youtube.com/watch?v=A0FZIwabctw" class="sources">SpaceX</a></li><li class="sourceslinks"><a href="https://www.youtube.com/watch?v=iqztd7uMvVI" class="sources">Windows XP
Error Sound</a></li><li class="sourceslinks"><a href="http://atom.smasher.org/error/" class="sources">Windows XP Error Window</a></li><li class="sourceslinks"><a href="http://www.freesfx.co.uk" class="sources">Click Sound</a></li><li class="sourceslinks"><a href="https://www.google.com/url?sa=i&rct=j&q=&esrc=s&source=images&cd=&cad=rja&uact=8&ved=2ahUKEwiE5ZbWks3dAhVG0oMKHdn2DBoQjRx6BAgBEAU&url=http%3A%2F%2Ffortune.com%2Ffortune500%2F&psig=AOvVaw32VDFk8-g0d0KVUVoENEFA&ust=1537655342771686" class="sources">Fortune 500</a></li>
<li class="sourceslinks"><a href="https://www.elderhs.org/page/about/contacts--directory" class="sources">Elder HS</a></li><li class="sourceslinks"><a href="https://www.bensound.com" class="sources">Bensound</a></li><li class="sourceslinks"><a href="http://www.simpsonsworld.com/video/311788611920" class="sources">Simpson's World</a></li><li class="sourceslinks"><a href="https://youtu.be/jMMgkeHdz70" class="sources">ElderHSTV</a></li><li class="sourceslinks"><a href="https://getyarn.io/yarn-clip/e7158a09-36ce-41f5-99f0-fd5b235ed479" class="sources">Yarn</a></li><li class="sourceslinks"><a href="https://youtu.be/fS5xHHqW-6E" class="sources">X Ambassadors</a></li></ul>
</div>