-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpublications.html
More file actions
54 lines (51 loc) · 2.15 KB
/
publications.html
File metadata and controls
54 lines (51 loc) · 2.15 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
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="https://cdn.rawgit.com/jpswalsh/academicons/master/css/academicons.min.css">
<link rel="stylesheet" href="style.css">
<link rel="icon" type="image/gif/png" href="files/img/world.png">
<title>Publications</title>
</head>
<style>
body {
color:#333;
}
</style>
<header class="navbar navbar-inverse navbar-static-top bs-docs-nav">
<div class="navbar">
<a href="team.html">Team</a>
<a href="research.html">Research</a>
<a href="index.html"><i class="fa fa-snowflake-o"></i></a>
<a href="#" style="color:#ffffff;background-color: #555555;">Publications</a>
<a href="https://code-world-no-blanket.github.io/blog" target="_blank">Blog <small><i class="fa fa-external-link" alt="link to blog"></i></small></a>
</div>
</header>
<br><br>
<!-- Place the main content of your webpage inside the body tag -->
<body>
<br>
<div class="container">
<script src="https://gist.github.com/chbrown13/7b420d73f2a2deaea8b05053cdf8e081.js"></script>
</div>
<br><br><br>
</body>
<footer style="margin-top: 5%; width: 100%; bottom: 0;">
<table width="100%" style="background-color: #222; color: #999999;">
<tr>
<td width="50%">
<div id="copyright" style="bottom: 0; float: left; font-size: 0.8vw;">
Department of Computer Science at Virginia Tech<br>
© 2021, <i>Code World, No Blanket</i> Research Lab. Logo by <a href="https://waltercbarnett.com/" target="_blank">WCBDesign</a>
</div>
</td>
<td width="50%">
<div id="copyright" style="bottom: 0; float: right;">
<span style="float: right;"><a href="mailto:code_world@vt.edu"><i class="fa fa-envelope" style="font-size:1.5vw;" alt="Email"></i></a>
<a href="https://github.com/code-world-no-blanket" target="_blank"><i class="fa fa-github" style="font-size:1.5vw;" alt="GitHub"></i></a> </span>
</div>
</td>
</tr>
</table>
</footer>
</html>