Skip to content

michelewang/oaktoncsclub.github.io

 
 

Repository files navigation

Website for Oakton High School Computer Science Club(OCS)

Information

Join the chat at gitter.im/oaktoncsclub/public

Dependencies

Guideline

GHP: GitHub Pages

Important Notice

Do

Load All external resources(css, js, etc...) that are using https, or GHP will block them

Don't

Use files hosted on GitHub. They'll only be loaded as plain text

Use .php instead of .html, but GHP will not display the file correctly

Basic Structure

<!DOCTYPE html>
<html>
  <head>
    <meta charset="UTF-8" />
	<!--Bootstrap-->
    <link rel="stylesheet" href="/css/style.css" />
    <link rel="icon" href="/img/favicon.png" type="image/png" />
  </head>

  <body>
    <nav class="navbar navbar-default navbar-fixed-top" id="navbar"></nav>
    <footer class="hidden-xs" id="footer"></footer>
	<!--jQuery-->
    <script src="/js/main.js" type="text/javascript"></script>
  </body>
</html>

Style

  • Indentation
    • HTML, PHP
      • 2 spaces
      • Indent and use a blank line to separate <head>, <body>
    • CSS, JS
      • 4 spaces

License

dGRAMOP Development: Creative Commons 4.0

About

Website for Oakton High School Computer Science Club

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 89.3%
  • Python 5.1%
  • JavaScript 4.2%
  • CSS 1.4%