-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathblog.html
51 lines (48 loc) · 2.85 KB
/
blog.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
<!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>MY BLOG</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>
<div class="conrobot2">
<img src="https://zdnet2.cbsistatic.com/hub/i/r/2020/10/06/4b67a452-2b33-450d-b290-03585796dfb6/resize/470xauto/716ec4a20e628746c31ff04108e3ac17/media-2x-en.jpg" alt="">
</div>
<div class="tit2">
<p>New iphone release<br><br>In a normal year, Apple would have already announced and started shipping the latest iPhone models, but this isn't a normal year. Instead, Apple still held its annual September event where the company announced new Apple Watch and iPad models, but no iPhone. And now we know that Apple will hold another event on Oct. 13, just as rumors had claimed, where the company is expected to announce the new iPhones.
<br><br>
In fact, it looks like we might see up to four new iPhone models released with shipping dates as late as November. The phones themselves will be faster, have improved cameras, and include 5G. </p>
</div>
</div>
</div>
<script type="text/javascript" src="js/particles.min.js"></script>
<script type="text/javascript" src="js/app.js"></script>
</body>
</html>