-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
46 lines (42 loc) · 1.89 KB
/
index.html
File metadata and controls
46 lines (42 loc) · 1.89 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<link rel="stylesheet" href="css/main.css">
<link rel="shortcut icon" href="img/222003043.jpg" type="image/jpg"><link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>My Portfolio | Kasireddy Yoga Srinivas Reddy</title>
</head>
<body>
<header>
<h1>
Kasireddy Yoga Srinivas Reddy
</h1>
</header>
<div id="content">
<img src="img/222003043.jpg" alt="Kasireddy Yoga Srinivas Reddy Picture" id="profile">
<h3>Welcome to my Website</h3>
<p>
I am an Undergraduate in Computer Science and Engineering, pursuing my Bachelors in Technology at SASTRA
</p>
<p>
You can view my CV and follow me at various platforms
</p>
</div>
<div id="links">
<a href="cv/Kasireddy_Yoga Srinivas Reddy_Resume.pdf" class="link"><i class="fas fa-file-pdf"></i></a>
<a href="https://www.linkedin.com/in/kasireddy-yoga-srinivas-reddy-38b8151a0" class="link"><i class="fab fa-linkedin"></i></a>
<a href="https://twitter.com/KasireddyYoga?s=01" class="link"><i class="fab fa-twitter"></i></a>
<a href="https://github.com/Srinivas142000" class="link"><i class="fab fa-github"></i></a>
<h4>Contact me at</h4>
<a href="mailto:yogakasireddy.2000@gmail.com"><i class="far fa-envelope"></i> yogakasireddy.2000@gmail.com</a>
<p><i class="fas fa-mobile" class="link"></i> +91 9381126006</p>
</div>
<footer>
<p>© Kasireddy Yoga Srinivas Reddy <span id="current-year"></span></p>
</footer>
<script src="js/scripts.js">
</script>
</body>
</html>