-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
21 lines (19 loc) · 1.23 KB
/
about.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!DOCTYPE HTML>
<html>
<head>
<link rel="stylesheet" type="text/css" href="./about.css">
<link href="https://fonts.googleapis.com/css?family=Assistant" rel="stylesheet">
<title>About me</title>
</head>
<body>
<div>
<div class="about-tag">About me</div>
<img src="./about.jpeg" class="image" align="left"></div>
<div class="text">
<p>Hi, I'm Rupesh, a Instrumentation and Control Engineering student from <strong>Vishwakarma Institute of Technology</strong>, Pune. When I'm not in the classroom, you'll usually find me coding or playing video games or talking excitedly to people about the most random things. I am a dynamic figure, often found suffering from excessive enthusiasm. I am in my junior year in college and I expect to graduate in June 2021.</p>
<p>I love programming. I mostly write C/C++ and I love to play around with other web technologies. I care about <strong>designing user friendly interfaces</strong> and other aspects of front end web development. I am always looking to solve interesting problems with code. </p>
<p>I also enjoy playing football, and reading on Business and Management, indian philosophy.
</div>
</div>
</body>
</html>