-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfadd.html
149 lines (141 loc) · 7.19 KB
/
fadd.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
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
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Asli: Preserving African Heritage</title>
<style>
body {
font-family: Arial, sans-serif;
margin: 0;
padding: 0;
line-height: 1.6;
}
.container {
width: 80%;
margin: auto;
overflow: hidden;
}
header {
background: #333;
color: #fff;
padding-top: 30px;
min-height: 70px;
border-bottom: #0779e4 3px solid;
}
header a, header h1 {
color: #fff;
text-decoration: none;
text-transform: uppercase;
font-size: 24px;
}
.hero-image {
width: 100%;
height: auto;
}
.content-section {
padding: 20px 0;
}
footer {
background: #333;
color: #fff;
text-align: center;
padding: 20px 0;
margin-top: 20px;
}
</style>
</head>
<body>
<header>
<div class="container">
<h1>Asli: Preserving African Heritage Through Art and Technology</h1>
</div>
</header>
<div class="container">
<section class="content-section">
<img src="fadd.jpeg" alt="Hero Image" class="hero-image">
<h2>About Asli</h2>
<p>Inspired by a deep appreciation for the richness of African culture, Asli aims to preserve that heritage in the digital age. By integrating AI-generated art, blockchain technology, decentralized storage, and cultural narratives, Asli creates a secure and accessible digital archive. It also empowers African artists and communities by providing a transparent platform for showcasing their work and engaging with audiences through educational resources.</p>
</section>
<section class="content-section">
<h2>Our Mission</h2>
<p>To empower African communities by preserving their cultural heritage, providing educational opportunities, and fostering innovation through the integration of art and technology.</p>
<ul>
<li>Education (AsliLearn)</li>
<li>Digital archive (AsliChain)</li>
<li>Community engagement (AsliXchange)</li>
</ul>
</section>
<section class="content-section">
<h2>AsliLearn</h2>
<p>Our journey starts with education, the foundation of empowerment. Asli offers cohort-based classes where participants can learn about art and web3 technologies. Every Saturday, join us for live sessions designed to around creativity, technical skills, and community engagement.</p>
<ul>
<li>Cohort Classes: Structured learning with live sessions every Saturday.</li>
<li>Expert Instructors: Learn from experienced professionals in art and web3.</li>
<li>Community Support: Engage with a community of like-minded creatives and innovators.</li>
</ul>
</section>
<section class="content-section">
<h2>AsliChain</h2>
<p>Asli's digital archive is at the heart of our mission. Traditional methods of art preservation are often inadequate and can lead to the loss of valuable cultural artifacts. AsliChain addresses this challenge by using decentralized technologies to ensure the preservation and accessibility of African cultural artifacts, stories, and artworks, making them accessible to everyone while also safeguarding it from censorship and manipulation.</p>
<ul>
<li>Secure Storage: Blockchain ensures the authenticity and permanence of cultural content.</li>
<li>Accessible Content: Explore a rich collection of digital artifacts and AI-generated art.</li>
<li>Interactive Experience: Engage with the archive through immersive and interactive features.</li>
</ul>
</section>
<section class="content-section">
<h2>AsliXchange</h2>
<p>Building a strong, vibrant community is essential to Asli's success. We organize workshops, webinars, and collaborative projects to bring people together, share knowledge, and celebrate African heritage.</p>
<ul>
<li>Monthly Webinars: Deep dives into web3 and art topics.</li>
<li>Workshops: Hands-on sessions with experts and artists.</li>
<li>Collaborative Projects: Work with other creatives to produce innovative cultural content.</li>
</ul>
</section>
<section class="content-section">
<h2>Roadmap</h2>
<h3>Phase 1: Launch and Education (Current)</h3>
<ul>
<li>Launch MVP: Establish the Asli platform and begin cohort classes.</li>
<li>Build Community: Engage initial users through education and workshops.</li>
<li>Curate Content: Begin curating digital archive content.</li>
</ul>
<h3>Phase 2: Digital Archive Expansion</h3>
<ul>
<li>Enhance Archive: Expand the digital archive with more content and interactive features.</li>
<li>Partnerships: Secure partnerships with cultural institutions and artists.</li>
<li>Platform Optimization: Improve user experience and platform functionality.</li>
</ul>
<h3>Phase 3: Broader Community Engagement</h3>
<ul>
<li>Expand Offerings: Introduce new courses and educational content.</li>
<li>Increase Reach: Broaden community engagement through marketing and outreach.</li>
<li>Collaborative Projects: Launch large-scale collaborative projects and events.</li>
</ul>
<h3>Phase 4: Sustainability and Growth</h3>
<ul>
<li>Scale Operations: Ensure the platform's sustainability through strategic growth.</li>
<li>Global Presence: Expand Asli's impact beyond Africa, connecting global audiences to African heritage.</li>
<li>Continuous Innovation: Keep integrating new technologies and creative practices.</li>
</ul>
</section>
<section class="content-section">
<h2>Join Us</h2>
<p>Be part of a movement to preserve and celebrate African heritage. Whether you're an artist, a tech enthusiast, or someone passionate about culture, there's a place for you at Asli. Sign up for our cohort classes, explore the digital archive, and connect with our community.</p>
<p><strong>Contact Us:</strong></p>
<!-- Subscription Form -->
<form action="mailto: [email protected]" method="post" enctype="text/plain">
<label for="email">Subscribe for updates:</label>
<input type="email" id="email" name="email" required>
<button type="submit">Subscribe</button>
</form>
</section>
</div>
<footer>
<div class="container">
<p>Asli: Art onchain</p>
</div>
</footer>
</body>
</html>