-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
75 lines (75 loc) · 3.63 KB
/
index.html
File metadata and controls
75 lines (75 loc) · 3.63 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Bruh</title>
<link rel="stylesheet" href="Nice.css">
<link href="https://fonts.googleapis.com/css2?family=Redressed&family=Sacramento&display=swap" rel="stylesheet">
<link rel="icon" href="favicon.ico"> <!--Favicon-->
</head>
<body>
<div class="RR">
<img src="cloud.png" class="P"
alt="Cloud"><!--Backgroundless Images-->
<h1 class="QP">I'm Rishi Roy</h1>
<h3 class="RE">a human</h3>
<!--<div class="Yeah">
<h1>I am Rishi Roy</h1>
<p><span class="Noice"> BITS</span> Goa CSE</p>
<p>Shut <span class="TT"> Up</span><span class="PP"> Dude</span> LMAO</p>
</div>-->
<!--Block Elements => Occupy entire row -> <p>, Headings, <div>, Lists, <form> -->
<!--Inline Elements => <span>, <img>, <a>-->
<img src="cloud.png" class="Q" alt="Cloud">
<img src="mountain.png" class="R"
alt="Mountain">
<!--</div>
<div class="NO">
</div>
<div class="OP">
</div>
<div class="AA">
</div>
<div class="BB">
</div>
<div class="CC">-->
<br><br><br><br>
<hr>
<div><!--Lorem ipsum ... => Random Text-->
<div class="Profile">
<img src="Me.png" alt="Me" width="300" height="300" class="YY">
<h1>Hello</h1>
<p class="intro">Hey, I am Rishi Roy aka R^2, Sophomore at BITS Pilani, Goa Campus pursuing Computer Science. I enjoy reading books, coding and traveling. I'm a Machine Learning enthusiast as well(You'll get the pun in my name if you are into ML xd). Love to make memes, sing and play guitar in my free time</p>
</div>
<hr>
<div class="skills">
<h1>My Skills</h1>
<br>
<div class="skill-row">
<img class="Guitar" src="https://media.giphy.com/media/fy5iARUXimtVK/giphy.gif" alt="Guitar">
<h3 class="RF">Music</h3>
<p class="intro">I started my music journey when I was 4 years old. I learned clasical music in my childhood days. It was in class 9 when I bought my first guitar, and since then my life has never been the same. Now I have a YouTube Channel where I upload song covers</p>
</div>
<div class="skill-row">
<img class="Code" src="https://media.giphy.com/media/YQitE4YNQNahy/giphy.gif" alt="Coding">
<h3 class="RF">Coding</h3>
<p class="intro">I am comfortable with C++ and Python and want to try my hands on Competitive Programming, Machine Learning, Data Science and other fields like Cryptocurrency and Blockchain. Also very much interested in Web Development and Finance. All that being said, I am just getting started. Long way to go!</p>
</div>
</div>
<hr>
<div class="contact-me"><!--Button-->
<h1>Get In Touch</h1>
<h3>If you love music as much as I do</h3>
<p class="End">Love to code as much as I do? Lets talk about how awesome they are! We can code and sing songs together</p>
<a class="btn" href="mailto:rishiroy.gsf@gmail.com?subject=Give%20me%20all%20your%20money" target="_blank">CONTACT ME</a>
</div><!--%20 separates words-->
<div class="footer">
<br>
<a href="https://www.linkedin.com/in/rishi-roy-674b24165/" target="_blank">LinkedIn</a>
<a href="https://www.youtube.com/watch?v=FzhgRIxMBbI" target="_blank">YouTube</a>
<a href="https://www.instagram.com/r_squarred_/" target="_blank">Instagram</a>
<p class="Copy">© 2021 Rishi Roy</p>
</div>
</div>
</body>
</html>