Skip to content

Commit

Permalink
some changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Frooodle committed May 15, 2024
1 parent e5955e8 commit ac0d687
Show file tree
Hide file tree
Showing 4 changed files with 53 additions and 55 deletions.
2 changes: 1 addition & 1 deletion docs/Contribute/Code.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ tags:
- Code

---
TODO
See our [CONTRIBUTING guidelines](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/CONTRIBUTING.md)
2 changes: 1 addition & 1 deletion docs/Contribute/Donate.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ tags:

---
# Donate
Donate
See [Donate](/Donate)
86 changes: 42 additions & 44 deletions src/pages/about.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,50 +12,48 @@ export default function About() {
}}>

<h1 style={{ borderBottom: '2px solid #333', paddingBottom: '10px' }}>About Stirling-PDF</h1>


<h2>Stirling-PDF: The Vision</h2>
<p>
Stirling-PDF was born out of a passion for providing tools that are not just affordable, but also trusted and user-friendly. With the vision to fill the void of tools that are too costly or not accessible to everyday individuals, Stirling-PDF prides itself on being free, locally hosted, secure, and absolutely private with no logs or external connections.
</p>
<p>
Currently, our focus is on delivering an impeccable self-hosted PDF manipulation tool, accompanied by dedicated business support for those who seek it. And the good news? Version 1.0.0 is on the horizon, complete with automation support!
</p>

<h2>Milestones</h2>
<p>
Our commitment to excellence is reflected in the 350k+ downloads Stirling-PDF has received. The community has shown love too, with two Reddit posts garnering 400+ upvotes each.
</p>

<h2>The Road Ahead</h2>
<p>
The long-term aspiration is clear: to encompass every conceivable PDF manipulation, eliminating the need for pricey Adobe subscriptions for individuals and businesses alike. Our immediate goal? To revolutionize PDF interactions through seamless automation.
</p>
<p>
Engage with us! Join our community on Discord and participate in our discussions on GitHub issues and community posts.
</p>

<h2>Funding Model</h2>
<p>
Stirling-PDF stands as a testament to the open-source ethos - fully free and transparent. While this approach has enabled widespread access and fostered a sense of community, it also means our funding model heavily relies on voluntary contributions and often means a general lack of funding.
</p>
<p>
We genuinely hope that those who find value in Stirling-PDF will consider supporting us. Your contributions are not just funds; they are endorsements of the product and vision, enabling us to empower even more individuals and businesses around the globe. (And away from adobe!)
</p>

<hr style={{ margin: '40px 0' }} />

<h1 style={{ borderBottom: '2px solid #333', paddingBottom: '10px' }}>About the Founder</h1>


<p>
Anthony Stirling - Hailing from the UK, my journey began as a passionate software developer, evolving into a dedicated DevOps enthusiast. My love for crafting, making things, and improving systems is what fuels me every day. My interests span from software development to local hosting my own servers with Docker and Unraid.
</p>

<h2>Professional Journey</h2>
<p>
With 4 years in development and an additional 2 as a DevOps specialist, my experience and dedication led to a proud moment - being a nominee and runner-up for "Innovation of the Year" at the UK IT Industry Awards.
</p>
<h1 style={{ borderBottom: '2px solid #333', paddingBottom: '10px' }}>About Stirling-PDF</h1>

<h2>Stirling-PDF: Our Vision</h2>
<p>
Stirling-PDF is a locally hosted web application designed to perform various operations on PDF files. Born out of a passion for creating reliable, user-friendly tools, Stirling-PDF is free, secure, and private, with no outbound calls for tracking or record-keeping. Your files stay on your device, ensuring complete control and privacy.
</p>
<p>
Our focus is on providing a top-notch self-hosted PDF manipulation tool. With features like splitting, merging, converting, and more, Stirling-PDF is equipped to handle all your PDF needs. We're excited to announce that Version 1.0.0 is coming soon, featuring automation support!
</p>

<h2>Milestones</h2>
<p>
Our community has shown tremendous support, with two Reddit posts receiving over 400 upvotes each. Stirling-PDF is ranked among the top 50 Java apps by GitHub stars and in the top 800 overall, with millions of Docker downloads.
</p>

<h2>The Road Ahead</h2>
<p>
Our long-term goal is to provide comprehensive PDF manipulation capabilities, eliminating the need for expensive Adobe subscriptions. In the short term, we're focused on revolutionizing PDF interactions through seamless automation.
</p>
<p>
Join our community on Discord and participate in our discussions on GitHub. We'd love to hear your feedback and ideas!
</p>

<h2>Funding Model</h2>
<p>
Stirling-PDF is fully open-source, free, and transparent. This approach has allowed us to build a strong community, but it also means we rely heavily on voluntary contributions. If you find Stirling-PDF valuable, please consider supporting us. Your contributions help us continue to improve Stirling PDF
</p>

<hr style={{ margin: '40px 0' }} />

<h1 style={{ borderBottom: '2px solid #333', paddingBottom: '10px' }}>About the Founder</h1>

<p>
I'm Anthony Stirling from the UK. I started as a passionate software developer and grew into a dedicated DevOps enthusiast. My love for creating, making things, and improving systems drives me every day. My interests range from software development to hosting my own applications and services with NAS's etc
</p>

<h2>Professional Journey</h2>
<p>
With 4 years in development and 2 years as a DevOps specialist, I've gained a lot of experience. A proud moment for me was being nominated and becoming a runner-up for "Innovation of the Year" at the UK IT Industry Awards.
</p>


</div>

</Layout>
Expand Down
18 changes: 9 additions & 9 deletions src/pages/demos.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,17 +13,17 @@ export default function Donate() {
padding: '3% 10%',
}}>

<h1>Demos will go here eventually</h1>
<h1>Check out our Demos</h1>

<p>
Stirling-PDF
</p>
<p>
Stirling-PDF Lite
</p>
<p>
Stirling-PDF Ultra Lite
<a href="https://stirlingpdf.io/" target="_blank" rel="noopener noreferrer">
<strong>Stirling-PDF:</strong> The demo of the latest tag with security mode enabled and running the full version.
</a>
</p>
<p>
<a href="https://stirlingpdf.io:8081/" target="_blank" rel="noopener noreferrer">
<strong>Stirling-PDF Ultra Lite:</strong> This version is without security enabled.
</a>
</p>
</div>
</Layout>
Expand Down

0 comments on commit ac0d687

Please sign in to comment.