You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -47,6 +47,21 @@ export default function Home() {
47
47
</div>
48
48
</section>
49
49
50
+
{/* About Section */}
51
+
<sectionid="about"className="py-16 px-6">
52
+
<ScrollReveal>
53
+
<divclassName="max-w-4xl mx-auto text-center">
54
+
<h2className="text-3xl font-bold mb-3">About the AustroVis Workshop</h2>
55
+
<pclassName="text-base text-black/70 mb-4">
56
+
The workshop brings together the visualization community in Austria to share knowledge and build connections.
57
+
</p>
58
+
<pclassName="text-base text-black/70">
59
+
The AustroVis Workshop covers a wide range of topics in visualization, from fundamental visualization principles to advanced techniques in interactive visualization, visual analytics, and machine learning visualization.
60
+
</p>
61
+
</div>
62
+
</ScrollReveal>
63
+
</section>
64
+
50
65
{/* Upcoming Events */}
51
66
<sectionid="events"className="py-16 px-6">
52
67
<divclassName="max-w-7xl mx-auto">
@@ -95,23 +110,6 @@ export default function Home() {
0 commit comments