-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
136 lines (136 loc) · 7.75 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Vinayaka Gadag</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/3.7.0/animate.min.css">
<script src="https://code.jquery.com/jquery-3.3.1.min.js" integrity="sha256-FgpCb/KJQlLNfOu91ta32o/NMZxltwRo8QtmkMRdAu8=" crossorigin="anonymous"></script>
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.7.1/css/all.css" integrity="sha384-fnmOCqbTlWIlj8LyTjo7mOUStjsKC4pOpQbqyi7RrhN7udi9RwhKkMHpvLbHG9Sr" crossorigin="anonymous">
<link rel="stylesheet" href="index.css">
</head>
<body>
<div id="loading">
<div id="spinner"></div>
</div>
<div id="magnify">
<h1 onclick="closemagnify()"><i class="fas fa-times"></i></h1>
<div id="img_here"></div>
</div>
<header id="header" class="animated slideInDown" style="animation-delay:1.8s;">
<table>
<tr>
<td id="logo">Vinayaka Gadag.</td>
<td id="navigation">
<a href="#work">work</a>
<a href="#bio">about</a>
<!-- <a href="">blog</a> -->
<a href="#contact">contact</a>
</td>
</tr>
</table>
</header>
<table id="top_part">
<tr>
<td id="about" class="animated slideInLeft" style="animation-delay:2s;">
<h1>Full-stack developer and DevOps engineer based out of Bloomington, Indiana</h1>
<a href="VinayakaGadagResumeLatest.pdf">
<button class="btn_one">Hire Me</button><br>
</a>
<table>
<tr>
<td class="animated zoomIn" style="animation-delay:2.8s;"><a class="social" href="https://www.linkedin.com/in/vinayaka-gadag/"><i class="fab fa-linkedin"></i></a></td>
<td class="animated zoomIn" style="animation-delay:2.6s;"><a class="social" href="https://github.com/vinayakasg18"><i class="fab fa-github"></i></a></td>
<td class="animated zoomIn" style="animation-delay:2.2s;"><a class="social" href="https://www.facebook.com/vinayaka.s.gadag/"><i class="fab fa-facebook"></i></a></td>
<td class="animated zoomIn" style="animation-delay:2.6s;"><a class="social" href="https://www.instagram.com/vinayaka_gadag/"><i class="fab fa-instagram"></i></a></td>
<!-- <td class="animated zoomIn" style="animation-delay:2.4s;"><a class="social"><i class="fab fa-twitter"></i></a></td> -->
<!-- <td class="animated zoomIn" style="animation-delay:3.0s;"><a class="social"><i class="fab fa-medium"></i></a></td> -->
</tr>
</table>
</td>
<td id="rightImage" class="animated jackInTheBox" style="animation-delay:2.2s;"></td>
</tr>
</table>
<div id="work">
<h1>work</h1>
<h2>Projects</h2>
<div id="photos">
<a href="https://github.com/vinayakasg18/vinayakasg18.github.io">
<img onclick="magnify($(this).attr('src'))" src="img/portfolio_img.webp">
</a>
<a href="https://github.com/vinayakasg18/neo4j_data_analysis">
<img onclick="magnify($(this).attr('src'))" src="img/neo4j.png">
</a>
<a href="https://github.com/vinayakasg18/flasktodoapi">
<img onclick="magnify($(this).attr('src'))" src="img/flask.png">
</a>
<a href="https://github.com/SwetShah/TravelOptimization/tree/feature">
<img onclick="magnify($(this).attr('src'))" src="img/springboot.png">
</a>
<!-- <img onclick="magnify($(this).attr('src'))" src="https://images.unsplash.com/photo-1547149666-769b42053e67?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=564&q=80">
<img onclick="magnify($(this).attr('src'))" src="https://images.unsplash.com/photo-1547950515-e652d0f50b1b?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=634&q=80">
<img onclick="magnify($(this).attr('src'))" src="https://images.unsplash.com/photo-1545342084-d03fe58ea023?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=633&q=80"> -->
</div>
</div>
<div id="bio">
<h1>about</h1>
<p>
I'm an gradute student at Indiana Uinversity studying Computer Science.
</p>
<p>
I convert coffee into code overnight and I love outdoor and travelling. You will find me running, cycling or taking pictures around the beatiful college town during my free time.
</p>
</div>
<div id="contact">
<h1>contact</h1>
<table>
<tr>
<td>
<div id="inner_div">
<table id="inner_table">
<tr>
<td><i class="fas fa-phone"></i> +1 812 369 0673</td>
</tr>
<tr>
<td><i class="fas fa-at"></i> [email protected]</td>
</tr>
<tr>
<td><i class="fas fa-map-marker-alt"></i>
<div id="address">
3210 John Hinkle Place,<br>
Apt J, Bloomington,<br>
Indiana, USA 47408
</div>
</td>
</tr>
<tr>
<td>
<a class="social" href="https://www.linkedin.com/in/vinayaka-gadag/"><i class="fab fa-linkedin"></i></a>
<a class="social" href="https://github.com/vinayakasg18"><i class="fab fa-github"></i></a>
<a class="social" href="https://www.facebook.com/vinayaka.s.gadag/"><i class="fab fa-facebook"></i></a>
<a class="social" href="https://www.instagram.com/vinayaka_gadag/"><i class="fab fa-instagram"></i></a>
<!-- <a class="social"><i class="fab fa-dribbble"></i></a>
<a class="social"><i class="fab fa-medium"></i></a> -->
</td>
</tr>
</table>
</div>
</td>
<td>
<form action="mailto:[email protected]" method="post" enctype="multipart/form-data" name="EmailForm">
<input type="text" placeholder="name" name="name" required>
<input type="email" placeholder="email" name="email" required><br>
<textarea placeholder="your message" name="subject" required rows="5"></textarea><br>
<button class="btn_one" type="submit" value="Submit">send</button>
</form>
</td>
</tr>
</table>
</div>
<div id="footer">
theme credits <br> <a href="https://imfunniee.github.io">imfunniee</a>
</div>
<script src="index.js" type="text/javascript"></script>
</body>
</html>