-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
110 lines (99 loc) · 5.21 KB
/
Copy pathindex.html
File metadata and controls
110 lines (99 loc) · 5.21 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Oswald:wght@200&display=swap" rel="stylesheet">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Raleway&display=swap" rel="stylesheet">
<title>Document</title>
<style>
body {
display: flex;
justify-content: center;
}
.Background {
background-image: url("images/5kz70e8i85ny.png");
height: fit-content;
width: 800px;
background-repeat: no-repeat;
background-size: 800px;
background-attachment: fixed;
background-position: 50% -14%;
padding: 25px;
border: 1px solid orangered;
margin: 5px;
}
h1 {
text-align: center;
font-family: 'Raleway';
font-size: 100px;
}
p {
text-align: justify;
font-family: 'Oswald';
font-size: larger;
font-weight: 1000;
}
nav a {
text-decoration: none;
font-family: 'Oswald';
font-size: x-large;
color: orangered;
padding: 1.5%;
float: left;
}
nav a:hover {
color: orange;
}
nav {
background-color: rgb(20, 40, 70);
overflow: hidden;
float: inline-start;
position: sticky;
top: 5px;
}
</style>
</head>
<body>
<div class="Background">
<h1>Kaiju Docs</h1>
<nav>
<a href="https://pididnothing.github.io/kaiju-docs/">Home</a>
<a href="https://pididnothing.github.io/kaiju-docspg2/">Features</a>
<a href="https://pididnothing.github.io/kaiju-docspg3/">Pre-Register</a>
<a href="https://pididnothing.github.io/kaiju-docspg4/">Demo</a>
</nav>
<p>Introducing Kaiju Docs, the revolutionary new documents app that combines productivity and imagination like
never before. Kaiju Docs stands out from the crowd with its unique and captivating kaiju-themed background,
creating an immersive environment that sparks creativity and adds a thrilling element to your work.</p>
<p>Imagine writing your next report or essay surrounded by colossal creatures and awe-inspiring cityscapes. The
dynamic kaiju backdrop transports you to a world where giants roam, filling your workspace with a sense of
adventure and excitement. Whether you're a student, professional, or simply someone who enjoys a touch of
fantasy, Kaiju Docs promises to revolutionize the way you approach document creation.</p>
<p>But Kaiju Docs isn't just about aesthetics; it's a powerful and intuitive tool designed to enhance your
productivity. The app offers a user-friendly interface that ensures a seamless and efficient document
creation experience. With a comprehensive set of editing tools at your fingertips, you can easily format
text, insert images, create tables, and customize your documents to meet your specific needs.</p>
<p>Collaboration is made easy with Kaiju Docs. You can effortlessly share your documents with colleagues,
classmates, or friends, allowing them to provide feedback and make real-time edits. The app also supports
simultaneous editing, enabling multiple users to work on the same document simultaneously, fostering
efficient teamwork and eliminating the need for back-and-forth exchanges.</p>
<p>Kaiju Docs understands that convenience and accessibility are essential in today's fast-paced world. With
cloud storage integration, your documents are automatically saved and synchronized across all your devices.
Whether you're working on your computer, tablet, or smartphone, you can seamlessly transition between
devices and access your documents anytime, anywhere.</p>
<p>In a world where productivity tools can often feel mundane and monotonous, Kaiju Docs injects a much-needed
dose of imagination and inspiration. It encourages you to think outside the box, unleashing your creativity
and allowing you to bring your ideas to life. The kaiju-themed background serves as a constant reminder that
even the biggest challenges can be conquered with determination and a touch of fantasy.</p>
<p>So, why settle for a mundane documents app when you can embrace the extraordinary with Kaiju Docs? Let your
imagination run wild and experience the thrill of working in a world where kaiju reign supreme. Get ready to
unleash your productivity and unleash the power of the kaiju with Kaiju Docs!</p>
</div>
</body>
</html>