-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
114 lines (110 loc) · 4.76 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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
<!DOCTYPE html>
<html lang="en">
<head>
<title>ABOUT</title>
<link rel="stylesheet" href="website.css" />
<script src="https://kit.fontawesome.com/dcd30a2475.js" crossorigin="anonymous"></script>
</head>
<body>
<nav class="navbar">
<a href="website.html">HOME</a>
<a href="about.html">ABOUT</a>
<a href="history.html">HISTORY</a>
<a href="contact.html">CONTACT</a>
<a href="more.html">MORE</a>
<div class="float-right">
<a class="btn btn-primary" href="login.html">LOGIN</a>
<a class="btn btn-warning right" href="register.html">REGISTER</a>
</div>
</nav>
<header class="p-5">
<h2 class="text-centre">ABOUT US</h2>
</header>
<div>
<b>THIS WEBSITE IS ONLY FOR PRACTICE ......</b>
<h3> 01.ABOUT MYSELF ?</h3>
<p class="p-4 text-justify">
Hey, this is my homepage, so I have to say something about myself.
Sometimes it is hard to introduce yourself because you know yourself so
well that you do not know where to start with. Let me give a try to see
what kind of image you have about me through my self-description. I hope
that my impression about myself and your impression about me are not so
different. Here it goes.I am a person who is positive about every aspect
of life. There are many things I like to do, to see, and to experience.
I like to read, I like to write; I like to think, I like to dream; I
like to talk, I like to listen. I like to see the sunrise in the
morning, I like to see the moonlight at night; I like to feel the music
flowing on my face, I like to smell the wind coming from the ocean. I
like to look at the clouds in the sky with a blank mind, I like to do
thought experiment when I cannot sleep in the middle of the night. I
like flowers in spring, rain in summer, leaves in autumn, and snow in
winter. I like to sleep early, I like to get up late; I like to be
alone, I like to be surrounded by people. I like country’s peace, I like
metropolis’ noise; I like the beautiful west lake in Hangzhou, I like
the flat cornfield in Champaign. I like delicious food and comfortable
shoes; I like good books and romantic movies. I like the land and the
nature, I like people. And, I like to laugh.
</p>
</div>
<div>
<h3> 02.GOAL ?</h3>
<p class="p-4 text-justify">
Website business goals are essential to ensure the success of an online
presence. They outline the objectives that the website aims to achieve,
such as
<b
>increasing sales, boosting brand awareness, and building customer
loyalty.</b
>
</p>
</div>
<div>
<h3> 03. VISION ?</h3>
<p class="p-4 text-justify">
Statement that guides the design and user experience of the site. <br />
It helps to:
<b
>Understand the target audience and their needs, Create a user-centric
website, Deliver relevant and engaging content, Provide intuitive
navigation, and Create a seamless browsing experience.</b
>
</p>
</div>
<!------------------- Footer --------------------------------------------------------->
<footer class="footer">
<div class="row2">
<div class="col">
<img src="logo.png" class="logo">
<p>Lorem ipsum dolor sit amet consectetur adipisicing elit.</p>
</div>
<div class="col">
<h3>Office <div class="underline"><span></span></div></h3>
<p>07 street , CHHOTI BALLIA</p>
<p>LAKHMINIA , BEGUSARAI</p>
<p>BIHAR , PIN - 851211, INDIA</p>
<p class="email-id">ankitpoddar07++@gmail.com</p>
<h4>+91 - 0123456789</h4>
</div>
<div class="col">
<ul>
<h3>Links <div class="underline"><span></span></div></h3>
<li><a href="website.html">Home</a></li>
<li><a href="">Services</a></li>
<li><a href="about.html">About Us</a></li>
<li><a href="history.html">History</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
<div class="social-icons">
<i class="fa-brands fa-facebook"></i>
<a href="https://x.com/ankitpo47153377"><i class="fa-brands fa-twitter"></i></a>
<i class="fa-brands fa-whatsapp"></i>
<a href="https://x.com/ankitpo47153377"><i class="fa-brands fa-pinterest"></i></a>
<a href="https://www.instagram.com/ankitpoddar_/"><i class="fa-brands fa-square-instagram"></i></a>
</div>
</div>
</div>
<hr>
<p class="copyright">Copyright @ 2023 - All Rights Reserved to Ankit Poddar</p>
</footer>
</body>
</html>