-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
143 lines (100 loc) · 4.03 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
` <!DOCTYPE html>
<html>
<head>
<!--Import Google Icon Font-->
<link href="http://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<!--Import materialize.css-->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/materialize/0.98.2/css/materialize.min.css">
<!--Let browser know website is optimized for mobile-->
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<link rel="stylesheet" href="css/main.css">
<script src="https://use.fontawesome.com/c542bc1e3a.js"></script>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-98465058-1', 'auto');
ga('send', 'pageview');
</script>
</head>
<body class="welcome">
<span id="splash-overlay" class="splash"></span>
<span id="welcome" class="z-depth-4"></span>
<header class="navbar-fixed">
<nav class="row deep-purple darken-3">
<div class="col s12">
<ul class="right">
<li class="right">
<!--
<a href="" target="_blank" class="fa fa-facebook-square fa-2x waves-effect waves-light"><span class="icon-text"></span></a>
</li>
<li class="right">
<a href="" target="_blank" class="fa fa-github-square fa-2x waves-effect waves-light"><span class="icon-text"></span></a>
-->
</li>
</ul>
</div>
</nav>
</header>
<main class="valign-wrapper">
<span class="container grey-text text-lighten-1 ">
<h3 style="color:#fff"><p class="animatedjs flow-text"></p></h3>
<h1 class="title grey-text text-lighten-3">Jayesh Bidani</h1>
<p class="flow-text">Software Developer at Kontext and Data Science Enthusiast</p>
<div class="left-align">
</div>
<br/>
<div class="left-align">
<!-- Dropdown Trigger -->
<a class="btn" href="https://drive.google.com/file/d/1nTz4NZGbckXLkV_TXCrEKS4Awm_RM_nv/view?usp=sharing">Download Resume<i class="material-icons right"></i></a><br/><br/>
</div>
<!--
==========================================
-->
<div >
<a href="https://www.facebook.com/jai.bidani" class="modal-trigger btn btn-floating purple darken-3 waves-effect waves-light">
<i class="fa fa-facebook-square fa-3x"></i> </a>
<a href="https://github.com/jayesh96" class="modal-trigger btn btn-floating purple darken-3 waves-effect waves-light">
<i class="fa fa-github fa-3x "></i>
</a>
<a href="https://www.linkedin.com/in/jayesh-bidani-146391b7/" class="modal-trigger btn btn-floating purple darken-3 waves-effect waves-light">
<i class="fa fa-linkedin-square fa-3x"></i> </a>
<a href="https://www.instagram.com/jayesh.bidani/" class="modal-trigger btn btn-floating purple darken-3 waves-effect waves-light">
<i class="fa fa-instagram fa-3x"></i> </a>
</div>
<!--
==========================================
-->
</span>
</main>
<div class="fixed-action-btn">
<a href="https://cfjayeshhome.herokuapp.com/" class="modal-trigger btn btn-large btn-floating teal lighten-1 waves-effect waves-light">
<i class="fa fa-refresh fa-spin fa-3x fa-fw" aria-hidden="true"></i>
<span class="sr-only"></span>
</a>
</div>
<div id="message" class="modal modal-fixed-footer">
<div class="modal-content">
<h4>Contact</h4>
<p>coming soon...</p>
</div>
<div class="modal-footer">
<a href="" class="modal-action modal-close waves-effect btn-flat">close</a>
</div>
</div>
<footer class="page-footer deep-purple darken-3">
<div class="footer-copyright deep-purple darken-4">
<div class="container">
</div>
</div>
</footer>
<script type="text/javascript" src="https://code.jquery.com/jquery-2.1.1.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/materialize/0.98.2/js/materialize.min.js"></script>
<script type="text/javascript">
$(document).ready(function(){
$('.modal-trigger').leanModal();
});
</script>
</body>
</html>