-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
56 lines (56 loc) · 2.97 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 lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Rohan Tiwari</title>
<link rel="icon" href="/images/picofme3.png">
<link rel="stylesheet" href="main.css">
<body class="body1">
<div class="div1">
<center>
<img src="images/picofme3.png" alt="MyProfilePic" height="180rem" width="auto">
<h1 class="heading1">Rohan Tiwari<img src="images/bluetick.png" alt="" height="20.5rem"> </h1>
<h2 class="heading2">
Passionate for Problem Solving | Competitive Programming | Developer | Open Source | C++ | Data Structures & Algorithum
</h2>
<h2 class="heading2">Here I Craft Lines of Code, and Improve My Problem Solving Skills</h2>
<h2 class="heading2">2⭐ CodeChef (max. 1417) | 2⭐ LeetCode(max 1459) | 2🏆 College Topper@CodingNinja/Studio (max. 3539) Top 0.02% | CodeForces Newbie (max. 997)</h2>
<a href="https://www.linkedin.com/in/rohan-tiwarii/" target="_blank">
<img src="images/linkedin.png" alt="" height="40.5rem" class="logo"></a>
<a href="https://github.com/mairohanhoon" target="_blank">
<img src="images/github.png" height="40.5rem" alt="" class="logo"></a>
<a href="mailto:[email protected]" target="_blank">
<img src="images/mail.png" height="40.5rem" alt="" class="logo"></a>
<br>
<div class="div2" onclick="window.open('https://www.codingninjas.com/studio/profile/rohan_tiwari', '_blank')">
<h3 class="heading3">CodingNinja/Studio</h3>
</div>
<div class="div2" onclick="window.open('https://leetcode.com/rohantiwari2709/', '_blank')">
<h3 class="heading3">LeetCode</h3>
</div>
<div class="div2" onclick="window.open('https://www.codechef.com/users/rohantiwari', '_blank')">
<h3 class="heading3">CodeChef</h3>
</div>
<div class="div2" onclick="window.open('https://codeforces.com/profile/tiwarirohan', '_blank')">
<h3 class="heading3">CodeForces</h3>
</div>
<div class="div2" onclick="window.open('https://auth.geeksforgeeks.org/user/tiwarirohan', '_blank')">
<h3 class="heading3">GeeksForGeeks</h3>
</div>
<div class="div2" onclick="window.open('https://www.hackerrank.com/profile/rohantiwari2709', '_blank')">
<h3 class="heading3">HackerRank</h3>
</div>
<div class="div2" onclick="window.open('https://www.hackerearth.com/@rohantiwari2709', '_blank')">
<h3 class="heading3">HackerEarth</h3>
</div>
<div class="div2" onclick="window.open('https://monkeytype.com/profile/RohanTiwari', '_blank')">
<h3 class="heading3">MonkeyType</h3>
</div>
<div class="div2" onclick="window.open('https://workat.tech/profile/rohantiwari', '_blank')">
<h3 class="heading3">Work@Tech</h3>
</div>
</center>
</div>
</body>
</html>