-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathnext.html
25 lines (25 loc) · 1.07 KB
/
next.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
<html>
<head>
<title>About me</title>
<link rel="stylesheet" type="text/css" href="./css/next.css">
</head>
<body>
<section id="about">
<div class="container about">
<div class="left">
<div class="about-img">
<img src="./img/Screenshot_2020-10-21-12-07-03-1.png" alt="...">
</div>
</div>
<div class="right">
<h1 class="section-title">About <span>Me</span></h1>
<h2>Hello! I'm Aman Gupta</h2>
<p>Welcome to my website! I am a Web Developer and a secretary of Students Developer Club
from Mumbai, India. Apart from my technical background I am a Criketer
I have a great interest in learning new technologies and also i am a shayar.</p>
<p>I am always ready to get involved in technical as well as non-technical discussions.</p>
</div>
</div>
</section>
</body>
</html>