-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
96 lines (90 loc) · 2.78 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Culer's Website</title>
<link rel="stylesheet" href="styles.css">
<link rel="icon" href="favicon.ico">
</head>
<body>
</body>
<table cellspacing="20">
<tr>
<td><img src="culerResize-modified.png" alt="Smarak Profile pic"></td>
<td><h1>Smarak Patra</h1>
<p><em>Founder of Esports Team <strong><a href="https://www.instagram.com/leoparadox10/">LeoParadox</a></strong>.</em></p>
<p>One of the best Valorant players in the world right now.</p></td>
</tr>
</table>
<hr>
<h2>Games and Usernames(If any)</h2>
<ul>
<li>Valorant</li>
<ul>
<li><a href="https://account.riotgames.com/">LeoParadox10</a></li>
</ul>
<li>Among Us</li>
<ul>
<li>Culer</li>
</ul>
<li>Control</li>
<li>Aimlab</li>
</ul>
<hr>
<h2>Skills</h2>
<table>
<tr>
<td>Web Development</td>
<td>⭐⭐</td>
</tr>
<tr>
<td>Codechef</td>
<td>⭐</td>
</tr>
<tr>
<td>Codeforces</td>
<td>⭐</td>
</tr>
<tr>
<td>Gaming</td>
<td>⭐⭐⭐⭐</td>
</tr>
</table>
<hr>
<h2>My Hobbies</h2>
<ol>
<li>Playing Games</li>
<li>Binge Watching Movies & Series</li>
</ol>
<hr>
<h2><a href="Institutions.html">Institution Details</a></h2>
<hr>
<h3>Contacts and Other Details</h3>
<h4><em><a href="https://www.instagram.com/leoparadox10/">Instagram</a>
<a href="https://www.linkedin.com/in/smarak-patra-0a8407179/">LinkedIn</a>
<a href="https://codeforces.com/profile/smarakpatra2711">Codeforces</a>
<a href="https://www.codechef.com/users/smarakp2711">Codechef</a>
<a href="https://github.com/LeoParadox10">GitHub</a></em></h4>
<h4>Mobile Number-<strong>8018177173</strong></h4>
<h4>Mail Id-<strong>smarakpatra2711@gmail.com</strong></h4>
<hr>
<h3>Your Details:</h3>
<form action="mailto:leoparadox10@gmail.com" method="post" enctype="text/plain">
<label for="">Name:</label>
<input type="text" name="myName" value="" required><br>
<label for="">Email:</label>
<input type="email" name="myEmail" value="" required><br>
<label for="">Phone Number:</label>
<input type="number" name="myNumber" value="" required><br>
<label for="">Subject:</label>
<input type="text" name="mySubject" value="" required><br>
<label for="">Your Message</label><br>
<textarea name="message" rows="5" cols="20" placeholder="Upto 200 letters" maxlength="200"></textarea><br>
<br>
<input type="reset">
<input type="submit">
</form>
</body>
</html>