-
Notifications
You must be signed in to change notification settings - Fork 0
/
ayash.html
55 lines (43 loc) · 1.13 KB
/
ayash.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
<!DOCTYPE html>
<html>
<head>
<title>Ayash</title>
<style>
body {
font-family: Arial, sans-serif;
margin: 20px;
}
h1 {
color: #333;
}
p {
line-height: 1.6;
}
</style>
</head>
<body>
<h1>About Me</h1>
<img src="your_photo.jpg" alt="Your Photo" width="200" height="200">
<h2>Introduction</h2>
<p>
Hi, my name is [Your Name]. I am passionate about [your interests or hobbies].
This webpage is a way for me to share some information about myself.
</p>
<h2>Education</h2>
<p>
[Your educational background and any degrees or certifications you have obtained.]
</p>
<h2>Experience</h2>
<p>
[Your work experience and any notable projects or achievements.]
</p>
<h2>Skills</h2>
<p>
[List your skills or areas of expertise.]
</p>
<h2>Contact Information</h2>
<p>
[Include your email address, phone number, or any other contact details you want to share.]
</p>
</body>
</html>