🎨 Improve syntax and remove current site structure

This commit is contained in:
brunosimon
2017-07-18 02:02:51 +02:00
parent c909611c8c
commit b545869813
223 changed files with 3342 additions and 26501 deletions
+1 -101
View File
@@ -1,101 +1 @@
- var page_class = 'projects'
include ../../partials/header.pug
.gradient-backgroud
section.landing
.logo
.disks
.disk.index-0
.disk.index-1
.disk.index-2
.disk.index-3
.disk.index-4
.title
span.letter.index-0= 'K'
span.letter.index-1= 'E'
span.letter.index-2= 'P'
span.letter.index-3= 'P'
span.letter.index-4= 'L'
span.letter.index-5= 'E'
span.letter.index-6= 'R'
span.version
| #{keppler_version}
.punch-line
.text
| An efficient way to share your code while presenting
.links
a.link(href="http://github.com/brunosimon/keppler",target="_blank")
| github
a.link(href="http://bruno-simon.com",target="_blank")
| bruno simon
section.projects(ng-controller="ProjectsController as controller")
.container
.head
| Projects
.content
span.no-project(ng-hide="projects")
.title
| No project
a.project(href="/project/{{project.slug}}",ng-repeat="project in projects")
.title
| {{project.name}}
.details
.detail
.label
| created at
.value
| {{project.date_formated}}
.detail
.label
| last update
.value
| {{project.last_update_date_formated}}
.detail
.label
| files
.value
| {{project.files_count}}
section.text
.title
| What is keppler
.description
p
| Keppler lets you share your code during a presentation.
br
| Start keppler inside your project folder, share the URL with the viewers and start coding. When you save or change any files, viewers receive them, can browse through the files tree and discover changes you've made.
p
| Keppler is easy to install and works with NodeJS.
section.text
.title
| Instructions
.description
p
| Requirements:
ul
li
| -
a(href='https://nodejs.org/en/',target="_blank")="NodeJS"
| installed
li
| - Keppler installed globally
li
| - Viewer connected to the same network
p
| Install Keppler globally:
pre
code(contenteditable="true")
span.line.opacity-20
| npm install -g keppler
p
| Start Keppler inside the project folder:
pre
code(contenteditable="true")
span.line.opacity-20
| cd ./my-awesome-project
br
span.line.opacity-20
| keppler "My project"
include ../../partials/footer.pug
| Projects