-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
100 lines (100 loc) · 5.09 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
96
97
98
99
100
<html>
<head>
<link type="text/css" rel="stylesheet" href="./stylesheet.css"/>
<title></title>
</head>
<body>
<div id="header">
<p id="name">Mohd Fayaz</p>
<a href="mailto:ansarifayaz450@gmail.com" target="_blank"><p id="email">ansarifayaz450@gmail.com</p></a>
</div>
<div class="left">
</div>
<div class="right">
<h3>About</h3>
<p>
<ul>
<li>A proactive, trilingual, highly motivated engineering student at JSS Noida.</li>
<li>learning basic Python, JavaScript, HTML, CSS, Aspiring to become a full-stack web developer</li>
<li>An independent, dedicated, efficient person. These attributes are proved through the series of courses I have taken or I am taking as of now independently through online platforms.</li>
<li>Good Communication Skills, Presentation Skills, attitude towards leadership, authorisation and delegation, conflict resolution and negotiation and a very good team worker.</li></ul>
</p>
<h3>Educational Qualifications</h3>
<table>
<tr id="heading">
<td>Qualification</td>
<td>Board</td>
<td>Percentage / Grades</td>
<td>Year</td>
</tr>
<tr>
<td>High school</td>
<td>UP Board</td>
<td>80%</td>
<td>2016</td>
</tr>
<tr>
<td>Diploma in engineering(Electronics engineering)</td>
<td>AMU, Aligarh(UP, India)</td>
<td>77%</td>
<td>2020</td>
</tr>
<tr>
<td>B.Tech Information Technology</td>
<td>JSS Academy of technical education, Noida, India</td>
<td>persuing</td>
<td>2023</td>
</tr>
</table>
<h3>Independent Courses</h3>
<p>
<ul>
<li>
<span id="course-name">HTML & CSS for Beginners – Web Fundamentals</span></li>
<li>
<span id="course-name">Python – Fundamentals and Dynamic Programming </span></li>
<li>
<span id="course-name">JavaScript – Programming Basics, JS Apps and Build Games </span></li>
</ul>
<h3>Technical Skills</h3>
<p>
<ul>
<li>
<span id="course-name">Operating Systems:</span>Favorable OS are iOS and windows, recently switched to Linux.</li>
<li>
<span id="course-name">Application Software:</span> Compatible with visualisation tools e.g.Tableau, power BI, and database e.g. RDBMS (mysql).</li>
<li>
<span id="course-name">Programming Skills:</span>HTML, CSS, Python, JavaScript, learning C and C++</li></ul>
</p>
<h3>Certifications / Awards:</h3>
<p>
<ul>
<li>Scored highest in ACCA P1 – Governance, Risk & Ethics exam – June 2012 session amongst full time international students at Kaplan Financial, London.</li>
<li>Interviewed by ACCA for “international ACCA student in UK”, interview published in January 2012 edition of ACCA Student Accountant Magazine.</li>
<li>Interviewed by ACCA for “international ACCA student in UK”, interview published in January 2012 edition of ACCA Student Accountant Magazine.</li></ul>
</p>
<h3>Personal Information:</h3>
<p>
<ul>
<li>
A young, determined hard and smart working person. I believe in task based roles and complete ownership of work.
<li>
<span id="course-name">Languages Known:</span>English, Hindi and Urdu</li>
<li>
<span id="course-name">Hobbies:</span>I love reading Finance and IT related books / magazines, playing Chess, swimming, listening music, surfing Internet, self-learning through e-courses.</li> </ul>
</p>
<h3>Declaration</h3>
<p>
I hereby declare that the details furnished above are true and correct to the best of my knowledge and belief.</p>
</div>
<footer class="footer">
<a href="mailto:ansarifayaz450@gmail.com" class="footer__link">ansarifayaz450@gmail.com</a>
<ul class="social-list">
<li class="social-list__item"><a class="social-list__link" href="https://github.com/fayaz-ui">Github</i></a></li>
<li class="social-list__item"><a class="social-list__link" href="https://www.linkedin.com/in/mohd-fayaz-08649b170/">Linkedin</a></li>
<li class="social-list__item"><a class="social-list__link" href="https://twitter.com/Fayazansari_">Twitter</a></li>
<li class="social-list__item"><a class="social-list__link" href="https://www.instagram.com/fayazansari_/">Instagram</a></li>
</ul>
</footer>
</body>
</html>