-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
56 lines (54 loc) · 2.49 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
48
49
50
51
52
53
54
55
56
<!DOCTYPE html>
<html>
<head>
<title>CyberBoyAyush</title>
<link rel="icon" href="https://github.com/sabhiram6" type="image/x-icon">
<link href="https://fonts.googleapis.com/css2?family=Bellota&display=swap" rel="stylesheet">
<link href="style.css" rel="stylesheet" type="text/css">
</head>
<body>
<div id="header" class="section">
<img alt="logo" class="img-circle" src="logo.png">
<p>Abhiram</p>
</div>
<div class="section">
<h1><span>About Me</span></h1>
<p> Hey! I'm <strong>Abhiram</strong> from <strong>Visakhapatnam, India.</strong>. Currently studying <strong>Electrical Engineering and computer Science</strong>. I Like <strong>Coding</strong> Python </p>
<p class="quote">~Abhiram</p>
</div>
<div class="section" id="res">
<h1><span>My Social Media Links</span></h1>
<p align="centre"><strong>Here Are Some Of My Works</strong></p>
<a href="https://github.com/sabhiram6">
<img src="https://img.icons8.com/nolan/144/github.png"/>
<div class="caption">Github Account</div>
</a>
<a href="https://www.linkedin.com/in/abhiram-laxmi-raj-saragadam/">
<img src="LeetCode_Sharing.png"/>
<div class="caption">My Leetcode Link</div>
</a>
</div>
<div class="section">
<h1><span>My Skills</span></h1>
<ul>
<li>Python<br /> <progress min="0" max="100" value="95"></progress> </li>
<li>Android Studio <br /> <progress min="0" max="100" value="75"></progress> </li>
<li>Coding<br /> <progress min="0" max="100" value="100"></progress> </li>
<li>Visual Studio<br /> <progress min="0" max="100" value="100"></progress> </li>
</ul>
<div class="section" id="contacts">
<h1><span>Contact Us</span></h1>
<a href="mailto:[email protected]">
<img src="https://img.icons8.com/fluent/95/000000/gmail--v2.png"/>
</a>
</div>
<center>Made with ❤️ By <a href="https://github.com/sabhiram6">
Abhiram
</a></center>
<script type="text/javascript">
function search() {
window.open('https://www.google.com/search?output=search&q=' + document.getElementById("question").value)
}
</script>
</body>
</html>