Skip to content

Commit f2f26ad

Browse files
committed
add presentation
1 parent 221b5bf commit f2f26ad

File tree

57 files changed

+24613
-11
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

57 files changed

+24613
-11
lines changed

README.md renamed to .readme.md

Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11

22
<p align="center">
33
<a href="https://github.com/users/HansUXdev/sponsorship">
4-
<img src="./logo.svg" style="max-width:50%;" height="200px" alt="JavaScript Logo"/>
4+
<img src="./logo.svg" style="max-width:50%;" height="400px" alt="JavaScript Logo"/>
55
</a>
66
</p>
77
<h1 align="center"> JavaScript First</h1>
88
<p align="center">In this book, you'll learn how to code with JavaScript using the node.js runtime environment rather than a browser and by the end, you will build a server and a website using JavaScript.
99
</p>
1010

11-
-----
11+
--
1212

1313

1414
# Read and Code Along!
@@ -46,21 +46,17 @@ GitPod is used to provide my readers with a zero-config developer environment wh
4646
- [Medium](https://medium.com/javascript-in-plain-english/a-brief-history-of-javascript-9289a4d344d2)
4747
- [Learning Terminal, NVM & Node.js](01-JavaScript-Reintroduction/02-Terminal-NVM/00-terminal-basics-and-installing-nvm-node-js.md)
4848
- [logging datatypes]()
49+
4950
2. **Chapter 2: Introduction to Web Development with HTTP**
5051
- [Explaining HTML with Node's HTTP method]()
5152
-
5253

5354
* **Future Chapters?**
54-
- * **Chapter x: Dealing with data types**
55-
- [What do you really know about Variables, Data Types and Immutability in JavaScript?](https://medium.com/javascript-in-plain-english/what-do-you-really-know-about-variables-data-types-and-immutability-in-javascript-1730835a9e87?source=friends_link&sk=f71e5c38da34456f55ed813b23d4ed78)
56-
- [Primitive Types](01-JavaScript-Reintroduction/01-primitiveTypes.md)
57-
- [Primitive Types](01-JavaScript-Reintroduction/01-primitiveTypes.md)
58-
- Functional Programming
59-
- React
60-
- MongoDB
6155

56+
---
6257

6358
## For more content:
59+
6460
This book is still in **early access** and is designed to provide an **interactive experiance** through [GitPod](http://gitpod.io/), [Twitch ![Twitch Status](https://img.shields.io/twitch/status/hansoncoding?label=)](https://twitch.tv/hansoncoding), [codetogether](https://www.codetogether.com/), [gitduck](https://gitduck.com/) and other means of activities that facilitate remote learning.
6561

6662
I plan to use [Twitch](https://www.twitch.tv/hansoncoding/about) as a way to go through the content of the book every week and collect feedback on it from viewer in fun, interactive ways.
@@ -82,7 +78,7 @@ The majority of the content in this repository is the refined version of the con
8278
</a>
8379

8480

85-
-----
81+
---
8682

8783

8884
## Publishing

01-Reteaching-JavaScript/05-logging-datatype/readme.md

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,48 @@
1+
---
2+
# This file is best viewed in vscode using vscode-reveal
3+
# https://marketplace.visualstudio.com/items?itemName=evilz.vscode-reveal
4+
title: "log"
5+
logoImg: "https://raw.githubusercontent.com/HansUXdev/JavaScript-First/2acf5840c15af96602aceb66303ea69c5b75e344/logo.svg"
6+
theme : "night"
7+
transition: "slide"
8+
highlightTheme: "monokai"
9+
slideNumber: true
10+
loop: true
11+
autoSlide: 5000
12+
# openButton: false
13+
enableMenu: false
14+
# controlsLayout: 'edges'
15+
# controls: true
16+
enableChalkboard: false
17+
# enableTitleFooter: false
18+
autoSlideStoppable: true
19+
---
20+
21+
<style>
22+
.line.focus{background:none;font-size: xx-large;color: #5cc4ea;}
23+
.reveal ul{ margin:0 !important;}
24+
.line.focus{background:none;font-size: xx-large;color: #5cc4ea;}
25+
26+
.flex-slide{display:flex}
27+
.column {display: flex;
28+
flex-direction: column;
29+
flex-basis: 100%;
30+
flex: 4;
31+
}
32+
33+
.double-column {
34+
display: flex;
35+
flex-direction: column;
36+
flex-basis: 100%;
37+
flex: 1;
38+
}
39+
.present {}
40+
.flex-slide p.fragment{ font-size: 0.6em; }
41+
42+
h1, h2, h3, h4, h5, h6, p {color:white;}
43+
</style>
44+
45+
146
# Logging Datatypes
247
This section is still in progress...
348

02-ClientVServer/readme.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ Students should be able to:
2222

2323

2424

25-
2625
## Resources:
2726

2827
* Medium Articles:

0 commit comments

Comments
 (0)