summaryrefslogtreecommitdiffstats
path: root/basicsuite/webengine/content/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'basicsuite/webengine/content/index.html')
-rw-r--r--basicsuite/webengine/content/index.html37
1 files changed, 13 insertions, 24 deletions
diff --git a/basicsuite/webengine/content/index.html b/basicsuite/webengine/content/index.html
index 98c6df3..9610cbf 100644
--- a/basicsuite/webengine/content/index.html
+++ b/basicsuite/webengine/content/index.html
@@ -4,34 +4,23 @@
<meta charset=utf-8 />
<meta name="viewport" content="width=device-width, user-scalable=no, minimum-scale=1.0, maximum-scale=1.0">
<title>Qt WebEngine Demo</title>
- <style>
- a, a:link, a:active, a:visited {
- text-decoration:none;
- font-family: "Helvetica";
- font-size: 18px;
- color: rgb(0,0,0)
- }
- .bookmark {
- margin: 28px;
- }
- .example {
- display: inline-block;
- }
- .example_image {
- width: 300px;
- height: 175px;
- }
- </style>
+ <link rel="stylesheet" type="text/css" href="common/open-sans.css">
+ <link rel="stylesheet" type="text/css" href="common/style.css">
</head>
- <body bgcolor="#AAAAAA">
- <div style="text-align: center; padding-top: 100px;">
- <div class="bookmark"><a href="http://www.qt.io">http://www.qt.io</a></div>
- <div class="bookmark"><a href="http://qt-project.org/doc/qt-5">http://qt-project.org/doc/qt-5</a></div>
- <div class="bookmark"><a href="http://www.google.com">http://www.google.com</a></div>
+ <body>
+ <div id="links-container">
+ <a href="http://www.qt.io"><div class="bookmark" id="qt-io"><span>The Qt Company</span></div></a>
+ <a href="https://www.youtube.com/tv"><div class="bookmark" id="youtube-tv"><span>YouTube TV</span></div></a>
+ <a href="http://www.openstreetmap.org"><div class="bookmark" id="osm"><span>OpenStreetMap</span></div></a>
+ <a href="http://www.duckduckgo.com"><div class="bookmark" id="ddg"><span>DuckDuckGo</span></div></a>
+ <a href="http://www.reddit.com"><div class="bookmark" id="reddit"><span>Reddit</span></div></a>
+ </div>
+ <h1>Offline demos</h1>
+ <div id="examples-container">
<!-- <div class="example"><a href="../content/webgl/helloqt.html"><img class="example_image" src="../content/webgl/screenshot.png"></a></div> -->
<div class="example"><a href="../content/csstetrahedron/index.html"><img class="example_image" src="../content/csstetrahedron/screenshot.png"></a></div>
<div class="example"><a href="../content/rubiks/index.html"><img class="example_image" src="../content/rubiks/screenshot.png"></a></div>
<div class="example"><a href="../content/morphingcubes/index.html"><img class="example_image" src="../content/morphingcubes/screenshot.png"></a></div>
- </div>
+ </div>
</body>
</html>