-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
47 lines (34 loc) · 1.16 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>KARTHIK REDDY</title>
</head>
<script type="module" src="https://unpkg.com/[email protected]/dist/ionicons/ionicons.esm.js"></script>
<script nomodule src="https://unpkg.com/[email protected]/dist/ionicons/ionicons.js"></script>
<link rel = "stylesheet" href = "style.css">
<body>
<div class="Hero">
<h1>Karthik Reddy</h1>
<img src="linkedin.jpeg" alt = "" width="500" height="500" style = "border-radius:27%" />
</div>
<div class = "portfoliobar">
<a href ="https://github.com/Karthikreddy0165"><h1><ion-icon name="logo-github"></ion-icon></h1></a>
</div>
<div class = "About">
<pre>
Just Exploring Life,
At present Exploring Computer Science
at Newton School of technology
<a href="">Qualification</a>
12th , Pursuing B.Tech
<a href="">Interests</a>
Coding
Badminton
Society
Table Tennis
Fitness
</pre>
</div>
</body>
</html>