Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Not done naming
  • Loading branch information
amd11037 committed Apr 29, 2015
1 parent 5f6a02d commit c92f329
Show file tree
Hide file tree
Showing 29 changed files with 55 additions and 0 deletions.
2 changes: 2 additions & 0 deletions about.php
@@ -1,3 +1,5 @@
<!-- Authored by Ashley Dumaine and Iu-Wei Sze -->

<?php
session_start();
?>
Expand Down
2 changes: 2 additions & 0 deletions about_formatting.css
@@ -1,3 +1,5 @@
//Authored by Ashley Dumaine

.nav a {
color: #5a5a5a;
font-size: 11px;
Expand Down
3 changes: 3 additions & 0 deletions admin.php
@@ -1,3 +1,6 @@
<!-- Authored by Ashley Dumaine and Iu-Wei Sze -->


<?php
session_start();
?>
Expand Down
2 changes: 2 additions & 0 deletions admin_dashboard.php
@@ -1,3 +1,5 @@
<!-- Authored by Ashley Dumaine and Iu-Wei Sze -->

<?php
session_start();
?>
Expand Down
2 changes: 2 additions & 0 deletions checklogin.php
@@ -1,3 +1,5 @@
<!-- Authored by Iu-Wei Sze and Ashley Dumaine -->

<?php

ob_start();
Expand Down
2 changes: 2 additions & 0 deletions credits.php
@@ -1,3 +1,5 @@
<!-- Authored by Ashley Dumaine and Iu-Wei Sze -->

<?php
session_start();
?>
Expand Down
2 changes: 2 additions & 0 deletions credits_formatting.css
@@ -1,3 +1,5 @@
//Authored by Ashley Dumaine

.nav a {
color: #5a5a5a;
font-size: 11px;
Expand Down
2 changes: 2 additions & 0 deletions dashboard.php
@@ -1,3 +1,5 @@
<!-- Authored by Ashley Dumaine and Iu-Wei Sze -->

<?php
session_start();
?>
Expand Down
2 changes: 2 additions & 0 deletions dashboard_formatting.css
@@ -1,3 +1,5 @@
//Authored by Ashley Dumaine

.nav a {
color: #5a5a5a;
font-size: 11px;
Expand Down
2 changes: 2 additions & 0 deletions editMyAccount.php
@@ -1,3 +1,5 @@
<!-- Authored by Iu-Wei Sze and Ashley Dumaine -->

<?php
session_start();

Expand Down
2 changes: 2 additions & 0 deletions editMyAccount_formatting.css
@@ -1,3 +1,5 @@
//Authored by Ashley Dumaine

.nav a {
color: #5a5a5a;
font-size: 11px;
Expand Down
2 changes: 2 additions & 0 deletions editMyProfile.php
@@ -1,3 +1,5 @@
<!-- Authored by Iu-Wei Sze and Ashley Dumaine -->

<?php
session_start();

Expand Down
2 changes: 2 additions & 0 deletions error.php
@@ -1,3 +1,5 @@
<!-- Authored by Iu-Wei Sze and Ashley Dumaine -->

<?php
session_start();
?>
Expand Down
2 changes: 2 additions & 0 deletions faq.php
@@ -1,3 +1,5 @@
<!-- Authored by Ashley Dumaine and Iu-Wei Sze -->

<?php
session_start();
?>
Expand Down
2 changes: 2 additions & 0 deletions faq_formatting.css
@@ -1,3 +1,5 @@
//Authored by Ashley Dumaine

.nav a {
color: #5a5a5a;
font-size: 11px;
Expand Down
2 changes: 2 additions & 0 deletions generateReport.php
@@ -1,3 +1,5 @@
<!-- Authored by Everyone? -->

<?php
session_start();

Expand Down
2 changes: 2 additions & 0 deletions generateReportNew.php
@@ -1,3 +1,5 @@
<!-- Authored by Everyone? -->

<?php
session_start();

Expand Down
2 changes: 2 additions & 0 deletions generateReport_formatting.css
@@ -1,3 +1,5 @@
//Authored by Ashley Dumaine

.nav a {
color: #5a5a5a;
font-size: 11px;
Expand Down
2 changes: 2 additions & 0 deletions getProfileData.php
@@ -1,3 +1,5 @@
<!-- Authored by Iu-Wei Sze -->

<?php
if(session_status() == PHP_SESSION_NONE)
session_start();
Expand Down
2 changes: 2 additions & 0 deletions index_formatting.css
@@ -1,3 +1,5 @@
//Authored by Ashley Dumaine

.nav a {
color: #5a5a5a;
font-size: 11px;
Expand Down
2 changes: 2 additions & 0 deletions jobs_post_formatting.css
@@ -1,3 +1,5 @@
//Authored by Ashley Dumaine

.nav a {
color: #5a5a5a;
font-size: 11px;
Expand Down
2 changes: 2 additions & 0 deletions list.css
@@ -1,3 +1,5 @@
//Authored by Iu-Wei Sze

ul {
list-style: none;
margin-left: 0;
Expand Down
2 changes: 2 additions & 0 deletions login_formatting.css
@@ -1,3 +1,5 @@
//Authored by Ashley Dumaine

.nav a {
color: #5a5a5a;
font-size: 11px;
Expand Down
Empty file removed myApplications_formatting.css
Empty file.
Empty file removed myResumes_formatting.css
Empty file.
2 changes: 2 additions & 0 deletions newApplication_formatting.css
@@ -1,3 +1,5 @@
//Authored by Ashley Dumaine

.nav a {
color: #5a5a5a;
font-size: 11px;
Expand Down
2 changes: 2 additions & 0 deletions register_formatting.css
@@ -1,3 +1,5 @@
//Authored by Ashley Dumaine

.nav a {
color: #5a5a5a;
font-size: 11px;
Expand Down
2 changes: 2 additions & 0 deletions seeker_formatting.css
@@ -1,3 +1,5 @@
//Authored by Ashley Dumaine

.nav a {
color: #5a5a5a;
font-size: 11px;
Expand Down
2 changes: 2 additions & 0 deletions style.css
@@ -1,3 +1,5 @@
//Authored by Iu-Wei Sze

/*
99Lime.com HTML KickStart by Joshua Gatcke
style.css
Expand Down

0 comments on commit c92f329

Please sign in to comment.