-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
90 lines (77 loc) · 2.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>This is my personal site</title>
<link rel="stylesheet" href="">
</head>
<body>
<table cellspacing="20">
<tr>
<td><img src="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcQvFLMXQl5LRsW9b9Qjq6kozf1sa3sEoLqQwA&usqp=CAU" alt="Brij Profile picture"></td>
<td>
<h1>Brij Bhushan Maurya</h1>
<p><em>Founder and CEO of <strong>The Wolfy LLC</strong>.</em></p>
<p>Skilled in Python, C++, SQL, Data structure and algorithm and basics of android development.</p>
</td>
</tr>
</table>
<hr size="3" noshade>
<h3>Education:</h3>
<ul>
<li><a href="https://www.niet.co.in/">Noida institute of Engineering and technology</a></li>
<li>Chokhraj Tulsyan Saraswati Vidya Mandir</li>
</ul>
<hr size="3" noshade>
<h3>Hobbies:</h3>
<ol type="i">
<li>Listening Music</li>
<li>Writting <a href="https://www.yourquote.in/brijbhushan-maurya-odkv/quotes">Shayaris</a> and sometimes songs</li>
<li>Motercycles</li>
</ol>
<hr size="3" noshade>
<h3>More about me:</h3>
<table cellspacing="10">
<thead>
<tr>
<th>Dates</th>
<th>Comments</th>
</tr>
</thead>
<tbody>
<tr>
<td>2019-21</td>
<td>System Engineer at TCS.<td>
</tr>
<tr>
<td>2021</td>
<td>Got Rejected by Google and Amazon.</td>
</tr>
</tbody>
</table>
<hr size="3" noshade>
<h3>Hobbies:</h3>
<table cellspacing="10">
<thead>
<th>Skill</th>
<th>Rating</th>
</th>
</thead>
<tbody>
<tr>
<td>C++</td>
<td>4 Star</td>
</tr>
<tr>
<td>Python</td>
<td>4 Star</td>
</tr>
<tr>
<td>Data structure and Algorithms</td>
<td>3.5 Star</td>
</tr>
</tbody>
</table>
<h3><a href="contact.html">Contact me</a></h3>
</body>
</html>