-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathintro.html
More file actions
47 lines (45 loc) · 2.03 KB
/
intro.html
File metadata and controls
47 lines (45 loc) · 2.03 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Future Notes | Intro</title>
<link rel="stylesheet" href="index.css">
<script src="script.js" defer></script>
</head>
<body>
<header class="site-header">
<h1>It All Starts Here</h1>
<nav aria-label="Main navigation">
<a href="intro.html" class="active">Intro</a>
<a href="first-page.html">First Page</a>
<a href="second-page.html">Second Page</a>
<a href="ultima-luce.html">Ultima Luce</a>
</nav>
</header>
<main>
<section class="panel">
<h2>Intro</h2>
<p>
I have always been fascinated by the concept of the future. It is a realm of endless possibilities, where our dreams and aspirations can take shape. The future is not just a distant point in time; it is something that we actively create through our choices and actions in the present. I believe that by understanding the past and being mindful of the present, we can navigate the uncertainties of the future with confidence and optimism.
</p>
<p>
I have met many people in life, and each person has left a unique impression on me. Some were
close friends, others were brief connections, and some were strangers. Every interaction taught
me something meaningful and helped shape who I am.
</p>
<p>
I believe the future is full of possibilities. With rapid changes in technology and society, we
can build a better tomorrow through innovation, collaboration, and openness to new ideas.
</p>
<div class="pager">
<a href="index.html">Home</a>
<a href="first-page.html">Next</a>
</div>
</section>
</main>
<footer class="site-footer">
<p>Crafted by <span>Rahul Jha</span></p>
</footer>
</body>
</html>