-
Notifications
You must be signed in to change notification settings - Fork 11
/
theme-age.html
25 lines (24 loc) · 1.11 KB
/
theme-age.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
<!DOCTYPE html>
<html>
<head>
<title>Theme</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" type="text/css" href="theme-page.css">
</head>
<body>
<div class="background">
<div class="image-section">
<img src="theme.png" alt="Sample Image" class="top-image">
</div>
<div class="text-section">
<h1>Age as a lens</h1>
<p>
Think about how differently a child, a teenager, and a grandparent might see the same situation. That's what "Age as a Lens" is all about! Our TEDx salon explores how our view of life changes as we grow older. We'll hear fascinating stories from speakers of all ages - from amazing kids with unique talents to active seniors who redefine what it means to be "old."
</p>
<p>
Whether you're 15 or 50, you'll discover how each stag of life gives us a special way of seeing the world, and how understanding these different viewpoints can bring us all closer together.
</p>
</div>
</div>
</body>
</html>