Skip to content

Latest commit

 

History

History
63 lines (53 loc) · 1.44 KB

File metadata and controls

63 lines (53 loc) · 1.44 KB
title logoImg theme transition highlightTheme slideNumber loop autoSlide enableMenu enableChalkboard autoSlideStoppable
Client-Side Templating
night
slide
monokai
true
true
5000
false
false
true
<style> .line.focus{background:none;font-size: xx-large;color: #5cc4ea;} .reveal ul{ margin:0 !important;} .line.focus{background:none;font-size: xx-large;color: #5cc4ea;} .flex-slide{display:flex} .column {display: flex; flex-direction: column; flex-basis: 100%; flex: 4; } .double-column { display: flex; flex-direction: column; flex-basis: 100%; flex: 1; } .present {} .flex-slide p.fragment{ font-size: 0.6em; } h1, h2, h3, h4, h5, h6, p {color:white;} </style>

Student Project

.
├── /0-student_files/
│   ├── /chp/
│   │   ├── /project/
│   │   │   └── index.html
│   │   │   └── resume.js
│   │   │   └── templates.js
│   │   │   └── index.css
│   │   │   └── /code/
└── readme.md

Step 1, using terminal cd /0-student_files/chp#/ {.fragment .current-only data-code-focus=1-1 }