-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
95 lines (88 loc) · 3.16 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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Portfolio Page</title>
<link rel="stylesheet" href="style.css" class="rel">
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-2040700500869270"
crossorigin="anonymous"></script>
</head>
<body>
<header>
<h2 style="text-align: center;">MD Affan Asghar</h2>
<p style="text-align: center;">Full Stack Web Developer</p>
<p style="text-align: center;" class="add"><b>Address : </b>Holding no xyz, B.L no x, Kolkata, India</p>
<img src="affan.jpg" alt="img" class="img-src" width="122px" height="145px" align="right"/>
</header>
<section>
<h2>Education</h2>
<ul>
<p><b>Narula Instite of Technology - 2025</b></p>
<li><b>B.Tech in CSE </b>: 8 cgpa (till 5th sem)</li>
<p><b>Kankinara Himayatul Ghurba High School - 2021</b></p>
<li><b>12th Exam </b>(WBCHSE): 73%</li>
<p><b>H.C.K Jain Vidyalaya - 2019</b></p>
<li><b>10th Exam </b>(WBBSE): 60%</li>
</ul>
</section>
<section>
<h2>Skills</h2>
<ul>
<li><b>Programming Language: </b>C, C++, Python, Java</li>
<li><b>Frontend Web Develpment: </b>HTML, CSS, JavaScript, Bootstrap, TailwindCSS, React JS</li>
<li><b>Backend Web Develpment: </b>Node JS, Express JS (EJS, RESTfull APIs)</li>
<li><b>Database: </b>MySQL, MongoDB</li>
<li><b>Soft Skills: </b>Punctuality, Consistency, Fast, Good Communication</li>
</ul>
</section>
<section>
<h2>Projects</h2>
<ul>
<li>Spotify Clone Web Player</li>
<li>Gym Web Page</li>
</ul>
</section>
<section>
<h2>Personal Details</h2>
<ul>
<li> Date of Birth : 15/03/2003</li>
<li><b>Github : </b><a href="https://github.com/affancoder">https://github.com/affancoder</a></li>
<li><b>Codechef : </b><a href="https://www.codechef.com/users/affanasghar">https://www.codechef.com/users/affanasghar</a></li>
<li><b>Linkedin : </b><a href="www.linkedin.com/in/mdaffanasghar">www.linkedin.com/in/mdaffanasghar</a></li>
<li><b>Leetcode : </b><a href="https://leetcode.com/mr_affan15/">https://leetcode.com/mr_affan15/</a></li>
</ul></li>
</ul>
</section>
<section>
<h2>Contact</h2>
<ul>
<li><b>Mobile: </b>9339828230</li>
<li><b>Email : </b>affanasgar8@gmail.com</li>
</ul>
</section>
<section>
<h2>Hobbies</h2>
<ul>
<li>Playing Games</li>
<li>Listening to Music</li>
</ul>
</section>
<section>
<h2>Interests</h2>
<ul>
<li>Artificial Intelligence</li>
<li>Cloud Computing</li>
</ul>
</section>
<section>
<h2>CourserWork</h2>
<ul>
<li>Full Stack Web Development | MERN Stack</li>
<li>Artificial Intelligence using python</li>
<li>Writing Skills for Engineering Leader</li>
<li>Object Oriented Programming in C++</li>
</ul>
</section>
</body>
</html>