-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
#27 added introduction to some readmes and added website_structure re…
…adme
- Loading branch information
1 parent
86c4a47
commit b3555c7
Showing
4 changed files
with
11 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
# Website structure | ||
Here you can find information and files to make the website look the way you whant. | ||
|
||
## Header and footer | ||
The [```header```](header.php) and [```footer```](footer.php) are inported in both [```index```](../index.php) and [```user_list```](../user_list.php) for a starndadizes header and fotter. These can be used for buttons or to dislpay items. | ||
|
||
## Styling/Formating | ||
The CSS files are used to format the pages for a better user experianc. If you want to change the styling you can use the [```root```](root.css) file for general styling (like font size, background color and so on.) and use [```index```](index.css), [```user_list```](user_list.css), [```header```](header.css), [```footer```](footer.css), |