-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
84 lines (66 loc) · 3.9 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="">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="icon" type="image/png" sizes="32x32" href="%PUBLIC_URL%/favicon-32x32.png?v8=qAJ44G5Bm7">
<link rel="icon" type="image/png" sizes="16x16" href="%PUBLIC_URL%/favicon-16x16.png?v8=qAJ44G5Bm7">
<link rel="mask-icon" href="%PUBLIC_URL%/safari-pinned-tab.svg?v8=qAJ44G5Bm7" color="#885bd5">
<link rel="shortcut icon" href="%PUBLIC_URL%/favicon.ico?v8=qAJ44G5Bm7">
<link rel="apple-touch-icon" sizes="180x180" href="%PUBLIC_URL%/apple-touch-icon.png?v8=qAJ44G5Bm7">
<title>Sandesh Devadiga</title>
<link rel="stylesheet" type="text/css" href="stylesheets/default.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/FortAwesome/[email protected]/css/all.min.css">
<script src="https://cdn.jsdelivr.net/npm/[email protected]/lib/p5.js"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/lib/addons/p5.sound.js"></script>
<script src="sketch.js"></script>
</head>
<body>
<main>
<section>
<section>
<div>
<div class="greeting-wrapper">
<h1 style="color:rgb(131, 120, 120);" > Hello there, I am Sandesh Devadiga </h1>
</div>
<div class ="social-media">
<div>
<!--h3 style="color:rgb(131, 120, 120);">Connect</h3-->
</div>
<div>
<a class="icon-button github" href="https://github.com/sandeshdevadiga" style="font-size:30px" target="_blank"rel="noopener noreferrer"><i class="fab fa-github"></i><span></span></a>
<a href="https://www.linkedin.com/in/sandeshdevadiga/" style="font-size:30px" class="icon-button linkedin" target="_blank" rel="noopener noreferrer"><i class="fab fa-linkedin-in"></i><span></span></a>
<a href="mailto:[email protected]" style="font-size:30px" class="icon-button outlook" target="_blank" rel="noopener noreferrer"><i class="fas fa-envelope"></i><span></span></a>
<!--a href="https://gitlab.com/sandesh" class="icon-button gitlab" target="_blank" rel="noopener noreferrer"><i class="fab fa-gitlab"></i><span></span></a-->
<a href="https://www.facebook.com/sandesh.devadiga.7" style="font-size:28px" class="icon-button facebook" target="_blank" rel="noopener noreferrer"><i class="fab fa-facebook-f"></i><span></span></a>
<!--a href="https://medium.com/@sandesh" class="icon-button medium" target="_blank" rel="noopener noreferrer"><i class="fab fa-medium"></i><span></span></a-->
<!--a href="https://stackoverflow.com/users/10422806/sandesh" class="icon-button stack-overflow" target="_blank" rel="noopener noreferrer"><i class="fab fa-stack-overflow"></i><span></span></a-->
</div>
</div>
</div>
<div class="intro-wrapper">
<div class="nav-wrapper">
</div>
<div class="left-column">
</div>
<div class="right-column">
<div id="preview-shadow">
<div id="preview">
<div id="corner-tl" class="corner"></div>
<div id="corner-tr" class="corner"></div>
<h3 style="color:rgb(131, 120, 120);">About Me</h3>
<p>I work as software developer for Bosch Car Multimedia. I have over 5+ years of experience with c++ development on Linux based systems, also I have managed to aquire decent amount of skills in audio signal processing. Currenly, I am working full time and also pursuing masters in Mathematics through online programme. I am just getting started with opensource and looking forward for some excellent collaboration here. Good day!</p>
<div id="corner-br" class="corner"></div>
<div id="corner-bl" class="corner"></div>
</div>
</div>
<div>
<p> <a target="_blank" href="Sandesh_Devadiga_Shyam.pdf">Download Resume</a></p>
</div>
</div>
</section>
</section>
</main>
</body>
</html>