-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlbv.html
85 lines (82 loc) · 3.48 KB
/
lbv.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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>KEDU - The Educational Community and Curriculum Platform</title>
<meta name="description" content="KUBO Education, KEDU for short, is KUBO’s online curriculum platform"/>
<meta name="keywords" content="KUBO Robotics, KUBO, KUBO Education, KEDU, Teachers, Students,
Learning Platform">
<link rel="apple-touch-icon" sizes="180x180" href="assets/images/favicon/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="assets/images/favicon/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="assets/images/favicon/favicon-16x16.png">
<link rel="manifest" href="assets/images/favicon/site.webmanifest">
<link rel="mask-icon" href="assets/images/favicon/safari-pinned-tab.svg" color="#ffffff">
<meta name="msapplication-TileColor" content="#ffffff">
<meta name="theme-color" content="#ffffff">
<link rel="stylesheet" type="text/css" href="assets/css/styles.css">
<script defer src="assets/js/script.js"></script>
<script defer src="assets/js/profil.js"></script>
<script defer src="assets/js/login.js"></script>
<link href="https://fonts.googleapis.com/css?family=Lato:100,300,400" rel="stylesheet">
<script defer src="assets/js/fontawesome-all.js"></script>
</head>
<body>
<header>
<div class="logo">
<a href="dashb.html"><img src="assets/images/kedulogo.png" alt="logo"></a>
</div>
<nav>
<a href="dashb.html">Dashboard</a>
<a href="lplans.html">Lesson Plans</a>
<a href="commu.html">Community</a>
<a href="lak.html">Learn KUBO</a>
<div class="dropdown">
<a href="javascript:void(0)" class="dropbtn"><span class="fas fa-caret-down"></span></a>
<div class="dropdown-content">
<a href="lak.html">Introduction to KUBO</a>
<a href="lbv.html" class="active">Learn by video</a>
<a href="manuals.html">Manuals</a>
<a href="faq.html">FAQ</a>
</div>
</div>
</nav>
<div class="navright">
<input class="search" placeholder="Search..">
<button><span class="fas fa-search"></span></button>
<div class="dropdown">
<button onclick="myFunprofil()" class="dropprofil"><span class="far fa-user"></span>
<span id="fnUser"></span></button>
<div id="myProfil" class="dropprofil-content" style="right:0;">
<a href="#">My Profil</a>
<a href="index.html">Log Out</a>
</div>
</div>
</div>
</header>
<div class="comm">
<div class="menuu">
<h2>Menu</h2>
<div class="minimenu">
<a href="lak.html" >Introduction to KUBO</a>
<a href="lbv.html" class="active">Learn by video</a>
<a href="manuals.html ">Manuals</a>
<a href="faq.html">FAQ</a> </div>
</div>
</div>
<main>
<h1>LEARN BY VIDEO</h1>
<div class="columnh2 ">
<h2>With Learn by Video, you be able to not only hear, but also see how you
use KUBO, assemble TagTile™ and much more. Watch the videos and you'll
be ready to teach your students how to code with KUBO faster than ever
before!
</h2>
</div>
<div class="columvideo">
<iframe src="https://player.vimeo.com/video/241524463" width="690" height="450"></iframe>
<p><a href="https://vimeo.com/241524463">Getting Started: Loops</a> from
<a href="https://vimeo.com/user67173792">KUBO Robotics</a> on <a href="https://vimeo.com">Vimeo</a>.</p>
</div>
</main>
</body>
</html>