-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdrones.html
More file actions
193 lines (175 loc) · 7.91 KB
/
drones.html
File metadata and controls
193 lines (175 loc) · 7.91 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
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-5MSKJH3VR6"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-5MSKJH3VR6');
</script>
<title>Yonny Sklansky</title>
<meta charset="utf-8" meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css"></link>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
<link rel="icon" href="Yonny.jpg"></link>
<script type='text/javascript' src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
<script type='text/javascript' src="http://netdna.bootstrapcdn.com/bootstrap/3.0.2/js/bootstrap.min.js"></script>
<style type='text/css'>
ul.nav li.dropdown:hover ul.dropdown-menu {
display: block;
}
</style>
<style>
* {
font-family: 'Helvetica Neue';
font-size: 16px;
}
img {
position: relative;
transform: scale(1);
transition: .5s ease;
background: rgba(255, 255, 255, 0);
z-index: 1;
cursor: pointer
}
.custom-active {
position: relative;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: rgba(255, 255, 255, 1);
transform: scale(1.5);
border: 100px;
transition: .5s ease;
z-index: 3;
}
.active {
position: relative;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: rgba(255, 255, 255, 1);
transform: scale(1.5);
transition: .5s ease;
z-index: 3;
}
img:hover {
transition: .5s ease;
z-index: 2;
cursor: pointer
}
</style>
</meta>
</head>
<body>
<nav class="navbar navbar-default navbar-fixed-top">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#myNavbar">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
</div>
<div class="collapse navbar-collapse" id="myNavbar">
<ul class="nav navbar-nav">
<li><a href="./index.html">Home</a></li>
<li><a href="./About-me.html">About Me</a></li>
<li class="dropdown"><a href="./research.html"> Research <span class="caret"></span></a>
<ul class="dropdown-menu">
<li><a href="./persistence.html">Persistent Homology of the Cosmic Web</a></li>
<li><a href="./voids.html">Void Clustering and Heirarchy</a></li>
<li><a href="./caustics.html">Caustics in Large Scale Structure</a></li>
</ul>
<li class="dropdown"><a href="./hobbies.html"> Hobbies and Interests <span class="caret"></span></a>
<ul class="dropdown-menu">
<li><a href="./scioly.html">Science Olympiad</a></li>
<li><a href="./drones.html">Drones</a></li>
</ul>
<li><a href="CV.pdf" target="_blank">Curriculum Vitae</a></li>
</li>
</ul>
</div>
</div>
</nav>
<div class="container", align = "justify", style="margin-top:50px">
<div class="page-header", align = "left">
<h2>Drones</h2>
</div>
<div class="col-sm-6">
<h3 style="text-align:center">
It's hard to believe, but I've now been flying drones for over 2 years. During that time, I captured footage with the DJI Mini, Mini 2, and Mavic Air 2. Below you will find a collection of some edited footage, as well as some of my favorite aerial photography.
<br><br>On the right is a photo of the Philly skyline at golden hour, 11/26/2020.
<br><br><br><br><br><br><img src="LittleSnowyPlanet.JPG" style="width:80%"></img>
<br><br><br><br><br><br><br><br><br> The aftermath of the snow, taken on 12/17/2020.
</h3>
</div>
<div class="col-sm-6">
<h4>
<img src="Thanksgiving.jpg" style="width:100%"></img>
</h4>
<h3 style="text-align:center">
<br><br><br><br><br><br><br> Here is a series of photos stitched together to make a 360 degree panorama and projected to give the appearance of a "little snowy planet." This was taken on 12/16/2020.
<br><br><br><br><br><br><br><br><br><br>
<img src="Post Winter Storm.jpg" style="width:100%"></img>
</h3>
</div>
<div class="col-sm-12">
<h2 style="text-align:center">
<br><br>Edited Videos
</h2>
</div>
<div class="col-sm-5">
<h3>
<iframe width="504" height="283.5" src="https://www.youtube.com/embed/C8cEDx8envo" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
<br><br><br><br><br><br> Highlights of my trip to Martha's Vineyard with some college friends! <br><br> Music: "September" by Earth, Wind & Fire.
<br><br><br><br><br><br><br><iframe width="504" height="283.5" src="https://www.youtube.com/embed/5aw5NOXboj0" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</h3>
</div>
<div class="col-sm-1"></div>
<div class="col-sm-5">
<h3>
<br><br><br>An aerial tour of Philadelphia! <br><br> Music: "Banana Pancakes" by Jack Johnson.
<br><br><br><br><br><br><br><br><iframe width="504" height="283.5" src="https://www.youtube.com/embed/VD6GgaIQvXw" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
<br><br><br><br><br><br> Summer vacation at the U.S. Virgin Islands with my family! <br><br> Music: "The Keys" by Matt Duncan
</h3>
</p>
</div>
<div class="col-sm-12" align="center">
<hr />
<button id="back-to-top">Back to top</button>
</div>
</div>
<script>
const images = document.querySelectorAll('img');
images.forEach(img => {
img.addEventListener('click', function() {
this.classList.toggle('active');
});
});
</script>
<script>
document.getElementById('back-to-top').addEventListener('click', function(e) {
e.preventDefault();
window.scrollTo({
top: 0,
left: 0,
behavior: 'smooth'
});
});
</script>
</body>
<!-- Bootstrap core JavaScript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="./Sticky Footer Navbar Template for Bootstrap_files/jquery.min.js"></script>
<script>window.jQuery || document.write('<script src="../../assets/js/vendor/jquery.min.js"><\/script>')</script>
<script src="./Sticky Footer Navbar Template for Bootstrap_files/bootstrap.min.js"></script>
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
<script src="./Sticky Footer Navbar Template for Bootstrap_files/ie10-viewport-bug-workaround.js"></script>
</html>