)
38 | }
39 |
40 | export default Slides;
41 |
--------------------------------------------------------------------------------
/src/azores.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NatachaKey/texts-and-slides/5f6bd2e2c05d6080ab928a4ae12ca570e386fe1c/src/azores.jpg
--------------------------------------------------------------------------------
/src/bali.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NatachaKey/texts-and-slides/5f6bd2e2c05d6080ab928a4ae12ca570e386fe1c/src/bali.jpg
--------------------------------------------------------------------------------
/src/ber.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NatachaKey/texts-and-slides/5f6bd2e2c05d6080ab928a4ae12ca570e386fe1c/src/ber.jpg
--------------------------------------------------------------------------------
/src/bora.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NatachaKey/texts-and-slides/5f6bd2e2c05d6080ab928a4ae12ca570e386fe1c/src/bora.jpg
--------------------------------------------------------------------------------
/src/cook.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NatachaKey/texts-and-slides/5f6bd2e2c05d6080ab928a4ae12ca570e386fe1c/src/cook.jpg
--------------------------------------------------------------------------------
/src/crete.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NatachaKey/texts-and-slides/5f6bd2e2c05d6080ab928a4ae12ca570e386fe1c/src/crete.jpg
--------------------------------------------------------------------------------
/src/data.js:
--------------------------------------------------------------------------------
1 | import azores from './azores.jpg';
2 | import bora from './bora.jpg';
3 | import crete from './crete.jpg';
4 | import lucia from './lucia.jpg';
5 | import nz from './nz.jpg';
6 | import ber from './ber.jpg';
7 | import thew from './thew.jpg';
8 | import cook from './cook.jpg';
9 | import taz from './taz.jpg';
10 | import bali from './bali.jpg';
11 |
12 | export const data= [
13 |
14 | {
15 | id: 1,
16 | image: azores,
17 | name: "Azores",
18 | description: "The Azores are a magical archipelago in the mid-Atlantic and part of Portugal. Dramatic landscapes filled with massive cliffs emerging from hypnotizing waters, endless hedgerows of blue hydrangea, an abundance of wildlife, and beautiful waterfalls, this secluded stretch of islands is a must-visit.",
19 | showMore: false,
20 | },
21 |
22 | {
23 | id: 2,
24 | image: bora,
25 | name: "Bora Bora",
26 | description: "Out of all the incredible islands that comprise French Polynesia, Bora Bora is the crown jewel. Just northwest of Tahiti, the island feels utterly remote while being easily accessible for the honeymoon, anniversary, or celebratory trip of dreams. Surrounded by a coral reef-protected lagoon, Bora Bora is a popular destination for scuba divers and snorkelers alike, and it boasts an array of world-class luxury resort properties." ,
27 | showMore: false,
28 | },
29 |
30 | {
31 | id: 3,
32 | image: crete,
33 | name: "Crete",
34 | description: "Thanks to Greek mythology, Crete has been immortalized as a mystical island that was the birthplace of King Zeus. Besides history and folklore, Crete offers some of the world's most swoon-worthy beaches and views of the Aegean." ,
35 | showMore: false,
36 | },
37 |
38 | {
39 | id: 4,
40 | image: lucia,
41 | name: "St. Lucia",
42 | description: "This glorious island in the Eastern Caribbean might surprise first-time visitors by how much it resembles a Hawaiian island. This charming destination features an abundance of terrain, from the aptly named, iconic Sugar Beach to the stunning Piton volcanic mountains. Visitors can always expect thoughtful hospitality, a taste of the French-inspired Caribbean culture, and mystical views.",
43 | showMore: false,
44 | },
45 |
46 | {
47 | id: 5,
48 | image: nz ,
49 | name: "New Zealand" ,
50 | description: "This magical island-country is full of fantastical changes in terrain, folklore-ish caves and coves, and breathtaking beaches. One of the most popular sights is Milford Sound, shown here, which is a magnificent fjord home to rainforests, waterfalls, black coral, and fascinating aquatic life (think: penguins).",
51 | showMore: false,
52 | },
53 |
54 | {
55 | id: 6,
56 | image: ber,
57 | name: "Bermuda",
58 | description:"Known for its pink-sand beaches, friendly culture, and obsession with rum, Bermuda is as vibrant as it is beautiful. This British territory lies in the Northern Atlantic and offers iconic beaches, plenty of natural wonders to explore, and breathtaking waters." ,
59 | showMore: false,
60 | },
61 |
62 | {
63 | id: 7,
64 | image: thew ,
65 | name: "The Whitsundays",
66 | description: "The Whitsundays lie right off Queensland in the heart of the Great Barrier Reef, so prepare for strapping on that snorkel or scuba gear upon arrival. Home to 74 island wonders, this region of Australia is home to some of the world's best beaches, like Whitehaven Beach.",
67 | showMore: false,
68 | },
69 |
70 | {
71 | id: 8,
72 | image:cook ,
73 | name: "Cook Islands",
74 | description: "This South Pacific nation consists of 15 islands and is politically tied to New Zealand. This year-round paradise offers sweeping stretches of coconut palms (no hotels can be taller than them!), piercing blue waters, and spectacular marine life.",
75 | showMore: false,
76 | },
77 |
78 | {
79 | id: 9,
80 | image: taz ,
81 | name: "Tazmania" ,
82 | description: "This island-state seated just below Australia is wild, rustic, and geographically diverse, as nearly 40 percent of the island is protected for national parks and national heritage wilderness. White sand beaches with sweeping ocean and mountain views are a hallmark of Tasmania, making it an ultimate destination for island getaways." ,
83 | showMore: false,
84 | },
85 |
86 | {
87 | id: 10,
88 | image: bali ,
89 | name: "Bali",
90 | description: "Bali is the most popular of Indonesia's enchanting islands, thanks to its paradisal terrain, fascinating history and architecture, renowned wellness experiences, and, of course, some of the best stretches of beach in the world. Turquoise waters, bright white sands, and verdant rock formations make for an ideal place to surf, swim, and sunbathe." ,
91 | showMore: false,
92 | }
93 |
94 | ]
95 |
--------------------------------------------------------------------------------
/src/index.css:
--------------------------------------------------------------------------------
1 | body {
2 | margin: 0;
3 | font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen',
4 | 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue',
5 | sans-serif;
6 | -webkit-font-smoothing: antialiased;
7 | -moz-osx-font-smoothing: grayscale;
8 | }
9 |
10 | code {
11 | font-family: source-code-pro, Menlo, Monaco, Consolas, 'Courier New',
12 | monospace;
13 | }
14 |
--------------------------------------------------------------------------------
/src/index.js:
--------------------------------------------------------------------------------
1 | import React from 'react';
2 | import ReactDOM from 'react-dom/client';
3 | import './index.css';
4 | import App from './App';
5 | import reportWebVitals from './reportWebVitals';
6 |
7 | const root = ReactDOM.createRoot(document.getElementById('root'));
8 | root.render(
9 |
10 |
11 |
12 | );
13 |
14 | // If you want to start measuring performance in your app, pass a function
15 | // to log results (for example: reportWebVitals(console.log))
16 | // or send to an analytics endpoint. Learn more: https://bit.ly/CRA-vitals
17 | reportWebVitals();
18 |
--------------------------------------------------------------------------------
/src/islands.js:
--------------------------------------------------------------------------------
1 | export const islands = [
2 | {
3 | id:1,
4 | image:" https://images.unsplash.com/photo-1590523741831-ab7e8b8f9c7f?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=1074&q=80"
5 | },
6 | {
7 | id:2,
8 | image:" https://images.unsplash.com/photo-1565113180093-077f1e8f1c74?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=1074&q=80"
9 | },
10 | {
11 | id:3,
12 | image:" https://images.unsplash.com/photo-1518509562904-e7ef99cdcc86?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=1074&q=80"
13 | },
14 | {
15 | id:4,
16 | image:" https://images.unsplash.com/photo-1437719417032-8595fd9e9dc6?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=1074&q=80"
17 | },
18 | {
19 | id:5,
20 | image:"https://images.unsplash.com/photo-1551418988-c21e451467b7?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=1074&q=80 "
21 | }
22 | ]
23 |
--------------------------------------------------------------------------------
/src/logo.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/lucia.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NatachaKey/texts-and-slides/5f6bd2e2c05d6080ab928a4ae12ca570e386fe1c/src/lucia.jpg
--------------------------------------------------------------------------------
/src/nz.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NatachaKey/texts-and-slides/5f6bd2e2c05d6080ab928a4ae12ca570e386fe1c/src/nz.jpg
--------------------------------------------------------------------------------
/src/reportWebVitals.js:
--------------------------------------------------------------------------------
1 | const reportWebVitals = onPerfEntry => {
2 | if (onPerfEntry && onPerfEntry instanceof Function) {
3 | import('web-vitals').then(({ getCLS, getFID, getFCP, getLCP, getTTFB }) => {
4 | getCLS(onPerfEntry);
5 | getFID(onPerfEntry);
6 | getFCP(onPerfEntry);
7 | getLCP(onPerfEntry);
8 | getTTFB(onPerfEntry);
9 | });
10 | }
11 | };
12 |
13 | export default reportWebVitals;
14 |
--------------------------------------------------------------------------------
/src/setupTests.js:
--------------------------------------------------------------------------------
1 | // jest-dom adds custom jest matchers for asserting on DOM nodes.
2 | // allows you to do things like:
3 | // expect(element).toHaveTextContent(/react/i)
4 | // learn more: https://github.com/testing-library/jest-dom
5 | import '@testing-library/jest-dom';
6 |
--------------------------------------------------------------------------------
/src/taz.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NatachaKey/texts-and-slides/5f6bd2e2c05d6080ab928a4ae12ca570e386fe1c/src/taz.jpg
--------------------------------------------------------------------------------
/src/thew.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/NatachaKey/texts-and-slides/5f6bd2e2c05d6080ab928a4ae12ca570e386fe1c/src/thew.jpg
--------------------------------------------------------------------------------