linoyts HF Staff commited on
Commit
bdfe198
·
verified ·
1 Parent(s): 86565ef

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +1 -45
index.html CHANGED
@@ -60,23 +60,11 @@
60
 
61
  <section class="section">
62
  <div class="container is-max-desktop">
63
- <!-- Introduction -->
64
- <div class="columns is-centered has-text-centered">
65
- <div class="column is-four-fifths">
66
- <h2 class="title is-3">Introduction</h2>
67
- <div class="content has-text-justified">
68
- <p>
69
- Welcome to Réflexion IA, a space dedicated to exploring the complexities of artificial intelligence through questions and answers.
70
- </p>
71
- </div>
72
- </div>
73
- </div>
74
- <!--/ Introduction -->
75
 
76
  <!-- Q&A Section -->
77
  <div class="columns is-centered">
78
  <div class="column is-four-fifths">
79
- <h2 class="title is-3">Questions About Our Art Installation</h2>
80
 
81
  <div class="content has-text-justified">
82
  <p><em>Check out the Privacy Policy for the installation and our dedicated page if you want to know more!</em></p>
@@ -141,38 +129,6 @@
141
 
142
  <section class="section">
143
  <div class="container is-max-desktop">
144
- <!-- ASCII Art Mirror -->
145
- <div class="columns is-centered">
146
- <div class="column is-full-width">
147
- <h2 class="title is-3">Our Installation</h2>
148
-
149
- <div class="content has-text-centered">
150
- <pre style="font-family: monospace; line-height: 1.2;">
151
- +--------------------------------+
152
- | |
153
- | .----------------------. |
154
- | / \ |
155
- | / \ |
156
- | | ||
157
- | | ||
158
- | | ||
159
- | | Réflexion IA ||
160
- | | ||
161
- | | ||
162
- | | ||
163
- | | ||
164
- | | ||
165
- | \ / |
166
- | \ / |
167
- | '----------------------' |
168
- | / \ |
169
- | / \ |
170
- +--------------------------------+
171
- </pre>
172
- </div>
173
- </div>
174
- </div>
175
- <!--/ ASCII Art Mirror -->
176
  </div>
177
  </section>
178
 
 
60
 
61
  <section class="section">
62
  <div class="container is-max-desktop">
 
 
 
 
 
 
 
 
 
 
 
 
63
 
64
  <!-- Q&A Section -->
65
  <div class="columns is-centered">
66
  <div class="column is-four-fifths">
67
+ <h2 class="title is-3">Questions & Answers About Our Art Installation</h2>
68
 
69
  <div class="content has-text-justified">
70
  <p><em>Check out the Privacy Policy for the installation and our dedicated page if you want to know more!</em></p>
 
129
 
130
  <section class="section">
131
  <div class="container is-max-desktop">
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
132
  </div>
133
  </section>
134