-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
81 lines (69 loc) · 3.17 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
<!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">
<?xml version="1.0" encoding="UTF-8"?>
<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 class="active">Home</a>
<a href="projects.html">Projects</a>
<a href="resume.html">Resume</a>
<a href="music.html">Music</a>
</div>
<body onload="setSlider()">
<script src='functions.js'></script>
<section>
<h1> ANUJ KETKAR </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="first">
<h2> ABOUT ME </h2>
<img src="images/profile.jpeg" alt="potrait" style="float:right;width:244.5px;height:auto;">
<p class="spaced">
I grew up in the city of Plano, Texas, and spend my free time researching information about my interests, listening to music, working out, and going on runs.
I've always had a vivid imagination that has allowed me to express myself through creative outlets like visual arts and music production.
This creativity is more insightful when I combine it with the consistency of logical thinking, which is where my passion for coding originates. I've shown interest in programming since middle school
when I became fascinated with making basic games and applications in Java. That curiosity led me to expand my knowledge through various institutional courses and self-discovery of computer science concepts.
I am currently a junior at Texas A&M University pursuing a bachelor's degree in computer science.
</section>
<section>
<h3> Contact Me </h3>
<div class="row">
<div class="col">
<a href="mailto:anujketkar1118@gmail.com">
<img alt="Mail" src="images/@.svg" width=70" height="70">
</a>
</div>
<div class="col">
<a href="https://www.linkedin.com/in/anujketkar/">
<img alt="linkedin"
src="images/linkedin.png"
width=70 height=70>
</a>
</div>
<!-- <div class="col">
<a href="https://www.instagram.com/anujketkar/">
<img alt="Instagram" src="images/instagram.svg" width=70" height="70">
</a>
</div>
<div class="col">
<a href="https://twitter.com/anujketkar">
<img alt="Twitter" src="images/twitter.svg" width=70" height="70">
</a>
</div> -->
</div>
</section>
</body>
</html>