-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstayfoolish.html
More file actions
98 lines (87 loc) · 5.34 KB
/
stayfoolish.html
File metadata and controls
98 lines (87 loc) · 5.34 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Stay Foolish</title>
<link rel="stylesheet" href="style.css">
<link rel="icon" href="favicon.webp" type="image/webp">
<meta name="theme-color" content="#4C4C4A">
</head>
<body style="background-color: #0e0f11; color: #ffffff;">
<div class="header-title">
<h2>Think Far, Stay Foolish.</h2>
</div>
<div class="caption">
<caption>
The creative energy of our era has shifted to new technology.
</caption>
</div>
<div class="story-header">
<div class="overlay" style="background: linear-gradient(to bottom, rgb(14, 15, 17) 5%,rgba(14, 15, 17, 0) 50%, rgba(14, 15, 17) 95%);"></div>
<img src="https://www.apple.com/newsroom/images/live-action/wwdc-2023/standard/consumer-wrap-up/Apple-WWDC23-event-photos-developers-watching-keynote_big.jpg.large_2x.jpg" class="photo-back">
<div class="header-focus">
<img src="https://www.apple.com/newsroom/images/live-action/wwdc-2023/standard/consumer-wrap-up/Apple-WWDC23-event-photos-developers-watching-keynote_big.jpg.large_2x.jpg" class="photo-focus">
</div>
</div>
<div class="row-story">
<smaller>Chance Castaneda</smaller>
<smaller style="text-align: right;">WWDC 2023</smaller>
</div>
<div class="story-text">
<p>Throughout history, humans have used art to explore our nature, contemplate the universe, and envision ideals for civilization. </p>
<p>From cave paintings to classical sculptures and Renaissance masterpieces, fine art has allowed us to deliberate life’s greatest questions. </p>
<p>Today, much of the creative energy of our era has shifted to new technology. Alluring machines now captivate our collective imagination. We are entranced by the potential of computation, the 21st century's Sistine Chapel.</p>
<p>This allure is understandable. </p>
<p>Technology promises to improve life and answer timeless questions about our world. But if not careful, we risk losing the childlike optimism and imagination that continually renews our appreciation for life. </p>
<p>Like the greatest works of art, great technology, commits to a vision for the future. In every draft, a vote for the world we want to create and leave behind is made. </p>
<p>da Vinci, Gogh, Mozart, Picasso, and Dalí from a young age had access to usable tools. With just pen and paper, they explored the depths of their curiosity and expression. These tools are timeless. Anyone at any age can use them to create something wonderful. </p>
<p>The ease of use revolution made tools for computation accessible. My vision extends this ease of use to the development of the tools themselves. We have all used software that we love. Apps, notebooks, and browsers, which through several evolutions have become more personal, friendly, and easy to love. </p>
<p>But what would a world look like if anyone, at any age, could create tools like these? What if software could be as personal to us as the posters we hang on our walls? I think this world would be even more beautiful and intimate than it is today, especially as more of our life might happen through screens.</p>
<p>Could your daughter come to you in the fourth grade, not with a finger painting, but with a game she developed in school that day? Could she write her own word processor for high school? Her own application portal for applying to college?</p>
<p>What does software, the increasing medium of our lives, look like when it doesn't take a genius? </p>
<p>If my daughter was the one coming to me with these questions, I'd only have one thing to say.</p>
<p>Think far, stay foolish. </p>
<p>And so as any great future father, I'll live by my own advice.</p>
</div>
<div class="footer" style="background-color: #151516;">
<div class="story-text-grid" style="margin-bottom: 0px;">
<h5 style="opacity: 0.53;">Read More</h5>
<a href="gooddesign.html" class="link-story">
<div>
<h5>Good Design Needs Cosmic Vision</h5>
<smaller>Form follows function, but function needs vision.</smaller>
</div>
</a>
<a href="about.html" class="link-story">
<div>
<h5>About Me</h5>
<smaller>Biology. Human evolution. Design. Get a gist of who I am in two minutes or less.</smaller>
</div>
</a>
<a href="whatisdesign.html" class="link-story">
<h5>What is Design?</h5>
<smaller>Braun & Apple. Essential principles and approaches to human experience.</smaller>
</a>
</div>
</div>
</body>
<div class="sidebar" style="background-color: rgba(76, 76, 74, 0.65);">
<a href="index.html" class="nav-link" style="opacity: 1;">
<img src="Im/i-values.webp">
Home
</a>
<a href="work.html" class="nav-link">
<img src="Im/i-work.webp">
Work
</a>
<a href="about.html" class="nav-link">
<img src="Im/i-about.webp">
About
</a>
<a href="audio.html" class="nav-link">
<img src="Im/i-audio.webp">
Audio
</a>
</div>
</html>