Powered by AppSignal & Oban Pro
Would you like to see your link here? Contact us

Home Page

home_page.livemd

Home Page

Mix.install([
  {:kino, github: "livebook-dev/kino", override: true},
  {:kino_lab, "~> 0.1.0-dev", github: "jonatanklosko/kino_lab"},
  {:vega_lite, "~> 0.1.4"},
  {:kino_vega_lite, "~> 0.1.1"},
  {:benchee, "~> 0.1"},
  {:ecto, "~> 3.7"},
  {:math, "~> 0.7.0"},
  {:faker, "~> 0.17.0"},
  {:utils, path: "#{__DIR__}/../utils"},
  {:tested_cell, git: "https://github.com/BrooklinJazz/tested_cell"}
])

Navigation

Return Home Report An Issue

Home Page

You’re going to build the home page of an HTML portfolio site similar to the following.

Create a home.html file in your projects folder.

Try to match the document above as best you can, however you may exercise your creativity and do not have to follow the example so long as you have:

  • navigation with a link to your github. Ideally use a tag for navigation. * a heading saying your name. * a paragraph with bold and italic text that describes who you are and what you do. * An image (it can be any image if you would prefer to not use a personal photo) * an ordered or unordered list with 3+ list items. ## (Bonus) Skills Table Include a table of your skills with an associated score. For example: ![](images/skills%20table.png) ### (Bonus) Icons Include icons in your project. For example, you can include Lineicons by placing the following inside of the section in home.html.

Then you could the use the tag and Lineicons icons to create a GitHub icon instead of text.

Commit Your Progress

Run the following in your command line from the project folder to track and save your progress in a Git commit.

$ git add .
$ git commit -m "finish home page exercise"

7737 Livebook Notebooks