-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
144 lines (134 loc) · 6.12 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
<!DOCTYPE html>
<html lang="en" >
<head>
<meta charset="UTF-8">
<title>National Geographic | Redesigned</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="https://fonts.googleapis.com/css?family=Cormorant+Garamond:300,400,500|Roboto:400,500,700&display=swap" rel="stylesheet">
<link rel='stylesheet' href='https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.9.0/slick.css'><link rel="stylesheet" href="./styles.css">
<link rel="icon" href="assets/favicon.ico" sizes="any"> <!-- For all devices -->
<link rel="icon" href="assets/favicon-32x32.png" type="image/png" sizes="32x32"> <!-- For desktop -->
<link rel="icon" href="assets/favicon-16x16.png" type="image/png" sizes="16x16"> <!-- For mobile -->
</head>
<body>
<div id="loading">
<img src="./assets/NatGeo_loading.gif" alt="Loading">
</div>
<div class="cursor cursor--large"></div>
<div class="cursor cursor--small"></div>
<header class='c-header'>
<div class='c-header__logo'>
<a href="index.html"><img src='assets/natgeo-logo.svg' alt='Logo' class='c-header__logo-image' /></a>
</div>
<nav class='c-navigation'>
<ul class='c-navigation__list'>
<li class='c-navigation__list-item c-navigation__list-item--active'><a href='#'>Topics</a></li>
<li class='c-navigation__list-item'><a href='https://www.youtube.com/@NatGeo' target="_blank">Video Channel</a></li>
</ul>
</nav>
<div class='c-cta'>
<a href='#' title=''>Login</a>
<a href='https://www.nationalgeographic.com/subscribe' target="_blank" title='Subscribe'>Subscribe</a>
<div style="color: white; margin-left: 30px; margin-right: 20px;">|</div>
<button class='c-cta__button c-cta__button__search'>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 56.966 56.966">
<path d="M55.146 51.887L41.588 37.786c3.486-4.144 5.396-9.358 5.396-14.786 0-12.682-10.318-23-23-23s-23 10.318-23 23 10.318 23 23 23c4.761 0 9.298-1.436 13.177-4.162l13.661 14.208c.571.593 1.339.92 2.162.92.779 0 1.518-.297 2.079-.837 1.192-1.147 1.23-3.049.083-4.242zM23.984 6c9.374 0 17 7.626 17 17s-7.626 17-17 17-17-7.626-17-17 7.626-17 17-17z"/>
</svg>
</button>
<button href="#" class='c-cta__button c-cta__button__menu'></button>
</div>
</header>
<section class='c-slider'>
<div class='c-slider-init'>
<div class='c-slide jarallax-img' style='background-image:url("/assets/animals.webp");'>
<div class='c-slide-content'>
<div class='c-wrap c-wrap--line'>
<h2 class='c-slide__title'>
Wild Kingdom of
<span class='c-slide__title--large'>Animals</span>
</h2>
</div>
<div class='c-wrap c-wrap--small'>
<div class='c-slide__info'>
<h3 class='c-slide__subtitle'>Nature's Apex Predators</h3>
<p class='c-slide__body'>Step into the savannah and witness the power and grace of lions and lionesses in their natural domain.</p>
</div>
</div>
</div>
</div>
<div class='c-slide jarallax-img' style='background-image:url("/assets/environment.jpg");'>
<div class='c-slide-content'>
<div class='c-wrap c-wrap--line'>
<h2 class='c-slide__title'>
Preserving Our
<span class='c-slide__title--medium'>Environment</span>
</h2>
</div>
<div class='c-wrap c-wrap--small'>
<div class='c-slide__info'>
<h3 class='c-slide__subtitle'>Mountains of Wonder</h3>
<p class='c-slide__body'>Explore majestic mountain landscapes where verdant peaks meet the sky, crowned by rainbows of hope.</p>
</div>
</div>
</div>
</div>
<div class='c-slide jarallax-img' style='background-image:url("/assets/history_culture.jpg");'>
<div class='c-slide-content'>
<div class='c-wrap c-wrap--line'>
<h2 class='c-slide__title'>
Timeless
<span class='c-slide__title--large'>History & Culture</span>
</h2>
</div>
<div class='c-wrap c-wrap--small'>
<div class='c-slide__info'>
<h3 class='c-slide__subtitle'>Traditions That Endure</h3>
<p class='c-slide__body'>Immerse yourself in the stories of people and their heritage, reflected in vibrant traditional attire and rituals.</p>
</div>
</div>
</div>
</div>
<div class='c-slide jarallax-img' style='background-image:url("/assets/science.jpg");'>
<div class='c-slide-content'>
<div class='c-wrap c-wrap--line'>
<h2 class='c-slide__title'>
The Fascination of
<span class='c-slide__title--large'>Science</span>
</h2>
</div>
<div class='c-wrap c-wrap--small'>
<div class='c-slide__info'>
<h3 class='c-slide__subtitle'>Microscopic Realms</h3>
<p class='c-slide__body'>Discover the unseen world and the breakthrough innovations that shape our understanding of life.</p>
</div>
</div>
</div>
</div>
<div class='c-slide jarallax-img' style='background-image:url("/assets/travel.jpg");'>
<div class='c-slide-content'>
<div class='c-wrap c-wrap--line'>
<h2 class='c-slide__title'>
Journeys in
<span class='c-slide__title--large'>Travel</span>
</h2>
</div>
<div class='c-wrap c-wrap--small'>
<div class='c-slide__info'>
<h3 class='c-slide__subtitle'>Where Land Meets Sea</h3>
<p class='c-slide__body'>Experience the serene moments of discovery, where the ocean whispers and the mountains rise beyond the horizon.</p>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- partial -->
<script src='https://cdnjs.cloudflare.com/ajax/libs/jquery/3.4.1/jquery.min.js'></script>
<script src='https://rawgit.com/cfoehrdes/slick/master/slick/slick.js'></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/3.11.1/gsap.min.js"></script>
<script src="js/SmoothScroll.js"></script>
<script src="https://cdn.jsdelivr.net/npm/swiper@9/swiper-bundle.min.js"></script>
<script src="./js/script.js"></script>
<script src="./js/cursor.js"></script>
</body>
</html>