my header image

Learn to make a post

CEEO innovations is a hub for the the CEEO’s work

CEEO innovations is a “hub” for all the cool projects going on at the CEEO. “Projects” pages on the site like the one you will make will let visitors learn about specific projects going at the CEEO. Think of your page as an “advertisement” or summary of your project.

Before you start documenting…

make sure you have

Creating a Page

  1. Use Drag and Drop to upload a folder of images and documents for your page to project_assets on github
  2. Copy this file SAMPLE-FILE.markdown to make a new file for your page. Title your new file with the PROJECT-NAME.markdown.
  3. Customize the sample file with divs and markdown to display the content you want. -the first few lines of the file between the “—” are called “front matter.” Fill out your project title and description, choose categories, and the link to your display image. -DO NOT change layout:post -For more guidance on this step, see the below “Customizing sections”
  4. Upload your “PROJECT-NAME.markdown” file to the _projects folder on the CEEOInnovations github and check that it looks how you want it to by refreshing the site. Github takes a few minutes to update, you can make this faster by using incognito).
  5. Done!

Guides on how to use CEEOInnovations

“Cheatsheet” For documenting Presentation slides with lesson on documenting Guide to Markdown and Divs

Customizing: Markdown Basics

CEEO Innovations is made using a modified version of Markdown

Markdown is a “short hand” way of writing html that makes it easy to create web pages. Your CEEOInnovations page will be written in markdown.

You can either make your page in straight markdown, or use the “div” elements decribed in the next section to make your markdown look even better!

Most of the components on this site are made using the header, subheader, image, and link attributes, however Markdown offers a wide variety of styling options shown in the pictured table. These styling options can be used with “free write” div sections of webpages (like this one!) Markdown Table 1 Markdown Table 2

Complete documentation for markdown can be found here.

Customizing: Divs on CEEO Innovations

Divs allow us to customize parts of our page

divexample0

This and other projects pages on this site on structed into “sections” with different designs. This isn’t normally possible with markdown, however using “div” elements we can get these cool sub sections. Divs are the “building blocks” of a CEEOInnovations project page.

Markdown Table 2

Divs can be repeated and ordered in any order. If you don’t want to use a certain section of a div (such as a title or subtitle) you can just delete it!

This is the format for a div element

<div class=”DIV_NAME” markdown="1">
 ------DIV CONTENT---------
</div>

Where “DIV_NAME” can be one of four possible sections. Each of these sections has unique formatting and capabilities.

  1. image_text_overlay
  2. video_text_overlay
  3. document
  4. free_write

1. “site_title”

Site title provides a “heading” for a projects page

The code for a sample “site_title” div is below:

<div class=”site_title” markdown="1">
 # PaperBots
 # Multiple
 # Lines
 </div>

This will produce:

sitetitle

2. “image_text_overlay”

image_text_overlay provides a large image with a title, subtitle, and description overlayed on it.

The code for a sample “image_text_overlay” div is below:

<div class="image_text_overlay" markdown="1">
![Link to my pic](paper-bots/headimagerobot.jpg)
## An Inexpensive Option for Engineering Education
# Accessible Robotics
PaperBots provide a low cost method of
creating educational robots for any age.
</div>

This will produce:

imagehead

3. “video_text_overlay”

video_text_overlay provides a large video with a title, subtitle, and description overlayed on it.

sitetitle

The code for a sample “video_text_overlay” div is below:

<div class="image_text_overlay" markdown="1">
![Link to my pic](paper-bots/headimagerobot.jpg)
## An Inexpensive Option for Engineering Education
# Accessible Robotics
PaperBots provide a low cost method of
creating educational robots for any age.
</div>

This will produce:

sitetitle

4. “document”

“document” lets you create a grid or a single instance of either local hosted or external “documents” these can be pdfs, presentations, images, website previews, etc. To embed a google presentation, copy the “embed” link within the iframe embed option but only the embed link.

The code for a sample “document” div is below:

<div class="document" markdown="1">
# PAPER CUTOUTS
[Pull Up Man Lesson Plan](paper-bots/Pull-Up-Man-Lesson-Plan.pdf)
[HexaBot Lesson Plan](paper-bots/HexaBot-Lesson-Plan.pdf)
[HexaBot Lesson Plan](paper-bots/PUMan_Cutout.pdf)
[PaperBots Site](https://www.paperbots.org/)
</div>

This will produce:

sitetitle

5. “free_write”

“free_write” can be filled with whatever markdown you want. It is a unstructed section that will display any markdown you write in it in a white section box like this one.

For example, this is one sample free_write:

<div class="free_write" markdown="1">
# Do big headers
### or little headers [or links](www.paperbots.com)
or paragraphs

- or
- bulleted
- lists

\`\`\`
void This_Is_A_Code_Block(int max_strength){
     for (int i = 0; i < max_strength; i++){
          Declare_it_using_backticks();
     }
}

\`\`\`
</div>

It uses some more complicated markdown like bullet lists, sub-subheaders and code blocks. It will produce the following output: sitetitle

No two “free_write sections look alike because they can be filled with anything

This is a different “free_write” code block:

<div class="free_write" markdown="1">
# What can I find on [legoengineering.com](http://www.legoengineering.com/)
![Robots and kids](legoengineering/challenge1.jpg)
- Help getting started with EV3, Spike Prime, and WeDo robotics in the classroom
- Lesson Plans and ideas for Engineering Design plans
- Support using Lego Robotics software and integrating it with other programs
- A community of teacher and educators interested in engineering
</div>

It uses lists, images, headers, and links. It will produce the following result: sitetitle

Give us feedback!

Feedback form

Project
Instructions for Documenting on CEEO Innovations

-

Allison Moore

Web Design Intern

append demo

Project

append demo

CEEO INNOVATIONS

append demo

INSERT CONTENT HERE INSERT CONTENT HERE

INSERT CONTENT HERE

Video The Dark Knight Rises: What Went Wrong? – Wisecrack Edition