-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
82 lines (80 loc) · 2.46 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Mihir Pesswani</title>
<link rel="stylesheet" href="css/style.css" />
<link rel="shortcut icon" href="img/favicon.ico" type="image/x-icon">
</head>
<body>
<div class="container">
<nav>
<ul>
<li id="about">/about</li>
<li id="project">/projects</li>
<li id="contact">/contact</li>
</ul>
</nav>
<main>
<h1>Mihir Pesswani:$ <span class="cursor">|</span></h1>
<h3>Find me Online:</h3>
<ul>
<li>
<a
href="https://www.linkedin.com/in/mihir-pesswani-447899157/"
target="_blank"
>LinkedIn</a
>
</li>
<li>
<a href="https://github.com/codemike513" target="_blank">Github</a>
</li>
<li>
<a
href="https://www.instagram.com/mihirpesswani52971/"
target="_blank"
>Instagram</a
>
</li>
<li>
<a href="https://twitter.com/memernhihu" target="_blank">Twitter</a>
</li>
</ul>
</main>
</div>
<div class="hidden">
<div id="about-content">
<h2>about-me:$<span class="cursor">|</span></h2>
<p>My name is Mihir Pesswani and I am a Developer.</p>
<p>
Some of languages I am working with include Python, Dart, Java and
JavaScript.
</p>
</div>
<div id="project-content">
<h2>my-projects:$<span class="cursor">|</span></h2>
<p>These are some of my projects:</p>
<ul>
<li>Startup Website: ReactJS</li>
<li>AI Based ChatBot: Python</li>
<li>Movie Search App: Flutter</li>
<li>Face Detection App: Python</li>
<li>Blockchain App: Flutter</li>
<li>Rocket Animation: JavaScript</li>
</ul>
</div>
<div id="contact-content">
<h2>contact-me:$<span class="cursor">|</span></h2>
<p>You can contact me at my email and mobile number below</p>
<ul>
<li>Mobile: +91-9617177281</li>
<li>Email: pesswani.mihir@gmail.com</li>
</ul>
</div>
</div>
<script src="js/winbox.bundle.js"></script>
<script src="js/main.js"></script>
</body>
</html>