-
Notifications
You must be signed in to change notification settings - Fork 39
P10 Added judging critera page #66
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
stefdworschak
merged 6 commits into
Code-Institute-Community:master
from
andrewdempsey2018:p10-judging-criteria
Oct 19, 2020
Merged
Changes from all commits
Commits
Show all changes
6 commits
Select commit
Hold shift + click to select a range
91e0e6c
P10 Added judging critera page
andrewdempsey2018 b0fc735
Restored .env_sample, added PEP8 space, refactor criteria.html
andrewdempsey2018 0133291
Added bootstrap grid to criteria.html
andrewdempsey2018 3436646
Merge branch 'master' into p10-judging-criteria
andrewdempsey2018 1e8b883
#P10: refactored criteria.html
andrewdempsey2018 814c8bc
#P10: Fixed merge conflicts, updated home>urls, home>views to target …
andrewdempsey2018 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 |
|---|---|---|
| @@ -1,3 +1,3 @@ | ||
| DEVELOPMENT=1 | ||
| SECRET_KEY="your_secret_key_here" | ||
| SITE_NAME="localhost" | ||
| DEVELOPMENT=1 | ||
| SECRET_KEY="your_secret_key_here" | ||
| SITE_NAME="localhost" | ||
Empty file.
This file contains hidden or 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 hidden or 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 hidden or 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 |
|---|---|---|
| @@ -1,8 +1,57 @@ | ||
| {% extends "base.html" %} | ||
| {% load static %} | ||
| {% block content %} | ||
| <div class="container"> | ||
|
|
||
| <h1>Judging Criteria</h1> | ||
| <!-- help needed --> | ||
| <div class="row"> | ||
| <div class="col row justify-content-center"> | ||
| <h1>Judging Criteria for Hackaton</h1> | ||
| </div> | ||
| </div> | ||
|
|
||
| <div class="mt-2"> | ||
| <div class="row"> | ||
| <div class="col-md-6"> | ||
| <h2 class="font-weight-bold">Content</h2> | ||
|
|
||
| <p>Content is the information provided on the site. It is not just text, but music, sound, animation, or | ||
| video – anything that communicates a site’s body of knowledge. Good content should be engaging, | ||
| relevant, and appropriate for the audience; you can tell it’s been developed for the Web because | ||
| it’s clear and concise and it works in the medium. Good content takes a stand. It has a voice and a | ||
| point of view. It may be informative, useful, or funny, but it always leaves you wanting more.</p> | ||
| </div> | ||
| <div class="col-md-6"> | ||
| <h2 class="font-weight-bold">Structure and navigation</h2> | ||
|
|
||
| <p>Refers to the framework of a site, the organization of content, the prioritization of information, | ||
| and the method in which you move through the site. Sites with good structure and navigation are | ||
| consistent, intuitive, and transparent. They allow you to form a mental model of the information | ||
| provided: where to find things and what to expect when you click. Good navigation gets you where you | ||
| want to go quickly and offers easy access to the breadth and depth of the site’s content.</p> | ||
| </div> | ||
| </div> | ||
| <div class="row"> | ||
| <div class="col-md-6"> | ||
| <h2 class="font-weight-bold">Visual design</h2> | ||
|
|
||
| <p>The appearance of the site. It’s more than just a pretty homepage, and it doesn’t have to be cutting | ||
| edge or trendy. Good visual design is high quality, appropriate, and relevant for the audience and | ||
| the message it is supporting. It communicates a visual experience and may even take your breath | ||
| away.</p> | ||
| </div> | ||
| <div class="col-md-6"> | ||
| <h2 class="font-weight-bold">Functionality</h2> | ||
|
|
||
| <p>Good functionality means the site works well. It loads quickly, has live links, and any new | ||
| technology used is functional and relevant for the intended audience. The site should work | ||
| cross-platform and be browser independent. Highly functional sites anticipate the diversity of user | ||
| requirements from file size and format to download speed. The most functional sites also take into | ||
| consideration those with special access needs. Good functionality makes the experience center stage | ||
| and the technology invisible.</p> | ||
| </div> | ||
| </div> | ||
| </div> | ||
|
|
||
| </div> | ||
| {% endblock %} | ||
|
|
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.