-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
69 lines (58 loc) · 2.91 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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>Prasanna Tayare</title>
<link rel="stylesheet" href="css/styles.css">
<link rel="icon" href="favicon.ico">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Lobster&family=Mirza&family=Montserrat&display=swap" rel="stylesheet">
</head>
<body>
<div class="top-container">
<img class="First-cloud" src="images/valo_hs.jpeg" alt="valo_hs-img">
<h1>I'm Prasanna.</h1>
<h2>a programmer &<span class="span1">FPS Gamer</span></h2>
<img class="Second-cloud" src="images/cs_hs.png" alt="cs_hs-img">
<img class="VC" src="images/Valo-Csgo.webp" alt="Csgo-Valo pic">
</div>
<div class="middle-container">
<div class="profile">
<img class="profile_pic" src="images/skull_logo.png" alt="Profile Pic">
<h2>Good Luck Have Fun.</h2>
<p class="intro">I am a Web Developer.I am currently student at Mumbai University in Computer Engineering. I ❤ playing FPS GAMES.</p>
</div>
<hr>
<div class="skills">
<h2>My Skills.</h2>
<div class="skill-row1">
<img class="S" src="https://media2.giphy.com/media/juua9i2c2fA0AIp2iq/200w.webp?cid=ecf05e47y8weu0k79z7l13ab484aht4kma6w3969akgawe27&rid=200w.webp&ct=s" alt="1st-skill">
<h3>Design & Development</h3>
<p class="Anti-float1">I started learning to code when I was 15 and have been playing computer games since 10,I loved playing computer GAMES back then and now too.I hope I will create a game one day that will be played by people all over the
world.</p>
</div>
<div class="skill-row2">
<img class="jett" src="images/jett.jpg" alt="Jett pic">
<h3>FPS GAMER (Valorant & CSGO)</h3>
<p class="Anti-float2">My best skill is actually playing FPS Games.Valorant and CSGO are my favourite games.</p>
</div>
</div>
<hr>
<div class="contact-me">
<h2>Add Me To Play Together</h2>
<h3>If you love playing Valorant or CSGO as much as I do.</h3>
<p class = "contact-message">Love playing Valorant or CSGO as much as I do?Add me so that we can <span class="span2">rankup</span> derank together.</p>
Interested and wanna know my rank? . Click the below links.</p>
<a class="btn" href="mailto:[email protected]">CONTACT ME</a>
</div>
</div>
<div class="bottom-container">
<a class="footer-link" href="https://steamcommunity.com/id/skullcrusher2002/">STEAM</a>
<a class="footer-link" href="https://tracker.gg/valorant/profile/riot/SKULLCRUSHER%238879/overview/">Valorant</a>
<a class="footer-link" href="https://skullcrusherrr.github.io/cv/">Website</a>
<p class="copyright">© Prasanna Tayare.</p>
<h2>Good Game.</h2>
</div>
</body>
</html>