-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f9b5b69
commit 9195ca9
Showing
1 changed file
with
11 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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--> | ||
|
@@ -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> | ||
|