-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
228 lines (183 loc) · 8.56 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
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
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
<!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>Abhiram Mithur</title>
<!-- box icons -->
<link href='https://unpkg.com/boxicons@2.1.4/css/boxicons.min.css' rel='stylesheet'>
<link rel="stylesheet" href="style.css">
</head>
<body>
<header class="header">
<a href="#" class="logo">Abhiram Mithur</a>
<i class='bx bx-menu' id="menu-icon"></i>
<nav class="navbar">
<a href="#home" class="active">Home</a>
<a href="#about">About</a>
<a href="#tech">Tech Stack</a>
<a href="#portfolio">Projects</a>
<a href="#contact">Contact</a>
</nav>
</header>
<!-- home section -->
<section class="home" id="home">
<div class="home-content">
<h3>Hello, It's Me</h3>
<h1>Abhiram Mithur</h1>
<h3>And I'm a <span class="multiple-text"></span></h3>
<p>Full Stack Developer based in Mangalore,India.I am seeking opportunities to apply and enhance my
technical skills.</p>
<div class="social-media">
<a href="https://www.instagram.com/abhiram.mithur/"><i class='bx bxl-instagram-alt'></i></a>
<a href="https://www.linkedin.com/in/abhiram-mithur-7b65a71ba/"><i class='bx bxl-linkedin'></i></a>
<a href="https://abhiram.mithur@gmail.com"><i class='bx bxl-gmail'></i></a>
<a href="https://github.com/Abhiram-Mithur"><i class='bx bxl-github'></i></a>
</div>
<a href="https://drive.google.com/file/d/10UphIQ2BV9LTneXWNaj9pk3Qskt_vNLR/view?usp=share_link"
class="btn">Download CV</a>
</div>
<div class="home-img">
<img src="images/crop profile.png" alt="">
</div>
</section>
<!-- about section -->
<section class="about" id="about">
<div class="about-img">
<img src="images/crop profile.png" alt="">
</div>
<div class="about-content">
<h2 class="heading">About <span>Me</span></h2>
<h3>Full Stack Developer</h3>
<p>As a recent graduate with a Bachelor's degree from G M Institute Of Technology Davanagere I have gained
exposure to several programming languages and technologies.<br>
Currently, I am seeking a role in the software development industry to apply and enhance my skills and
contribute to building innovative solutions that make a difference. I am a quick learner, a good
communicator, and always looking to push myself to learn and grow.</p>
<a href="https://definegenetics.blogspot.com/" class="btn">My Blogs</a>
</div>
</section>
<!-- tech stack -->
<section class="tech" id="tech">
<h2 class="heading">Tech <span>Stack</span></h2>
<div class="tech-container">
<div class="tech-box">
<i class='bx bx-code-alt'></i>
<h3>Frontend Development</h3>
<p>
<span title="HTML"><i class='bx bxl-html5'></i></span>
<span title="CSS"><i class='bx bxl-css3'></i></span>
<span title="JavaScript"><i class='bx bxl-javascript'></i></span>
</p>
</div>
<div class="tech-box">
<i class='bx bxs-paint'></i>
<h3>Backend Development</h3>
<p> <span title="Java"><i class='bx bxl-java'></i></span>
<span title="Node.js"><i class='bx bxl-nodejs'></i></span>
</p>
</div>
<div class="tech-box">
<i class='bx bxs-data'></i>
<h3>Other</h3>
<p><span id="other">MongoDB</span><br>
<span id="other">MySQL</span><br>
<span id="other">Express</span><br>
<span id="other">Selenium Testing</span><br>
<span id="other">Manual Testing</span><br>
<span id="other">EJS</span><br>
<span id="other">Canva</span><br>
<span id="other">DSA</span></p><br>
</div>
</div>
</section>
<!-- portfolio -->
<section class="portfolio" id="portfolio">
<h2 class="heading">Latest <span>Projects</span></h2>
<div class="portfolio-container">
<div class="portfolio-box">
<img src="images/project 1.png" alt="">
<div class="portfolio-layer">
<h4>Pizza Designer App</h4>
<p>Customise the pizza using different bases and toppings.</p>
<a href="https://github.com/Abhiram-Mithur/Pizza-App"><i class='bx bx-link-external'></i></a>
</div>
</div>
<div class="portfolio-box">
<img src="images/project 7.png" alt="">
<div class="portfolio-layer">
<h4>Movie Review</h4>
<p>Full stack movie review site to leave your reviews for movies.</p>
<a href="https://github.com/Abhiram-Mithur/Movie_Review_App"><i class='bx bx-link-external'></i></a>
</div>
</div>
<div class="portfolio-box">
<img src="images/project 3.png" alt="">
<div class="portfolio-layer">
<h4>Snack Finder</h4>
<p>A small react app made in codesandbox to identify the food emoji.</p>
<a href="https://github.com/Abhiram-Mithur/Snack_Finder"><i class='bx bx-link-external'></i></a>
</div>
</div>
<div class="portfolio-box">
<img src="images/project 4.png" alt="">
<div class="portfolio-layer">
<h4>Dothraki Translator</h4>
<p>An app to convert your english words into dothraki language as spoken in Game Of Thrones series.
</p>
<a href="https://github.com/Abhiram-Mithur/Dothraki-Translator"><i
class='bx bx-link-external'></i></a>
</div>
</div>
<div class="portfolio-box">
<img src="images/project 5.png" alt="">
<div class="portfolio-layer">
<h4>Temperature Converter</h4>
<p>Simple Javascript program to convert given temperature.</p>
<a href="https://github.com/Abhiram-Mithur/Temperature-Converter"><i
class='bx bx-link-external'></i></a>
</div>
</div>
<div class="portfolio-box">
<img src="images/project 6.png" alt="">
<div class="portfolio-layer">
<h4>Simple Calculator</h4>
<p>This is a simple calculator app created using Jframe and Java.</p>
<a href="https://github.com/Abhiram-Mithur/CalculatorApp"><i class='bx bx-link-external'></i></a>
</div>
</div>
</div>
</section>
<!-- Contact section -->
<section class="contact" id="contact">
<h2 class="heading">Contact <span>Me!</span></h2>
<form action="https://formspree.io/f/mvonbvor" method="POST">
<div class="input-box">
<input type="text" name="name" placeholder="Full Name">
<input type="email" name="email" placeholder="Email Address">
</div>
<div class="input-box">
<input type="number" name="mobile" placeholder="Mobile Number">
<input type="text" name="subject" placeholder="Email Subject">
</div>
<textarea name="message" cols="30" rows="10" placeholder="Your Message"></textarea>
<input type="submit" value="Send Message" class="btn">
</form>
</section>
<!-- footer -->
<footer class="footer">
<div class="footer-text">
<p>Copyright © 2023 by Abhiram Mithur | All Rights Reserved.</p>
</div>
<div class="footer-iconTop">
<a href="#home"><i class='bx bx-up-arrow-alt'></i></a>
</div>
</footer>
<!-- scroll animation -->
<script src="https://unpkg.com/scrollreveal"></script>
<!-- Typed js file animation -->
<script src="https://unpkg.com/typed.js@2.0.132/dist/typed.umd.js"></script>
<script src="script.js"></script>
</body>
</html>