-
Notifications
You must be signed in to change notification settings - Fork 0
/
tutorials.html
37 lines (37 loc) · 1.49 KB
/
tutorials.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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Tutorials</title>
<link rel="stylesheet" type="text/css" href="styles.css">
</head>
<body>
<div class="wrapper">
<ul>
<li><a href="index.html">Lab<span>194</span></a></li>
<li><a href="forum.html">Forum</a></li>
<li><a href="resources.html">Resources</a></li>
<li><a href="tutorials.html">Tutorials</a></li>
<li><a href="lab.html">The Lab</a></li>
</ul>
</div>
<h2> Follow the link to today's tutorial!</h2>
<img src="img/tutorials.jpg" alt="Luke training with Yoda." />
<br><br>
<p>
Series: Web Development
<br>
Video: #1
</p>
<div class="resources">
<a href="https://www.youtube.com/watch?v=3JluqTojuME&list=PLoYCgNOIyGAB_8_iq1cL8MVeun7cB6eNc&index=1">Web Development Tutorial for Beginners (#1) - How to build webpages with HTML, CSS, Javascript </a>
</div>
<br>
<img src="img/training.gif" alt="Handstands?" />
<p>Good luck with your training!</p>
<div class="sidebar">
<h2>Lab Events</h2>
<iframe src="https://calendar.google.com/calendar/embed?showTitle=0&showNav=0&showPrint=0&showTabs=0&showCalendars=0&showTz=0&mode=AGENDA&height=600&wkst=2&bgcolor=%23ffcc00&src=dtcc.edu_sju3onob4jes9vo41875v153b8%40group.calendar.google.com&color=%23B1440E&ctz=America%2FNew_York" style="border-width:0" width="400" height="500" frameborder="0" scrolling="no"></iframe>
</div>
</body>
</html>