-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.htm
36 lines (27 loc) · 1.25 KB
/
index.htm
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
<html lang="en">
<header>
<title>Ajay Mundiyara's Portal</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 Portal">
</header>
<body>
<img src="sri_ganesha.png" width = 25% alt = "banner">
<h1>Welcome To Ajay Mundiyara's Portal</h1>
<h2>About Me</h2>
<p>I am an Undergraduate pursuing student in Computer Science and Technology.</p>
<p>I am pursuing my bachelors from Jodhpur Institute of Engineering and Technology.</p>
<p>I have keen interest in Artificial Intelligence, Machine Learning.
I also do programming and have good knowledge in Java, C, C++, Matlab.</p>
<h2>Credentials and Portfolio</h2>
<p><a href = "resume.html"> My Resume </a>| <a href = "https://github.com/ajaymundiyara">My GitHub</a></p>
<h2>Contact</h2>
<p>Email: <a href = "mailto: ajay.17jics072@jietjodhpur.ac.in">ajay.17jics072@jietjodhpur.ac.in </a></p>
</body>
<footer>
<hr>
<code>Copyright (c) 2020 Ajay Mundiyara</code>
</footer>
</html>