aljeshi.com Open in urlscan Pro
108.138.106.10  Public Scan

URL: https://aljeshi.com/
Submission: On December 13 via api from US — Scanned from US

Form analysis 0 forms found in the DOM

Text Content

1
2
3
4
5
6
7
8
9
const aboutMe = {
name: 'Hassan Aljeshi',
title: 'Solution Architect',
company: 'Amazon Web Services (AWS)',
contact: {
email: 'hassan@aljeshi.com',
website:'You are here already'
}
}
1
2
3
4
5
6
7
8
9
this.addEventListener('mouseover', () => {
this.flipCard = true;
});