Skip to content
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

Feedback #1

Open
wants to merge 40 commits into
base: feedback
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
40 commits
Select commit Hold shift + click to select a range
a87a821
forgot to save the code on vs code
adeledsg Dec 11, 2023
08075e0
adding index and images
adeledsg Dec 12, 2023
2bbf95a
nav bar and pages added
adeledsg Dec 12, 2023
2dec1fa
added videos and imagesfor flexbox on each html page
adeledsg Dec 12, 2023
6bef857
started css
adeledsg Dec 12, 2023
b85662e
Setting up GitHub Classroom Feedback
github-classroom[bot] Dec 12, 2023
8f0a0f3
add deadline
github-classroom[bot] Dec 12, 2023
955022a
Added index.html with Hello World to get started
adeledsg Dec 11, 2023
1f95a14
Merge pull request #2 from Birkbeck2/video_flexbox
adeledsg Dec 13, 2023
24dc534
added css for nav bar and stared flexbox
adeledsg Dec 16, 2023
7a72db2
Merge pull request #3 from Birkbeck2/css
adeledsg Dec 16, 2023
aebdb74
modified colours, nav bar and added footer - creating an acessible we…
adeledsg Dec 18, 2023
db9e52d
added footer on each page with socials, added contact form and starte…
adeledsg Dec 18, 2023
0a5a042
working on styling phone version, padding coherent, working on breadc…
adeledsg Dec 18, 2023
3702993
added grid system for main layout and flexbox for footer and styling
adeledsg Dec 19, 2023
9fb86ce
styled breadcrumbs correctly
adeledsg Dec 19, 2023
ecd7d8d
Merge pull request #4 from Birkbeck2/home-page
adeledsg Dec 20, 2023
9fb1355
styled contact form for phone version
adeledsg Dec 24, 2023
c2c958e
finished phone version
adeledsg Dec 24, 2023
3fa7a4f
Merge pull request #5 from Birkbeck2/phone_version
adeledsg Dec 24, 2023
19a1b29
working on ipad version, gallery responsive
adeledsg Dec 26, 2023
bf0ae4a
fixed body layout issue, all media screen are completed in terms of l…
adeledsg Dec 26, 2023
7de19e2
added margin to body main
adeledsg Dec 27, 2023
70c37b0
checked my html and css file in the standrads, no errors so far, fixe…
adeledsg Dec 27, 2023
62b6e54
added comments, fixed accessibility, checked code with validators
adeledsg Dec 28, 2023
58fb74c
Merge pull request #6 from Birkbeck2/ipad_version
adeledsg Dec 28, 2023
516de37
added comments, fixed footer and license, added icons, and readme file
adeledsg Jan 1, 2024
47f6ce0
Merge pull request #7 from Birkbeck2/accessibility
adeledsg Jan 1, 2024
2612980
Update index.html
adeledsg Jan 1, 2024
9890095
Update contact.html
adeledsg Jan 1, 2024
25db7cd
Update seoul.html
adeledsg Jan 4, 2024
3e0af9c
Update README.md
adeledsg Jan 4, 2024
d4b9541
visual assignment submission
adeledsg Feb 23, 2024
85f4438
Merge branch 'main' of github.com:Birkbeck2/web-development-website-p…
adeledsg Feb 23, 2024
43ecb69
Update index.html
adeledsg Mar 2, 2024
272e285
Update index.html
adeledsg Mar 2, 2024
8cd25ad
Update README.md
adeledsg Mar 3, 2024
62df861
added second assignment
adeledsg Apr 19, 2024
8696f66
Merge pull request #8 from Birkbeck2/second-assignment
adeledsg Apr 21, 2024
8ece4d9
Update README.md
adeledsg Apr 21, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 30 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
[![Review Assignment Due Date](https://classroom.github.com/assets/deadline-readme-button-24ddc0f5d75046c5622901739e7c5dd533143b0c8e959d652212380cedb1ea36.svg)](https://classroom.github.com/a/59P2FRZS)


This repository contains all the files necessary for the portfolio website Feast and Wonder. The website can be found at:

[https://animated-potato-73kqllg.pages.github.io/](https://birkbeck2.github.io/web-development-website-project-adeledsg/)
https://birkbeck2.github.io/web-development-website-project-adeledsg/

Feast and Wonder is a food travel blog with the design goal of creating a pleasurable user experience for the Blind and Visually Impaired. It contains five html documents, one CSS document and an image folder.

This portfolio website was made in the context of a homework assignment and is not for commercial use. It is submitted along a UX report via Turnitin.

# File content
The following HTML files are used to create the website:

| File | Content |
| --- | --- |
| `index.html` | landing and home page |
| `seoul.html` | gallery page for Seoul |
| `paris.html` | gallery page for Paris |
| `brussels.html` | gallery page for Brussels |
| `contact.html` | Contact page containing the contact form |

Additionally, a global stylesheet entitled `styles.css` is used to set styles for all five pages above.

Comments have been provided in each document to provide further explanation on implementation details, the structure of the file (CSS file) and when references have been used.

All images and videos can be found in the `image` folder.

The food images and videos were provided by Birkbeck University and are free to use. The social media icons (Instagram, Facebook, and Pinterest) were download from [Free Icons, Clipart Illustrations, Photos, and Music (icons8.com)](https://icons8.com/) for free through the developer’s personal account and following their [licensing requirements.](https://icons8.com/vue-static/landings/pricing/icons8-license.pdf)
80 changes: 80 additions & 0 deletions brussels.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,80 @@
<!-- <!DOCTYPE html>

<html lang="en">

<head>
<meta charset="utf-8">
<title>Feast and Wonder</title>
<link rel="stylesheet" href="styles.css">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>

<body>
<header>
<div class="skip-to-main">
<a href="#main">Skip to main content</a>
</div>

<nav class="navbar">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="seoul.html">Seoul</a></li>
<li><a href="paris.html">Paris</a></li>
<li><a href="brussels.html">Brussels</a></li>
<li><a href="visuals.html">Visuals</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
</nav>

<nav class="breadcrumbs">
<ul>
<li><a href="index.html">Home</a></li>
<li>Brussels</li>
</ul>
</nav>

</header>

<main id="main">
<section class="grid-second">
<h1 class="city-name">Brussels</h1>

<div class="flexbox-container">

<div class="video-container">
<video width="1280" height="720" src="images/chocolate.mp4" controls></video>

<article class="video-transcript" aria-labelledby="video-transcript">
<h2 id="video-transcript">At the chocolate shop</h2>
<p>This short video shows a rotating pile of filled chocolates in a local chocolate shop -known as a chocolaterie.
Shaped in the form of seashells, made from a mix of white and dark chocolate, and filled with praline -a nut and sugar paste- these
chocolates are emblematic of Belgian chocolate.
</p>
</article>
</div>

<div class="image-container">
<img src="images/waffles.jpg" width="1920" height="1173" alt="Freshly made waffles in the shape of a heart pictured with a bowl of flour, two eggs and a whisk.">
<img src="images/christmas-cookies.jpg" width="1920" height="1146" alt="Star shaped spiced cinnamon christmas cookies surrounded by pine cones, whole walnuts in their shell, and cinnamon sticks.">
<img src="images/chocolate.jpg" width="1920" height="1275" alt=" A close up picture of small differently shaped chocolates displayed in rows ; a combination of both filled and solid in white and dark chocolate.">
<img src="images/bread.jpg" width="1920" height="1286" alt=" A close up picture of small bread buns -known in belgium as pistolet- coated with flour.">
</div>
</div>
</section>
</main>

<footer>
<h3>Want to see more?</h3>
<hr>
<ul class="socials">
<li><a href="http://www.example.org"><img src="images/icons8-instagram-96.png" width="96" height="96" alt="Instagram icon"></a></li>
<li><a href="http://www.example.org"><img src="images/icons8-facebook-96.png" width="96" height="96" alt="Facebook icon"></a></li>
<li><a href="http://www.example.org"><img src="images/icons8-pinterest-96.png" width="96" height="96" alt="Pinterest icon"></a></li>
<li class="attribution"> <a href="https://icons8.com/icon/84884/instagram">Instagram</a>,<a href="https://icons8.com/icon/118487/facebook">Facebook</a>,<a href="https://icons8.com/icon/87072/pinterest">Pinterest</a>icons by<a href="https://icons8.com">Icons8</a></li>
</ul>
</footer>
</body>

</html>

-->
77 changes: 77 additions & 0 deletions contact.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,77 @@
<!DOCTYPE html>

<html lang="en">

<head>
<meta charset="utf-8">
<title>Feast and Wonder</title>
<link rel="stylesheet" href="styles.css">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>

<body>
<header>
<div class="skip-to-main">
<a href="#main">Skip to main content</a>
</div>

<nav class="navbar">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="seoul.html">Seoul</a></li>
<li><a href="paris.html">Paris</a></li>
<li><a href="visuals.html">Visuals</a></li>
<li><a href="prototypes.html">Prototypes</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
</nav>

<nav class="breadcrumbs">
<ul>
<li><a href="index.html">Home</a></li>
<li>Contact</li>
</ul>
</nav>
</header>

<main id="main">
<section class="grid-contact"> <!--For the layout of the page-->
<h1 class="city-name">Contact me</h1>

<form method="post"> <!--setting the request method for the browser to use-->
<div class="form-section" aria-labelledby="first-name"> <!--Adding aria label for accessibility-->
<label for="first-name">Name</label>
<input id="first-name" name="first-name" type="text" placeholder="Enter your first name">
</div>
<div class="form-section" aria-labelledby="last-name">
<label for="last-name">Last Name</label>
<input id="last-name" name="last-name" type="text" placeholder="Enter your last name">
</div>
<div class="form-section" aria-labelledby="email">
<label for="email">Email address</label>
<input id="email" name="email" type="email" placeholder="Enter your e-mail address"> <!--type attribute for safety-->
</div>
<div class="form-section" aria-labelledby="message">
<label for="message">Message</label>
<textarea id="message" name="message" placeholder="Enter your message"></textarea>
</div>
<div class="button">
<button aria-label="submit form" type="submit">Submit</button>
</div>
</form>
</section>
</main>

<footer>
<h2>Want to see more?</h2>
<hr>
<ul class="socials">
<li><a href="http://www.example.org"><img src="images/icons8-instagram-96.png" width="96" height="96" alt="Instagram icon"></a></li>
<li><a href="http://www.example.org"><img src="images/icons8-facebook-96.png" width="96" height="96" alt="Facebook icon"></a></li>
<li><a href="http://www.example.org"><img src="images/icons8-pinterest-96.png" width="96" height="96" alt="Pinterest icon"></a></li>
<li class="attribution"> <a href="https://icons8.com/icon/84884/instagram">Instagram</a>,<a href="https://icons8.com/icon/118487/facebook">Facebook</a>,<a href="https://icons8.com/icon/87072/pinterest">Pinterest</a>icons by<a href="https://icons8.com">Icons8</a></li>
</ul>
</footer>
</body>

</html>
3 changes: 3 additions & 0 deletions images/Book1.jpg:Zone.Identifier
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[ZoneTransfer]
ZoneId=3
ReferrerUrl=C:\Users\sreej\OneDrive\Desktop\Adele's shit\visual-web-dev\assignment-1\submission\wetransfer_mockups_2024-02-22_1836.zip
3 changes: 3 additions & 0 deletions images/Book2.jpg:Zone.Identifier
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[ZoneTransfer]
ZoneId=3
ReferrerUrl=C:\Users\sreej\OneDrive\Desktop\Adele's shit\visual-web-dev\assignment-1\submission\wetransfer_mockups_2024-02-22_1836.zip
3 changes: 3 additions & 0 deletions images/Book3.jpg:Zone.Identifier
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[ZoneTransfer]
ZoneId=3
ReferrerUrl=C:\Users\sreej\OneDrive\Desktop\Adele's shit\visual-web-dev\assignment-1\submission\wetransfer_mockups_2024-02-22_1836.zip
Binary file added images/Croissant.mp4
Binary file not shown.
Binary file added images/Seoul.mp4
Binary file not shown.
Binary file added images/book1.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/book2.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/book3.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/bread.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/broth.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/building-sketch.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions images/building-sketch.jpg:Zone.Identifier
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[ZoneTransfer]
ZoneId=3
ReferrerUrl=C:\Users\sreej\OneDrive\Desktop\Adele's shit\visual-web-dev\Bookcover.zip
Binary file added images/castle.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/charcuterie.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/cheese-board.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/chocolate.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/chocolate.mp4
Binary file not shown.
Binary file added images/christmas-cookies.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/cover1.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/cover2.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/cover3.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/croissant.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/icons8-facebook-96.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions images/icons8-facebook-96.png:Zone.Identifier
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[ZoneTransfer]
ZoneId=3
HostUrl=about:internet
Binary file added images/icons8-instagram-96.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions images/icons8-instagram-96.png:Zone.Identifier
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[ZoneTransfer]
ZoneId=3
HostUrl=about:internet
Binary file added images/icons8-pinterest-96.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions images/icons8-pinterest-96.png:Zone.Identifier
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[ZoneTransfer]
ZoneId=3
HostUrl=about:internet
65 changes: 65 additions & 0 deletions images/logo1.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/macarons.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/magical castle.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions images/magical castle.png:Zone.Identifier
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
[ZoneTransfer]
ZoneId=3
ReferrerUrl=https://mail.google.com/
HostUrl=https://mail-attachment.googleusercontent.com/attachment/u/1/?ui=2&ik=08aadfbd9b&attid=0.1&permmsgid=msg-f:1791714515271748891&th=18dd72dbd5af0d1b&view=att&disp=safe&saddbat=ANGjdJ8zVxVLKgGmc2fO-lyjMynDaZ0PTh-eonrOLpG04UwV7XfnC30Wqhu0uXohe7Qb51fCs006ZJ37yPQduAwax4iiYEQvef8iItxwEQrMAdD61QgiOG5eV2b9ZunFo2oT_D7aSeuGDO-3fJjP0o5AFWbPRM_XdbNQJ7bHazPWOREawhVW_o9kp9OqiaMgBFRAbZ7GCf3i8s4IZz9WdUPwFasxH1dZ85Btxms1VvxKi0lXbYzQGIwqsFc9y5XniAMYzLl4ea2INhtZGvSkyJ4YVdpai_roGnTelPEQHDZ81kWh8oHgMf8vylKA867YhpROmgiIySP9imYVVLimYos43ilwGfR4e-Wzz2kumOsh-ByVocszn8xOxc2vnZbf_u0Q00C-lcqsKJQ0cvJXEkXFQ2tCqm0ZKqZVrrZuMbM_S44ls9IdY6vELAU78xNGYlbeqMJNjrdAj4g00H5MB4eSO6gygogzRhzJGxFCgwjBXAN44OgtUOJ_4DXJYvJK0bs4UUqu107tvERfMfNcWqYqgLnqICPXkK4T-4GZXn0ydi6bh7Cw_cPXKta3G6Cn10q3oVrb8RJm3lhskRW9JCEUa8MsIgk4LCZqf56KTJyj1UM3s-YVjJ9XXldU6vy3V1vY3vGKyGmDKoI7iTfkvN0x032IDnAf8C1rI_uxAZG5M_nYlNyrK1-8DgdiCN7Xh-8WZDV3B8X8lxKW10MQQkRCHHvD0WnKCV-yslDi-LySPsbGqL-xAl9UlecpPrmPMtOfaPuiyQqTv1oXU6pSCaFemPL8GYMb23kZV9kN03_VYOCg57WOs6_zloAx3tOZdaEMhyuQFGmRB2t-Ok882hvDgc30681MsB3PDSWqXFbAQiak-d2XeO5Yb6I8G3knyYzLRfnl32PKYYnMyteKcDpdQVFI_TmT0W216FSn5skpSiVH7jhO1UJXlRlwfLM2eoR8q3QSVtmeVbXfnsCINx_q9z6asZCTJ9MKVKdUGNcE0XQBtT01rK3lTnoRVnwAl6XxYdJuk3-2tsNC-UICr93Sp35AoZlnWNWbYF4LyQ
Binary file added images/ramen.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/store-items.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading