-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathnews.html
More file actions
113 lines (104 loc) · 4.66 KB
/
Copy pathnews.html
File metadata and controls
113 lines (104 loc) · 4.66 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
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
<!DOCTYPE html>
<html lang="en" class="loading">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>News — The Ntuli Foundation</title>
<meta name="description" content="Books, exhibitions, and opinions — news from the Foundation and the studio." />
<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=Alegreya+Sans:ital,wght@0,400;0,500;0,700;1,400;1,500;1,700&display=swap" rel="stylesheet" />
<link rel="stylesheet" href="assets/css/main.css" />
</head>
<body>
<div class="loader" aria-hidden="true"><div class="arch-mark"></div></div>
<div style="background: var(--bone);">
<header class="nav">
<div class="container nav-inner">
<a class="nav-logo" href="index.html" aria-label="The Ntuli Foundation — home">
<img src="assets/img/logo.png" alt="The Ntuli Foundation" />
</a>
<nav class="nav-links" aria-label="Primary">
<a href="what-we-do.html">What we do</a>
<a href="our-team.html">Our team</a>
<a href="studio.html">Studio</a>
<a href="news.html" class="active">News</a>
</nav>
<a class="btn btn-outline" href="studio.html">Visit the studio</a>
</div>
</header>
<section class="page-hero flat">
<div class="container">
<span class="eyebrow">News</span>
<h1 class="display">From the threshold.</h1>
<p class="lead">Books, exhibitions, and opinions — news from the Foundation and the studio.</p>
</div>
</section>
</div>
<main>
<!-- Featured story -->
<section class="featured">
<div class="container grid">
<div class="thumb reveal" aria-hidden="true"></div>
<div class="reveal">
<div class="meta"><span>30 apr 2026</span><span class="chip">Book</span></div>
<h2>Palestine in My Heart: a new poetry collection by Pitika Ntuli</h2>
<p>A new poetry collection from sculptor-poet Pitika Ntuli, blending lyrical empathy and satire in solidarity with Palestine — illustrated with his own sculptures. Published by Botsotso.</p>
<a class="btn btn-outline" href="studio.html">Visit the studio <span aria-hidden="true">→</span></a>
</div>
</div>
</section>
<!-- Earlier stories -->
<section class="earlier">
<div class="container">
<div class="news-row reveal">
<div class="thumb" aria-hidden="true"></div>
<div>
<div class="meta"><span>30 apr 2026</span><span class="chip">Exhibition</span></div>
<h3>Junkyard Dogs: Pitika Ntuli and Willie Bester turn waste into witness</h3>
</div>
<a class="go" href="#" aria-label="Read: Junkyard Dogs">→</a>
</div>
<div class="news-row reveal">
<div class="thumb" aria-hidden="true"></div>
<div>
<div class="meta"><span>30 apr 2026</span><span class="chip">Opinion</span></div>
<h3>Freedom Charter at 70: Prof Pitika Ntuli says its value has been lost</h3>
</div>
<a class="go" href="#" aria-label="Read: Freedom Charter at 70">→</a>
</div>
</div>
</section>
</main>
<footer class="footer">
<div class="container">
<div class="cols">
<div class="brand">
<img src="assets/img/logo-light.png" alt="The Ntuli Foundation" />
<p>A South African cultural institution grounded in the life, work, and philosophy of Prof Pitika Ntuli.</p>
</div>
<div>
<div class="k">Contact</div>
<ul><li><a href="mailto:info@ntulifoundation.org">info@ntulifoundation.org</a></li><li><a href="tel:+27834593423">+27 83 459 3423</a></li></ul>
</div>
<div>
<div class="k">Visit</div>
<ul><li>146 10th Road, Kew</li><li>Johannesburg, South Africa</li></ul>
</div>
<div>
<div class="k">Newsletter</div>
<ul><li>Letters from the threshold</li></ul>
<a class="subscribe" href="mailto:info@ntulifoundation.org?subject=Subscribe">Subscribe <span aria-hidden="true">→</span></a>
</div>
</div>
<div class="bottom">
<span>© 2026 The Ntuli Foundation. All rights reserved.</span>
<span class="motto">I am because we are.</span>
</div>
</div>
</footer>
<script src="https://cdn.jsdelivr.net/npm/gsap@3.12.5/dist/gsap.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/gsap@3.12.5/dist/ScrollTrigger.min.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>