-
Notifications
You must be signed in to change notification settings - Fork 5
/
learn.html
80 lines (80 loc) · 3.35 KB
/
learn.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>USB x Catapult Hacks</title>
<link rel="icon" href="USB.png">
<link rel="stylesheet" href="style.css" />
<link href='https://fonts.googleapis.com/css?family=IBM Plex Mono' rel='stylesheet'>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:wght@500&family=Montserrat+Alternates:wght@600&family=Urbanist:wght@200&display=swap" rel="stylesheet">
</head>
<body>
<nav>
<div class="logo">USB x CATAPULT HACKS</div>
<div class="nav-items">
<a href="index.html">Home</a> <a href="learn.html">Learn</a> <a href="contact.html">Contact</a>
</div>
</nav>
<section class="hero">
<center>
<h1> Innovators who hacked the world: </h1>
<style>
article {
padding-top: 1px;
padding-right: 10px;
padding-bottom: 10px;
}
h1 {
padding-top: 20px;
padding-right: 30px;
padding-left: 80px;
font-size: 40px;
color: #fff;
}
h2 {
padding-top: 5px;
padding-bottom: 5px;
text-align: center;
}
</style>
</center>
<div class="hero-container">
<div class="column-left">
<article>
<center>
<img src="YouTube.jpg" style="width:220px;height: 200px;border: 5px solid #151923;">
</center>
<h2> YouTube </h2>
<p> YouTube was founded on February 14, 2005, by Steve Chen, Chad Hurley, and Jawed Karim, three former employees of the American e-commerce company PayPal. They had the idea that ordinary people would enjoy sharing their “home videos.” Now, it has become the second most visited website. </p>
</article>
<article>
<center>
<img src="Canva.jpg" style="width:220px;height: 200px;border: 5px solid #151923;">
</center>
<h2> Canva </h2>
<p> Canva was founded in 2012 by Melanie Perkins, Cliff Obrecht, and Cameron Adams. The idea for Canva emerged when Melanie Perkins was teaching design programs at the University of Western Australia. She noticed that many students found existing design tools too complex and time-consuming to use. This observation led her to envision a simpler, more user-friendly design platform.</p>
</article>
</div>
<div class="column-right">
<article>
<center>
<img src="Microsoft.jpeg" style="width:220px;height: 200px;border: 5px solid #151923;">
</center>
<h2> Microsoft </h2>
<p> Bill Gates (b. 1955) founded Microsoft in 1975 with his childhood friend Paul Allen, while still a student at Harvard University. The origin of the company was to develop and market BASIC interpreters for the Altair 8800, a microcomputer designed in 1974 and based on the Intel 8080 processor.</p>
</article>
<article>
<center>
<img src="PurduePete.jpg" style="width:220px;height: 200px;border: 5px solid #151923;">
</center>
<h2> Purdue Pete </h2>
<p> Purdue Pete (1940-) is many things. A cultural icon, a teen heartthrob, a fashionable lad, a heartbreaker, a teenage mutant ninja turtle, a podcaster, a Swiftie... to name a few. But he is *not* a tech innovator OR entrepreneur! Replace this entry with your Computer Science icon during the Git workshop!</p>
</article>
</div>
</div>
</section>
</body>
</html>