-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
61 lines (56 loc) · 2.13 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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Monia Jahan Mou - Portfolio</title>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<header>
<div class="container">
<h1>Monia Jahan Mou</h1>
<p>Web Developer | Designer | Content Creator</p>
</div>
</header>
<section class="about">
<div class="container">
<h2>About Me</h2>
<p>Hello! I'm Monia Jahan Mou, I am currently studying in Honors 2nd year. <address></address> I live in kodalia, Tangail. I'm passionate about web developer with experience in creating stunning websites and applications. I love bringing ideas to life with clean code and creative designs.</p>
</div>
</section>
<section class="portfolio">
<div class="container">
<h2>My Work</h2>
<div class="projects">
<div class="project">
<h3>Project 1</h3>
<p>Description of project 1. Organized at MBSTU under EDGE project.</p>
</div>
<div class="project">
<h3>Project 2</h3>
<p>Description of project 2. External Faculty: Batch: Web Development Essentials 03.</p>
</div>
<div class="project">
<h3>Project 3</h3>
<p>Training Program Web Development under EDGE Project, CSE Department, MBSTU.</p>
</div>
</div>
</div>
</section>
<section class="contact">
<div class="container">
<h2>Contact Me</h2>
<p>If you want to get in touch, feel free to reach out via email. Thank you</p>
<a href="moniajahan253@gmail.com" class="btn">moniajahan253@gmail.com</a>
<a href="01836350608" class="btn-b">01836350608
</a>
</div>
</section>
<footer>
<div class="container">
<p>© 2024 Monia Jahan Mou. All rights Copyright.</p>
</div>
</footer>
</body>cl
</html>