-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
70 lines (61 loc) · 2.73 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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<style>
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
</style>
<style>
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
</style>
<link rel="stylesheet" href="mystyle.css">
<title>Ayush Bardhani - Portfolio</title>
<style>
</style>
</head>
<body>
<header>
<nav>
<div class="left">My Portfolio</div>
<div class="right">
<ul>
<li><a href="https://www.linkedin.com/in/ayush-bardhani-615bb5236/" target="_blank"><img src="linkedin.png"></a></li>
<li><a href=""><img src = "instagram.png"></a></li>
<li><a href="/"><img src="github.png"></a></li>
</ul>
</div>
</nav>
</header>
<main>
<section class="firstsection">
<div class="leftsection">Hii, My name is <span class="purple">Ayush</span>
<div>and I am a passionate</div>
<span id="element"></span>
<br>
<span class="Resume"><button><a href="Ayush Bardhani.pdf" target="_blank">Download Resume</a></button></span>
</div>
<div class="rightsection"><img src="15.png"> </div>
</section>
<!-- <hr> -->
<section class="secondsection">
<div class="leftsection1"><img src="profile_pic-Photoroom2.png">
</div>
<div class="rightsection1"><h1>About me</h1>
<p>Hii, My name is <span class="purple1">Ayush</span> ,am a learning AI/ML student, currently in my second year of B.Tech CSE(Ai/Ml). I am eager to apply my foundational knowledge and problem-solving skills to real-world challenges. Actively seeking opportunities through internships and projects to grow, learn and contribute to the self growth.
I am Inquisitive, Cooperative, Self-driven and I look for exciting advents for my educational voyage.</p>
</div>
</section>
<!-- <section class="">
<h1>Past Experience</h1>
</section> -->
</main>
<script src="https://unpkg.com/[email protected]/dist/typed.umd.js"></script>
<script>
var typed = new Typed('#element', {
strings: ['Web Developer', 'Digital Artist', 'Graphic Designer','Video Editor'],
typeSpeed: 75,
});
</script>
</body>
</html>