linoyts HF Staff commited on
Commit
80581ae
·
verified ·
1 Parent(s): a98aec8

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +11 -1
index.html CHANGED
@@ -8,7 +8,7 @@
8
  <meta name="viewport" content="width=device-width, initial-scale=1">
9
  <title>Réflexion IA</title>
10
 
11
- <link href="https://fonts.googleapis.com/css?family=Google+Sans|Noto+Sans|Castoro"
12
  rel="stylesheet">
13
 
14
  <link rel="stylesheet" href="./static/css/bulma.min.css">
@@ -18,6 +18,7 @@
18
  <link rel="stylesheet"
19
  href="https://cdn.jsdelivr.net/gh/jpswalsh/academicons@1/css/academicons.min.css">
20
  <link rel="stylesheet" href="./static/css/index.css">
 
21
  <link rel="icon" href="./static/images/favicon.svg">
22
 
23
  <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
@@ -129,6 +130,15 @@
129
 
130
  <section class="section">
131
  <div class="container is-max-desktop">
 
 
 
 
 
 
 
 
 
132
  </div>
133
  </section>
134
 
 
8
  <meta name="viewport" content="width=device-width, initial-scale=1">
9
  <title>Réflexion IA</title>
10
 
11
+ <link href="https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400&display=swap"
12
  rel="stylesheet">
13
 
14
  <link rel="stylesheet" href="./static/css/bulma.min.css">
 
18
  <link rel="stylesheet"
19
  href="https://cdn.jsdelivr.net/gh/jpswalsh/academicons@1/css/academicons.min.css">
20
  <link rel="stylesheet" href="./static/css/index.css">
21
+ <link rel="stylesheet" href="./static/css/custom.css">
22
  <link rel="icon" href="./static/images/favicon.svg">
23
 
24
  <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
 
130
 
131
  <section class="section">
132
  <div class="container is-max-desktop">
133
+ <div class="columns is-centered">
134
+ <div class="column is-half has-text-centered">
135
+ <img src="./static/images/vintage-mirror.svg" alt="Vintage mirror with clouds" class="vintage-mirror">
136
+ <div class="mt-4">
137
+ <img src="./static/images/qr-code.svg" alt="QR Code" class="qr-code">
138
+ <p class="qr-label">scan me</p>
139
+ </div>
140
+ </div>
141
+ </div>
142
  </div>
143
  </section>
144