All Projects → elementary → Website

elementary / Website

Licence: mit
The elementary.io website

Projects that are alternatives of or similar to Website

Dvc.org
🔗 DVC website and documentation
Stars: ✭ 171 (-84.34%)
Mutual labels:  hacktoberfest, website
Javascript Cheatsheet
Basic Javascript Cheat Sheet
Stars: ✭ 262 (-76.01%)
Mutual labels:  hacktoberfest, website
Women In Technology
A collection of resources for women in tech, consisting of - courses, learning guides, amazing sites and repos, blogs, programs and events. scholarships, etc.
Stars: ✭ 170 (-84.43%)
Mutual labels:  hacktoberfest, website
Stat.ink
https://stat.ink/
Stars: ✭ 163 (-85.07%)
Mutual labels:  hacktoberfest, website
Hacktoberfest 2020
Make this Hacktoberfest a learning period and contribute to Great Open Source Projects.
Stars: ✭ 492 (-54.95%)
Mutual labels:  hacktoberfest, website
Www Rpcs3
This is a responsive website designed to house and promote the progress of RPCS3, an open-source PlayStation 3 emulator and debugger written in C++. This repository is regularly updated.
Stars: ✭ 164 (-84.98%)
Mutual labels:  hacktoberfest, website
Matomo
Liberating Web Analytics. Star us on Github? +1. Matomo is the leading open alternative to Google Analytics that gives you full control over your data. Matomo lets you easily collect data from websites & apps and visualise this data and extract insights. Privacy is built-in. We love Pull Requests!
Stars: ✭ 15,711 (+1338.74%)
Mutual labels:  hacktoberfest, website
Coursify Hacktoberfest
A curated list of best free learning resources on the planet, made specifically for first time hackers!
Stars: ✭ 63 (-94.23%)
Mutual labels:  hacktoberfest, website
Register
Grab your own sweet-looking '.is-a.dev' subdomain
Stars: ✭ 470 (-56.96%)
Mutual labels:  hacktoberfest, website
Documentation Html Template
A Sample Documentation Template for Themes, Templates and Plugins
Stars: ✭ 322 (-70.51%)
Mutual labels:  hacktoberfest, website
Nothing Private
Do you think you are safe using private browsing or incognito mode?. 😄 👿 This will prove that you're wrong.
Stars: ✭ 1,375 (+25.92%)
Mutual labels:  hacktoberfest, website
Site
pythondiscord.com - A Django and Bulma web application.
Stars: ✭ 580 (-46.89%)
Mutual labels:  hacktoberfest, website
Openjdk Website
Website source
Stars: ✭ 86 (-92.12%)
Mutual labels:  hacktoberfest, website
Jenkins.io
A static site for the Jenkins automation server
Stars: ✭ 165 (-84.89%)
Mutual labels:  hacktoberfest, website
Binari
Interactive code editor with a live binary tree visual designed to teach new developers the fundamentals of dynamic programming.
Stars: ✭ 82 (-92.49%)
Mutual labels:  hacktoberfest, website
Underexpress
A free, responsive, ready to use website ui kit, built with bootstrap 4.
Stars: ✭ 205 (-81.23%)
Mutual labels:  hacktoberfest, website
Cordova Docs
Apache Cordova Documentation
Stars: ✭ 315 (-71.15%)
Mutual labels:  hacktoberfest, website
Docusaurus
Easy to maintain open source documentation websites.
Stars: ✭ 29,053 (+2560.53%)
Mutual labels:  hacktoberfest, website
Awesome Checker Services
✅ List of links to the various checkers out there on the web for sites, domains, security etc.
Stars: ✭ 662 (-39.38%)
Mutual labels:  hacktoberfest, website
Aws C Io
This is a module for the AWS SDK for C. It handles all IO and TLS work for application protocols.
Stars: ✭ 56 (-94.87%)
Mutual labels:  hacktoberfest

The New elementary.io

Build Status Translation status

A focused, minimum viable product (hence MVP) for a website that accompanied the release of elementary OS Freya.

Project Organization

  • Issues for individual actionable items, or bugs i.e.:
    • Design home page
    • Implement home page
    • Add payment form
    • Fix link to Wired article
  • Milestones for "releases" or overall steps, i.e.:
    • Single-page site
    • User Documentation
    • Journal
  • Reviews Do all work in branches, then submit pull requests for review when ready
    • No dummy content in master, ever.
    • Small diff is best diff.
    • The reviewer is the gatekeeper. Be kind of a dick.

Architecture/Philosophies

  • HTML, CSS, and JS
  • Super simple PHP-based templating system
  • No/minimal frameworks (keep it simple!)
  • Graceful degradation (don't be held back by crappy browsers)
  • Mobile-first

Templating System

  • PHP-based
  • Pages go in root as .php files
  • require_once '_backend/preload.php';, set any variables, then include $template['header']; (see code-of-conduct for an example) at top of page.
  • include $template['footer']; at bottom of page.
  • Page variables:
    • $page['title']
    • $page['description']
    • $page['author']

Contributing

See guidelines for coding and translating.

Security

Please see SECURITY.md for information about disclosure policy and contact.

License

This project has a MIT license.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].