|
5 | 5 | <meta charset="UTF-8"> |
6 | 6 | <meta name="viewport" content="width=device-width, initial-scale=1.0"> |
7 | 7 | <title>PyClicker - Effortless Automation</title> |
8 | | - <link rel="icon" type="image/svg" |
9 | | - href="assets/icon.svg"> |
| 8 | + <link rel="icon" type="image/svg" href="assets/icon.svg"> |
10 | 9 | <link rel="stylesheet" href="styles.css"> |
11 | 10 | <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css"> |
12 | 11 | <link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700&display=swap" rel="stylesheet"> |
@@ -37,8 +36,10 @@ <h1>Automate Your Repetitive Tasks</h1> |
37 | 36 | <a |
38 | 37 | href="https://github.com/sPROFFEs/autoclicker/releases/download/1.0/PyclickRecorder_Windows_installer.exe"><i |
39 | 38 | class="fab fa-windows"></i> Windows Installer (Free)</a> |
40 | | - <a href="https://github.com/CoreSecFrame/PyClicker/releases/download/pro/PyClicker_Pro.exe"><i class="fab fa-windows"></i> Windows Pro (License required) (depends on .NET framework)</a> |
41 | | - <a href="https://github.com/CoreSecFrame/PyClicker/releases/download/pro/PyClicker_self.zip"><i class="fab fa-windows"></i> Windows Pro (License required) (.NET self-contained)</a> |
| 39 | + <a href="https://github.com/CoreSecFrame/PyClicker/releases/download/pro/PyClicker_Pro.exe"><i |
| 40 | + class="fab fa-windows"></i> Windows Pro (License required) (depends on .NET framework)</a> |
| 41 | + <a href="https://github.com/CoreSecFrame/PyClicker/releases/download/pro/PyClicker_self.zip"><i |
| 42 | + class="fab fa-windows"></i> Windows Pro (License required) (.NET self-contained)</a> |
42 | 43 | <a href="https://github.com/sPROFFEs/autoclicker/releases/download/1.0/PyclickRecorder_Linux_installer.sh"><i |
43 | 44 | class="fab fa-linux"></i> Linux Installer (Free)</a> |
44 | 45 | <a href="#"><i class="fab fa-linux"></i> Linux Pro (Coming Soon)</a> |
@@ -105,6 +106,38 @@ <h3>Enable & Execute</h3> |
105 | 106 | </div> |
106 | 107 | </section> |
107 | 108 |
|
| 109 | + <section id="pro-features" class="pro-features"> |
| 110 | + <div class="collapsible-header"> |
| 111 | + <h2>Pro Features</h2> |
| 112 | + <button class="btn collapsible-btn">View Details ▾</button> |
| 113 | + </div> |
| 114 | + <div class="collapsible-content"> |
| 115 | + <div class="feature-demonstration"> |
| 116 | + <div class="feature-item"> |
| 117 | + <h3>Demonstration Videos</h3> |
| 118 | + <div class="video-placeholder"> |
| 119 | + <video width="320" height="240" controls> |
| 120 | + <source src="assets/sample1.mp4" type="video/mp4"> |
| 121 | + Your browser does not support the video tag. |
| 122 | + </video> |
| 123 | + <video width="320" height="240" controls> |
| 124 | + <source src="assets/sample2.mp4" type="video/mp4"> |
| 125 | + Your browser does not support the video tag. |
| 126 | + </video> |
| 127 | + </div> |
| 128 | + </div> |
| 129 | + <div class="feature-item"> |
| 130 | + <h3>Scheduling Workflow</h3> |
| 131 | + <div class="workflow-placeholder"> |
| 132 | + <p>Step-by-step guide on how to schedule a task with PyClicker Pro. Click images to enlarge.</p> |
| 133 | + <a href="#" data-overlay="img1-overlay"><img src="assets/Flow Designer - TestFlow-Formular.png" alt="TestFlow-Formular" width="500" height="600"></a> |
| 134 | + <a href="#" data-overlay="img2-overlay"><img src="assets/Flow Designer - WindowDetection-Test.png" alt="WindowDetection-Test" width="500" height="600"></a> |
| 135 | + </div> |
| 136 | + </div> |
| 137 | + </div> |
| 138 | + </div> |
| 139 | + </section> |
| 140 | + |
108 | 141 | <section id="testimonials" class="testimonials"> |
109 | 142 | <h2>What Our Users Say</h2> |
110 | 143 | <div class="testimonial-grid"> |
@@ -257,6 +290,20 @@ <h2>Contact Us</h2> |
257 | 290 |
|
258 | 291 | <script src="script.js"></script> |
259 | 292 |
|
| 293 | + <!-- Image Overlays --> |
| 294 | + <div id="img1-overlay" class="overlay image-overlay"> |
| 295 | + <div class="overlay-content"> |
| 296 | + <a href="#" class="close-btn">×</a> |
| 297 | + <img src="assets/Flow Designer - TestFlow-Formular.png" alt="TestFlow-Formular"> |
| 298 | + </div> |
| 299 | + </div> |
| 300 | + <div id="img2-overlay" class="overlay image-overlay"> |
| 301 | + <div class="overlay-content"> |
| 302 | + <a href="#" class="close-btn">×</a> |
| 303 | + <img src="assets/Flow Designer - WindowDetection-Test.png" alt="WindowDetection-Test"> |
| 304 | + </div> |
| 305 | + </div> |
| 306 | + |
260 | 307 | <!-- Overlays --> |
261 | 308 | <div id="privacy-overlay" class="overlay"> |
262 | 309 | <div class="overlay-content"> |
|
0 commit comments