Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Q
QtWS19-wasm
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Morten Sorvig
QtWS19-wasm
Commits
ce0720cc
Commit
ce0720cc
authored
6 years ago
by
Morten Sorvig
Browse files
Options
Downloads
Patches
Plain Diff
Add reveal.js presentation test slides.
parents
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
README.md
+4
-0
4 additions, 0 deletions
README.md
index.html
+63
-0
63 additions, 0 deletions
index.html
with
67 additions
and
0 deletions
README.md
0 → 100644
+
4
−
0
View file @
ce0720cc
Qt for WebAssmebly (QtWS18)
===========================
Currently this contains peresentation tech testing only.
This diff is collapsed.
Click to expand it.
index.html
0 → 100644
+
63
−
0
View file @
ce0720cc
<!doctype html>
<html>
<head>
<meta
charset=
"utf-8"
>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no"
>
<title>
reveal.js
</title>
<link
rel=
"stylesheet"
href=
"reveal.js/css/reveal.css"
>
<link
rel=
"stylesheet"
href=
"reveal.js/css/theme/white.css"
>
<!-- Theme used for syntax highlighting of code -->
<link
rel=
"stylesheet"
href=
"reveal.js/lib/css/zenburn.css"
>
<!-- Printing and PDF exports -->
<script>
var
link
=
document
.
createElement
(
'
link
'
);
link
.
rel
=
'
stylesheet
'
;
link
.
type
=
'
text/css
'
;
link
.
href
=
window
.
location
.
search
.
match
(
/print-pdf/gi
)
?
'
reveal.js/css/print/pdf.css
'
:
'
reveal.js/css/print/paper.css
'
;
document
.
getElementsByTagName
(
'
head
'
)[
0
].
appendChild
(
link
);
</script>
</head>
<body>
<div
class=
"reveal"
>
<div
class=
"slides"
>
<section>
<h2>
Presentation Tech test
</h2>
</section>
<section>
<h2>
A Slide
</h2>
<iframe
width=
"300"
height=
"300"
src=
"qt/gui_opengl/gui_opengl.html"
></iframe>
<iframe
width=
"300"
height=
"300"
src=
"qt/widgets_wiggly/widgets_wiggly.html"
></iframe>
<iframe
width=
"600"
height=
"300"
src=
"qt/quick_clocks/quick_clocks.html"
></iframe>
</section>
<section>
<h2>
Another Slide
</h2>
<iframe
width=
"1000"
height=
"500"
src=
"qt/slate/app/slate.html"
></iframe>
</section>
<section>
<h2>
Fin
</h2>
</section>
</div>
</div>
<script
src=
"reveal.js/lib/js/head.min.js"
></script>
<script
src=
"reveal.js/js/reveal.js"
></script>
<script>
// More info about config & dependencies:
// - https://github.com/hakimel/reveal.js#configuration
// - https://github.com/hakimel/reveal.js#dependencies
Reveal
.
initialize
({
dependencies
:
[
{
src
:
'
reveal.js/plugin/markdown/marked.js
'
},
{
src
:
'
reveal.js/plugin/markdown/markdown.js
'
},
{
src
:
'
reveal.js/plugin/notes/notes.js
'
,
async
:
true
},
{
src
:
'
reveal.js/plugin/highlight/highlight.js
'
,
async
:
true
,
callback
:
function
()
{
hljs
.
initHighlightingOnLoad
();
}
}
]
});
</script>
</body>
</html>
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment