-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
49 lines (47 loc) · 3.06 KB
/
about.html
File metadata and controls
49 lines (47 loc) · 3.06 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
<html>
<head>
<title>About</title>
<link href="css/style.css" rel="stylesheet" type="text/css">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css">
<script src="https://code.jquery.com/jquery-3.6.0.min.js"></script>
<style>
.navlink {
color: purple;
text-decoration: none; /* Remove underline */
}
.navlink:hover {
text-decoration: none; /* Remove underline on hover */
color: purple;
}
</style>
</head>
<body class="body bodyhome">
<div class="container">
<div class="row">
<div class="col-md-12 text-center">
<div class="center">
<div class="navbg">
<a href="index.html" class="navlink">Home</a> |
<a href="about.html" class="navlink">Instructions</a> |
<a href="card.html" class="navlink">Predict</a>
</div>
</div>
</div>
</div>
<div style="padding:15px 15px; background-color:red gold; text-align:center">
<div class="mid-container">
<br>
<div class="text-holder">
<img src ="images/text9.gif" class="logo">
<br><br>
If we were to believe the headlines in the news, robots will take over our jobs, while AI is on course ot redefine art and creativity. But do we really have the powers to predict the future, what are these headlines if not attempts to predict the unpredictable? Electric tarot is a somewhat ironic and playful take on the idea of divination - <b>do not</b> take it seriously! We invite you to use a virtual deck of cards to gain insight into yourself, your possible futures and your quests. Each card is rich in symbolism, representing various aspects of living with digital technologies in the age of climate crisis. Tarot readings provide a unique opportunity to explore the hidden realms of the subconscious mind and tap into universal energies. The inherent flexibility and interpretive nature of tarot make it an excellent tool for exploring one's psyche and connecting with the mystical forces that shape our lives.
<br><br>
<strong>How to do a tarot reading:</strong><br>
Close your eyes, lay your hands flat on the table and let the machine shuffle the virtual deck and infuse it with your energy. Then, formulate a clear question about your fortune, and press the button to draw your cards. Our tarot machine will help you to interpret their symbolism and positions in the spread with detailed readings once you click on each card. Finally, reflect on the messages conveyed, considering relationships between the cards, and take note of any insights gained for personal reflection and potential actions to take. The machine will then delete your question and reading.
<br><br>
<strong>Acknowledgements:</strong><br>Many thanks to Lata Nautiyal for web design, to Aude Nasr for original artwork and to Ola Michalec and Chat GPT for text. The remaining cards we submitted by the visitors of Digital Design Weekend, attendees of the AsSIST-UK conference, the attendees of the Research Institute for Sociotechnical Cybersecurity workshop, Khadiza, Ailsa, Ola and Sam. </p>
</div>
</div>
</div>
</body>
</html>