|
5 | 5 | <meta charset="UTF-8">
|
6 | 6 | <meta name="viewport" content="width=device-width, initial-scale=1">
|
7 | 7 | <link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css">
|
8 |
| -<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Raleway"> |
9 | 8 | <style>
|
10 | 9 | body, h1, h2, h3, h4, h5 {
|
11 |
| - font-family: "Raleway", sans-serif; |
12 | 10 | color: #471e20 !important;
|
13 | 11 | }
|
14 | 12 |
|
15 | 13 | h1 {
|
16 | 14 | font-size: 50px;
|
17 | 15 | }
|
18 |
| - p,a { |
19 |
| - font-family: "Raleway", sans-serif; |
20 |
| - } |
21 | 16 |
|
22 | 17 | hr {
|
23 | 18 | border: 0;
|
|
54 | 49 | flex:1;
|
55 | 50 | }
|
56 | 51 | </style>
|
57 |
| -<body class="w3-sand"> |
| 52 | +<body class="w3-white"> |
58 | 53 | <link rel="stylesheet" type="text/css" href="styles/main.css" media="screen"/>
|
59 | 54 |
|
60 | 55 | <!-- w3-content defines a container for fixed size centered content,
|
61 | 56 | 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> |
63 | 63 |
|
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> |
73 | 66 |
|
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"> |
83 | 68 |
|
84 | 69 | <!-- Grid -->
|
85 | 70 | <div class="w3-row">
|
@@ -386,8 +371,8 @@ <h3><b>Visialization Publications</b></h3>
|
386 | 371 | </div>
|
387 | 372 | </div>
|
388 | 373 | <!-- 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> |
391 | 376 | </footer>
|
392 | 377 | <script>
|
393 | 378 | function onClick(element) {
|
|
0 commit comments