-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
35 lines (34 loc) · 2.08 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>My Personal Profile</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<header>
<h1>Ibtissam Kaddach</h1>
<p>A self-made software engineer, great learner and continuousely investing in my career as a Full-Stack Developer.</p>
</header>
<section>
<h2>About Me:</h2>
<p>A full-stack developper with a two years experience, continuousely investing my time to upgrade and learn new skills and integrated in my skill sets, create and help other people learn and progress to a professional level. Please visit my GitHib for more projects : https://github.com/Ibtissamkaddach</p>
</section>
<section>
<h2>Highlighted Projects:</h2>
<ul>
<li>Weather-App: This is a simple weather app that fetches and displays a real-time weather information (temperature, weather description, humidity and wind speed) for a specified city using the Open-Meteo API and displaying it to the user for easy use.
Accessible on: https://github.com/Ibtissamkaddach/Weather-App</li>
<li>Form-Sign-Up-App: This is a simple Signup Form application built using HTML, CSS, and JavaScript. The application allows users to fill out a form with their username, email, and password. Upon submission, a thank you message is displayed.
Accessible on: https://github.com/Ibtissamkaddach/Form-sign-up</li>
<li>Tic-Tac-Toe-App: This is a simple Tic-Tac-Toe This project was initialized with Create React App and provides scripts for development (npm start), testing (npm test), and production builds (npm run build). The build process optimizes and minifies the app for deployment.
Accessible on: https://github.com/Ibtissamkaddach/tic-tac-toe</li>
</ul>
</section>
<footer>
<p>Contact: <a href="mailto:your.email@example.com">btissam.kaddach@gmail.com</a></p>
</footer>
<script src="script.js"></script>
</body>
</html>