-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
69 lines (55 loc) · 2.74 KB
/
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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=\, initial-scale=1.0">
<title>About</title>
<link rel="stylesheet" href="styles.css">
<style>
p{
line-height: 25px;
font-size: large;
}
</style>
</head>
<body>
<div class="topnav">
<a class="active" href="index.html">Home</a>
<a href="portfolio.html">Portfolio</a>
<a href="contact.html">Contact</a>
<a href="about.html">About</a>
<h1><span style="color: red">A</span>bout</h1>
</div>
<div class="container">
<div class="left">
<div class="text-container">
<p>Hi there! I'm Ritul Prasad, a passionate web developer with 1 year of experience in creating beautiful and functional websites. I have a strong background in HTML, CSS, and JavaScript,
and I'm always eager to learn and stay up-to-date with the latest web technologies.</p>
<p>I specialize in front-end development, creating responsive and user-friendly websites that not only look great but also provide seamless experiences across different devices and platforms. I have expertise in modern frameworks and libraries such as [mention relevant frameworks or libraries], allowing me to build dynamic and interactive web applications.</p>
</div>
</div>
<div class="right">
<img class="me"src="C:\Users\ritul\Desktop\Portfolio\images\me.jpg" alt="Image">
</div>
</div>
<!-- <footer class="foot">
<div class="footer-links">
<span class="myspan"> <h3 style="color:#9DB2BF">Links</h3><br>
<a class="active" href="#home">Home</a>
<a href="#news">Portfolio</a>
<a href="#contact">Contact</a>
<a href="about.html">About</a></span>
</div>
<div class="cent">
<span class="myspan"><h3 style="color:#9DB2BF">Address</h3>
<p>Mahabir Colliery,New Colony</p>
<p>Raniganj,713358</p>
<p>Paschim Bardhamman</p>
<p>WestBengal</p>
<p><i class="fa-sharp fa-solid fa-envelope"></i> <a href="mailto:[email protected]">[email protected]</a></p>
</span>
</div>
<p style="text-align: center; padding-top: 20px;">&Copyright 2023 Ritul Prasad</p>
</footer> -->
</body>
</html>