-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
57 lines (50 loc) · 2.95 KB
/
index.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
<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="https://www.w3schools.com/w3css/4/w3.css">
<link rel="stylesheet" href="style.css">
<link rel="icon" type="image/gif/png" href="files/img/world.png">
<title>Home</title>
</head>
<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="#" style="color:#ffffff; background-color: #555555;" ><i class="fa fa-snowflake-o" aria-hidden="true"></i></a>
<a href="news.html">News</a>
<a href="publications.html">Publications</a>
</div>
</header>
<br><br>
<body>
<!-- Place the main content of your webpage inside the body tag -->
<div class="container">
<br><br>
<p style="text-align:center; margin: 0; padding-top: 0;padding-bottom: 3%;"><img class="w3-animate-opacity" src="files/img/codeworld-Logo-Color.png" width="25%" alt="Code World, No Blanket Logo"></p><br>
<p style="padding-left:2%;padding-right:2%;padding-bottom: 0; margin: 0; line-height : 120%">We are a software engineering research group in the <a href="https://cs.vt.edu/" target="_blank">Department of Computer Science</a> at <a href="https://vt.edu/" target="_blank">Virginia Tech</a>.
Our research explores utilizing empirical studies, interdisciplinary concepts, and automated tools to improve the behavior, productivity, decision-making of software engineers.<br><br>
<a href="about.html" class="button">Learn more</a></p>
<p style="text-align:center; margin: 0; padding-top: 0; line-height : 0px"><img src="files/img/vt.png" width="25%" alt="Virginia Tech Logo"></p>
</div> <!-- End container -->
</body>
<footer style="position: fixed; width: 100%; bottom: 0;">
<table width="100%" style="background-color: #222;">
<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="about.html"><i class="fa fa-info-circle" style="font-size:1.5vw;" alt="Information"></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>