0% found this document useful (0 votes)
5 views3 pages

Aboutpage HTML

The document is an HTML file for the 'About' page of the Rogo website, detailing the company's establishment in 2022 and its commitment to exceptional products and services. It includes a contact form for users to submit their information and a 'Back to Top' button for navigation. The page is styled with an external CSS file and features a footer with copyright information for 2024.

Uploaded by

linus.rocky.zhou
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
5 views3 pages

Aboutpage HTML

The document is an HTML file for the 'About' page of the Rogo website, detailing the company's establishment in 2022 and its commitment to exceptional products and services. It includes a contact form for users to submit their information and a 'Back to Top' button for navigation. The page is styled with an external CSS file and features a footer with copyright information for 2024.

Uploaded by

linus.rocky.zhou
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 3

aboutpage.

html 9/24/24, 9:23 PM

aboutpage.html

1 <!DOCTYPE html>
2 <html>
3
4 <head>
5 <link rel="stylesheet" href="ROGOwebsite.css" />
6 <title>Rogo</title>
7 </head>
8
9 <body>
10
11 <body>
12 <div class="topnav">
13 <a class="active" href="homepage.html">
14 <color>Home</color>
15 </a>
16 <a href="aboutpage.html">
17 <color>About</color>
18 </a>
19 <a href="servicepage.html">
20 <color>Services</color>
21 </a>
22 <a href="details.html">
23 <color>Details</color>
24 </a>
25 <a href="purchasepage.html">
26 <color>Purchase</color>
27 </a>
28 </div>
29
30 <div class="body_content">
31 <p class="title">ROGO</p>
32 <p class="startingtext">
33 <color>Welcome to the future</color>
34 </p>
35 <p class="slogan">About Us</p>
36
37
38 <p class="startingbodytext"> &ensp;&ensp;&ensp;&ensp;&ensp;&ensp;ROGO
was established as a startup in 2022
39 and
40 has consistently<color> delivered exceptional products and services
</color>since its inception. What
41 distinguishes us from

http://localhost:53876/f4ca1bcc-1fd1-400f-a1dc-47c313828182/ Page 1 of 3
aboutpage.html 9/24/24, 9:23 PM

42 our competitors is ourcommitment totailoring our offerings to meet


the unique needs of our customers,
43 supported by <color>ouroutstanding team</color> of specialists. We
invite you to explore our website to
44 learn more about
45 our services and innovations.</p>
46
47
48
49 <section id="contact-us">
50 <h2>Contact Us</h2>
51 <form class="contact-form">
52 <div class="form-group">
53 <label for="name">Name:</label>
54 <input type="text" id="name" name="name" placeholder="Your
Name">
55 </div>
56
57 <div class="form-group">
58 <label for="email">Email:</label>
59 <input type="email" id="email" name="email"
placeholder="Your Email">
60 </div>
61
62 <div class="form-group">
63 <label for="phone">Phone Number:</label>
64 <input type="tel" id="phone" name="phone" placeholder="Your
Phone Number">
65 </div>
66
67 <button type="submit">Submit</button>
68 </form>
69 <br>
70
71 <!-- Button to go to the top of the page -->
72 <button id="back-to-top">Back to Top</button>
73 </section>
74
75
76
77
78 <script>
79
80 document.getElementById('back-to-top').addEventListener('click',
function () {

http://localhost:53876/f4ca1bcc-1fd1-400f-a1dc-47c313828182/ Page 2 of 3
aboutpage.html 9/24/24, 9:23 PM

81 window.scrollTo({ top: 0, behavior: 'smooth' });


82 });
83 </script>
84
85 <footer class="copyright">
86 <p>&copy; 2024 Rogo. All rights reserved.</p>
87 </footer>
88 <pre>
89
90
91
92
93
94
95
96
97
98
99
100
101 </pre>
102
103 </body>
104
105 </html>

http://localhost:53876/f4ca1bcc-1fd1-400f-a1dc-47c313828182/ Page 3 of 3

You might also like