Gokk
Gokk
Gokk
DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Brief History</title>
<style>
body {
.timeline {
position: relative;
max-width: 600px;
margin: 0 auto;
.timeline::after {
content: '';
position: absolute;
width: 6px;
background-color: #f1f1f1;
top: 0;
bottom: 0;
left: 50%;
margin-left: -3px;
}
.container {
position: relative;
background-color: inherit;
width: 50%;
.left {
left: 0;
.right {
left: 50%;
.content {
background-color: white;
position: relative;
border-radius: 6px;
.left .content::after {
height: 0;
position: absolute;
top: 50%;
right: -15px;
transform: translateY(-50%);
border-width: 15px;
border-style: solid;
.right .content::after {
height: 0;
position: absolute;
top: 50%;
left: -15px;
transform: translateY(-50%);
border-width: 15px;
border-style: solid;
</style>
</head>
<body>
<div class="timeline">
<div class="content">
<h2>1990</h2>
<p
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Contact Us</title>
</head>
<body>
<h1>Contact Us</h1>
<p>If you have any questions, please fill out the form below and we will get back to you as soon as
possible.</p>
<label for="name">Name:</label>
<label for="email">Email:</label>
</form>
</body>
</html>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Contact Us</title>
</head>
<body>
<h1>Contact Us</h1>
<p>If you have any questions, please fill out the form below and we will get back to you as soon as
possible.</p>
<form action="submit-form.php" method="post">
<label for="name">Name:</label>
<label for="email">Email:</label>
<label for="message">Message:</label>
</form>
</body>
</html>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Donation Page</title>
</head>
<body>
<label for="email">Email:</label>
</form>
</body>
</html>