Skip to content

Latest commit

 

History

History
61 lines (42 loc) · 1.48 KB

File metadata and controls

61 lines (42 loc) · 1.48 KB

sifaks.com

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.

Overview

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

Project Structure

  • index.html — Homepage
  • background.html — Academic background
  • research.html — Research profile
  • china.html — China profile page
  • uk.html — United Kingdom profile page
  • france.html — France profile page
  • blog.html — Blog and reflections
  • projects.html — Research projects
  • publications.html — Publications and outputs
  • contact.html — Contact page
  • styles.css — Website styling
  • script.js — Client-side interactions
  • favicon.svg — Website favicon

Local Preview

Run a local server from the project folder:

python3 -m http.server 8000

Then visit:

http://localhost:8000

Deployment

This website is deployed as a static site using GitHub Pages and connected to the custom domain:

https://sifaks.com

License

This project is licensed under the MIT License © 2026 Sifaks Ousmail.

See the LICENSE file for full terms.