-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.html
27 lines (26 loc) · 888 Bytes
/
about.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
<html>
<head><link rel="stylesheet" type="text/css" href="style.css"> </link></head>
<body class="body">
<div id="top_row">
<a class="title" href="about.html">
Aman Luthra
</a>
<a class="button" href="">
Projects
</a>
<a class="button selected" href="about.html">
About
</a>
</div>
<div id="content">
<div id="picture">
<img id="left_image" src = "C:\Users\vluthra\Desktop\too-cute-doggone-it-video-playlist.jpg">
</div>
<div id="line" class="verticalLine">
</div>
<div id ="text" class="columns">
My name is Aman Luthra and I am 13 years old. I have been coding for over 3 years now and I have no regrets starting it! I know many programming languages such as, python, scratch, java, javascript, html,linux, and css. Some of my favorites include: java, javascript, python, and html.
</div>
</div>
</body>
</html>