-
Notifications
You must be signed in to change notification settings - Fork 0
/
research.html
77 lines (70 loc) · 2.85 KB
/
research.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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Research Outcomes</title>
<script src="https://code.jquery.com/jquery-1.11.3.min.js"></script>
<script src="https://hsbasu.github.io/styles/jscripts/head.js"></script>
</head>
<body>
<div id="header"></div>
<!-- Begin Navigation -->
<nav class="stickey bar">
<div class="topnav" id="myTopnav"></div>
</nav>
<!-- End Navigation -->
<!-- Begin Content -->
<section>
<!-- Begin Sidebar -->
<div class="sidebar" id="newsbar">
<h3>News</h3>
</div>
<!-- End Sidebar -->
<div class="article-content" id="articles">
<h2>Electrokinetic Instability</h2>
<div class="slideshow-container w3-center">
<div class="Slides fade">
<img src="https://hsbasu.github.io/images/myworks/sigma_E300_posner.gif">
</div>
<div class="Slides fade">
<img src="https://hsbasu.github.io/images/myworks/sigma_E350_posner.gif">
</div>
<div class="Slides fade">
<img src="https://hsbasu.github.io/images/myworks/sigma_E380_posner.gif">
</div>
<div class="Slides fade">
<video controls>
<source src="videos/sigma.mp4" type="video/mp4"> Your browser does not support HTML video.
</video>
</div>
<!-- Manual slideshow buttons -->
<a class="prev" onclick="plusSlides(-1)">❮</a>
<a class="next" onclick="plusSlides(1)">❯</a>
</div>
<h2>Electrohydrodynamic Jet</h2>
<video controls>
<source src="videos/cone-jet.mp4" type="video/mp4"> Your browser does not support HTML video.
</video>
</div>
</section>
<!-- End Content -->
<!-- Begin Footer -->
<footer class="w3-center bar">
<div id="footer"></div>
<div class="w3-center">
<p class="services">
<a class="badges" href="https://visitorbadge.io/status?path=hsbasu.github.io/research.html">
<img class="services" src="https://api.visitorbadge.io/api/visitors?path=hsbasu.github.io/research.html&label=Visits(Total)&labelColor=%23dce775&countColor=%23263759&style=flat" alt="Visits(Total)">
</a>
<a class="badges" href="https://visitorbadge.io/status?path=hsbasu.github.io/research.html">
<img class="services" src="https://api.visitorbadge.io/api/daily?path=hsbasu.github.io/research.html&label=Visits(Today)&labelColor=%2337d67a&countColor=%23263759&style=flat" alt="Visits(Today)">
</a>
</p>
</div>
</footer>
<!-- End Footer -->
<div id="render_md"></div>
<script type="text/javascript" src="styles/jscripts/main.js"></script>
</body>
</html>