forked from mrizky-kur/Redux-toolkit
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathname.html
More file actions
130 lines (124 loc) · 3.53 KB
/
name.html
File metadata and controls
130 lines (124 loc) · 3.53 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
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
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<title>Its my Webpage</title>
<meta charset="utf-8">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css" integrity="sha384-Vkoo8x4CGsO3+Hhxv8T/Q5PaXtkKtu6ug5TOeNV6gBiFeWPGFN9MuhOf23Q9Ifjh" crossorigin="anonymous">
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/js/bootstrap.min.js" integrity="sha384-wfSDF2E50Y2D1uUdj0O3uMBJnjuUD4Ih7YwaYd1iqfktj0Uod8GCExl3Og8ifwB6" crossorigin="anonymous"></script>
</head>
<body class="dd" id="ee" background-color: white;>
<table cellspacing="20">
<td><img src="C:\Users\mishr\Downloads\Apps\Amm.png" alt="Aastik's Pic"></td>
<td>
<h1>Aastik Mishra</h1>
<p><em><strong>Developer</strong> and <strong>Coder</strong>.</em></p>
</td>
</table>
<p class="Linee"> I am student of BIT Mesra currently enrolled in Bachelor of Technology Programme. I am
in Computer science course <br> which comes under UGC and Currently in 1st year.
Spending time at home right now. At present studying or trying to <br> learn web
development from online udemy course. </p>
<br>
<hr>
<h3>Hobbies</h3>
<ul>
<li>Timepass</li>
<li>Love</li>
<li>Chat</li>
</ul>
<br>
<hr>
<h3>Movies</h3>
<ol>
<ol>
<li>Hacked <strong><a href="https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a"> Trailer</strong></a> </li>
<li>Veer Zaara</li>
<ol type="I">
<li>Love</li>
<li>Sacrifice</li>
</ol>
<li>Sanam Teri Kasam</li>
<ul>
<li>Love Story</li>
<li>Romantic</li>
</ul>
<br>
</ol>
<br>
<hr>
<table cellspacing="5">
<thead>
<th>Year</th>
<th>Work</th>
</thead>
<body>
<tr>
<td>2012-2013</td>
<td>School</td>
</tr>
<tr>
<td>2018</td>
<td>BIT</td>
</tr>
<tr>
<td>2020</td>
<td>Developer</td>
</tr>
</body>
</table>
<br>
<hr allign="right">
<table>
<tr>
<center>
<th>Skills</th>
</center>
</tr>
<td>
<table cellspacing="5" cellpadding="5">
<td>
<tr>
<td>Time Pass</td>
<td>⭐⭐⭐</td>
<td>Love</td>
<td>⭐⭐⭐⭐⭐</td>
</tr>
<tr>
<td>Games</td>
<td>⭐</td>
<td>Chat</td>
<td>⭐⭐</td>
</tr>
<tr>
<td>Talk</td>
<td>⭐⭐⭐⭐</td>
<td>Sleep</td>
<td>⭐⭐⭐⭐</td>
</tr>
</td>
<td>
<tr>
<td>Eat</td>
<td>⭐⭐</td>
<td>TV</td>
<td>⭐⭐</td>
</tr>
<tr>
<td>Bath</td>
<td>⭐</td>
<td>WhatsApp</td>
<td>⭐</td>
</tr>
<tr>
<td>Instagram</td>
<td>⭐</td>
<td>Thinking</td>
<td>⭐⭐⭐⭐⭐</td>
</tr>
</td>
</table>
<a href="Contact Me.html">Contact Me</a>
<a href="https://www.udemy.com/course/the-complete-web-development-bootcamp/learn/lecture/12287744#questions"> udemy</a>
<img class="heart" src="https://emojipedia-us.s3.dualstack.us-west-1.amazonaws.com/thumbs/120/apple/237/green-heart_1f49a.png" alt="">
</body>
</html>