-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathPortfolio.html
More file actions
106 lines (89 loc) · 2.94 KB
/
Portfolio.html
File metadata and controls
106 lines (89 loc) · 2.94 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
<!DOCTYPE html>
<html>
<head>
<title>Portfolio: Pratyush</title>
</head>
<body bgcolor="#202020" text="#C0C0C0">
<header>
<center>
<b>
<font face="Calibri" size="12"> Portfolio </font>
</b>
</center>
<br>
<center> <img src="https://i.ibb.co/QDTTG5d/picture.png" alt="Pratyush"> </center>
<hr>
</header>
<font face="Calibri">
<h2>About Me : </h2>
<p>
I'm 19 years old who loves to code and want to be a Music Producer in the future. I try to learn and polish
my knowledge in Coding everyday,
the way algorithms and different programs are implemented amuse me. I'm currently learning Java to polish my
basics of Java so that I can switch to Android soon.
Why? Because I always wanted to develop mobile applications.
For the Music set of things, I'm currently learning Piano and learning basics of Music Theory.
</p>
<h2>Details :</h2>
<ul>
<li>Name - Pratyush Sharma</li>
<li>Email - pratyushedu2510@gmail.com</li>
<li>Phone No - +91-7221999319</li>
<li>Location - New Delhi</li>
</ul>
<h2>Educational Qualification :</h2>
<ul>
<li>SSC - Tagore International School, Jaipur</li>
<li>HSC - Tagore International School, Jaipur</li>
<li>B.Tech CSE - Manav Rachna University, Faridabad</li>
</ul>
<h2>Languages :</h2>
<ul>
<li>C</li>
<li>Java : OOPS, Android, JSP</li>
<li>Kotlin : Android</li>
</ul>
<hr>
<h2>Favourite Video : </h2>
<iframe src="https://www.youtube.com/embed/3pAnRKD4raY" width="600" height="300"></iframe>
<br>
<h2>Favourite Music Producer : Martin Garrix</h2>
<audio controls>
<source src="https://www.mboxdrive.com/Martin Garrix - Animals.mp3" type="audio/mp3">
</audio>
<h2>Hobbies : </h2>
<table border="1" cellpadding="5" cellspacing="5">
<tr>
<td>
Singing
</td>
</tr>
<tr>
<td>
Playing Piano
</td>
</tr>
<tr>
<td>
Travelling </td>
</tr>
</table>
<br>
<br>
<footer>
<hr>
<h3>
Drop Your Email:
</h3>
<form>
<input type="text">
<input type="submit">
</form>
<br>
<marquee>
<center><i>Created entirely on HTML by ©Pratyush Sharma </i></center>
</marquee>
</footer>
</font>
</body>
</html>