-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtechcrunch.html
92 lines (90 loc) · 4.41 KB
/
techcrunch.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
86
87
88
89
90
91
92
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>TechCrunch</title>
</head>
<body style="padding: 10px; margin: 0;">
<section>
<header>
<nav>
<img src="img/tc.png" alt="logo" style="width: 50px; height: 25px;">
<h4 style="color: orange;">Join TechCrunch+</h4>
<span style="color: grey;"><a href="#">Login</a></span>
<ul>
<li>
<form action="">
<input type="text" placeholder="Search">
</form>
</li>
<li><a href="#">Startups</a></li>
<li><a href="#">TechCrunch+</a></li>
<li><a href="#">Audio</a></li>
<li><a href="#">Newsletters</a></li>
<li><a href="#">Videos</a></li>
<li><a href="#">Advertise</a></li>
<li><a href="#">Events</a></li>
<li><a href="#">More</a></li>
</ul>
</nav>
</header>
</section>
<section>
<h1>Microsoft Buys Activision Blizzard for $68.7 billion</h1>
<span>Amanda Silberling</span>
<br>
<img src="img/Activison_blizzard.jpg" alt="Call Of Duty Activision" style="height: 350px; width: 550px;">
<h3 style="padding: 10px;">The Latest</h3>
<div>
<ul style="list-style-type: none;">
<li>
<h1>Register today for DeFi and the Future of Programmable Money Summit</h1>
<span>Alexandria Ames</span>
</li>
<li>
<img src="img/tc+.png" alt="tc+" style="width: 50px;">
<h1>For investors, future of work isn't only about HR</h1>
<span>Anna Heim</span>
</li>
<li>
<h1>Upward plans to open a 250,000-square-foot vertical farm in PA early next year</h1>
<span>Brian Heater</span>
</li>
<li>
<h1>Wayve raises $200M Series B led by Eclipse for its AI for autonomous delivery vehicles</h1>
<span>Mike Butcher</span>
</li>
</ul>
</div>
</section>
<section>
<div>
<h2><a href="#" style="float: left;">Snapchat says it's getting bigger at finding illicit drug dealers before users do</a></h2>
<span>Taylor Hatmaker</span>
<span>11:15 AM PST January 18,2022</span>
<p style="color: grey;">Snapchat has faced increasing criticism in recent years
as the opiod crisisplays out on social media, often with tragic results. In
October, an NBC investicgator reported the stories of a number ...</p>
<img src="img/snapchat.jpg" alt="Snap">
</div>
<div>
<img src="img/tc+.png" alt="TC Logo" style="width:50px;">
<h2><a href="#">Will quantum computing remain the domain of the specialist VC?</a></h2>
<span>Maria Lepskaya</span>
<span>11:06 AM PST January 18,2022</span>
<p style="color: grey;">Despite all the buzz, quantum investments are still not mainstream:
there were about 90 quantum investments in 2021.</p>
<img src="img/Quantum.jpg" alt="Quantum">
</div>
<div>
<h2><a href="#">Ex-Dispo founding members launch Roll app, where creators post exclusive content</a></h2>
<p style="color: grey; word-wrap: break-word;"> Today marks the launch of the Roll app, which aims to create an easy way
for creators to make an extra buck while protraying a potentially more
authentic version of themselves to their fans. Alread...</p>
<img src="img/Roll.webp" alt="Roll App">
</div>
</section>
</body>
</html>