-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathexperience.html
More file actions
47 lines (47 loc) · 1.37 KB
/
Copy pathexperience.html
File metadata and controls
47 lines (47 loc) · 1.37 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Experience</title>
<link rel="stylesheet" href="styles_experience.css" />
</head>
<body>
<header>
<h1 style="text-align: center"><u>Experience</u></h1>
<h2>
<p style="margin-left: 38px">My Experiences-</p>
</h2>
</header>
<main>
<i>
<h3>
<ul>
<li>
learned HTML, CSS, basics of C++, and complete Unreal Engine-5
from YouTube channels.
</li>
<br />
<li>
Practicing English speaking daily with Dear Sir course to improve
communication.
</li>
<br />
<li>
Created multiple web pages like education, login form, and
projects page.
</li>
<br />
<li>Working with GitHub for code hosting and version control.</li>
<br />
<li>
Can solve a 3x3 Rubik’s Cube in under <br />40 seconds, showing
strong focus and problem-solving skills.
</li>
</ul>
</h3>
</i>
</main>
</body>
</html>