Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
Accelerator
Manage
Activity
Members
Plan
Wiki
Deploy
Package registry
Container Registry
Model registry
Operate
Terraform modules
Analyze
Insights
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
ksystem
Accelerator
Wiki
googleIo_presentations
Changes
Page history
New page
Templates
Clone repository
add init doc
authored
5 years ago
by
cracker0dks
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
googleIo_presentations.md
+27
-0
27 additions, 0 deletions
googleIo_presentations.md
with
27 additions
and
0 deletions
googleIo_presentations.md
0 → 100644
View page @
eeb339ca
# How to create a Google IO Presentation #
1.
Download the Google IO Presentation Template:
[
Download
](
/raw/master/public/data/GoogleSlideTemplate.zip
)
1.
Change the content if you like
1.
Create a zip file of your new content (right click -> send to -> zip)
1.
upload the zip to the Accelerator
<i>
Note: Don't change the ./js/slide-deck.js it will be replaced after upload!
</i>
# How to create interactive presentations
**Create interactive inputs**
If you want to create buttons that are only functional by the current moderator and not by the viewers.
**Note**
: All interactive inputs must have the ID attribute defined!!!
*
For
**buttons**
add the class:
*praesiBtn*
*
All other
**input elements**
add the class:
*praesiInput*
*
Things that only should be visible by the moderator add class:
*onlyVisableByMod*
# Troubleshooting
*
I upload my zip but I get no presentation displayed
*
be sure that your index you defined is a vaild start file in your folder!
*
The Input element on my presentation is not interactive for all the people
*
Be sure your element has the ID attribute defined!
\ No newline at end of file
This diff is collapsed.
Click to expand it.