-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathABOUT.html
40 lines (36 loc) · 2.47 KB
/
ABOUT.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>SKA CULT</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<script src="navbar.js"></script>
<div class="content-container">
<div class="centered-content">
<div class="centered-text">
<h1>Embrace your checkered past</h1>
</div>
<div class="centered-image">
<img src="images/SKA_CULT_SPLATTER.png" alt="SKA CULT Splatter">
</div>
<!-- New Content Starts Here -->
<div class="centered-section">
<h2>1. Skalvation: Embracing the Beat</h2>
<p>Embrace Ska as more than music; let it be a transformative force for joy, unity, and social action in your life. Skalvation is achieved when you allow Ska’s rhythms to resonate within, guiding positive vibrations and fostering communal harmony.</p>
<h2>2. Skanktification: Living the Dance</h2>
<p>Incorporate the energy and resilience of Ska into every aspect of your life. Skanktification involves moving through life with positivity and determination, mirrored in the upbeat dance and rhythms of Ska, promoting personal growth and a brighter outlook.</p>
<h2>3. Rudeboy Resolutions: Ethical Beats</h2>
<p>Commit to a lifestyle that reflects the sharp spirit of Ska’s ‘rude boy’ roots. Uphold principles of respect and justice, challenge societal injustices, and maintain solidarity and kindness, all while carrying the upbeat and bold attitude of Ska music.</p>
<h2>4. Synchronicity and Harmony: The Ska Symbiosis</h2>
<p>Embrace the unity and diversity intrinsic to Ska, valuing the strength in different cultures and backgrounds. Like the various instruments in a Ska band, everyone contributes their unique sound to the collective harmony of society.</p>
<h2>5. The Skaspel: Spreading the Ska Message</h2>
<p>Share the Skaspel — the message of peace, unity, and love found in Ska music. Actively promote the core values of Ska in your interactions, leading by example, and helping others to find joy and common ground through the power of music.</p>
</div>
<!-- New Content Ends Here -->
</div>
</div>
</body>
</html>