Skip to content
View slemling's full-sized avatar
Block or Report

Block or report slemling

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
slemling/readme.md

chaos-resume

This repository contains the layout an design for the Team Chaos resume website. All changes to the sites layout or function should be made here.

Using the template

To use the template for your GitHub Pages website

  1. Fork this repository into your account. The new repository should be named username.github.io, where username is your username (or organization name) on GitHub.
  2. Replace the placeholder content in src/data/profile.ts with your personal details
  3. Replace the image src/data/profile.jpg with your profile image
  4. Add projects to your resume by creating markdown files in src/data/projects. See details below.

More information about GitHub Pages can be found here: https://pages.github.com/

Project format

The projects for the resume are stored in Markdown files under src/data/projects. These file musst have the following format.

role: Junior Smartass
title: Wine tasting
sector: Wine
from: 2021-09-01
to: 2022-01-31 #Optional for running projects
tasks:
  - Lorem ipsum dolor sit amet, consectetur adipiscing elit
  - Ut enim ad minim veniam, quis nostrud exercitation
  - Excepteur sint occaecat cupidatat non proident, sunt in culpa qui
tools:
  - Tool 1
  - Tool 2
  - Tool 3
  - Tool 4
  - Tool 5
  - Tool 6
---
# Here comes the project description as markdown
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.

Popular repositories

  1. slemling slemling Public

    Forked from team-chaos-it/chaos-resume

    TypeScript

  2. swiper swiper Public

    Forked from nolimits4web/swiper

    Most modern mobile touch slider with hardware accelerated transitions

    JavaScript