Official personal academic website of Sifaks Ousmail.
This repository contains the source code for sifaks.com, a lightweight static website built with HTML, CSS, and client-side JavaScript.
The website presents my academic profile, research interests, international background, projects, publications, and contact information.
Main themes (to this day :p) include:
- Applied linguistics
- Second language acquisition
- AI-assisted language learning
- French pronunciation learning
- Educational technology
index.html— Homepagebackground.html— Academic backgroundresearch.html— Research profilechina.html— China profile pageuk.html— United Kingdom profile pagefrance.html— France profile pageblog.html— Blog and reflectionsprojects.html— Research projectspublications.html— Publications and outputscontact.html— Contact pagestyles.css— Website stylingscript.js— Client-side interactionsfavicon.svg— Website favicon
Run a local server from the project folder:
python3 -m http.server 8000Then visit:
http://localhost:8000
This website is deployed as a static site using GitHub Pages and connected to the custom domain:
https://sifaks.com
This project is licensed under the MIT License © 2026 Sifaks Ousmail.
See the LICENSE file for full terms.