-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
143 lines (130 loc) · 3.81 KB
/
index.html
File metadata and controls
143 lines (130 loc) · 3.81 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
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
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
<html>
<head>
<title>Hello!
</title>
</head>
<body>
<h1>Greeting for the day</h1>
<h2>Hope u r doing well</h2>
<h3>because i am doing very well</h3>
<p>This is my very
<b> first</b> web page
<br>and i am very excited....
</p>
<hr>
<p><i>I want you to be so...</i>
</p>
<img src="C:\Users\ritesh kumar singh\OneDrive\Pictures\Saved Pictures\signature\abstract-deer-head-vector-3304633.jpg" width="300" height="300">
<p>I am Active learner.
<i>
<b>How Active????</b>
</i><br>Let's see
</p>
<table border="1" cellpadding="5">
<tr>
<th></th>
<th>Skills</th>
<th>Source</th>
<th>Certification</th>
<th>Link to View Certification</th>
</tr>
<tr>
<td>1</td>
<td>C++</td>
<td>Highschool Acedemic Course</td>
<td>Computer Science</td>
<td><a href="D:\academic document\12th certificate.pdf" target="_blank">LINK</a></td>
</tr>
<tr>
<td>2</td>
<td>Python</td>
<td>Online Course</td>
<td>
<ol>
<li>Getting Started with Python</li>
<li>Python Data Structures</li>
<li>Python Capston</li>
</ol>
</td>
<td>
<ol>
<li><u><a href="D:\Certifications\Coursera Programming for Everybody (Getting Started with Python).pdf" target="_blank">LINK</a></u></li>
<li><u><a href="D:\Certifications\Coursera Python Data Structure.pdf" target="_blank">LINK</a></u></li>
<li><u><a href="D:\Certifications\Coursera Python for everybody Capston.pdf" target="_blank">LINK</a></u></li>
</ol>
</td>
</tr>
<tr>
<td>3</td>
<td>SQL</td>
<td>Online Course</td>
<td>
<ol>
<li>Using Databases with Python</li>
<li>Foundations of AI</li>
</ol>
</td>
<td>
<ol>
<li><b>N/A</b></li>
<li><u><a href="D:\Certifications\Foundation Artificial Intelligence NASSCOM_certificate.pdf" target="_blank">LINK</a></u></li>
</ol>
</td>
</tr>
<tr>
<td>4</td>
<td>HTML</td>
<td>Online Course</td>
<td></td>
<td></td>
</tr>
<tr>
<td>5</td>
<td>Machine Learning</td>
<td>Online Course</td>
<td>Foundations of AI</td>
<td><a href="D:\Certifications\Foundation Artificial Intelligence NASSCOM_certificate.pdf">LINK</a></td>
</tr>
<tr>
<td>6</td>
<td>MS Excel</td>
<td>Online Course</td>
<td></td>
<td></td>
</tr>
<tr>
<td>7</td>
<td>Data Analysis</td>
<td>Online Course</td>
<td>
<ol>
<li>Data Analysis With Python</li>
<li>Data Analysis With Excel</li>
<li>Data Analytics</li>
<li>Data Fluency-Exploring & Describing Data</li>
</ol>
</td>
<td>
<ol>
<li><u><a href="D:\Certifications\Data Analysis with Python (Cognitive Class)Certificate.pdf" target="_blank">LINK</a></u></li>
<li><b>N/A</b></li>
<li><u><a href="D:\Certifications\CertificateOfCompletion_Learning Data Analytics.pdf" target="">LINK</a></u></li>
<li><u><a href="D:\Certifications\CertificateOfCompletion_Data Fluency- Exploring and Describing Data.pdf" target="_blank">LINK</a></u></li>
</ol>
</td>
</tr>
<tr>
<td>8</td>
<td>MS Power BI</td>
<td>Online Course</td>
<td>Power BI Essential Training</td>
<td><a href="D:\Certifications\CertificateOfCompletion_Power BI Essential Training.pdf">LINK</a></td>
</tr>
</table>
<p>
AND STILL COUNTING...<img src="C:\Users\ritesh kumar singh\OneDrive\Pictures\Saved Pictures\smiley\grinning-face-with-star-eyes.png" width="50" height="50" />
</p>
<br /> Do you Know, how much time did it consumed to learn all of these skills
<br />= 19+19+8+15+9+20+3+3.5+4.5+1.75+.... = <b>103 hrs</b>(apporx.)
</body>
</html>