-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
117 lines (105 loc) · 3.69 KB
/
index.html
File metadata and controls
117 lines (105 loc) · 3.69 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
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta name="description" content="This is a resume portfolio of me.">
<title>Ravi's Website</title>
<link rel="stylesheet" type="text/css" href="css/styles.css">
</head>
<body style="background-color: rgb(227, 236, 234);">
<!-- This is a comment! -->
<!-- <center>
<div class="header">
Ravi Tiwari
</div>
</center> -->
<div class="content">
<!-- <hr size ="2" noshade>
<h1>Welcome</h1>
<hr size ="2" noshade>
<p>
Thanks for stopping by! My name is Ravi and I love <em>movies</em>, learning about Mechanical Engineering & Computer Science, and playing PUBG.
Please have a look around and check out my projects and work!
</p> -->
<table cellspacing="20">
<tr>
<td><img id="circle" src="images/ravi.jpg" alt="ravi profile picture"/></td>
<td><h1>Ravi Tiwari</h1>
<p><em>Intern</em> at <strong><a href="https://www.linkedin.com/company/blueplanetinfosolutions/about/">Blue Planet Info</a></strong></p>
<p>I am a Web Developer. <br><strong><a href="https://www.linkedin.com/in/ravi-tiwari-b99748216/">Linkedin</a> <a href="https://github.com/ravigitgit">GitHub</a></strong></p>
</td>
</tr>
</table>
<hr>
<h2>Technologies</h2>
<table>
<tr>
<td>Web Development:</td>
<td>HTML5-⭐⭐⭐, CSS3-⭐⭐, Bootstrap-5-⭐⭐, JS-⭐⭐⭐, PHP-⭐⭐⭐,CodeIgniter-⭐, AJAX-⭐, jQuery-⭐, MySQL-⭐⭐, Postman-⭐⭐, Curl API-⭐</td>
</tr>
<tr>
<td>Programming Languages:</td>
<td>C++ ⭐⭐, Python-⭐⭐, Java-⭐⭐, MATLAB-⭐⭐</td>
</tr>
<tr>
<td>Version Control:</td>
<td>Git-⭐⭐, GitHub-⭐⭐, Bitbucket-⭐⭐</td>
</tr>
<tr>
<td>Methodologies/Design Pattern & Tools:</td>
<td>Test Driven Development (TDD)-⭐, OOP-⭐, UML, MVC-⭐, Factory Pattern, Singleton, Figma, MS Excel-⭐⭐⭐.</td>
</tr>
</table>
<br>
<hr>
<h3>Work Experience</h3>
<table cellspacing="10">
<thead>
<tr>
<th>Dates</th>
<th>Work</th>
</tr>
</thead>
<tbody>
<tr>
<td>15/05/23-15/09/23</td>
<td>Matlab Virtual Internship</td>
</tr>
<tr>
<td>20/07/23</td>
<td>Blue Planet Info</td>
</tr>
</tbody>
</table>
<hr>
<h3>Projects</h3>
<table cellspacing="10">
<thead>
<tr>
<th>Technologies</th>
<th>Work</th>
<th>src</th>
</tr>
</thead>
<tbody>
<tr>
<td>PHP</td>
<td><a href="https://github.com/ravigitgit/phpiggy">phpiggy</a></td>
<td><a href="https://github.com/ravigitgit/phpiggy">code</a></td>
</tr>
<tr>
<td>Portfolio</td>
<td><a href="https://ravigitgit.github.io/raviwebsite/">My Portfolio</a></td>
<td><a href="https://github.com/ravigitgit/raviwebsite">code</a></td>
</tr>
</tbody>
</table>
<hr>
<a href="hobbies.html">My Hobbies</a>
<a href="contact.html">Contact Me</a>
<br>
<br>
</div>
<div class="footer"></div>
</body>
</html>