Skip to content

Commit 54f9750

Browse files
committed
clean up lesson 1
1 parent 675994a commit 54f9750

File tree

8 files changed

+30
-42
lines changed

8 files changed

+30
-42
lines changed
File renamed without changes.
File renamed without changes.
File renamed without changes.

01-CRUD.md renamed to 01-Oh-CRUD/readme.md

Lines changed: 4 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
---
2+
# This readme file is best viewed as a slideshow powever by [vscode-reveal](https://github.com/evilz/vscode-reveal)
3+
# Doesn't work well in GitPod yet ... https://github.com/evilz/vscode-reveal/issues/527
24
title: "Introduction to Mongo"
5+
# The logo can be swapped out with Free Code Camp
36
logoImg: "https://raw.githubusercontent.com/HansUXdev/JavaScript-First/2acf5840c15af96602aceb66303ea69c5b75e344/logo.svg"
47
theme : "night"
58
transition: "slide"
@@ -15,48 +18,7 @@ enableChalkboard: false
1518
# enableTitleFooter: false
1619
---
1720

18-
<style>
19-
.line.focus{background:none;font-size: xx-large;color:#5cc4ea;}
20-
/* #logo {text-align:center} */
21-
#logo > img {max-height: 10.5em;}
22-
.p1{padding:1em; border:none}
23-
.flex-slide{display:flex}
24-
.column {
25-
display: flex;
26-
flex-direction: column;
27-
flex-basis: 100%;
28-
flex: 4;
29-
}
30-
31-
.double-column {
32-
display: flex;
33-
flex-direction: column;
34-
flex-basis: 100%;
35-
flex: 1;
36-
}
37-
.present {}
38-
.flex-slide p.fragment{ font-size: 0.6em; }
39-
40-
.reveal ul{ margin:0 !important; }
41-
42-
</style>
43-
44-
45-
46-
---
47-
48-
49-
### STARTING SOON ....
50-
51-
52-
```javascript
53-
console.log("Hello World!")
54-
```
55-
<!-- Help them: remember -->
56-
Logging twitch... {.fragment .current-only data-code-focus=1-1 }
57-
58-
59-
---
21+
<!-- <link rel="stylesheet" href="https://raw.githubusercontent.com/HansUXdev/JavaScript-First/master/theme.css"> -->
6022

6123

6224

01-Oh-CRUD/theme.css

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
.line.focus{background:none;font-size: xx-large;color: #5cc4ea;}
2+
.reveal ul{ margin:0 !important;}
3+
.line.focus{background:none;font-size: xx-large;color: #5cc4ea;}
4+
5+
.flex-slide{display:flex}
6+
.column {display: flex;
7+
flex-direction: column;
8+
flex-basis: 100%;
9+
flex: 4;
10+
}
11+
12+
.double-column {
13+
display: flex;
14+
flex-direction: column;
15+
flex-basis: 100%;
16+
flex: 1;
17+
}
18+
.present {}
19+
.flex-slide p.fragment{ font-size: 0.6em; }
20+
21+
h1, h2, h3, h4, h5, h6, p {color:white;}
22+
23+
/* Fix Issue of hidden content still taking up space */
24+
.fragment.fade-in-then-out:not(.current-fragment) {
25+
display:none;
26+
}

0 commit comments

Comments
 (0)