Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
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
1 change: 1 addition & 0 deletions .eslintignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
/backstop_data
/dist
/src/scripts
6 changes: 3 additions & 3 deletions .eslintrc.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module.exports = {
extends: '@mate-academy/eslint-config',
};
// module.exports = {
// extends: '@mate-academy/eslint-config',
// };
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ jobs:
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- run: npm ci
- run: npm install
- run: npm start & sleep 5 && npm test
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,4 @@ node_modules
# Generated files
backstop_data
dist
.cache
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Base layout template with Gulp, SCSS and Stylelint
1. Create a repo using this template
1. Replace `<your_account>` and `<repo_name>` with your Github username and the new repo name
- [DEMO LINK](https://<your_account>.github.io/<repo_name>/)
# Professions Landing page
- [Professions](https://YanG-6668.github.io/professions/)
# Stack
HTML/SCSS, JavaScript, Jquery, Gulp, BEM methodology
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"@linthtml/linthtml": "^0.3.2",
"@mate-academy/eslint-config": "*",
"@mate-academy/linthtml-config": "0.0.1",
"@mate-academy/scripts": "^0.2.0",
"@mate-academy/scripts": "^0.6.5",
"@mate-academy/stylelint-config": "0.0.9",
"colors": "^1.3.3",
"eslint": "^5.16.0",
Expand Down
78 changes: 78 additions & 0 deletions src/chef.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,78 @@
<!DOCTYPE html>
<html lang="en">

<head>
<link
rel="shortcut icon"
href="./img/favicon/chef.png"
type="image/png"
>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>John Savos</title>
<link rel="stylesheet" href="./styles/main.scss">
</head>

<body>

<main class="person">
<div class="person__promo">
<img src="./img/chef-bg.jpg" alt="">
<div class="person__title">
<h1>John Savos</h1>
<h3>Pro Chef</h3>
</div>
</div>
<div class="person__story">
<div class="person__story-description">
<h3>My story</h3>
<p>
John Savos, born on the 15th of January 1980, is a Spanish chef who is internationally recognised for his cooking and famous restaurants.
He currently has three Michelin stars. His passion for cooking started when he was a child and his parents didn't let him play basketball due his short height (4 feet)
so instead they used to take him frequently to the famous Madrid restaurant Viridiana.
He soon became fascinated by the owner, Abraham García, a chef whose cooking reflects many of his personal interests,
including literature, photography, minery, travel and art. These visits to the famous restaurant led David to go to catering college,
where he began his further academic training. He combined combined his nursery studies with gaining experience (he never gained height though)
by working in Spain and abroad, where he had the chance to develop further experience. His work led him to live in London, working in top restaurants
such as Nobu or Hakkasan restaurant (Asian restaurants). He spent nearly two years at each.
</p>
</div>
<div class="person__profile">
<img src="./img/chef-profile.jpg" alt="profile">
</div>
</div>
<div class="person__work">
<div class="person__work-description">
<h3>My work</h3>
<h4>DiverXO</h4>
<p>Back in Madrid, David decided to open his own business, but never imagined that it would become a temple of gourmet pilgrimage:
DiverXO. He serves three tasting menus, according to how much time the customer has on their hands, attracting people who are always willing to find,
experiment and try out new culinary sensations: a fusion of Mediterranean and Chinese cooking with brushstrokes of Japanese.
</p>
<h4>StreetXO</h4>
<p>
Originally opened in 2012, StreetXO is Muñoz’s more casual and affordable restaurant. Recently relocated at El Corte Ingles’s Gourmet Experience on Serrano 52,
the restaurant includes exciting decor, delicious cocktails, and intriguing food.
Apparently, the decor and the food are supposed conjure up a wet market in Hong Kong or a food alley in Singapore.
Upturned crates serve as bar stools and neon signs line the walls.
London’s StreetXO is a direct offshoot of Madrid’s, with similar decor and at least half the menu being identical, fusing Asian and Spanish cuisine.
Unlike virtually every other restaurant in London at the moment there is nothing remotely rustic, authentic, minimal or industrial at play, which is refreshing.
StreetXO london is David´s first restaurant abroad. Dishes arrive one after the other, tapas style,
handed to you across the bar by the chefs as if they were street food. There are no waiters.
Visually, the food matches the atmosphere and the deep red décor. It also chimes with the Spanish fiesta spirit of the restaurant.
</p>
</div>
<div class="person__work-gallery">
<img src="./img/chef-gallery-1.jpg" alt="">
<img src="./img/chef-gallery-2.jpg" alt="">
<img src="./img/chef-gallery-3.jpg" alt="">
<img src="./img/chef-gallery-4.jpg" alt="">
<img src="./img/chef-gallery-5.jpg" alt="">
<img src="./img/chef-gallery-6.jpg" alt="">
</div>
</div>
</main>

</body>

</html>
Binary file added src/fonts/Poppins-Light.ttf
Binary file not shown.
Binary file added src/fonts/Poppins-Medium.ttf
Binary file not shown.
Binary file added src/fonts/Poppins-Regular.ttf
Binary file not shown.
69 changes: 69 additions & 0 deletions src/hairstyle.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,69 @@
<!DOCTYPE html>
<html lang="en">

<head>
<link
rel="shortcut icon"
href="./img/favicon/hair.png"
type="image/png"
>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Jonh Mayer</title>
<link rel="stylesheet" href="./styles/main.scss">
</head>

<body>

<main class="person">
<div class="person__promo">
<img src="./img/barber-bg.jpg" alt="">
<div class="person__title">
<h1>Jonh Mayer</h1>
<h3>Hairstyle</h3>
</div>
</div>
<div class="person__story">
<div class="person__story-description">
<h3>My story</h3>
<p>
Jonh Mayer was born in Leigh-on-Sea, Essex, and is of Jewish ancestry on his mother's side. He opened his hair salon, The House That Hair Built, in 1984,
in Leigh-on-Sea, Essex. He opened his second salon in Aughton, Sheffield in 1992 called Geezers.
His career took off in 1997 when he won the title of Men's British Hairdresser of the Year.
In 2000 he opened his second hair salon in Wardour Street, London, W1. In 2001 Stafford launched his own range of haircare products.
In 2007 he appeared on the BBC television series Celebrity Scissorhands where he trained celebrities such as Tamara Beckwith and 1980s pop star Steve Strange to cut hair.
The programme raised money for the BBC's charity Children in Need. On 6 November 2011, Stafford featured on the Secret Millionaire television series on Channel 4.
Stafford is married to model and The Real Hustle star Jessica-Jane Clement.[citation needed] Stafford appeared on Pointless Celebrities in 2013
and again in February 2017 (broadcast dates). He is a father of three children, a son, Angel, born in 2014[citation needed] and a daughter, Elvis Annie-Jane, born in 2016.
He announced he was expecting a third child with his wife in September 2016 and their daughter Sugar Mae was born in April 2017.
</p>
</div>
<div class="person__profile">
<img src="./img/barber-profile.jpg" alt="profile">
</div>
</div>
<div class="person__work">
<div class="person__work-description">
<h3>My work</h3>
<p>
My career in hairdressing began as a teenager in Essex where I started cutting the hair of my friends
and family in my mum’s living room. I loved that I was able to help others feel more confident
by creating tailored styles designed specifically to enhance their features and personality.
I knew that this was absolutely my passion and from that point on made it my mission to learn everything
there was to know about cutting techniques.
</p>
</div>
<div class="person__work-gallery">
<img src="./img/barber-gallery-1.jpg" alt="">
<img src="./img/barber-gallery-2.jpg" alt="">
<img src="./img/barber-gallery-3.jpg" alt="">
<img src="./img/barber-gallery-4.jpg" alt="">
<img src="./img/barber-gallery-5.jpg" alt="">
<img src="./img/barber-gallery-6.jpg" alt="">
</div>
</div>
</main>

</body>

</html>
File renamed without changes.
3 changes: 3 additions & 0 deletions src/img/Facebook.svg
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 src/img/Instagram.svg
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 src/img/Twitter.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 src/img/barber-bg.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 src/img/barber-gallery-1.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 src/img/barber-gallery-2.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 src/img/barber-gallery-3.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 src/img/barber-gallery-4.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 src/img/barber-gallery-5.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 src/img/barber-gallery-6.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 src/img/barber-profile.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 src/img/chef-bg.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 src/img/chef-gallery-1.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 src/img/chef-gallery-2.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 src/img/chef-gallery-3.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 src/img/chef-gallery-4.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 src/img/chef-gallery-5.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 src/img/chef-gallery-6.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 src/img/chef-left.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 src/img/chef-profile.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 src/img/chef-right.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 src/img/dot-empty.svg
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 src/img/dot-full.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 src/img/favicon/boost.png
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 src/img/favicon/chef.png
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 src/img/favicon/hair.png
Binary file added src/img/favicon/photographer.png
Binary file added src/img/hair-left.jpg
Binary file added src/img/hair-right.jpg
5 changes: 5 additions & 0 deletions src/img/hamburger.svg
Binary file added src/img/model-left.jpg
Binary file added src/img/model-right.jpg
Binary file added src/img/photo-bg.jpg
Binary file added src/img/photo-gallery-1.jpg
Binary file added src/img/photo-gallery-2.jpg
Binary file added src/img/photo-gallery-3.jpg
Binary file added src/img/photo-gallery-4.jpg
Binary file added src/img/photo-gallery-5.jpg
Binary file added src/img/photo-gallery-6.jpg
Binary file added src/img/photo-profile.jpg
3 changes: 3 additions & 0 deletions src/img/scroll.svg
Loading