the team page fixes

This commit is contained in:
Emily Neighbour 2025-04-28 21:32:04 +01:00
parent c6ebf4d50a
commit 79d7bfa079
10 changed files with 49 additions and 25 deletions

BIN
public/destruction.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 403 KiB

BIN
public/education.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 31 KiB

BIN
public/research.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 53 KiB

BIN
public/road.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 614 KiB

BIN
public/tech.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 23 KiB

View File

@ -116,19 +116,18 @@ const ContactUs = () => {
</h2> </h2>
<div className="mb-4"> <div className="mb-4">
<h3 className="text-gray-700 font-medium">Email</h3> <h3 className="text-gray-700 font-medium">Email</h3>
<p className="text-gray-600">support@earthquakesafety.org</p> <p className="text-gray-600">getintouch@tremortracker.org.uk</p>
</div> </div>
<div className="mb-4"> <div className="mb-4">
<h3 className="text-gray-700 font-medium">Phone</h3> <h3 className="text-gray-700 font-medium">Phone</h3>
<p className="text-gray-600">+1 800 123 4567</p> <p className="text-gray-600">+44 7538 359022</p>
</div> </div>
<div className="mb-4"> <div className="mb-4">
<h3 className="text-gray-700 font-medium">Address</h3> <h3 className="text-gray-700 font-medium">Address</h3>
<p className="text-gray-600"> <p className="text-gray-600">
123 Earthquake Ave, Prepared City, CA 98765 1 Swentown Row, Greenwich, London, SE3 0FQ
</p> </p>
</div> </div>
<h2 className="text-xl font-bold text-gray-800 mb-4 mt-6"> <h2 className="text-xl font-bold text-gray-800 mb-4 mt-6">
Follow Us Follow Us
</h2> </h2>
@ -161,6 +160,9 @@ const ContactUs = () => {
<span className="sr-only">LinkedIn</span> <span className="sr-only">LinkedIn</span>
<Image height={200} width={200} alt="Logo" className="z-10" src="/linkedIn.png"/> <Image height={200} width={200} alt="Logo" className="z-10" src="/linkedIn.png"/>
</a> </a>
<h3 className="text-l font-bold text-gray-500 mb-2 mt-4">
@tremor.tracker
</h3>
</div> </div>
</div> </div>
</div> </div>

View File

@ -1,6 +1,6 @@
"use client"; "use client";
import Sidebar from "@/components/sidebar"; import Sidebar from "@/components/Sidebar";
import Map from "@/components/map"; import Map from "@/components/map";
import { useState, useMemo } from "react"; import { useState, useMemo } from "react";

View File

@ -1,6 +1,6 @@
"use client"; "use client";
import Sidebar from "@/components/sidebar"; import Sidebar from "@/components/Sidebar";
import Map from "@/components/map"; import Map from "@/components/map";
import { useState, useMemo } from "react"; import { useState, useMemo } from "react";

View File

@ -1,49 +1,71 @@
"use client"; "use client";
//export default function Page()
const OurMission = () => { const OurMission = () => {
return ( return (
<div className="min-h-screen bg-gray-100 flex flex-col items-center justify-center py-10"> <div
<div className="max-w-4xl mx-auto p-5 bg-white shadow-lg rounded-lg"> className="h-screen relative bg-fixed bg-cover bg-center text-white py-10"
<h1 className="text-3xl font-bold text-center text-gray-800 mb-6">Our Mission</h1> style={{ backgroundImage: "url('destruction.jpg')" }}
>
{/* Overlay to Improve Text Readability */}
<div className="absolute inset-0 bg-black bg-opacity-40"></div>
{/* Content Area */}
<div className="relative z-10 max-w-4xl mx-auto p-5 bg-white bg-opacity-90 shadow-lg rounded-lg">
<h1 className="text-3xl font-bold text-center text-gray-800 mb-6">
Our Mission
</h1>
<p className="text-lg text-gray-600 leading-relaxed mb-4"> <p className="text-lg text-gray-600 leading-relaxed mb-4">
At <span className="font-semibold text-blue-600">Earthquake Awareness Initiative</span>, our mission is to help people worldwide prepare for and recover from earthquakes. Through education, research, and innovative technology, we work tirelessly to empower communities with the knowledge they need to stay safe before, during, and after seismic events. At{" "}
<span className="font-semibold text-blue-600">
Earthquake Awareness Initiative
</span>
, our mission is to help people worldwide prepare for and recover
from earthquakes. Through education, research, and innovative
technology, we work tirelessly to empower communities with the
knowledge they need to stay safe before, during, and after seismic
events.
</p> </p>
<p className="text-lg text-gray-600 leading-relaxed mb-4"> <p className="text-lg text-gray-600 leading-relaxed mb-4">
We aim to bridge the gap between scientific research and community awareness by providing resources, tools, and real-time updates for earthquake preparedness. Together, we aspire to save lives, mitigate impacts, and foster resilience against nature's powerful forces. We aim to bridge the gap between scientific research and community
awareness by providing resources, tools, and real-time updates for
earthquake preparedness. Together, we aspire to save lives, mitigate
impacts, and foster resilience against nature's powerful forces.
</p> </p>
<div className="flex flex-col md:flex-row md:justify-evenly items-center mt-6"> <div className="flex flex-col md:flex-row md:justify-evenly items-center mt-6">
<div className="flex flex-col items-center p-4"> <div className="flex flex-col items-center p-10">
<img <img
src="/images/education-icon.png" src="education.png"
alt="Education Icon" alt="Education Icon"
className="h-16 w-16 mb-4" className="h-20 w-20 mb-8"
/> />
<h3 className="text-xl font-bold text-gray-700 mb-2">Education</h3> <h3 className="text-xl font-bold text-gray-700 mb-2">Education</h3>
<p className="text-sm text-gray-500 text-center"> <p className="text-sm text-gray-500 text-center">
Providing accessible resources to educate people about earthquake preparedness. Providing accessible resources to educate people about earthquake
preparedness.
</p> </p>
</div> </div>
<div className="flex flex-col items-center p-4"> <div className="flex flex-col items-center p-10">
<img <img
src="/images/research-icon.png" src="research.jpg"
alt="Research Icon" alt="Research Icon"
className="h-16 w-16 mb-4" className="h-20 w-20 mb-4"
/> />
<h3 className="text-xl font-bold text-gray-700 mb-2">Research</h3> <h3 className="text-xl font-bold text-gray-700 mb-2">Research</h3>
<p className="text-sm text-gray-500 text-center"> <p className="text-sm text-gray-500 text-center">
Supporting scientific studies to enhance understanding of seismic activity. Supporting scientific studies to enhance understanding of seismic
activity.
</p> </p>
</div> </div>
<div className="flex flex-col items-center p-4"> <div className="flex flex-col items-center p-10">
<img <img
src="/images/technology-icon.png" src="tech.jpg"
alt="Technology Icon" alt="Technology Icon"
className="h-16 w-16 mb-4" className="h-20 w-20 mb-8"
/> />
<h3 className="text-xl font-bold text-gray-700 mb-2">Technology</h3> <h3 className="text-xl font-bold text-gray-700 mb-2">Technology</h3>
<p className="text-sm text-gray-500 text-center"> <p className="text-sm text-gray-500 text-center">
Leveraging innovation to deliver real-time alerts and safety tools. Leveraging innovation to deliver real-time alerts and safety
tools.
</p> </p>
</div> </div>
</div> </div>

View File

@ -1,5 +1,5 @@
"use client"; "use client";
import Sidebar from "@/components/sidebar"; import Sidebar from "@/components/Sidebar";
import { useState, useMemo } from "react"; import { useState, useMemo } from "react";
export default function Warehouse() { export default function Warehouse() {