Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
git-seminar
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Model registry
Analyze
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
Scientific Computing
education
git-seminar
Commits
a57f5d54
Verified
Commit
a57f5d54
authored
6 years ago
by
ck85nori
Browse files
Options
Downloads
Patches
Plain Diff
adds motivation wars
this is gonna be awesome
parent
7bf0d66f
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
basics.html
+28
-0
28 additions, 0 deletions
basics.html
css/crawl.css
+28
-0
28 additions, 0 deletions
css/crawl.css
with
56 additions
and
0 deletions
basics.html
+
28
−
0
View file @
a57f5d54
...
...
@@ -13,6 +13,7 @@
<link
rel=
"stylesheet"
href=
"reveal.js/css/theme/black.css"
id=
"theme"
/>
<link
rel=
"stylesheet"
href=
"css/company-logo.css"
/>
<link
rel=
"stylesheet"
href=
"css/ribbon.css"
/>
<link
rel=
"stylesheet"
href=
"css/crawl.css"
/>
</head>
<body>
...
...
@@ -263,6 +264,33 @@
notes:
- basically, everything you can script
</section>
<section
class=
"star-wars"
id=
"motivation-wars"
>
<div
class=
"crawl"
>
<div
class=
"title"
>
<h1>
motivation #wars
</h1>
</div>
<div
data-markdown
>
1. revert a bad change?
1. view the history?
1. know why someone changed it?
1. maintain multiple versions?
1. see the diff of two versions?
1. find commit that broke something?
1. have free backup?
1. have non-interfering playgrounds?
1. have automated testing?
1. have automated deployment?
1. forget about ms word comments?
1. contribute to a project?
1. share your code?
1. let other people do the work for you?
</div>
<img
src=
"http://i.giphy.com/90F8aUepslB84.gif"
/>
</div>
</section>
</section>
<!---------------------------------------------------------------------
...
...
This diff is collapsed.
Click to expand it.
css/crawl.css
0 → 100644
+
28
−
0
View file @
a57f5d54
.star-wars
{
height
:
800px
;
perspective
:
400px
;
color
:
#feda4a
;
letter-spacing
:
6px
;
}
.crawl
{
position
:
relative
;
animation
:
crawl
120s
linear
;
}
.crawl
>
.title
>
h1
{
color
:
#feda4a
;
}
@keyframes
crawl
{
0
%
{
top
:
0
;
transform
:
rotateX
(
20deg
)
translateZ
(
0
);
}
100
%
{
top
:
-6000px
;
transform
:
rotateX
(
25deg
)
translateZ
(
-2500px
);
}
}
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