-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex_new.html
45 lines (44 loc) · 1.31 KB
/
index_new.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
<!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>Momin Raza | Full Stack Software Developer</title>
</head>
<body>
<h1>Hello, I'm Momin Raza</h1>
<p>
A profestional software developer, who worked on many web and app projects
for my clients and as my husl projects, curruntly i'm working at Accenture
India as a Software Engineer.
</p>
<ul>
<li>
<a href="https://github.com/MominRaza">github</a>
</li>
<li>
<a href="https://linkedin.com/in/mominraza">linkedin</a>
</li>
</ul>
<section>
<h2>Experience</h2>
<div class="experience_card">
<h3>Software Engineer at Accenture India</h3>
<p>Feb 2022 - Present</p>
</div>
</section>
<section>
<h2>Projects</h2>
<p>Here are my some projects that I can show</p>
<div class="project_card">
<h3>ApnaPan: A New Social Media</h3>
<p>
This is a social media app that I developed as my side husl project to
test my Flutter knoledge and gain some experience in public dwemad
havy projects.
</p>
</div>
</section>
</body>
</html>