GithubHelp home page GithubHelp logo

lreyes29 / student-external-profile Goto Github PK

View Code? Open in Web Editor NEW

This project forked from breatheco-de/breatheco-de

0.0 1.0 0.0 63.28 MB

Static Generated Website with Student External Profiles

Home Page: https://student-external-profile.geeksacademy.now.sh

JavaScript 56.95% CSS 42.67% HTML 0.15% Python 0.23%

student-external-profile's Introduction

4Geeks Logo HTML Hello

Open in Gitpod

The most basic boilerplate for any 4Geeks Academy Student using the gitpod.io coding editor.

What to do next?

Create a index.html file with the basic HTML structure and see it live by running web-server using the following command:

$ pip3 install flask      (only the first time)
$ python3 server.py
  • You can create as many HTML files you want
  • You can also create CSS files and you can import them onto your website using a <link> tag placed between the <head></head> tags, like this:
<head>
  ...
  <link rel="stylesheet" type="text/css" href="styles.css">
  ...
</head>

Student External Profile

Travis Build

This website serves like a Student Profile Showcase.

Each student must upload a <your_github_username>.yml file inside /src/students/ with all his information via Pull Request. For example: rigoberto.yml.

The yml file must be filled with all your personal and professional information, after complating the YML fill the application will automatically generate a student portfolio like the following:

Wach Live Demo Here

Note: You can test your yaml syntax here: http://www.yamllint.com/

Completing the YML file

The YML file is comprised of 4 fundamental sections:

theme: You can choose a theme and skin colors.
basic_info: Your personal info
education: Previous studies.
experiences: Previous jobs.
projects: Describe the projects you have build as a developer.
publications: Any articles you have published.
skills: List your skills with percentage of expertise.

You can pick between your template and your skin, for example:

template: "online-cv"
skin: "orange"

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.