mirror of
https://github.com/jackyzha0/quartz.git
synced 2025-12-27 14:54:05 -06:00
💄 done one version lul
This commit is contained in:
parent
936f43dbe4
commit
5393c6f7ef
@ -7,7 +7,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
h1, h2, h3, h4, h5, h6, ol, ul, thead {
|
h1, h2, h3, h4, h5, h6, ol, ul, thead {
|
||||||
font-family: Inter;
|
font-family: Poppins;
|
||||||
color: var(--dark);
|
color: var(--dark);
|
||||||
font-weight: revert;
|
font-weight: revert;
|
||||||
margin: revert;
|
margin: revert;
|
||||||
@ -228,7 +228,7 @@ a {
|
|||||||
color: var(--secondary);
|
color: var(--secondary);
|
||||||
|
|
||||||
&:hover {
|
&:hover {
|
||||||
color: var(--tertiary) !important;
|
color: var(--secondary-active) !important;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -294,8 +294,8 @@ hr {
|
|||||||
.singlePage {
|
.singlePage {
|
||||||
|
|
||||||
.index-container {
|
.index-container {
|
||||||
width: 120%;
|
width: 160%;
|
||||||
margin-left: -10%;
|
margin-left: -30%;
|
||||||
@media all and (max-width: 1200px) {
|
@media all and (max-width: 1200px) {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
margin-left: 0;
|
margin-left: 0;
|
||||||
|
|||||||
@ -16,6 +16,7 @@
|
|||||||
--dark: #fbfffe !important;
|
--dark: #fbfffe !important;
|
||||||
// --secondary: #6b879a !important;
|
// --secondary: #6b879a !important;
|
||||||
--secondary: #06b6d4 !important;
|
--secondary: #06b6d4 !important;
|
||||||
|
--secondary-active: #00c7eb;
|
||||||
--visited: #4a575e !important;
|
--visited: #4a575e !important;
|
||||||
--tertiary: #84a59d !important;
|
--tertiary: #84a59d !important;
|
||||||
--primary: #f58382 !important;
|
--primary: #f58382 !important;
|
||||||
|
|||||||
@ -2,14 +2,7 @@
|
|||||||
margin-top: 64px;
|
margin-top: 64px;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
align-items: center;
|
|
||||||
justify-content: center;
|
|
||||||
padding-top: 32px;
|
padding-top: 32px;
|
||||||
&-title {
|
|
||||||
font-size: 48px;
|
|
||||||
font-weight: 600;
|
|
||||||
margin: 4px 4px;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
.hero {
|
.hero {
|
||||||
display: flex;
|
display: flex;
|
||||||
@ -24,6 +17,12 @@
|
|||||||
margin: 4px 4px;
|
margin: 4px 4px;
|
||||||
}
|
}
|
||||||
&-subtitle {
|
&-subtitle {
|
||||||
|
text-align: center;
|
||||||
|
font-size: 32px;
|
||||||
|
font-weight: 600;
|
||||||
|
margin: 4px 4px;
|
||||||
|
}
|
||||||
|
&-text {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
font-size: 20px;
|
font-size: 20px;
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
@ -41,19 +40,52 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.feature {
|
.feature {
|
||||||
|
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
|
|
||||||
|
&-container {
|
||||||
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
|
gap: 64px;
|
||||||
|
@media all and (max-width: 780px) {
|
||||||
|
gap: 32px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
&-title {
|
&-title {
|
||||||
font-size: 36px;
|
font-size: 48px;
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
margin: 12px 4px;
|
margin: 12px 4px;
|
||||||
|
@media all and (max-width: 780px) {
|
||||||
|
font-size: 32px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
&-subtitle {
|
&-subtitle {
|
||||||
font-size: 20px;
|
font-size: 30px;
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
margin: 4px 4px;
|
margin: 4px 4px;
|
||||||
|
@media all and (max-width: 780px) {
|
||||||
|
font-size: 20px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
&-image {
|
||||||
|
height: inherit;
|
||||||
|
object-fit: cover;
|
||||||
|
}
|
||||||
|
|
||||||
|
&-list {
|
||||||
|
li {
|
||||||
|
color: white;
|
||||||
|
font-size: 20px;
|
||||||
|
font-weight: 600;
|
||||||
|
margin: 4px 4px;
|
||||||
|
@media all and (max-width: 780px) {
|
||||||
|
font-size: 16px;
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
&-big {
|
&-big {
|
||||||
|
|||||||
@ -2,7 +2,7 @@ $base-color: rgb(20, 20, 20);
|
|||||||
$base-color-light: rgb(104, 104, 104);
|
$base-color-light: rgb(104, 104, 104);
|
||||||
$primary-color: rgb(40, 75, 98);
|
$primary-color: rgb(40, 75, 98);
|
||||||
$secondary-color: var(--secondary);
|
$secondary-color: var(--secondary);
|
||||||
$secondary-color-active: #00c7eb;
|
$secondary-color-active: var(--secondary-active);
|
||||||
|
|
||||||
* {
|
* {
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
|
|||||||
@ -6,124 +6,122 @@ title: Home
|
|||||||
<article class="index-container">
|
<article class="index-container">
|
||||||
<div class="hero">
|
<div class="hero">
|
||||||
<h1 class="hero-title" >Quick Notes Aren't "[[posts/put-quick-notes-into-obsidian-from-anywhere|Quick]]" Enough in Obsidian</h1>
|
<h1 class="hero-title" >Quick Notes Aren't "[[posts/put-quick-notes-into-obsidian-from-anywhere|Quick]]" Enough in Obsidian</h1>
|
||||||
<p class="hero-subtitle">Take [[posts/writing-connected-and-personalized-blogs/|linked]] and speedy notes in a browser extension, a mobile app, or a web app and [[posts/sync-fleeting-notes-with-obsidian|sync the notes with Obsidian]].</p>
|
<p style="width: 80%" class="hero-subtitle">Take [[posts/writing-connected-and-personalized-blogs/|linked]] and speedy notes in a browser extension, a mobile app, or a web app and [[posts/sync-fleeting-notes-with-obsidian|sync the notes with Obsidian]].</p>
|
||||||
<p class="hero-subtitle">How speedy? Try it yourself:</p>
|
<p class="hero-subtitle">How speedy? Try it yourself:</p>
|
||||||
</div>
|
</div>
|
||||||
|
<div class="row">
|
||||||
|
<div class="embed">
|
||||||
|
<style scoped>
|
||||||
|
.embed-size {
|
||||||
|
width: 1000px;
|
||||||
|
height: 600px;
|
||||||
|
}
|
||||||
|
@media (max-width: 1024px) {
|
||||||
|
.embed-size {
|
||||||
|
width: 600px;
|
||||||
|
height: 400px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
@media (max-width: 768px) {
|
||||||
|
.embed-size {
|
||||||
|
width: 600px;
|
||||||
|
height: 400px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
@media (max-width: 640px) {
|
||||||
|
.embed-size {
|
||||||
|
width: 320px;
|
||||||
|
height: 400px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
</style>
|
||||||
|
<iframe id=flutter-container class="embed-size" width=800 height=500 src="https://my.fleetingnotes.app/" ></iframe>
|
||||||
|
<div style="display: flex; justify-content: center; margin-bottom: 16px">
|
||||||
|
<a href="/download" class="button premium-btn">Try the webapp instead</a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="row" style="margin-top: 2em; margin-bottom: 2em;">
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="feature-container">
|
||||||
|
<div class="feature">
|
||||||
|
<div class="row">
|
||||||
|
<div class="col-7">
|
||||||
|
<h2 class="feature-title">Capture Ideas Anytime, Anywhere</h2>
|
||||||
|
<p class="feature-subtitle">Create and sync your fleeting notes on different platforms:</p>
|
||||||
|
<ul class="feature-list">
|
||||||
|
<li>Highlight and save using the <a href="https://chrome.google.com/webstore/detail/fleeting-notes/gcplhmogdjioeaenmehmapbdonklmdnc">Chrome</a> or <a href="https://addons.mozilla.org/en-CA/firefox/addon/fleeting-notes/">Firefox</a> extension</li>
|
||||||
|
<li>Take notes on the go with the <a href="https://apps.apple.com/gb/app/fleeting-notes/id1615226800">iOS</a> or <a href="https://play.google.com/store/apps/details?id=com.fleetingnotes">Android</a> app</li>
|
||||||
|
<li>Access your notes on any device using the <a href="https://my.fleetingnotes.app/">web app</a> or <a href="https://youtu.be/jausylB4Pzw">pop-out window</a></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<div class="col-5">
|
||||||
|
<img height="300" class="feature-img" src="svg/sync.svg"></img>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="feature">
|
||||||
|
<div class="row">
|
||||||
|
<div class="col-5">
|
||||||
|
<img height="300" class="feature-img" src="svg/links.svg"></img>
|
||||||
|
</div>
|
||||||
|
<div class="col-7">
|
||||||
|
<h2 class="feature-title">Keep track of any source</h2>
|
||||||
|
<p class="feature-subtitle">From links to images to files</p>
|
||||||
|
<ul class="feature-list">
|
||||||
|
<li>Cloud hosting for attachments</li>
|
||||||
|
<li>Take notes side by side</li>
|
||||||
|
<li>Automatically [[posts/best-in-browser-note-taking-and-web-clipping-app-for-obsidian|include URLs]] upon note creation</li>
|
||||||
|
<li>Include [[posts/best-way-to-take-youtube-notes-for-obsidian|YouTube timestamps]] when watching on the web</li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="feature">
|
||||||
|
<div class="row feature-row">
|
||||||
|
<div class="col-7">
|
||||||
|
<h2 class="feature-title">Made for Obsidian MD</h2>
|
||||||
|
<p class="feature-subtitle">Use the [[posts/sync-fleeting-notes-with-obsidian|Fleeting Notes plugin]] to sync and process notes</p>
|
||||||
|
<ul class="feature-list">
|
||||||
|
<li><a href="notes/How-to-copy-Obsidian-links-to-Fleeting-Notes">Import your wikilinks</a> and start connecting your notes</li>
|
||||||
|
<li>Choose your syncing type (delete after sync, two-way)</li>
|
||||||
|
<li>Run commmands to show unprocessed or same-source notes</li>
|
||||||
|
<li>Customize your own import note template with metadata</li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<div class="col-5">
|
||||||
|
{{< youtube iXLyEvTZp9I >}}
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="feature">
|
||||||
|
<div class="row">
|
||||||
|
<div class="col-5">
|
||||||
|
<img height="300" class="feature-img" src="svg/secure_file.svg"></img>
|
||||||
|
</div>
|
||||||
|
<div class="col-7">
|
||||||
|
<h2 class="feature-title">Control Your Notes</h2>
|
||||||
|
<p class="feature-subtitle">We value your privacy and security :)</p>
|
||||||
|
<ul class="feature-list">
|
||||||
|
<li>[[/posts/end-to-end-encryption-in-fleeting-notes|Enable end-to-end encryption]]</a></li>
|
||||||
|
<li>100% of your notes are stored locally with optional sync</li>
|
||||||
|
<li>[[posts/shared-connected-notes|Share links]] to your notes with anyone</li>
|
||||||
|
<li>Export all notes into Markdown or JSON</li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
</article>
|
</article>
|
||||||
<div class="row">
|
|
||||||
<div class="embed">
|
|
||||||
<style scoped>
|
|
||||||
.embed-size {
|
|
||||||
width: 1000px;
|
|
||||||
height: 600px;
|
|
||||||
}
|
|
||||||
@media (max-width: 1024px) {
|
|
||||||
.embed-size {
|
|
||||||
width: 600px;
|
|
||||||
height: 400px;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@media (max-width: 768px) {
|
|
||||||
.embed-size {
|
|
||||||
width: 600px;
|
|
||||||
height: 400px;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@media (max-width: 640px) {
|
|
||||||
.embed-size {
|
|
||||||
width: 320px;
|
|
||||||
height: 400px;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
</style>
|
|
||||||
<iframe id=flutter-container class="embed-size" width=800 height=500 src="https://my.fleetingnotes.app/" ></iframe>
|
|
||||||
<div style="display: flex; justify-content: center; margin-bottom: 16px">
|
|
||||||
<a href="/download" class="button premium-btn">Try the webapp instead</a>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div class="row" style="margin-top: 2em; margin-bottom: 2em;">
|
|
||||||
</div>
|
|
||||||
|
|
||||||
</div>
|
<div class="">
|
||||||
<div class="feature">
|
<h1>What our users say:</h1>
|
||||||
<div class="row">
|
<script type="text/javascript" src="https://testimonial.to/js/iframeResizer.min.js"></script>
|
||||||
<div class="col-8">
|
<iframe id="testimonialto-carousel-all-fleeting-notes-testimonial-light" src="https://embed.testimonial.to/carousel/all/fleeting-notes-testimonial?theme=light&autoplay=off&showmore=off&one-row=off&same-height=off" frameborder="0" scrolling="no" width="100%"></iframe>
|
||||||
<h2 class="feature-title">Capture Ideas Anytime, Anywhere</h2>
|
<script type="text/javascript">iFrameResize({log: false, checkOrigin: false}, "#testimonialto-carousel-all-fleeting-notes-testimonial-light");</script>
|
||||||
<p class="feature-subtitle">Create and sync your fleeting notes on different platforms:</p>
|
|
||||||
<ul>
|
|
||||||
<li>Highlight and save using the <a href="https://chrome.google.com/webstore/detail/fleeting-notes/gcplhmogdjioeaenmehmapbdonklmdnc">Chrome</a> or <a href="https://addons.mozilla.org/en-CA/firefox/addon/fleeting-notes/">Firefox</a> extension</li>
|
|
||||||
<li>Take notes on the go with the <a href="https://apps.apple.com/gb/app/fleeting-notes/id1615226800">iOS</a> or <a href="https://play.google.com/store/apps/details?id=com.fleetingnotes">Android</a> app</li>
|
|
||||||
<li>Access your notes on any device using the <a href="https://my.fleetingnotes.app/">web app</a></li>
|
|
||||||
</ul>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div class="feature">
|
|
||||||
<div class="row">
|
|
||||||
<div class="col-4">
|
|
||||||
</div>
|
|
||||||
<div class="col-8">
|
|
||||||
<h2 class="feature-title">Easily keep track of any source</h2>
|
|
||||||
<p class="feature-subtitle"></p>
|
|
||||||
<ul class="feature-list">
|
|
||||||
<li>Cloud hosting for attachments</li>
|
|
||||||
<li>Automatically include URLs upon note creation</li>
|
|
||||||
<li>Include YouTube timestamps when watching on the web</li>
|
|
||||||
</ul>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class="feature">
|
|
||||||
<div class="row">
|
|
||||||
<div class="col-6">
|
|
||||||
<h2 class="feature-title">Made for Obsidian MD</h2>
|
|
||||||
<p class="feature-subtitle">Use the [[Fleeting Notes plugin]] to seamlessly sync and process your notes</p>
|
|
||||||
<ul>
|
|
||||||
<li>Import your links and start connecting your notes</li>
|
|
||||||
<li>Choose your syncing type (delete after sync, two-way)</li>
|
|
||||||
<li>Run commmands to embed unprocessed or same source notes</li>
|
|
||||||
<li>Create your own note template with metadata</li>
|
|
||||||
</ul>
|
|
||||||
</div>
|
|
||||||
<div class="col-6">
|
|
||||||
{{< youtube iXLyEvTZp9I >}}
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div class="feature">
|
|
||||||
<div class="row">
|
|
||||||
<div class="col-6">
|
|
||||||
<h2 class="feature-title">Do what you want with your notes</h2>
|
|
||||||
<p class="feature-subtitle">We value your privacy and security :)</p>
|
|
||||||
<ul>
|
|
||||||
<li><a href="/posts/end-to-end-encryption-in-fleeting-notes">Enable end-to-end encryption</a></li>
|
|
||||||
<li>100% of your notes are stored locally with optional sync</li>
|
|
||||||
<li>Share links to your notes with anyone</li>
|
|
||||||
<li>Export all notes into Markdown or JSON</li>
|
|
||||||
</ul>
|
|
||||||
</div>
|
|
||||||
<div class="col-6">
|
|
||||||
{{< youtube iXLyEvTZp9I >}}
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class="feature">
|
|
||||||
<div class="row">
|
|
||||||
<div class="col-6">
|
|
||||||
<h2></h2>
|
|
||||||
</ul>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div>
|
<div>
|
||||||
<script type="text/javascript" src="https://testimonial.to/js/iframeResizer.min.js"></script><iframe id="testimonialto-testimonial-light" src="https://embed.testimonial.to/w/testimonial?theme=light&card=base" frameborder="0" scrolling="no" width="100%"></iframe><script type="text/javascript">iFrameResize({log: false, checkOrigin: false}, "#testimonialto-testimonial-light");</script>
|
<h1>Got any questions? We're here to help.</h1>
|
||||||
<blockquote class="twitter-tweet"><p lang="en" dir="ltr">Remember everything, achieve anything.<br><br>That's what Building a Second Brain <a href="https://twitter.com/fortelabs?ref_src=twsrc%5Etfw">@fortelabs</a> promises:<br>A life-changing productivity system to make the most of your knowledge.<br><br>Here are the principles to start building one 👇</p>— John Mavrick (@johnmavrick_yt) <a href="https://twitter.com/johnmavrick_yt/status/1553206657341177856?ref_src=twsrc%5Etfw">July 30, 2022</a></blockquote> <script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>
|
<p>Email us at fleetingnotesapp@gmail.com</p>
|
||||||
</div>
|
<p>Join the <a href="https://discord.gg/xrj6yuGNmx">Discord channel</a> to get in touch with the team and other users.</p>
|
||||||
|
|
||||||
## Questions? Contact Me.
|
|
||||||
|
|
||||||
- Email me at: ithinkwong@gmail.com
|
|
||||||
- Join the [discord channel](https://discord.gg/xrj6yuGNmx)
|
|
||||||
|
|||||||
1
content/svg/links.svg
Normal file
1
content/svg/links.svg
Normal file
@ -0,0 +1 @@
|
|||||||
|
<svg xmlns="http://www.w3.org/2000/svg" data-name="Layer 1" width="761" height="700.71023" viewBox="0 0 761 700.71023" xmlns:xlink="http://www.w3.org/1999/xlink"><title>link</title><path d="M261.134,348.56808c12.42842,23.049,38.806,32.94351,38.806,32.94351s6.22712-27.47543-6.2013-50.52448-38.806-32.94351-38.806-32.94351S248.70559,325.519,261.134,348.56808Z" transform="translate(-219.5 -99.64489)" fill="#2f2e41"/><path d="M269.67653,340.98511c22.43841,13.49969,31.08016,40.3138,31.08016,40.3138s-27.73812,4.92678-50.17653-8.57291S219.5,332.4122,219.5,332.4122,247.23811,327.48541,269.67653,340.98511Z" transform="translate(-219.5 -99.64489)" fill="#06b6d4"/><path d="M980.5,723.35511c0,24.30053-57.75527,77-129,77s-129-52.69947-129-77,57.75527-11,129-11S980.5,699.05458,980.5,723.35511Z" transform="translate(-219.5 -99.64489)" fill="#3f3d56"/><path d="M980.5,723.35511c0,24.30053-57.75527,77-129,77s-129-52.69947-129-77,57.75527-11,129-11S980.5,699.05458,980.5,723.35511Z" transform="translate(-219.5 -99.64489)" opacity="0.1"/><ellipse cx="632" cy="623.71023" rx="129" ry="44" fill="#3f3d56"/><rect x="76" y="301.71023" width="410" height="234" fill="#f1f1f1"/><ellipse cx="677.5" cy="40.71023" rx="39.5" ry="37" fill="#2f2e41"/><path d="M782,370.85511l-10,14s-48,10-30,25,44-14,44-14l14-18Z" transform="translate(-219.5 -99.64489)" fill="#ffb8b8"/><path d="M834,211.85511s-13,0-16,18-6,78-6,78-42,55-35,62,15,20,20,18,48-61,48-61Z" transform="translate(-219.5 -99.64489)" fill="#06b6d4"/><path d="M834,211.85511s-13,0-16,18-6,78-6,78-42,55-35,62,15,20,20,18,48-61,48-61Z" transform="translate(-219.5 -99.64489)" opacity="0.1"/><path d="M874,160.85511s-1,39-13,41-8,15-8,15,39,23,65,0l5-12s-18-13-10-31Z" transform="translate(-219.5 -99.64489)" fill="#ffb8b8"/><path d="M807,400.85511s-59,110-37,144,55,104,60,104,33-14,31-23-32-76-40-82-4-22-3-23,34-54,34-54-1,84,3,97-1,106,4,110,28,11,32,5,16-97,8-118l15-144Z" transform="translate(-219.5 -99.64489)" fill="#2f2e41"/><path d="M861,667.85511l-25,46s-36,26-11,30,40-6,40-6l22-16v-46Z" transform="translate(-219.5 -99.64489)" fill="#2f2e41"/><path d="M827,641.85511l13,31s5,13,0,16-19,21-10,23a29.29892,29.29892,0,0,0,5.49537.5463,55.56588,55.56588,0,0,0,40.39769-16.43935L884,687.85511s-27.77007-63.94827-27.385-63.47413S827,641.85511,827,641.85511Z" transform="translate(-219.5 -99.64489)" fill="#2f2e41"/><circle cx="679.5" cy="51.21023" r="34" fill="#ffb8b8"/><path d="M918.5,198.35511l-10.5,10.5s-32,12-47,0c0,0,5.5-11.5,5.5-10.5s-43.5,7.5-47.5,25.5,3,49,3,49-28,132-17,135,114,28,113,9,8-97,8-97l35-67s-5-22-17-29S918.5,198.35511,918.5,198.35511Z" transform="translate(-219.5 -99.64489)" fill="#06b6d4"/><path d="M874,393.85511l-13,8s-50,34-24,40,41-24,41-24l10-12Z" transform="translate(-219.5 -99.64489)" fill="#ffb8b8"/><path d="M948,246.85511l9,9s6,84-6,101-67,63-70,60-22-18-18-20,57.18287-57.56942,57.18287-57.56942L916,261.85511Z" transform="translate(-219.5 -99.64489)" opacity="0.1"/><path d="M952,243.85511l9,9s6,84-6,101-67,63-70,60-22-18-18-20,57.18287-57.56942,57.18287-57.56942L920,258.85511Z" transform="translate(-219.5 -99.64489)" fill="#06b6d4"/><path d="M884.93835,102.56024s-11.55751-4.20273-27.31774,4.72807l8.40545,2.10136s-12.60818,1.05069-14.18421,17.8616h5.77876s-3.67739,14.70955,0,18.91228l2.364-4.4654,6.82944,13.65887,1.576-6.82943,3.15205,1.05068,2.10136-11.03216s5.25341,7.88011,9.45614,8.40545v-6.82943s11.55751,13.13353,15.23489,12.60819l-5.25341-7.35478,7.35478,1.576-3.15205-5.25341,18.91228,5.25341-4.20273-5.25341,13.13353,4.20273,6.30409,2.62671s8.9308-20.48831-3.67738-34.67252S896.75852,96.51882,884.93835,102.56024Z" transform="translate(-219.5 -99.64489)" fill="#2f2e41"/><path d="M554.59811,528.43759q-1.25967.794-2.60744,1.47382a30.87649,30.87649,0,0,1-41.42627-13.64933l-6.65209-13.19072,4.465-2.251,6.65209,13.19073a25.84163,25.84163,0,1,0,46.14646-23.27365l-27.93638-55.39357A25.84162,25.84162,0,1,0,487.093,458.61749l9.89088,19.612-4.465,2.251L482.628,460.86852a30.84193,30.84193,0,0,1,55.07639-27.7757l27.93637,55.39356a30.84665,30.84665,0,0,1-11.04267,39.95121Z" transform="translate(-219.5 -99.64489)" fill="#3f3d56"/><path d="M557.3,596.80949q-1.24231.783-2.57748,1.45725a30.87615,30.87615,0,0,1-41.42627-13.64933l-27.93638-55.39356a30.84193,30.84193,0,0,1,55.07639-27.77571L547.77488,516l-4.465,2.251-7.33863-14.55188a25.84162,25.84162,0,1,0-46.14645,23.27365l27.93637,55.39356a25.84163,25.84163,0,1,0,46.14646-23.27365l-9.61614-19.0671,4.465-2.251,9.61614,19.0671A30.88584,30.88584,0,0,1,557.3,596.80949Z" transform="translate(-219.5 -99.64489)" fill="#3f3d56"/><path d="M756.5,637.35511h-462v-257h462Zm-460-2h458v-253h-458Z" transform="translate(-219.5 -99.64489)" fill="#2f2e41"/></svg>
|
||||||
|
After Width: | Height: | Size: 4.6 KiB |
1
content/svg/secure_file.svg
Normal file
1
content/svg/secure_file.svg
Normal file
File diff suppressed because one or more lines are too long
|
After Width: | Height: | Size: 7.3 KiB |
1
content/svg/sync.svg
Normal file
1
content/svg/sync.svg
Normal file
File diff suppressed because one or more lines are too long
|
After Width: | Height: | Size: 20 KiB |
@ -28,6 +28,9 @@
|
|||||||
|
|
||||||
<!-- CSS Stylesheets and Fonts -->
|
<!-- CSS Stylesheets and Fonts -->
|
||||||
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700&family=Source+Sans+Pro:wght@400;600;700&family=Fira+Code:wght@400;700&display=swap" rel="stylesheet">
|
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700&family=Source+Sans+Pro:wght@400;600;700&family=Fira+Code:wght@400;700&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=Poppins:wght@400;600&display=swap" rel="stylesheet">
|
||||||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
|
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
|
||||||
{{$sass := resources.Match "styles/[!_]*.scss" }}
|
{{$sass := resources.Match "styles/[!_]*.scss" }}
|
||||||
{{$css := slice }}
|
{{$css := slice }}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user