Skip to content

Commit

Permalink
prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
datkat21 committed Jun 1, 2024
1 parent 43c05ce commit a43b448
Showing 1 changed file with 39 additions and 25 deletions.
64 changes: 39 additions & 25 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&amp;display=swap"
rel="stylesheet" />
rel="stylesheet"
/>
<link rel="stylesheet" href="style.css" />
<script>
// loading indicator
Expand All @@ -25,24 +26,34 @@
loader.remove();
});
</script>
<meta property="og:title" content="Pluto • The web OS that runs in your browser." />
<meta
property="og:title"
content="Pluto • The web OS that runs in your browser."
/>
<meta
property="og:description"
content="Welcome to Pluto, a “web operating system” focused on productivity, security and privacy." />
content="Welcome to Pluto, a “web operating system” focused on productivity, security and privacy."
/>
<meta property="og:type" content="article" />
<meta property="og:url" content="https://pluto.zeon.dev" />
<meta
property="og:image"
content="https://pluto.zeon.dev/assets/images/banner.png" />
content="https://pluto.zeon.dev/assets/images/banner.png"
/>
<meta name="twitter:site" content="My Website" />
<meta name="twitter:title" content="Pluto • The web OS that runs in your browser." />
<meta
name="twitter:title"
content="Pluto • The web OS that runs in your browser."
/>
<meta
name="twitter:description"
content="Welcome to Pluto, a “web operating system” focused on productivity, security and privacy." />
content="Welcome to Pluto, a “web operating system” focused on productivity, security and privacy."
/>
<meta name="twitter:card" content="summary_large_image" />
<meta
name="twitter:image:src"
content="https://pluto.zeon.dev/assets/images/banner.png" />
content="https://pluto.zeon.dev/assets/images/banner.png"
/>
<meta name="theme-color" content="#6c9dff" />
<meta name="darkreader-lock" />
</head>
Expand All @@ -64,21 +75,23 @@
<article class="sections-container">
<section class="section">
<div class="center">
<h1 class="big">The <span class="t">web OS</span> that runs in your
browser.</h1>
<h1 class="big">
The <span class="t">web OS</span> that runs in your browser.
</h1>
<p class="semi-big">
Welcome to Pluto, a &ldquo;web operating system&rdquo; focused on
productivity, security and privacy.
</p>
<a href="https://pluto-app.zeon.dev" class="btn primary">Get
Started</a>
<a href="https://pluto-app.zeon.dev" class="btn primary"
>Get Started</a
>
</div>
</section>
<section class="section">
<div class="mw">
<h2 class="big">Simple setup</h2>
<p class="semi-big">
Pluto has a simple out of box experience.
Pluto has a quick and simple out of box experience.
<br />
This will make your first experience with Pluto as smooth as
possible.
Expand All @@ -105,8 +118,7 @@ <h2 class="big">Privacy first</h2>
<br />
We do not track you or your data.
<br />
Your files stay all on-device and don't reach a
cloud server.
Your files stay all on-device and don't reach a cloud server.
</p>
</div>
<img src="./assets/images/security.png" />
Expand All @@ -123,9 +135,10 @@ <h2 class="big">Optional online service</h2>
</p>
</div>
<img src="./assets/images/optionalaccount.png" />
<span class="midsmall">* Third party apps may require a logged in
account to access more
features.</span>
<span class="midsmall"
>* Third party apps may require a logged in account to access more
features.</span
>
</section>
<section class="section">
<div class="mw">
Expand All @@ -142,14 +155,16 @@ <h2 class="big">Built for developers</h2>
<section class="section">
<div class="mw">
<h2 class="big" style="text-align: left">Testimonials</h2>
<p class="semi-big" style="text-align: left;">
<p class="semi-big" style="text-align: left">
&ldquo;This is so awesome!&rdquo;
<br />
&ndash; Ayanbadin
<br /><br />
&ldquo;Looks great, runs great, very big future
ahead!&rdquo;<br />&ndash;
&ldquo;Looks great, runs great, very big future ahead!&rdquo;<br />&ndash;
Charles Welland <br /><br />
&ldquo;Really cool project, I like the UI and all the features it
has.&rdquo;
<br />&ndash; Zilth <br /><br />
&ldquo;I've used Pluto for multiple of my projects, I've used them
as software props when it comes to video projects. Developing an app
is very easy - getting an idea from head to code is very neat as you
Expand All @@ -163,11 +178,10 @@ <h2 class="big" style="text-align: left">Testimonials</h2>
<section class="section">
<div class="center">
<h1 class="big">What are you waiting for?</h1>
<p class="semi-big">
Try out Pluto today!
</p>
<a href="https://pluto-app.zeon.dev" class="btn primary">Get
Started</a>
<p class="semi-big">Try out Pluto today!</p>
<a href="https://pluto-app.zeon.dev" class="btn primary"
>Get Started</a
>
</div>
</section>
<footer class="footer">
Expand Down

0 comments on commit a43b448

Please sign in to comment.