-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.html
206 lines (188 loc) · 7.6 KB
/
about.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
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
<!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>
<!-- navbar section -->
<nav class = "navbar">
<div class = "container">
<div class = "brand-and-toggler">
<a href = "index.html" class = "navbar-brand">chanu</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 = "resume.html" class = "nav-link">resume</a>
</li>
<li class = "nav-item">
<a href = "skills.html" class = "nav-link">skills</a>
</li>
<li class = "nav-item">
<a href = "projects.html" class = "nav-link">projects</a>
</li>
<li class = "nav-item">
<a href = "contact.html" class = "nav-link">contact</a>
</li>
</ul>
</div>
</div>
</nav>
<!-- end of navbar section -->
<!-- about page -->
<section class = "about container">
<div class = "title">
<h2>about</h2>
<div>
<h2>about me</h2>
</div>
</div>
<div class = "row">
<div class = "row-left">
<img src = "assets/IMG_3641.JPG" alt = "about photo">
</div>
<div class = "row-right">
<p class = "text">I am a webdeveloper, specialised in HTML, CSS, JavaScript for Frontend, Java, Spring Boot for Backend, Docker for Containerization, MySQL for databases. Also learning to work with Microservices architecture. Want to be a complete DevOps engineer someday. I have research interest in Cryptography and network Security. I'm always open to work with people from anywhere on earth.</p>
<div class = "about-content">
<ul>
<li class = "text">
<span>Name: </span>
<span>Chanakya Raghavendra</span>
</li>
<li class = "text">
<span>Date of Birth: </span>
<span>June 06, 2002</span>
</li>
<li class = "text">
<span>Address: </span>
<span>Guntur, Andhra Pradesh, India</span>
</li>
<li class = "text">
<span>Email: </span>
<span>[email protected]</span>
</li>
<li class = "text">
<span>Zip code: </span>
<span>522237</span>
</li>
<li class = "text">
<span>Phone: </span>
<span>+91 9493510632</span>
</li>
</ul>
</div>
<h3>2+ <span>Projects completed till date</span></h3>
<a href="https://drive.google.com/file/d/1diwYwsbmizCj2S2llHPpS5d3HT72O-xt/view" class="btn">DOWNLOAD RESUME</a>
</div>
</div>
</section>
<!-- end of about page -->
<!-- footer -->
<footer class = "footer container">
<div class = "row">
<div class = "col">
<h3 class = "footer-title">about</h3>
<p class = "text">I am an engineering student, currently learning App development. I am skilled in Java,Sql</p>
<div class = "social-links">
<a href = "https://www.instagram.com/chanakyakolli/"><i class = "fab fa-instagram"></i></a>
<a href = "https://www.facebook.com/chanakya.kolli"><i class = "fab fa-facebook"></i></a>
<a href = "https://github.com/Chanukolli"><i class = "fab fa-github"></i></a>
<a href = "https://www.linkedin.com/in/chanu-kolli-1a2309197/"><i class = "fab fa-linkedin"></i></a>
</div>
</div>
<div class = "col">
<h3 class = "footer-title">links</h3>
<div class = "footer-links">
<a href = "index.html" class = "text">
<i class = "fas fa-long-arrow-alt-right"></i>
home
</a>
<a href = "about.html" class = "text">
<i class = "fas fa-long-arrow-alt-right"></i>
about
</a>
<a href = "skills.html" class = "text">
<i class = "fas fa-long-arrow-alt-right"></i>
skills
</a>
<a href = "contact.html" class = "text">
<i class = "fas fa-long-arrow-alt-right"></i>
contact
</a>
</div>
</div>
<div class = "col">
<h3 class = "footer-title">learning now</h3>
<div class = "footer-links">
<a href = "#" class = "text">
<i class = "fas fa-long-arrow-alt-right"></i>
frontend development
</a>
<a href = "#" class = "text">
<i class = "fas fa-long-arrow-alt-right"></i>
backend development
</a>
<a href = "#" class = "text">
<i class = "fas fa-long-arrow-alt-right"></i>
App development
</a>
<a href = "#" class = "text">
<i class = "fas fa-long-arrow-alt-right"></i>
network security
</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">Thullur, Guntur, Andhra Pradesh, India</span>
</div>
<div>
<span>
<i class = "fas fa-phone"></i>
</span>
<span class = "text">+91 9493510632</span>
</div>
<div>
<span>
<i class = "fas fa-envelope"></i>
</span>
<span class = "text">[email protected]</span>
</div>
</div>
</div>
<div class = "footer-text">
<p class = "text">© Developed By Chanu And Guided By CSI Chapter VIT-AP</p>
</div>
</footer>
<!-- end of footer -->
<!-- custom js file -->
<script src="js/script.js"></script>
</body>
</html>