-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
160 lines (143 loc) · 6.93 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
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>My website</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<section id="header">
<div class="header container">
<div class="nav-bar">
<div class="brand">
<a href="#name"><h1><span>C</span>hethan <span>R</span>ao</h1></a>
</div>
<div class="nav-list">
<div class="hamburger">
<div class="bar">
</div>
</div>
<ul>
<li><a href="#name" data-after="Home">Home</a></li>
<li><a href="#projects" data-after="Projects">Projects</a></li>
<li><a href="#about" data-after="About">About</a></li>
<li><a href="#contact" data-after="Contact">Contact</a></li>
</ul>
</div>
</div>
</div>
</section>
<section id="name">
<div class="name container">
<div>
<h1>Hello,<span></span></h1>
<h1>My Name is <span></span></h1>
<h1>Chethan<span></span></h1>
</div>
</div>
</section>
<section id="projects">
<div class="projects container">
<div class="projects-header">
<h1 class="section-title">Proj<span>e</span>cts</h1>
</div>
<div class="all-projects">
<div class="project-item">
<div class="project-info">
<a href="https://github.com/Chethan-rao/Sign-Langauge-Recognition" target="_blank">Sign Langauge Recognition</a>
<p>The proposed system implements the sign language recognition using CNN. It has been designed for the two-way communication. I used socket programming to implement the server-client architecture. I achieved an overall accuracy of 94.2%. </p>
<h2> Tech Stack Used - Python, CNN, OpenCV </h2>
</div>
<div class="project-img">
<img src="img-1.png" alt="img">
</div>
</div>
<div class="project-item">
<div class="project-info">
<a href="https://github.com/Chethan-rao/Vocal-Music-Platform" target="_blank">Vocal - Music App</a>
<p>A cloud-based music streaming platform that promotes and recognizes lesser-known artists, enabling them to share their art.</p>
<h2>Tech Stack Used - HTML, JavaScript, AWS</h2>
</div>
<div class="project-img">
<img src="img-1.png" alt="img">
</div>
</div>
<div class="project-item">
<div class="project-info">
<a href="https://github.com/Chethan-rao/Employee-Management-System" target="_blank">Employee Management System</a>
<p>An admin-based employee management system in which the admin can add new departments and projects, and assign new employees to the respective department and project.
</p>
<h2>Tech Stack Used - Java, MySQL</h2>
</div>
<div class="project-img">
<img src="img-1.png" alt="img">
</div>
</div>
</div>
</div>
</section>
<section id="about">
<div class="about container">
<div class="col-left">
<div class="about-img">
<img src="DSC_09361_2_1110x1190.jpg" alt="img">
</div>
</div>
<div class="col-right">
<h1 class="section-title">About <span>me</span></h1>
<h2>Student</h2>
<p>Hey, I'm Chethan, a recent graduate from Dayananda Sagar University with a degree in B.Tech CSE. Coding has always been my passion. To me, it's like crafting usable art. The beauty of coding lies in its ability to turn imagination into reality. It's not just work; it's a fun journey of problem-solving and creation. Now, I'm thrilled to bring this passion to life as a backend developer at Juspay.</p>
<a href="https://drive.google.com/file/d/1TJLSpagOtCR7w00IKUqh2I7r6FXFpfJI/view?usp=sharing" class="cta" target=_blank>Resume</a>
</div>
</div>
</section>
<section id="contact">
<div class="contact container">
<h1 class="section-title">Contact <span>info</span></h1>
<div class="contact-items">
<div class="contact-item">
<div class="icon"><img src="https://img.icons8.com/bubbles/100/000000/phone.png"/></div>
<div class="contact-info">
<h1>Phone</h1>
<h2>9538886263</h2>
</div>
</div>
<div class="contact-item">
<div class="icon"><img src="https://img.icons8.com/bubbles/100/000000/new-post.png"/></div>
<div class="contact-info">
<h1>Email</h1>
<h2>[email protected]</h2>
</div>
</div>
<div class="contact-item">
<div class="icon"><img src="https://img.icons8.com/bubbles/100/000000/map-marker.png"/></div>
<div class="contact-info">
<h1>Address</h1>
<h2>Bangalore,Karnataka</h2>
</div>
</div>
</div>
</div>
</section>
<section id="footer">
<div class="footer container">
<div class="brand">
<h1><span>C</span>hethan <span>R</span>ao</h1>
</div>
<div class="social-icon">
<div class="social-item">
<a href="https://www.linkedin.com/in/chethan-rao-161a0b200/" target="_blank"><img src="https://img.icons8.com/bubbles/100/000000/linkedin.png"></a>
</div>
<div class="social-item">
<a href="https://github.com/Chethan-rao" target="_blank"><img src="https://img.icons8.com/bubbles/100/000000/github.png"></a>
</div>
<div class="social-item">
<a href="https://www.instagram.com/rao___kalki/" target="_blank"><img src="https://img.icons8.com/bubbles/100/000000/instagram.png"></a>
</div>
</div>
<p>Copyright @ 2021 Chethan. All rights reserved</p>
</div>
</section>
<script src="./app.js"></script>
</body>
</html>