-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
192 lines (178 loc) · 6.11 KB
/
about.html
File metadata and controls
192 lines (178 loc) · 6.11 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<title>About</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"
/>
</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">
<a href="index.html" class="nav-link">home</a>
</li>
<li class="nav-item nav-active">
<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">
<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>
<!-- about page -->
<section class="about container">
<div class="title">
<h2>about</h2>
<div>
<h2>about me</h2>
</div>
</div>
<div style="display: flex; justify-content: center" class="row">
<div class="row-right">
<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.<br />Fun Fact :
I am a part time athlete.😉
</p>
<div class="about-content">
<ul>
<li class="text">
<span>Name: </span>
<span>Chandan Kasamsetty</span>
</li>
<li class="text">
<span>Date of Birth: </span>
<span></span>
</li>
<li class="text">
<span>Address: </span>
<span>Bangalore ,Karnataka, India</span>
</li>
<li class="text">
<span>Email: </span>
<span>chandan.kasamsetty@gmail.com</span>
</li>
<li class="text">
<span>Zip code: </span>
<span>######</span>
</li>
<li class="text">
<span>Phone: </span>
<span></span>
</li>
</ul>
</div>
<button type="button" class="btn cvbtn">download cv</button>
</div>
</div>
</section>
<!-- end of about 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>