Skip to content

Commit

Permalink
add chat bot and working
Browse files Browse the repository at this point in the history
  • Loading branch information
alexarts74 committed Jul 7, 2024
1 parent f9b5b69 commit 9195ca9
Showing 1 changed file with 11 additions and 24 deletions.
35 changes: 11 additions & 24 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,17 +32,6 @@ <h4 class="pres text-[18px] font-manrope-ultra-light font-bold text-black pr-4 m
<li class="transition-transform hover:translate-x-4"><a href="contact.html" class="font-butler transition-transform transform hover:italic font-medium text-[38px] md:text-[54px] lg:text-[80px]" id="transition-link">Contact</a></li>
</ul>
</div>
<script type="module">
import Typebot from 'https://cdn.jsdelivr.net/npm/@typebot.io/[email protected]/dist/web.js'

Typebot.initBubble({
typebot: "portfolio-xv0nlfn",
theme: {
button: { backgroundColor: "#0042DA" },
chatWindow: { backgroundColor: "#1a0844" },
},
});
</script>
</section>

<!-- Code pour section anglaise-->
Expand Down Expand Up @@ -70,20 +59,18 @@ <h4 class="pres text-[18px] font-manrope-ultra-light font-bold text-black pr-4 m
<li class="transition-transform hover:translate-x-4"><a href="contact.html" class="font-butler transition-transform transform hover:italic font-medium text-[38px] md:text-[54px] lg:text-[80px]">Contact</a></li>
</ul>
</div>
<script type="module">

import Typebot from 'https://cdn.jsdelivr.net/npm/@typebot.io/[email protected]/dist/web.js'

Typebot.initBubble({
typebot: "portfolio-xv0nlfn",
theme: {
button: { backgroundColor: "#1a1818" },
chatWindow: { backgroundColor: "#1a0844" },
},
});

</script>
</section>
<script type="module">
import Typebot from 'https://cdn.jsdelivr.net/npm/@typebot.io/[email protected]/dist/web.js'

Typebot.initBubble({
typebot: "portfolio-xv0nlfn",
theme: {
button: { backgroundColor: "#1a1818" },
chatWindow: { backgroundColor: "#1a0844" },
},
});
</script>
</body>
<script src="script.js" defer></script>
</html>
Expand Down

0 comments on commit 9195ca9

Please sign in to comment.