Coder Social home page Coder Social logo

oxygen-template's Introduction

Oxygen Template

A nicely designed website template you can use for your own website

Oxygen is the base of your website. Including a navigation bar and two example body elements (one for text and one for a picture) you can easily customize it to your own preferences. Everything is licensed under the MIT license, so you can use it freely as long as you mention I made it.

A preview of the theme: http://jvnknvlgl.github.io/oxygen-template

Edit Guide

Elements

  • Text element. Edit the mentioned pieces of text, and put this inside <section> in the html file.
<article>
  <div class="title">
    <p class="title">This is where the title goes.</p>
  </div>
  <div class="text">
    <p class="text">
      This is where the text goes.
    </p>
  </div>
</article>
  • Picture element. Add a png and webp image to the correct paths, and put this inside <section> in the html file.
<picture>
  <source type="image/webp" srcset="image/webp/image.webp">
  <img src="image/png/image.png">
</picture>

Multiple columns

To add a second column to your page, add the previously mentioned elements to the mentioned places, and put it inside <section> in the html file.

<div class="left">
  <div class="paddingright">

  Add the left element here.

  </div>
</div>
<div class="right">
  <div class="paddingleft">

  Add the right element here.

  </div>
</div>

Sources and file discriptions

Included html files:

  • index.html: demo page with a picture and some text
  • sub-x.html: demo pages with a secondary navigation bar
  • page-2.html: demo page with two columns

Other included files:

  • style.css: styling of the website
  • image folder: collection of all images used on the website
  • README.md: this file
  • LICENSE.md: description of the license

Sources:

Created with love by Jasper Vinkenvleugel (jvnknvlgl)

oxygen-template's People

Contributors

jvnknvlgl avatar billypurvis avatar

Watchers

James Cloos avatar  avatar

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.