Skip to content

Commit 8bb2db9

Browse files
authored
Update examples.html
1 parent 5ca91b7 commit 8bb2db9

File tree

1 file changed

+12
-27
lines changed

1 file changed

+12
-27
lines changed

examples.html

+12-27
Original file line numberDiff line numberDiff line change
@@ -5,19 +5,14 @@
55
<meta charset="UTF-8">
66
<meta name="viewport" content="width=device-width, initial-scale=1">
77
<link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css">
8-
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Raleway">
98
<style>
109
body, h1, h2, h3, h4, h5 {
11-
font-family: "Raleway", sans-serif;
1210
color: #471e20 !important;
1311
}
1412

1513
h1 {
1614
font-size: 50px;
1715
}
18-
p,a {
19-
font-family: "Raleway", sans-serif;
20-
}
2116

2217
hr {
2318
border: 0;
@@ -54,32 +49,22 @@
5449
flex:1;
5550
}
5651
</style>
57-
<body class="w3-sand">
52+
<body class="w3-white">
5853
<link rel="stylesheet" type="text/css" href="styles/main.css" media="screen"/>
5954

6055
<!-- w3-content defines a container for fixed size centered content,
6156
and is wrapped around the whole page content, except for the footer in this example -->
62-
<div class="w3-content" style="max-width:1400px">
57+
<div class="title ">
58+
<a href="index.html" class="titleText">WordStream: Interactive Tool for Topic Evolution</a>
59+
<!--<span>-->
60+
<a href="examples.html" class="button active">Examples</a>
61+
<a href="video.html" class="button still">Video</a>
62+
<a href="index.html" class="button still">Demo</a>
6363

64-
<!-- Header -->
65-
<header class="w3-container w3-center w3-padding-64">
66-
<a href="index.html"
67-
style="text-decoration: none"
68-
target="_blank">
69-
<h1><b>WordStream</b></h1></a>
70-
<p>An interactive visual tool from <span class="w3-tag">
71-
<a href="http://myweb.ttu.edu/tnhondan/iDVL/index.php" target="_blank"
72-
style="text-decoration: none;">iDVLab</a></span></p>
64+
<!--</span>-->
65+
</div>
7366

74-
<!-- <hr class="titleHr">-->
75-
<div class="mainMenu">
76-
<div class="w3-bar w3-round titleBorder" >
77-
<a href="index.html" target="_blank" class="w3-bar-item w3-button">Demo</a>
78-
<a href="#" class="w3-bar-item w3-button" style="background-color: #f7deb7">Examples</a>
79-
<a href="video.html" target="_blank" class="w3-bar-item w3-button">Video</a>
80-
</div>
81-
</div>
82-
</header>
67+
<div class="w3-content" style="max-width:1400px;padding-top: 150px">
8368

8469
<!-- Grid -->
8570
<div class="w3-row">
@@ -386,8 +371,8 @@ <h3><b>Visialization Publications</b></h3>
386371
</div>
387372
</div>
388373
<!-- Footer -->
389-
<footer class="w3-container example">
390-
<p style="text-align: center">Last updated: May 10, 2019</p>
374+
<footer class="w3-container">
375+
<p style="text-align: center">Last updated: June 6, 2019</p>
391376
</footer>
392377
<script>
393378
function onClick(element) {

0 commit comments

Comments
 (0)