-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
107 lines (107 loc) · 5.96 KB
/
index.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
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
<!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">
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<link rel="stylesheet" href="css/normalize.css">
<link rel="stylesheet" href="css/style.css">
<title>TechCrunch</title>
</head>
<body>
<div class="container clearfix">
<nav>
<img class="tc-logo" src="images/logo.png" alt="TechCrunch Logo">
<h3 class="join">Join TechCrunch+</h3>
<a href="#" class="login">Login</a>
<ul>
<li><a href="#">Search
<span class="material-icons search-icon">
search
</span></a></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>
<main>
<section class="upper-stories">
<section class="headliner">
<h1>Microsoft to buy Activision Blizzard for $68.7 billion</h1>
<span class="author">Amanda Silberling</span>
<img src="images/activision.png" alt="Activision main stage photo with Call of Duty LED Screens">
</section>
<section class="highlights">
<section>
<h2 class="headlines">Register today for DeFi and the Future of Programmable Money Summit</h2>
<span class="author">Alexandra Ames</span>
</section>
<section>
<img src="images/tc-plus.png" alt="TechCrunch+ Logo">
<h2 class="headlines">For investors, future of work isn't only about HR</h2>
<span class="author">Anna Heim</span>
</section>
<section>
<h2 class="headlines">Upward plans to open a 250,000-square-foot vertical farm in PA early next year</h2>
<span class="author">Brian Heater</span>
</section>
<section>
<h2 class="headlines">Wayve raises $200M Series B led by Eclipse for its AI for autonomous delivery vehicles</h2>
<span class="author">Mike Butcher</span>
</section>
</section>
</section>
<section class="lower-stories">
<h3 class="lower-title">The Lastest</h3>
<section>
<section>
<h2 class="headlines">Snapchat says it's getting better at finding illicit drug dealers before users do</h2>
<span class="author">Taylor Hatmaker</span>
<span class="date">11:15 AM PST * January 18, 2022</span>
</section>
<section>
<p class="summary">Snapchat has faced increasing criticism in recent years as the opioid crisis plays out on social media, often with tragic results. In October, an NBC investigation reported the stories of a number...</p>
</section>
<section>
<img class="story-img" src="images/snapchat.png" alt="Snapchat logo on a screen">
</section>
</section>
<section>
<section>
<img class="tc-plus" src="images/tc-plus.png" alt="TechCrunch+ Logo">
<h2 class="headlines">Will quantum computing remain the domain of the specialist VC?</h2>
<span class="author">Maria Lepskaya</span>
<span class="date">11:06 AM PST * January, 2022</span>
</section>
<section>
<p class="summary">Despite all the buzz, quantum investments are still not mainstream: there were about 90 quantum investments in 2021.</p>
</section>
<section>
<img class="story-img" src="images/quantum-chip.png" alt="Quantum Microchip">
</section>
</section>
<section>
<section>
<h2 class="headlines">Ex-Dispo founding members launch Roll app, where creators post exclusive content</h2>
<span class="author">Amanda Silberling</span>
<span class="date">12:00 PM CST * January 18, 2022</span>
</section>
<section>
<p class="summary">Today marks the launch of the Roll app, which aims to create an easy way for creators to make an extra buck while portraying a potentially more authentic version of themselves to their fans. Already...</p>
</section>
<section>
<img class="story-img" src="images/roll-app.png"
alt="Phone screen showing a person posed while looking at the camera">
</section>
</section>
</section>
</main>
</div>
</body>
</html>