-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
211 lines (197 loc) · 6.92 KB
/
index.html
File metadata and controls
211 lines (197 loc) · 6.92 KB
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
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<title>Home</title>
<meta name="description" content="" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<!-- utility css file -->
<link rel="stylesheet" href="css/utility.css" />
<!-- style css file -->
<link rel="stylesheet" href="css/style.css" />
<!-- fontawesome cdn -->
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.1/css/all.min.css"
integrity="sha512-+4zCK9k+qNFUR5X+cKL9EIR+ZOhtIloNl9GIKS57V1MyNsYpYcUrUeQc9vNfzsWfV28IaLL3i96P9sdNyeRssA=="
crossorigin="anonymous"
/>
<!-- google fonts -->
<link
href="https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700;800&family=Poppins:wght@200;300;400;500;600;700;800;900&display=swap"
rel="stylesheet"
/>
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=Work+Sans:ital,wght@0,300;1,200&display=swap"
rel="stylesheet"
/>
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css"
/>
<script src="https://code.jquery.com/jquery-3.5.1.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/typed.js/2.0.11/typed.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/waypoints/4.0.1/jquery.waypoints.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.3.4/owl.carousel.min.js"></script>
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.3.4/assets/owl.carousel.min.css"
/>
<link
href="https://fonts.googleapis.com/css2?family=Heebo:wght@500;700&family=Lobster&display=swap"
rel="stylesheet"
/>
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/normalize/7.0.0/normalize.min.css"
/>
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.11.2/css/all.css"
integrity="sha256-46qynGAkLSFpVbEBog43gvNhfrOj+BmwXdxFgVK/Kvc="
crossorigin="anonymous"
/>
</head>
<body oncontextmenu="return false">
<!-- navbar section -->
<nav class="navbar">
<div class="container">
<div class="brand-and-toggler">
<a href="index.html" class="navbar-brand">Chandan</a>
<button type="button" class="navbar-toggler" id="navbar-toggler">
<span>
<i class="fas fa-bars"></i>
</span>
</button>
</div>
<div class="navbar-collapse">
<ul class="navbar-nav">
<li class="nav-item nav-active">
<a href="index.html" class="nav-link">home</a>
</li>
<li class="nav-item">
<a href="about.html" class="nav-link">about</a>
</li>
<li class="nav-item">
<a href="skills.html" class="nav-link">skills</a>
</li>
<li class="nav-item"></li>
<li class="nav-item">
<a href="contact.html" class="nav-link">contact</a>
</li>
</ul>
</div>
</div>
</nav>
<!-- end of navbar section -->
<div id="progressbar"></div>
<div id="scrollPath"></div>
<!-- home page -->
<section class="home container">
<div class="row">
<div class="row-left">
<h3>hello!</h3>
<div class="text-typing">
<p>
This is
<span class="highlight">Chandan Kasamsetty</span>
</p>
</div>
<!-- <h1>
i'm
<span>Chandan Kasamsetty</span>
</h1> -->
<h2>An aspiring Full-Stack Developer</h2>
<div class="home-pg-btn">
<!-- <button type="button" class="btn">hire me</button> -->
<button type="button" class="btn">my works</button>
</div>
</div>
<div class="row-right">
<div class="img-border">
<div class="img-container">
<img
src="assets/pexels-andrew-nevins-9996261.jpg"
alt="random photo"
style="opacity: 0.9; filter: alpha(opacity=90)"
/>
</div>
</div>
</div>
</div>
</section>
<!-- end of home page -->
<!-- footer -->
<footer class="footer container">
<div class="row">
<div class="col" style="grid-column: 1/3">
<h3 class="footer-title">about</h3>
<p class="text">
I am a Computer Science UnderGrad studying in Rashtreeya Vidhyalaya
College of Engineering. I'm a passionate Web Developer and I am also
a competititve programmer. I enjoy building and designing webpages
and always strive to write clean and effecient code.
</p>
<div class="social-links">
<a href="#"><i class="fab fa-twitter"></i></a>
<a href="#"><i class="fab fa-facebook"></i></a>
<a href="#"><i class="fab fa-instagram"></i></a>
<a href="#"><i class="fab fa-codepen"></i></a>
</div>
</div>
<div class="col">
<h3 class="footer-title">links</h3>
<div class="footer-links">
<a href="#" class="text">
<i class="fas fa-long-arrow-alt-right"></i>
home
</a>
<a href="#" class="text">
<i class="fas fa-long-arrow-alt-right"></i>
about
</a>
<a href="#" class="text">
<i class="fas fa-long-arrow-alt-right"></i>
contact
</a>
<a href="#" class="text">
<i class="fas fa-long-arrow-alt-right"></i>
projects (Coming Soon)
</a>
</div>
</div>
<div class="col">
<h3 class="footer-title">have a question?</h3>
<div>
<span>
<i class="fas fa-map-marker-alt"></i>
</span>
<span class="text">Kanakapura Main Road, Bangalore, Karnataka</span>
>
</div>
<div>
<span>
<i class="fas fa-phone"></i>
</span>
<span class="text">+91 9686933368</span>
</div>
<div>
<span>
<i class="fas fa-envelope"></i>
</span>
<span class="text">chandan.kasamsetty@gmail.com</span>
</div>
</div>
</div>
<div class="footer-text">
<p class="text">Copyright © 2022 All rights reserved</p>
</div>
</footer>
<!-- end of footer -->
<!-- custom js file -->
<script src="js/script.js"></script>
</body>
</html>