-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
119 lines (117 loc) · 5.73 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
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
<html style="background:rgb(241, 209, 149);">
<head>
<link href="style.css" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css">
<title>Aamir's Resume</title>
</head>
<header id="header">
<h1>AAMIR NODHLA</h1>
<hr style="height: 1.5px;">
<span style="color:chocolate;">Student (Pursuing BCA)</span>
<hr style="height: 1.5px;">
</header>
<body>
<main>
<article id="mainLeft">
<section>
<h2>ABOUT</h2>
<br>
<p style="color:rgb(216, 103, 5);">
I am a BCA student with a knowledge of foundation Programming and Computer Science Concepts. I'm interested in Android App Development but also, I have done Web Development Projects and have knowledge of the same. Additional I experience in video editing and graphic design. I enjoy exploring innovative solutions and learning new technologies to enhance my knowledge.
</p>
</section>
<section>
<h2>SKILLS</h2>
<h4>Programming Languages:</h4>
<ul>
<li>Python (Intermediate)</li>
<li>Java (Intermediate)</li>
<li>C & C++ (Basic)</li>
<li>php(Basic)</li>
<li>JavaScript(Basic)</li>
<li>HTML</li>
<li>CSS</li>
<li>SQL</li>
</ul>
<h4>Frameworks/Tools:</h4>
<ul>
<li>Django</li>
<li>Android Studio</li>
<li>VS-Code</li>
<li>GitHub</li>
<li>PyCharm</li>
<li>Shell/Dash</li>
<li>VMware</li>
<li>MS Office & More...</li>
</ul>
<h4>Databases:</h4>
<ul>
<li>Oracle</li>
<li>Firebase</li>
<li>SQLite</li>
<li>MongoDB</li>
</ul>
<h4>Design/Editing Tools:</h4>
<ul>
<li>Adobe Illustrator</li>
<li>Adobe Photoshop</li>
<li>Canva</li>
<li>Picsart</li>
<li>DaVinci Studio</li>
<li>InShot</li>
<li>KineMaster & More...</li>
</ul>
</section>
</article>
<article id="mainRight">
<section>
<h2>CONTACT</h2><br>
<i class="fa fa-envelope" aria-hidden="true"></i>
<a href="mailto:[email protected]">[email protected]</a><br><br>
<i class="fab fa-github" aria-hidden="true"></i>
<a style="margin-right: .5em;" href="https://github.com/Noddy8">Noddy8</a>
<!-- <i class="fa fa-globe"></i>
<a href="#">www.nodhla.me</a> -->
<i class=" fa fa-square"></i>
<a href="https://www.credly.com/users/aamir-nodhla">Credly Profile</a><br><br>
</section>
<section>
<h2>EDUCATION</h2>
<h4>Basil School</h4>
<ul>
<li>SSC (GRADE C2)</li>
<li>HSC (GRADE C1)</li>
</ul>
<h4>Maharaja Sayajiroa University of Baroda, Gujarat India</h4>
<li>Bachelor of Computer Applications</li>
<p style="color:rgb(216, 103, 5);">SGPA</p>
<ul>
<li>Sem-1 : 7.48/10<br/></li>
<li>Sem-2 : 7.44/10<br/></li>
<li>Sem-3 : 5.92/10<br/></li>
<li>Sem-4 : CURRENT</li>
</ul>
<p style="color:rgb(216, 103, 5);">CGPA</p>
<ul>
<li>FY : 7.46/10</li>
<li>SY : CURRENT</li>
</ul>
</section>
</article>
<section>
<h2>Projects</h2>
<h4>QuizBot</h4>
<ul>
<li>QuizBot is a Web Application that provides an interactive and efficient platform for creating (manually and generating), hosting, and managing quizzes and track participant's performance in real time.</li>
<li><b>Tools/Technologies-</b> VS-Code, GitHub, HTML, CSS, JS, Python (Django), SQLite</li>
<li><b>Contribution-</b>Research, Design, Coding, Presentation and Testing phases.</li>
</ul>
</section>
</main>
<footer>
<center>
<button onclick="window.print();" class="noprint">Print Resume</button>
</center>
</footer>
</body>
</html>