-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpractice1.html
More file actions
29 lines (25 loc) · 1.55 KB
/
practice1.html
File metadata and controls
29 lines (25 loc) · 1.55 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
<!doctype html>
<html>
<head>
<meta charset = "utf-8">
</head>
<body>
<h1>My Profile</h1>
<link href = "styles.css" rel = "stylesheet" type ="text/css">
<img id = "photo", src="images/photo.jpg" height="200", width="150">
<br>
<h3>Yadhunath Tharakeswaran</h3>
<br>
<p>
I am Yadhunath Tharakeswaran, and I am currently majoring in Computer Science in the University of Kansas. My technical proficiency extends on C++, Python, JavaScript
HTML, CSS, and Haskell. My career goal is to pursue a Software Development Engineering position in one of the top Technology firm at US. Apart from that, I am also interested
in a number of co-curricular activities such as playing, Cricket, video games, badminton, painting, and sketching. Talking about sketching, I just wanted to show you guys a
simple face-sketching video that I found to be very interesting to me! And to watch such interesting tutorials you can check the profile below.
</p>
<br>
<a href = "https://rapidfireart.com/2015/12/07/how-to-draw-a-face-in-8-steps/">Rapid Sketching Tutorial Website</a>
<br>
<iframe width="560" height="315" src="https://www.youtube.com/embed/gT5zBXuKO3I?si=Hrq-bu0MElPVnEYM" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
<br>
</body>
</html>