-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
3 lines (3 loc) · 1.06 KB
/
Copy pathabout.html
File metadata and controls
3 lines (3 loc) · 1.06 KB
1
2
3
<!DOCTYPE html>
<html lang="en"><head><meta charset="UTF-8"><meta name="viewport" content="width=device-width, initial-scale=1.0"><title>About us - Travel Recommendations</title><link rel="stylesheet" href="style.css"></head>
<body><nav><a class="logo" href="index.html">Travel Recommendations</a><div class="links"><a href="index.html">Home</a><a href="about.html">About us</a><a href="contact.html">Contact us</a></div></nav><main><section class="page-box"><h1>About us</h1><p>Hey! We created this website to share simple travel recommendations.</p><p>Our goal is to help people find beaches, temples and interesting countries.</p><h2>Our team</h2><div class="team"><article class="team-member"><h3>Mateo Rivera Rodas</h3><p>Web developer and travel lover.</p><p><strong>Role:</strong> Project creator</p></article><article class="team-member"><h3>Travel Assistant</h3><p>Helps visitors find a place for their next trip.</p><p><strong>Role:</strong> Recommendation assistant</p></article></div></section></main><footer><p>Travel Recommendations Project</p></footer></body></html>