-
Notifications
You must be signed in to change notification settings - Fork 238
Add tasks 1-5 #224
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
Open
MagdalenaKoltuniak
wants to merge
6
commits into
devmentor-pl:master
Choose a base branch
from
MagdalenaKoltuniak:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Add tasks 1-5 #224
Changes from all commits
Commits
Show all changes
6 commits
Select commit
Hold shift + click to select a range
d036a10
task 5 - add basic page layout according to the scheme
MagdalenaKoltuniak 35f6250
task 4 - add nested navigation
MagdalenaKoltuniak 109eacb
deleted redundant comments in task 4
MagdalenaKoltuniak 4b8cf23
task 1 - add html structure
MagdalenaKoltuniak 2bc2c17
task 2 - add missing selectors
MagdalenaKoltuniak 5992a8b
task 3 - add styles to a html page
MagdalenaKoltuniak 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,12 +1,147 @@ | ||
| <!DOCTYPE html> | ||
| <html lang="pl"> | ||
|
|
||
| <head> | ||
| <meta charset="UTF-8"> | ||
| <meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
| <meta http-equiv="X-UA-Compatible" content="ie=edge"> | ||
| <title>devmentor.pl - HTML & CSS BASICS - #01</title> | ||
| </head> | ||
|
|
||
| <body> | ||
|
|
||
| <header> | ||
| <a href="/"><img src="" alt=""></a> | ||
| <nav> | ||
| <ul> | ||
| <li><a href="">Lorem ipsum</a></li> | ||
| <li><a href="">Lorem ipsum</a></li> | ||
| <li><a href="">Lorem ipsum</a> | ||
| <ul> | ||
| <li><a href="">Lorem ipsum</a></li> | ||
| <li><a href="">Lorem ipsum</a></li> | ||
| </ul> | ||
| </li> | ||
| </ul> | ||
| </nav> | ||
| </header> | ||
|
|
||
| <main> | ||
| <section> | ||
| <article> | ||
| <h2>Lorem ipsum dolor sit.</h2> | ||
| <div> | ||
| <p>Lorem ipsum dolor sit amet consectetur adipisicing elit. Possimus sed odit odio nemo, placeat | ||
| assumenda a excepturi error voluptatum voluptas sapiente. Unde ducimus magnam amet alias eius, | ||
| sint | ||
| dolor iste cum iure quo ex, culpa ipsa totam nihil ullam natus voluptates ad modi quam expedita | ||
| officiis eum nobis perferendis debitis!</p> | ||
| <p>Lorem ipsum dolor sit amet consectetur adipisicing elit. Possimus sed odit odio nemo, placeat | ||
| assumenda a excepturi error voluptatum voluptas sapiente. Unde ducimus magnam amet alias eius, | ||
| sint | ||
| dolor iste cum iure quo ex, culpa ipsa totam nihil ullam natus voluptates ad modi quam expedita | ||
| officiis eum nobis perferendis debitis!</p> | ||
| </div> | ||
| <p>Data publikacji: <time datetime="2025-10-10">10 października 2025</time></p> | ||
| <address class="author">Jerzy Kowalski</address> | ||
| <figure> | ||
| <img src="" alt=""> | ||
| <figcaption>opis ilustracji</figcaption> | ||
| </figure> | ||
|
|
||
| <table> | ||
| <caption>Lorem, ipsum dolor.</caption> | ||
| <thead> | ||
| <tr> | ||
| <th scope="col">Lorem</th> | ||
| <th scope="col">Lorem</th> | ||
| <th scope="col">Lorem</th> | ||
| <th scope="col">Lorem</th> | ||
| </tr> | ||
| </thead> | ||
| <tbody> | ||
| <tr> | ||
| <th scope="row">lorem</th> | ||
| <td>lorem</td> | ||
| <td>lorem</td> | ||
| <td>lorem</td> | ||
| </tr> | ||
| <tr> | ||
| <th scope="row">lorem</th> | ||
| <td>lorem</td> | ||
| <td>lorem</td> | ||
| <td>lorem</td> | ||
| </tr> | ||
| <tr> | ||
| <th scope="row">lorem</th> | ||
| <td>lorem</td> | ||
| <td>lorem</td> | ||
| <td>lorem</td> | ||
| </tr> | ||
| </tbody> | ||
| <tfoot> | ||
| <tr> | ||
| <th scope="row" colspan="3">lorem</th> | ||
| <td>lorem</td> | ||
| </tr> | ||
| </tfoot> | ||
| </table> | ||
| </article> | ||
| </section> | ||
|
|
||
| <section> | ||
| <h2>Lorem, ipsum.</h2> | ||
| <form action=""> | ||
| <div> | ||
| <label for="name">Imię:</label> | ||
| <input type="text" id="name" name="name" placeholder="imię"> | ||
| </div> | ||
|
|
||
| <div> | ||
| <label for="email">Email:</label> | ||
| <input type="email" id="email" name="email" placeholder="e-mail"> | ||
| </div> | ||
|
|
||
| <div> | ||
| <label for="comment">Komentarz:</label> | ||
| <textarea name="comment" id="comment" rows="5" cols="50" | ||
| placeholder="Miejsce na Twój komentarz..."></textarea> | ||
| </div> | ||
|
|
||
| <div> | ||
| <input type="submit" value="Wyślij!"> | ||
| </div> | ||
| </form> | ||
| </section> | ||
|
|
||
| <section> | ||
| <h2>Lorem, ipsum.</h2> | ||
| <article class="comment"> | ||
| <p class="comment-content">Lorem ipsum dolor sit amet, consectetur adipisicing elit. Repudiandae, | ||
| obcaecati iure. Sunt repudiandae porro, delectus id, animi error nostrum labore ducimus quam est | ||
| assumenda consequatur ab at doloribus repellendus beatae?</p> | ||
| <p class="comment-author">Jan Nowak</p> | ||
| <time class="comment-date" datetime="2025-12-11">11 grudnia 2025</time> | ||
| </article> | ||
| <article class="comment"> | ||
| <p class="comment-content">Lorem ipsum dolor sit amet, consectetur adipisicing elit. Repudiandae, | ||
| obcaecati iure. Sunt repudiandae porro, delectus id, animi error nostrum labore ducimus quam est | ||
| assumenda consequatur ab at doloribus repellendus beatae?</p> | ||
| <p class="comment-author">Agnieszka Kowalska</p> | ||
| <time class="comment-date" datetime="2025-12-10">10 grudnia 2025</time> | ||
| </article> | ||
| <article class="comment"> | ||
| <p class="comment-content">Lorem ipsum dolor sit amet, consectetur adipisicing elit. Repudiandae, | ||
| obcaecati iure. Sunt repudiandae porro, delectus id, animi error nostrum labore ducimus quam est | ||
| assumenda consequatur ab at doloribus repellendus beatae?</p> | ||
| <p class="comment-author">Piotr Kowalczyk</p> | ||
| <time class="comment-date" datetime="2025-12-09">09 grudnia 2025</time> | ||
| </article> | ||
| </section> | ||
| </main> | ||
|
|
||
| <footer> | ||
| <p>© 2025 devmentor.pl</p> | ||
| </footer> | ||
| </body> | ||
|
|
||
| </html> |
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
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍