-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
42 lines (42 loc) · 2.58 KB
/
about.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="keywords" content="about, personal, chef, Andy">
<meta name="description" content="Chef Andy has a background in philosophy and is a graduate of the Culinary Management program at George Brown College.">
<title>About | Chef Andy</title>
<link rel="icon" href="/images/icon.png">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Dancing+Script&family=Roboto+Condensed&display=swap" rel="stylesheet">
<link rel="stylesheet" href="css/main.css">
<link rel="stylesheet" href="css/about.css">
</head>
<body>
<nav>
<h1><a href="./index.html">Chef Andy</a></h1>
<ul>
<li><a href="./index.html">Home</a></li>
<li><a href="./about.html">About</a></li>
<li><a href="./services.html">Services</a></li>
<li><a href="./contact.html">Contact</a></li>
</ul>
</nav>
<header>
<h2>About the Chef</h2>
<p>How it all started.</p>
</header>
<main>
<h2 class="divider center padding-bottom-1">Andy Rhapsodos</h2>
<div class="main-content">
<img class="chef-andy-photo" src="images/chef-apron.jpg" alt="Chef Andy tying apron" title="Chef Andy" width="610" height="470">
<p class="padding-top-2">Chef Andy has always enjoyed cooking, a talent he discovered during his freshman year at the University of Toronto, where he initially studied towards a bachelor's degree in philosophy. Upon graduation, he quickly decided that he had to pursue what he was naturally gifted at. Andy went on to graduate from the Culinary Management program at George Brown College in 2016; he has been cooking professionally ever since.</p>
<p class="padding-bottom-1">Andy has worked at many fine restaurants, including Spago, The Chefs' House, and 360 Restaurant. He had had the good fortune in 2021, for three months, to have been mentored and trained by one of the world's most talented chef, Gordon Ramsay. With a wealth of industry knowledge and experience under his belt, Andy now travels locally to provide personal chef services in Toronto and surrounding areas.</p>
</div>
</main>
<a class="go-to-top" href="#top">↑</a>
<footer><small>©2023 Chef Andy</small></footer>
</body>
</html>