-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
102 lines (88 loc) · 4.55 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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<link rel="icon" href="rohan1_FGs_icon.ico">
<title>RohanDeep-a web designer</title>
<link rel="stylesheet" href="CSS/styles.css">
<link rel="icon" href="favicon.ico">
<link href="https://fonts.googleapis.com/css2?family=Anton&family=Homemade+Apple&family=Lobster&family=Rock+Salt&family=Sriracha&display=swap" rel="stylesheet">
<script src="https://use.fontawesome.com/releases/v5.15.4/js/all.js" data-auto-replace-svg="nest"></script>
<link href="https://fonts.googleapis.com/css2?family=Kaisei+Decol&family=Merriweather:wght@300&family=Rampart+One&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Yanone+Kaffeesatz&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Oswald&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Nunito:wght@600&family=Oswald&display=swap" rel="stylesheet">
<body>
<div class="top-container" id="top">
<nav>
<ul>
<h2 class="brand"><i class="fas fa-stream "></i>MRD </h2>
<li><a href="#contact">Contact</a></li>
<li><a href="#skillset">Skills</a></li>
<li><a href="#about">About Me</a></li>
</ul>
</nav>
<img class="top-cloud" src="cloud2.gif" alt="cloud-img">
<h1>I'm Rohan.</h1>
<h3>A Frontend Web Developer.</h3>
<img class="bottom-cloud" src="cloud2.gif" alt="cloud-img">
<img class="dog-img" src="Doggo.gif" alt="Dog-img">
</div>
<div class="middle-container" id="about">
<div class="profile">
<img class="pf" src="rohan1.png" alt="student-img">
<h2>HELLO.</h2>
<p><b>I am an aspiring web developer who is fond of new and exciting challenges.I want to make beautiful websites in and out with my creativity. </b></p>
</div>
<hr size="3" noshade>
<div class="skills" id="skillset">
<h2>MY SKILLS.</h2>
<div class="skill-row">
<img class="webdev" src="computer-modified.png" alt="code-gif">
<h3>Design & Development</h3>
<p class="webdev-desc">This wasn't my passion though. But as learning, I started loving the process and I am happy to be able to code.</p>
</div>
<div class="skill-row">
<img class="gaming" src="acastro_190618_1777_cloud_gaming_0003.0-modified.png" alt="game-gif">
<h3>Gaming</h3>
<p class="gaming-desc">But my best skill has to be gaming. The only reason being I was doing it since I was 10.</p>
</div>
<div class="code-journey">
<h3>My Code Journey</h3>
<p>Languages Familiar with: </p>
<i class="fas fa-copyright lang-icons fa-4x"></i>
<i class="fab fa-java lang-icons fa-4x"></i>
<i class="fab fa-python lang-icons fa-4x"></i>
<i class="fab fa-js lang-icons fa-4x"></i>
<p>Tools and Frameworks:</p>
<i class="fab fa-html5 lang-icons fa-4x"></i>
<i class="fab fa-css3-alt lang-icons fa-4x"></i>
<i class="fab fa-bootstrap lang-icons fa-4x"></i>
<div class="badges">
<h3>My Badges</h3>
<img class="badge-list" src="Badges.png" alt="badges">
</div>
<a class="leetprof" href="https://leetcode.com/Rohandeep/" target="blank">Rohan's Leetcode Profile</a>
</div>
</div>
<br>
<br>
<hr size="3" noshade>
<div class="contact-me" id="contact">
<h2>Get In Touch</h2>
<h3>If you love gaming as much as I do.</h3>
<p class="contact-message"><b>Love gaming as much as I do? Let's talk about the newest titles!<br>Let's code and play games on repeat!</b></p>
<a class="btn" href="mailto:[email protected]">CONTACT ME <i class="fas fa-envelope"></i></a>
<button type="button" class="backto">
<a href="#top"><i class="fas fa-arrow-up arr-up fa-2x"></i></a>
</button>
</div>
</div>
<div class="bottom-container">
<a class="footer-link" href="https://www.linkedin.com/in/rohan-deep-7036411ba/" target="blank"><i class="fab fa-linkedin-in fa-2x"></i></a>
<a class="footer-link" href="https://www.instagram.com/ron.d_xo/" target="blank"> <i class="fab fa-instagram fa-2x"></i></a>
<a class="footer-link" href="https://m.facebook.com/profile.php?tsid=0.0658910986002692&source=result" target="blank"><i class="fab fa-facebook fa-2x"></i></a>
<a class="footer-link" href="https://github.com/Rohandeep7" target="blank"><i class="fab fa-github fa-2x"></i></i></a><br><br>
</div>
</body>
</html>