Skip to content
This repository has been archived by the owner on Sep 26, 2023. It is now read-only.

Commit

Permalink
Merge pull request #9 from CongoLUG/CongoLUG_Updates_ModuleCore_FW38
Browse files Browse the repository at this point in the history
Reorganized the website in modules
  • Loading branch information
kounkou committed Sep 19, 2015
2 parents c56a5e0 + c50eab8 commit cb86e06
Show file tree
Hide file tree
Showing 8 changed files with 34 additions and 7 deletions.
31 changes: 24 additions & 7 deletions app/index.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,24 @@
---
layout: default
title: CongoLug HomePage
---
<div class="col s1 cyan">
Test
</div><!-- /.blurb -->
<!DOCTYPE html>
<html lang="en">

<head>
<meta charset="UTF-8">
<title>CongoLUG</title>
<link rel="stylesheet" href="../bower_components/bootstrap/dist/css/bootstrap.css">
</head>

<body>

</body>

<!-- this defines all the project dependancies -->
<script src="../bower_components/angular/angular.js"></script>

<!-- website modules -->
<script src="modules/core/core.js"></script>
<!--
proposition for the blog js client
<script src="modules/blog/blog.js"></script>
-->

</html>
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
10 changes: 10 additions & 0 deletions app/modules/core/core.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
/*
@Author : KGJ
@date : Sept. 19th 2015
@brief : core.js javascript script
*/

(function() {
/* list all the dependancies */
console.log("starting core.js module");
})();

0 comments on commit cb86e06

Please sign in to comment.