-
Notifications
You must be signed in to change notification settings - Fork 0
/
resume.html
60 lines (54 loc) · 2.7 KB
/
resume.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
<!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">
<link rel="stylesheet" href="blue.css" id="css_style">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<title>Anuj Ketkar</title>
</head>
<div class="navi" id="myNavi">
<a href="javascript:void(0);" class="icon" onclick="menu()">
<i class="fa fa-bars"></i>
</a>
<a href="index.html"> Home</a>
<a href="projects.html">Projects</a>
<a class="active">Resume</a>
<a href="music.html">Music</a>
</div>
<body onload="setSlider()">
<script src='functions.js'></script>
<section>
<h1> RESUME </h1>
<!-- <label class="switch">
<input type="checkbox" id="check" onclick='change()''>
<span class="slider"></span>
<p class="label"> <br> Site Theme </p>
</label> -->
</section>
<section class = "resume">
<!-- <a href="resume.pdf" download="resume">
<img alt="download"
src="images/download.png"
width=50 height=50>
</a> -->
</br>
<iframe src="https://drive.google.com/file/d/19s3R_VcoMytv4JUfqgDzlnD-7fdZDzrc/preview" width="640" height="480" allow="autoplay" style="max-width:100%"></iframe>
</section>
<section>
<h3> Skills and Interests </h3>
<p class="spaced"> I am the most comfortable in the language C++ due to my academic exposure to it but practice
competitive coding in Python and have a strong Java foundation. I recently learned HTML, CSS, and JavaScript as evident by
this website which was designed using those.
I am also well-versed in the functional language Haskell and basic scripting in BASH. Outside of coding,
I am proficient in Microsoft Office products including Word, Excel, and Powerpoint. I am also skilled at writing professional documents
in LaTeX.
</p>
<p class="spaced">
I find interest in many topics in the world of technology but tend to pay attention the most to news in machine learning. In the future, I wish to work on a project that involves training a model to compose music based on a reference track that defines the intended atmosphere.
A possible application of this project would be for game developers to procedurally generate music for in-game locations so that each player can have a unique experience every time they play.
Designing this would unite my passions in coding, music, and game design.
</p>
</body>
</html>