-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
115 lines (95 loc) · 5.05 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
<!--<!DOCTYPE HTML>
<html lang="en-US">
<head>
<meta charset="utf-8">
<title>Omkar Salpekar Website</title>
<meta name="author" description="Omkar Salpekar">
<meta name="description" description="Omkar's Website">
<meta name="viewport" description="width=device-width, initial-sclae=1">
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link href="https://fonts.googleapis.com/css?family=Source+Sans+Pro" rel="stylesheet">
<link rel="stylesheet" href="css/main.css">
</head>
<body>
<header class="header">
<a href="#" ><img class="img-circle" src="img/omkar_pic.jpg" alt="Omkar Pic" style="width:160px;height:160px"></a>
<h3>Omkar Salpekar</h3>
<div class="inner">
<a class="icon" href="http://www.github.com/osalpekar"><i class="fa fa-github fa-2x"></i></a>
<a class="icon" href="mailto:[email protected]"><i class="fa fa-envelope-o fa-2x"></i></a>
<a class="icon" href="http://www.linkedin.com/in/omkarsalpekar"><i class="fa fa-linkedin fa-2x"></i></a>
</div>
<div class="copyright">
<p>© 2017 Omkar Salpekar</p>
</div>
</header>
<div class="center">
<div class="about_section section">
<h1>About Me</h1>
<br>
<p>I'm a senior at UC Berkeley studying Electrical Engineering and Computer Science. I'm intersted in applying Machine Learning and Distributed Computing to Internet of Things-related problems.</p>
<br>
<p>I've worked on embedded systems at
<a class="inline" href="http://www.ti.com/">Texas Instruments</a>,
large-scale security systems at
<a class="inline" href="http://www.tanium.com/">Tanium</a>,
and compilers at
<a class="inline" href="https://code.fb.com/">Facebook</a>.</p>
<br>
<p>I do research at the
<a class="inline" href="https://rise.cs.berkeley.edu/">RISELab</a>.
I'm also Managing Director at
<a class="inline" href="http://www.freeventures.org">Free
Ventures</a>, Berkeley's student-run startup incubator.</p>
<a class="resume" href="assets/omkar_salpekar_resume.pdf">Resume</a>
</div>
<hr />
<!-- <div class="section"> -->
<!-- <h1>Projects</h1> -->
<!-- <br> -->
<!-- <1!-- TODO: Make the boxes for the projects from HTML tutorial --1> -->
<!-- <div class="project"> -->
<!-- <img src="img/chat_app.png" alt="chat_app" style="height:128px;width:400px"> -->
<!-- <h4>Encrypted Chat App</h4> -->
<!-- <p class="project_sec">A simple terminal-based chat application with end-to-end encryption with group messaging</p> -->
<!-- </div> -->
<!-- <div class="project"> -->
<!-- <img src="img/chat_app.png" alt="chat_app" style="height:170px;width:400px"> -->
<!-- <h4>Serv Web App</h4> -->
<!-- <p class="project_sec">Find and apply to local service opportunities tailored to your interests</p> -->
<!-- </div> -->
<!-- <div class="project"> -->
<!-- <img src="img/crash_sense.png" alt="crash_sense" style="height:219px;width:330px"> -->
<!-- <h4>Crash Sense</h4> -->
<!-- <p class="project_sec">Using ML and acceleration data from proximity sensors to analyze fault in car crashes</p> -->
<!-- </div> -->
<!-- <div class="project"> -->
<!-- <a class="inline" href="http://www.github.com/osalpekar"> -->
<!-- <img src="img/crash_sense.png" alt="crash_sense" style="height:219px;width:330px"> -->
<!-- </a> -->
<!-- <a class="inline" href="http://www.github.com/osalpekar"> -->
<!-- <h4>Secure Smart Home</h4> -->
<!-- </a> -->
<!-- <p class="project_sec">Improving security in connected devices on home networks by flagging malicious traffic</p> -->
<!-- </div> -->
<!-- </div> -->
<!-- <div class="contact_section section">
<h1>Writing</h1>
<br>
<a href="https://osalpekar.github.io/blog/cs267-intro.html">CS 267 Intro</a>
</div>
<hr />
<div class="contact_section section">
<h1>Contact</h1>
<br>
<p>If you want to discuss project ideas, startups, or anything else, I'm always down to meet!</p>
<p>Feel free to email me at <a class="inline" href="mailto:[email protected]" alt="Omkar's email address">[email protected]</a>.</p>
</div>
</div>
<footer id="Left_footer">
<p>ello I'm Omkar</p>
</footer>
</body>
</head>
</html>-->