-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnotion.html
50 lines (46 loc) · 2.56 KB
/
notion.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
<!DOCTYPE html>
<html>
<head>
<title>Pagina web</title>
<link rel="stylesheet" type="text/css" href="./css/styles.css">
<link rel="stylesheet" type="text/css" href="./css/particles.css">
</head>
<body>
<div id="particles-js">
<!--contenedor principal -->
<div class="cont1">
<menu>
<header>
<div class="menu">
<div class="contenedor">
<div class="logo"><a href="index.html" class="logo1">DAT<span class="icon-menu"></span></a></div>
<nav>
<ul>
<li><a href="index.html"> Home</a></li>
<li><a href="blog.html">Blog</a></li>
<li><a href="notion.html">Notion</a></li>
<li><a href="credits.html">Credits</a></li>
</ul>
</nav>
</div>
</div>
</header>
</menu>
<div class="tit1">
<h2>NOTION</h2>
</div>
<div>
<iframe src="https://sketchfab.com/models/8d06874aac5246c59edb4adbe3606e0e/embed?autostart=1&internal=1&scrollwheel=0&sound_enable=0&transparent=1&ui_animations=0&ui_annotations=0&ui_controls=1&ui_fadeout=0&ui_fullscreen=0&ui_help=0&ui_infos=0&ui_inspector=0&ui_settings=0&ui_snapshots=0&ui_stop=0&ui_theatre=0&ui_watermark=0" data-src="https://sketchfab.com/models/8d06874aac5246c59edb4adbe3606e0e/embed?autostart=1&internal=1&scrollwheel=0&sound_enable=0&transparent=1&ui_animations=0&ui_annotations=0&ui_controls=1&ui_fadeout=0&ui_fullscreen=0&ui_help=0&ui_infos=0&ui_inspector=0&ui_settings=0&ui_snapshots=0&ui_stop=0&ui_theatre=0&ui_watermark=0" width="60%" height="500" allowtransparency="true" allowvr="" allowfullscreen="" mozallowfullscreen="true" webkitallowfullscreen="true" onmousewheel="0" frameborder="0" id="conrobot" ></iframe>
</div>
<br><br>
<div class="conrobot2">
<img src="https://www.notion.so/image/https%3A%2F%2Fs3-us-west-2.amazonaws.com%2Fsecure.notion-static.com%2Fff307fed-4664-46b0-8de1-6fdcc1e937b2%2FNotion-logo.png?table=block&id=83715d77-03ee-4b86-99b5-e659a4712dd8&width=250&userId=451c86c2-8969-4084-bc93-70a71c7084e7&cache=v2" alt="" width="400px" height="400px">
</div>
<iframe width="700px" height="500px" src="https://www.youtube.com/embed/ONG26-2mIHU" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>
</div>
</div>
<script type="text/javascript" src="js/particles.min.js"></script>
<script type="text/javascript" src="js/app.js"></script>
</body>
</html>