-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy patharticle1.html
257 lines (239 loc) · 11.4 KB
/
article1.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
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Genshin Impact: How to unlock Pyro Traveler</title>
<!-- Bootstrap CSS -->
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet">
<link href="css/main.css" rel="stylesheet">
<link rel="icon" type="image/png" href="Web Design Assets/Sidebar/Minimize/LogoSidebarMinimize.svg"/>
<style>
body {
background-image: linear-gradient(to bottom right, #232232, #595779);
}
.header{
font-weight: bold;
}
.deck{
color: #d9d9d9;
margin-top: 10px;
margin-bottom: 10px;
}
.author{
font-weight: bold;
float: left;
margin-right: 20px;
}
.date{
color: #d9d9d9;
margin-bottom: 10px;
}
.content{
text-align: left;
margin-right: auto;
margin-left: auto;
max-width: 750px;
}
.content-maximize{
text-align: left;
margin-top: 3%;
margin-left: 500px;
margin-right: 500px;
padding: 0%;
}
img{
width: 100%;
height: auto;
margin-top: 10px;
margin-bottom: 10px;
border-radius: 6px;
}
.more-articles {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
gap: 20px;
margin-top: 20px;
color: white;
}
.more-article-card {
display: flex;
background-color: #44475a;
border-radius: 8px;
padding: 10px;
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
align-items: center;
gap: 15px;
}
.more-article-img {
width: 100px;
height: 100px;
border-radius: 6px;
object-fit: cover;
}
.description {
flex-grow: 1;
}
.description .date {
font-size: 0.85em;
color: #8be9fd;
margin-bottom: 5px;
}
.description .title {
font-size: 0.9em;
color: #f8f8f2;
}
.comments-section {
background-color: #282a36;
border-radius: 8px;
padding: 20px;
margin-top: 20px;
color: white;
}
.comments-section h2 {
margin-bottom: 10px;
font-weight: bold;
}
.comment-count {
font-size: 1rem;
margin-bottom: 10px;
color: #d9d9d9;
}
hr {
border: none;
border-top: 1px solid #444;
margin: 10px 0;
}
.comment {
display: flex;
align-items: flex-start;
margin-top: 15px;
gap: 15px;
}
.comment-avatar {
width: 50px;
height: 50px;
border-radius: 50%;
object-fit: cover;
}
.comment-content {
flex: 1;
}
.comment-author {
font-weight: bold;
margin-bottom: 5px;
}
.comment-date {
font-size: 0.9rem;
color: #8be9fd;
margin-bottom: 10px;
}
.comment-text {
font-size: 1rem;
line-height: 1.5;
color: #f8f8f2;
}
</style>
</head>
<body>
<div class="main-area">
<!-- Sidebar -->
<div class="sidebar">
<a href="index.html">
<img src="Web Design Assets/Sidebar/Maximize/Home.svg" alt="Home">
</a>
<a href="news.html">
<img src="Web Design Assets/Sidebar/Maximize/News.svg" alt="News">
</a>
<a href="offer.html">
<img src="Web Design Assets/Sidebar/Maximize/Offer.svg" alt="Offer">
</a>
<a href="contactus.html">
<img src="Web Design Assets/Sidebar/Maximize/ContactUs.svg" alt="Contact Us">
</a>
<a href="aboutus.html">
<img src="Web Design Assets/Sidebar/Maximize/AboutUs.svg" alt="About Us">
</a>
<a href="more.html">
<img src="Web Design Assets/Sidebar/Maximize/More.svg" alt="More">
</a>
<div class="account-buttons">
<a href="login.html"><button class="btn btn-dark">Login</button></a>
<a href="login.html"><button class="btn btn-light">Register</button></a>
</div>
</div>
<!-- Main Content -->
<div class="content" id="content">
<div>
<h1 class="header">Genshin Impact: How to unlock Pyro Traveler</h1>
</div>
<div class="deck">
This guide contains spoilers for the Natlan Archon Quest, so readers should proceed with caution.
</div>
<div class="author">
By Syakil
</div>
<div class="date">
21 November 2024
</div>
<div class="article-content">
<img src="Web Design Assets/Article/ArticleSample1.avif" alt="Genshin Travelers" class="img">
<p>As <b>Genshin Impact</b>’s Natlan hit servers, many players expected to receive the <b>Pyro Traveler</b> along with the release. In previous regional releases, players could unlock the respective elemental Traveler by resonating with the Statue of Seven upon arrival. However, it’s not as simple as it seems in <i>Genshin Impact</i>’s Natlan.</p><br>
<p>Unfortunately, players have to wait until the end of Act 5 of the Archon Quest to receive the Pyro Traveler <b>and their constellations.</b> The ability is heavily story locked, and this guide will cover how players can finally obtain it and <b>get their true constellations.</b></p>
<h1 class="header">Traveler constellations</h1>
<img src="Web Design Assets/Article/ArticleSample2.avif" alt="Constellations" class="img">
<p>Once players reach Natlan, they will need to complete the entirety of the Archon Quest to unlock the Pyro Traveler. <b>Incandescent Ode of Resurrection</b> is the fifth and final Act of the chapter, and once players reach the point of the story titled <b>“Where All Hopes Lie,”</b> only then will they be one step closer to unlocking the Pyro Traveler. The ability will <b>automatically unlock during the Gosoythoth boss fight</b>, and players can use that chance to try it out.</p><br>
<h1 class="header">How to Unlock Pyro Traveler's True Constellations In Genshin Impact</h1>
<img src="Web Design Assets/Article/ArticleSample3.avif" alt="Blazing Flint Ore" class="img">
<p>While the Traveler does receive all six constellations during the Gosoythoth boss fight, unfortunately, these are not their true constellations. <mark>You need to use your <b>Blazing Flint Ore at the Throne of Primal Fire</b> to unlock the Pyro Travelers' true constellations.</mark></p><br>
<p>The Throne of Primal Fire is located in the middle of Ochkanatlan, and you can reach the area by teleporting to the waypoint near it and gliding down below to find it. Furthermore, you need to be the Pyro Traveler in order to offer the Blazing Flint Ore to the throne and obtain each constellation.</p><br>
<h1 header="How To Get Blazing Flint Ore"></h1>
<img src="Web Design Assets/Article/ArticleSample4.avif" alt="How to get Blazing Flint Ore" class="img">
<p>The only way Genshin Impact players can obtain Blazing Flint Ore is by <b>maxing all the Reputation levels of each Natlan tribe.</b> They can teleport to the Reputation waypoint and check all available things to do for this. These range from bounties, quests, exploration, and more. Once players reach <b>Reputation Level 4</b>, that’s only when they’ll be able to claim the Blazing Flint Ore.</p><br>
</div>
<h1 class="header">More Article</h1>
<div class="more-article-card">
<a href="article2.html"><img src="Web Design Assets/Article/ArticleSample1.webp" alt="Article 2" class="more-article-img"></a>
<div class="description">
<p class="date">22 November 2024</p>
<p class="title"><a href="article2.html">Director Hideo Kojima shared a small update on the development of Death Stranding 2: On the Beach via social media. While there is no firm release date for the title, he noted the game entered what he called “Crunch Time.” He also stated mixing and recording started for the Japanese voiceovers.</a></p>
</div>
</div>
<div class="more-article-card">
<a href="article3.html"><img src="Web Design Assets/Article/ArticleSample5.avif" alt="Article 3" class="more-article-img"></a>
<div class="description">
<p class="date">1 January 2025</p>
<p class="title"><a href="article3.html">MiSide is a psychological horror game with an interesting plotline. You play as Player One, a protagonist trapped in a virtual world by a twisted game character, Mita. As you progress through the game, you'll encounter various versions of the character in different game worlds, each with its own distinct personality.</a></p>
</div>
</div>
<div class="more-article-card">
<a href="article4.html"><img src="Web Design Assets/Article/ArticleSample6.avif" alt="Article 4" class="more-article-img"></a>
<div class="description">
<p class="date">3 January 2025</p>
<p class="title" ><a href="article4.html">Castlevania: Symphony of the Night was first released in 1997 for the original PlayStation and has since been ported onto many platforms. Despite initially not selling well, it has since become considered one of the best Castlevania games and one of the most influential games ever. This installment helped popularize the Metroidvania style of play with a large map for players to explore</a></p>
</div>
</div>
<div class="comments-section">
<h2>Comments</h2>
<p class="comment-count">1 Comment</p>
<hr>
<div class="comment">
<img src="Web Design Assets/Article/UserProfileSample1.png" alt="User Profile" class="comment-avatar">
<div class="comment-content">
<p class="comment-author">Syakil</p>
<p class="comment-date">2 Days Ago</p>
<p class="comment-text">
The design of this website and the content is so useful! i wonder who made this.
</p>
</div>
</div>
</div>
</div>
</div>
<div class="footer">
<p>© 2024 K-GamE. All rights reserved. </p>
</div>
<!-- Bootstrap JS -->
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"></script>
</body>
</html>