-
Notifications
You must be signed in to change notification settings - Fork 0
/
resume.html
67 lines (47 loc) · 2.03 KB
/
resume.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
<!doctype html>
<!-- this is a comment for human! -->
<html lang="en">
<header>
<title>Ajay Mundiyara's Resume</title>
<link rel="stylesheet" href="css/master.css">
<link rel="FaviconIcon" href="favicon.ico" type="image/x-icon">
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="name" content="Ajay Mundiyara's Resume">
<!-- remove the following line after you are happy with your Website
so that search engines will index it! >
<meta name="robots" content="noindex, nofollow"> -->
</header>
<body>
<hr>
<img src="images/headshot.jpg" alt="AJAY MUNDIYARA's headshot" width="20%">
<h1>Ajay Mundiyara</h1>
<h4>Senior UX, Mobile App, Website Software Engineer</h4>
<p>Email: <a href="ajay.17jics072@jietjodhpur.ac.in" target="_blank">ajay.17jics072@jietjodhpur.ac.in</a></p>
<!-- don't post physical address, personal phone number or other personal information on the web! -->
<h2>Portfolio</h2>
<h3>GitHub: <a href="https://github.com/ajaymundiyara" target="_blank">https://github.com/ajaymundiyara</a></h3>
<h2>Education</h2>
<h3>Jodhpur Institute of engineering and technology, Jodhpur</h3>
<h4>B.Tech. Computer Science</h4>
<h2>Professional Experiences</h2>
<h3>Subject Matter Expert / Online Instructor</h3>
<h4>Coursera, Mountain View, CA</h4>
<h5>March 2020 - Present</h5>
<ul>
<li>Create interactive online IT courses</li>
<li>Teach students worldwide</li>
</ul>
<h3>Founder, Software Engineer</h3>
<h4>skyRoute66, Los Angeles, CA</h4>
<h5>January 2019 - Present</h5>
<ul>
<li>Author and publish mobile apps, reusable iOS UI modules</li>
<li>Independent computer service contractor</li>
</ul>
</body>
<footer>
<hr>
<p><a href="index.htm">Back to my portal</a><p>
</footer>
</html>