-
Notifications
You must be signed in to change notification settings - Fork 0
/
yeschefvideo.html
88 lines (86 loc) · 2.73 KB
/
yeschefvideo.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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
<!DOCTYPE html>
<html>
<head>
<title>Technodrome Inc.</title>
<meta charset="UTF-8">
<!--
Available fonts Source Sans Pro :ital,wght@0,300;0,400;0,600;1,300&
!-->
<link rel="stylesheet" href="style.css">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Source+Sans+Pro:ital,wght@0,300;0,400;0,600;1,300&display=swap" rel="stylesheet">
</head>
<img class="img-logowatermark" alt="">
<!-- BODY BELOW !-->
<body>
<header>
<ul>
<li>
<a img class="img-logo" href="index.html"></a>
<a href="index.html">Technodrome Inc.</a>
<a href="team.html">The Team</a>
<a href="careers.html">Careers</a>
<a href="yeschef.html">Yes Chef</a>
<a href="itwork.html">IT Work</a>
<a href="artifacts.html">Artifacts</a>
<a href="references.html">References</a>
</li>
</ul>
</header>
<br><br><br>
<!-- Team Profile Content !-->
<!-- <img src="img/me.jpg"class="img-me" alt="Me">!-->
<h1>
Yes Chef!
</h1>
<br>
<h3>Video Presentation</h3>
<br>
<p class="center">
<iframe width="999" height="562" src="https://www.youtube.com/embed/yIJczlRVvi0" title="Yes Chef Video Presentation" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</p>
<br>
<br>
<br>
<div class="footer">
<div class="inner-footer">
<div class="logo-container">
<a href="index.html">
<img src="img/logo.png" alt="logo"></a>
</div>
<div class="footer-third">
<h1>Technodrome Inc.</h1>
<a href="index.html">Home</a>
<br>
<a href="team.html">Team</a>
<br>
<a href="careers.html">Careers</a>
<br>
<a href="yeschef.html">Yes Chef</a>
</div>
<div class="footer-third">
<h1>IT Technologies</h1>
<a href="cloudsservicesservers.html">Clouds, Services, Servers</a>
<br>
<a href="machinelearning.html">Machine Learning</a>
<br>
<a href="autonomousvehicles.html">Autonomous Vehicles</a>
<br>
<a href="blockchainandcryptocurrency.html">Blockchain & Cryptocurrency</a>
</div>
<div class="footer-third">
<h1>
More
</h1>
<a href="itwork.html">It Work</a>
<br>
<a href="artifacts.html">Artifacts</a>
<br>
<a href="tests.html">Personality tests</a>
<br>
<a href="references.html">References</a>
</div>
</div>
</div>
</body>
</html>