-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhelp.html
68 lines (65 loc) · 2.9 KB
/
help.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
<html>
<head>
<link rel="stylesheet" href="styles/help.css">
<title>1.618..</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, user-scalable=no, minimum-scale=1.0, maximum-scale=1.0">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/bulma/0.7.0/css/bulma.min.css">
<link rel="stylesheet" href="https://use.fontawesome.com/11230dc44e.css">
</head>
<body>
<nav class="navbar" >
<a class="navbar-item" href="home.html">
Home
</a>
<a class="navbar-item" href="gallery.html">
Gallery
</a>
<a class="navbar-item" href="help.html" style=" font-family:Verdana, Geneva, Tahoma, sans-serif; background-color: #e8a0f1; color:black;">
How to?
</a>
<a class="navbar-item" href="draw.html">
Hands On!
</a>
</nav>
<div class="title">Some VISUAL SUPPLEMENTS</div>
<div class="columns">
<div class="column one two">
<iframe height="315" width="100%" src="https://www.youtube.com/embed/5zosU6XTgSY" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
<div class="subtitle">Definition by Khan Academy</div>
</div>
<div class="column one two">
<iframe height="315" width="100%" src="https://www.youtube.com/embed/P0tLbl5LrJ8" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
<div class="subtitle">Depiction(a beautiful video)</div>
</div>
<div class="column one two">
<iframe height="315" width="100%" src="https://www.youtube.com/embed/JQQ5Y0RyHA8" frameborder="1" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
<div class="subtitle">Help with the "Hands on" section and DEMO</div>
</div>
</div>
<div class="card" >
<div class="card-content read" style="display: flex; color:white; background-color:teal; justify-content: center;">
<img src="https://encrypted-tbn0.gstatic.com/images?q=tbn%3AANd9GcScSN7cHtITSZezBLw4bslUPHPBmOncybM-4g&usqp=CAU" class="image is-128x128" style="margin-right: 10px;">
<div > <ul>
<li class="title" style="margin-bottom: 1px;">READ READ READ!!</li>
<li>
-Start with the reading on Homepage
</li>
<li >
-Move to Gallery to check how is it "GOLDEN"
</li>
<li>
-Here on "How to", check this subtle explanation by Khan Academy video
</li>
<li>
-See how the HandsOn tool works
</li>
<li>
-Get working! Have fun , cause it's myth and math after all!!
</li>
</ul>
</div>
</div>
</div>
</body>
</html>